.mt-0 {
    margin-top: 0 !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-80 {
    margin-bottom: 80px;
}

.industry-page h1 {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
}
.industry-page h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}
.industry-page h2 span {
    color: #704fe6;
}
.industry-section-one p {
    margin: 0 0 40px;
}
.industry-section-one p:last-child {
    margin-bottom: 0px;
}
.industry-page .gap {
    margin: 80px 0px !important;
}
.industry-page .subHeading {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0 60px;
    line-height: 1.5em;
}
.industry-top-banner {
    background: rgb(255, 255, 255);
    background: linear-gradient(15deg, rgba(255, 255, 255, 1) 0%, rgba(232, 237, 253, 1) 100%);
    /*margin: 120px 0 0 0;*/
    padding: 80px 0;
    position: relative;
}
.industry-top-banner h2 {
    font-size: 48px;
}
.industry-section-one {
    background: rgba(227,231,245,1);
    background: linear-gradient(145deg,rgba(227,231,245,1) 0%,rgba(255,241,209,1) 100%);
    padding: 80px 0;
}
.industry-section-two {
    background: #aeb4ff;
    background: linear-gradient(90deg, rgba(174, 180, 255, 1) 0%, rgba(246, 236, 243, 1) 100%);
    text-align: center;
}
.industry-section-pic {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-icons-section {
    background-color: #fff;
    margin-bottom: 50px;
    height: 280px;
    text-align: left;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;
}
.col-icons-section p {
    margin: 0px;
    padding: 0px;
}
.col-icons-section h3 {
    color: #070126;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.col-icons-section .icon-box {
    margin-bottom: 20px;
}
.col-icons-section .icon-box {
    border-radius: 7px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.industry-page .topreason-sec li {
    min-height: 240px;
}
.industry-page .topreason-text h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.industry-page .topreason-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .industry-page .topreason-text {
        width: 250px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .col-icons-section {
        height: auto;
    }
}
@media only screen and (min-width: 1050px) and (max-width: 1200px) {
    .col-icons-section {
        height: 270px;
    }
}
@media (max-width: 991px) {
    .col-icons-section {
        height: auto;
    }
}

@media only screen and (min-width: 1050px) and (max-width: 1200px) {
    .industry-page .topreason-text {
        width: auto;
    }
    .industry-page .topreason-sec .icon-box {
        margin-bottom: 25px;
    }
}

.industry-bottom-talk h2, 
.industry-bottom-talk p {
    padding: 0px;
}

.industry-additional {
    background: #f4f1ff;
    background: linear-gradient(360deg, rgba(174, 180, 255, 0) 0%, rgba(246, 236, 243, 0.5) 100%);
    margin-bottom: 1px;
}
.industry-additional li {
    background-color: rgba(246, 236, 243, 0.8);
    border: solid 1px rgb(239 224 235);
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 12px;
}
.industry-additional .light-green-color,
.industry-additional .light-violet-color,
.industry-additional .light-pink-color,
.industry-additional .light-bluelight-color,
.industry-additional .light-redlight-color,
.industry-additional .light-black-color {
    border: solid 1px rgb(239 224 235);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
}
.industry-additional .light-green-color {background-color: #fff;}
.industry-additional .light-violet-color {background-color: #fff;}
.industry-additional .light-pink-color {background-color: #fff;}
.industry-additional .light-bluelight-color {background-color: #fff;}
.industry-additional .light-redlight-color {background-color: #fff;}
.industry-additional .light-black-color {background-color: #fff;}
.industry-additional h4 {
    color: #070126;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
    position: relative;
}
.industry-additional p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    margin-bottom: 0;
}
