@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf');
} 
@font-face {
    font-family: 'Montserratbold';
    src: url('/assets/fonts/Montserrat/static/Montserrat-Bold.ttf');
} 

@font-face {
    font-family: 'Proxima-Nova';
    src: url('/assets/fonts/Proxima-Nova/proximanova-bold.otf');
}
@font-face {
    font-family: 'OpenSans-Italic';
    src: url('/assets/fonts/Open_Sans/OpenSans-Italic.ttf');
} 
@font-face {
    font-family: 'OpenSans';
    src: url('/assets/fonts/Open_Sans/OpenSans-VariableFont.ttf');
}
  
.montserrat{
    font-family: 'Montserrat',sans-serif;
}
.Montserratbold{
    font-family: 'Montserratbold',sans-serif;
}
.opensans{
    font-family: 'opensans',sans-serif;
}
.Proxima-Nova{
    font-family: 'Proxima-Nova',sans-serif;
}



.subhedding { font-style:italic; color:#d69028; text-transform:none; letter-spacing:0; font-weight:normal; font-size:30px; font-family: 'OpenSans-Italic'; }
.accordion-box h4 { text-align:left; color:#fff; font-size:30px; font-family: 'OpenSans'; font-weight:600; margin-bottom:40px; }
.accordion-box button { padding:10px 0; background-color:transparent!important; border-radius:0; border:0!important; border-top:solid 2px #3f6aa6!important; font-size:30px; font-weight:700; color:#d69028; font-family: 'OpenSans'; }
.accordion-box button:after { content:"-"; background:none!important; width:auto; height:auto; color:#3f6aa6; transform: rotate(0)!important; }
.accordion-box .collapsed::after { content:"+"; background:none!important; width:auto; height:auto; color:#3f6aa6; transform: rotate(0)!important; }
.accordion-box .accordion-collapse { border:0!important; padding:0!important; }
.accordion-box h2 { margin-bottom:0!important; }
.accordion-box .accordion-body { padding-top:0; padding-left:0; padding-right:0; padding-bottom:20px; margin-top:-10px; text-align:left; color:#fff; font-size:24px; line-height:38px; font-weight:400; color:#fff; font-family: 'OpenSans'; }
.accordion-button:not(.collapsed) { color:#d69028; }
.space-left { padding-right:50px; }
.space-right { padding-left:50px; }
.accordion-btn { display:flex; justify-content:center; padding-top:100px; }
.accordion-box .accordion { border-bottom:solid 2px #3f6aa6; }
.border-top { border-top:solid 2px #d58f29!important; margin-top:30px!important; padding-top:30px; }
.footer-wrap h3 { color:#fff!important; margin-bottom:25px; }
.phoneno2 { font-size:17px!important; color:#fff!important; margin-top:50px; font-weight:400!important; text-transform:uppercase; letter-spacing:2px; }
.phoneno2 a { color:#fff!important; }
.phoneno2 a:hover { color:#d69028!important; }
ul.bullet { list-style-type:circle!important; padding:15px 0 0 22px; }
.social a { color:#d69028; font-size:36px; margin:50px 35px 0 35px; }
.social a:hover { color:#fff; }
.vector-position img { right:50px; }
.border-line .divider { height:100%!important; }
.thin { font-weight:500!important; }


@media only screen and (max-width:767px){
.phoneno2 { margin-top: 30px; }
.phoneno2 b { display:none; }
.phoneno2 span { display:block; padding:5px 0; }
.social a { margin:30px 20px 0 20px; font-size:30px; }
.space-left { padding-right:0; }
.space-right { padding-left:0; }
.accordion-box h4 { font-size: 22px!important; margin:20px 0!important;}
.accordion-box button { font-size: 18px!important; }
.accordion-box .accordion-body { font-size: 17px!important; line-height:26px!important; }
.accordion-btn { padding-top:40px; padding-bottom:65px; }
}








/* Default css START here */
.container {
    max-width: 1412px;
    padding: 0;
}
.container-fluid {
    padding: 0;
}
.row {
    margin: 0;
}
.absolute{
    position: absolute;
}
.top-absolute{
    top:0;
    left: 10rem;
    max-width: 310px;
}
.text-center{
    text-align: center;
}
.white-clr{
    color: white;
}
.thme-clr{
    color: #d69028 !important;
}
.thme-clr2{
    color:#7a1a37 !important;
}
.thme-clr3{
    color:#d69028 !important;
}
.thme-clr2-bg{
    background-color: #7a1a37 !important;
}
.font-bold{
    font-weight: bold !important;
}
.text-justify{
    text-align: justify;
}
.gap-75{
    column-gap: 75px !important;
}
/* Default css OVER here */



/* HEADER css START here */

header {
    padding: 42px 0 37px;
}
header .navbar .navbar-nav .nav-item:not(:last-child) {
    padding-right: 40px;
}
header .navbar .navbar-nav .nav-link {
    padding: 0;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 11px 0;
}
header .navbar .navbar-nav .nav-link.active {
    border-bottom: 3px solid #d69028;
}
/* HEADER css OVER here */

.max-part{
    max-width: 885px;
    margin: 0 auto;
}
.hero_section {
    height: 1140px;
    background-image: url("../../assets/images/hero_bg.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 140px;
}
.banner-title {
    font-size: 101px;
    line-height: 120px;
    font-weight: bold;
    letter-spacing: 0.2px;
}
.banner-content {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.martop70 {
    margin-top: 55px;
}
.font-xl {
    font-size: 22px !important;
    line-height: 19px !important;
}
.mtop-banner{
    margin-top: 85px;
    margin-bottom: 325px;
}

/* section part 2 START here */
.part-two{
    padding: 255px 0 253px 82px;
}
.m-title{
    font-weight: bold;
    font-size: 3.313rem;
    line-height: 4.1rem;
}
.m-italic{
    font-size: 24px;
    line-height: 34px;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}
.m-contnt {
    font-size: 24px;
    color: #000000;
    margin-bottom: 5px;
    line-height: 34px;
    font-family:'opensans',sans-serif;
}
.mboth {
    margin: 40px 0;
}
.mb-bottom{
    margin-bottom: 35px;
}
.mrgn-top{
    margin-top: 50px !important;
}
.m-contnt.mboth.thme-clr.font-bold {
    font-size: 30px;
    line-height: 39px;
}
/* section part 2 OVER here */

.part-three {
    background-image: url("../../assets/images/bg-vector.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size:cover;
    padding-top: 250px;
    margin-bottom: -192px;
}
.box-white {
    padding: 170px;
    background: #FFFFFF;
}
.box-white h1{
    color: #7a1a37;
    font-size: 53px;
    line-height: 53px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 85px !important;
}
.box-white h3 {
    color: #d69028;
    font-size: 30px;
    line-height: 39px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.box-white p{
    color:#161412;
    font-size: 24px;
    line-height: 39px;
    font-weight: normal;
}
.padding-x {
    padding: 0 38px;
}
.padding-x2{
    padding: 0 0px;
}
.content-part{
    padding: 0 38px;
}
.padding-x3 {
    padding: 0 40px;
}
.divider {
    height: 79%;
    width: 2px;
    background: #d69028;
    display: block;
    position: relative;
    min-width: 2px;
}
.p3m-top{
    margin-top: 90px;
    text-align: center;
}

/* section part 4 START here */

.part-four{
    padding: 365px 0 250px 0;
    background-color: #094e34;
}
section.part-four {
    background-image: url("../../assets/images/vector-04.png");
    background-position: bottom left;
    background-size: 300px;
    background-repeat: no-repeat;
}
.inner-steps{
    max-width: 1010px;
    margin: 0 auto;
}
.top-line {
    border-top: 1px solid #3f6aa6;
    margin-bottom: 83px;
    padding-left: 0;
}
.part-four h2 {
    color: #FFFFFF;
    font-size: 53px;
    line-height: 53px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 80px;
}
.part-four h1 {
    padding: 50px 65px;
    font-weight: bold;
    font-size: 108px;
    line-height: 108px;
    background: #3f6aa6;
    color: #FFFFFF;
    border-radius: 0 0 100px 100px;
}
.top-line:nth-child(even){
    border-color: #d69028 !important;
}
.top-line:nth-last-child(1){
    margin-bottom: 0 !important;
}
.part-four .top-line:nth-child(even) h1{
    background: #d69028;
}
.part-four .top-line:nth-child(even) .process-content h4{
    color: #d69028;
}
.process-content {
    padding: 55px 230px 0px 0;
}
.process-content h4 {
    font-weight: bold;
    font-size: 30px;
    line-height: 39px;
    color: #3f6aa6;
}
.process-content p {
    font-weight: normal;
    font-size: 24px;
    line-height: 39px;
    color: #FFFFFF;
}

/* section part 4 OVER here */


/* section part 5 START here */

.part-five{
    padding: 250px 0 !important;
}
.part-five h1{
    font-weight: bold;
    font-size: 3.313rem;
    line-height: 4.1rem;
}
.part-five .m-cntb{
    font-weight: bold;
    font-size: 30px;
    line-height: 39px;
    font-style: italic;
}
.part-five .noitalic{
    font-style: normal;
}
.part-five .my-space{
    margin: 40px 0;
}
.part-five .mb-space {
    margin-bottom: 35px;
}
.part-five .m-contnt {
    padding-right: 80px;
}
.part-five .pr-space {
    padding-right: 125px;
}
/* section part 5 OVER here */

.vector-position img {
    position: absolute;
    max-width: 44.188rem;
    margin-bottom: -9.063rem;
    width: 100%;
}

/* section part 6 START here */
section.part-six {
    padding: 255px 0;
}

.part-six .mtitie{
    font-weight: bold;
    font-size: 53px !important;
    line-height: 53px;
    color:#FFFFFF;
}
.part-six .m-cntnt {
    font-size: 30px;
    line-height: 39px;
    font-style: italic;
    color: #d69028;
    font-weight: bold;
    margin-top: 56px !important;
}
.part-six .box-part {
    background-color: #FFFFFF;
    padding: 100px 75px 100px;
    text-align: center;
    margin: 0 0px;
    z-index: 9;
    position: relative;
}
.mrgn-tp{
    margin-top: 40px;
}
.box-part .ico {
    max-width: 177px;
    aspect-ratio: 1/1;
    margin-bottom: 40px;
}
.box-part h1 {
    font-size: 30px;
    line-height: 39px;
    color:#d69028;
    font-weight: 600;
}
.box-part p {
    font-size: 24px;
    line-height: 39px;
    color: #161412;
    font-weight: 500;
}
.part-six .mrgn-top{
    margin-top: 170px !important;
}
/* section part 6 OVER here */

.vector-position-left {
    position: absolute;
    left: 0;
    max-width: 568px;
    margin-top: -47.063rem;
    width: 100%;
    z-index: 0;
}

/* section part 7 START here */
.part-seven {
    padding: 250px 0;
    padding-bottom: 200px;
}
.part-seven h1{
    color: #7a1a37;
    font-size: 53px;
    line-height: 53px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 90px !important;
}
.part-seven h5 {
    font-size: 30px;
    line-height: 37px;
    font-weight: bold;
    color:#4169a3;
    margin-bottom: 8px;
}
.part-seven p {
    font-size: 30px;
    line-height: 37px;
    font-weight: normal;
    color: #4169a3;
    font-style: italic;
}
/* .mb-down {
    margin-bottom: 40px;
} */
.part-seven .card {
    padding: 45px 15px;
    border-radius: 8px;
    height: 100%;
    border: 0;
    background-color: transparent;
}
.part-seven .sub-title{
    font-size: 33px;
    line-height: 43px;
    font-weight: bold;
    color: #d58f29;
    text-align: center;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
}
.mb-titlearches{
    margin-bottom:50px !important;
}
.part-seven .container {
    padding: 0 40px !important;
}
/* section part 7 OVER here */

.divider-line{
    width: 100%;
    height: 2px;
    margin: 45px 0 !important;
    margin-top:40px !important;
}

/* section part 8 START here */
.mb-downnone .card{
    padding-bottom: 0 !important;
}
.part-eight{
    padding: 250px 0;
    background: #f0f3f8;
}
.part-eight h2 {
    color: #7a1a37 !important;
    font-size: 39.49px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.part-eight p{
    font-size: 24px;
    line-height: 39px;
    font-weight: 500;
    color: #010000;
}
.part-eight p.italic{
    font-style: italic;
    color: #010000;
    font-weight: bold;
    font-size: 25px !important;
}
.my-spacing{
    padding: 55px 0 40px 0;
}
.vectore-green {
    margin-top: -25rem;
    margin-right:0;
    margin-left: 5rem;
    width: 270px;
    padding-right:30px;
}
.mxpadding {
    padding: 0 30px;
}
.part-seven .my-fifty {
    margin: 45px 0 !important;
}
/* section part 8 OVER here */



/*footer START here */
footer {
    background: #094e34;
    background-image: url(../../assets/images/footer-bg.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
}
.footer-logo {
    max-width: 368px;
    width: 100%;
    margin-bottom: 50px;
}
.social-icons img{
    max-width: 27px;
    max-height: 27px;
}
.social-icons .gaps {
    column-gap: 67px;
}
.footer-spacer {
    padding: 100px 100px 220px 100px;
    text-align: center;
}
.footer-cntnt{
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    color: #ffffff;
}
.social-icons{
    margin-top: 85px;
}
/*footer OVER here */


@media only screen and (max-width:1720px) {
    .vector-position img {
    max-width: 36.188rem;
        right:30px;
   }
    
}


/* for 1366 laptop screen START here */

@media only screen and (max-width:1399px) and (min-width:1026px) {
    .container {
        max-width: 1240px;
    }
    .banner-title {
        font-size: 56px;
        line-height: 66px;
    }
    .banner-content {
        font-size: 17px;
        line-height: 18px;
    }
    .font-xl {
        font-size: 16px !important;
        line-height: 14px !important;
    }
    .button img {
        width: 20px !important;
        height: 20px !important;
        aspect-ratio: 1/1;
    }
    .header .navbar-brand img {
        width: 230px;
    }
    .navbar-nav .nav-item a {
        font-size: 16.06px;
        margin: 30.22px 0;
    }
    .hero_section {
        height: 720px;
        margin-top: 87.53px;
    }
    .top-absolute {
        max-width: 225px;
    }
    .max-part {
        max-width: 600px;
    }
    .mtop-banner {
        margin-top: 25px;
        margin-bottom: 0;
    }
    .martop70 {
        margin-top: 35px;
    }
    .btn.green-clr {
        line-height: 12px !important;
        padding-top: 18px;
        padding-bottom: 18px;
    }
    /* part two */
    .part-two {
        padding: 120px 0 120px 40px;
    }
    .m-title {
        font-weight: bold;
        font-size: 2.813rem;
        line-height: 3.4rem;
    }
    .m-italic {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 8px;
    }
    .m-contnt {
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 30px;
    }
    .m-contnt.mboth.thme-clr.font-bold {
        font-size: 22px;
        line-height: 26px;
        margin: 30px 0 !important;
    }
    .part-three {
        padding-top: 185px;
        margin-bottom: -96px;
    }
    .box-white {
        padding: 85px;
    }
    .box-white h1 {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 45px !important;
    }
    .box-white h3 {
        font-size: 24px;
        line-height: 34px;
        padding: 0 25px;
        margin-bottom: 15px;
    }
    .box-white p {
        font-size: 18px;
        line-height: 29px;
    }
    .p3m-top {
        margin-top: 45px;
    }

    .part-four {
        padding: 265px 0 125px 0;
        background-color: #094e34;
    }
    .part-four h2 {
        font-size: 43px;
        line-height: 43px;
        letter-spacing: 6px;
        margin-bottom: 60px;
    }
    .part-four h1 {
        padding: 35px 55px;
        font-size: 96px;
        line-height: 96px;
    }
    .process-content {
        padding: 40px 90px 0px 0;
    }
    .inner-steps {
        max-width: 900px !important;
    }
    section.part-four {
        background-size: 250px !important;
    }
    .part-five {
        padding: 180px 0 !important;
    }
    section.part-two img.vectore {
        width: 180px;
        margin-top: -20rem !important;
        margin-right: -10rem !important;
        margin-left: 10rem !important;
    }
    .vector-position img {
     max-width: 22rem;
    margin-bottom: -5.063rem;
    right:30px;
    }
    .part-five h1 {
        font-weight: bold;
        font-size: 3.1rem;
        line-height: 4rem;
    }
    .part-five .m-cntb {
        font-size: 22px;
        line-height: 32px;
    }
    section.part-six {
        padding: 153px 0;
    }
    .part-six .mtitie {
        font-weight: bold;
        font-size: 43px !important;
        line-height: 46px;
        color: #FFFFFF;
    }
    .part-six .m-cntnt {
        font-size: 20px;
        line-height: 29px;
        margin-top: 45px !important;
    }
    .part-eight h2 {
        font-size: 28.49px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .part-eight {
        padding: 175px 0;
    }
    .footer-logo {
        max-width: 255px;
        margin-bottom: 25px;
    }
    .padding-x {
        padding: 0 65px;
    }
    .content-part {
        padding: 0 58px;
    }
    .padding-x3 {
        padding: 0 65px;
    }
    .box-part p {
        font-size: 20px;
        line-height: 32px;
    }
    .box-part h1 {
        font-size: 22px;
        line-height: 36px;
    }
    .part-six .box-part {
        background-color: #FFFFFF;
        padding: 85px 60px 80px;
    }
    .part-six .mrgn-top {
        margin-top: 85px !important;
    }
    .part-five .m-cntb {
        font-size: 18px;
        line-height: 28px;
    }
    .footer-cntnt {
        font-size: 15px;
        line-height: 25px;
    }
    .footer-spacer {
        padding: 150px 180px;
        padding-top: 100px;
    }
    .part-seven h5 {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 4px;
    }
    .part-seven p {
        font-size: 26px !important;
        line-height: 36px !important;
    }
    .part-seven .my-fifty {
        margin: 35px 0 !important;
    }
    .part-seven .card {
        padding: 30px 15px !important;
    }
    .part-seven h1 {
        font-size: 42px !important;
        line-height: 50px !important;
        margin-bottom: 65px !important;
    }
    .part-seven .sub-title {
        font-size: 28px !important;
        line-height: 38px !important;
    }
}

/* tab screen START here */
@media only screen and (max-width:1026px) {
    .navbar-expand-lg .navbar-toggler,  .header .navbar-collapse.show{
        display: block !important;
    }
    .header .navbar-collapse{
        display: none !important;
    }

    .navbar {
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: space-between !important;
    }
    .footer-spacer {
        padding: 70px 10px 120px !important;
    }
    .navbar-nav .nav-item a {
        margin: 0px 0 !important; 
    }
    .navbar-toggler {
        background-color: #d99938;
        border: 1px solid black;
        padding: 5px;
    }
    body .header {
        padding: 20px 20px !important;
    }
    body img.vectore {
        margin-top: -15rem !important;
        margin-right: 10px !important;
        margin-left: 0 !important;
        width: 140px;
        float: right;
    }
    .vector-position img {
        right: 15px !important;
        max-width: 20rem !important;
        margin-bottom: -55px !important;
    }
    .space-left { padding-right:15px; }
    .space-right { padding-left:15px; }
    .accordion-box h4 { font-size: 26px; }
    .accordion-box button { font-size: 24px; }
    .accordion-box .accordion-body { font-size: 20px; line-height:30px; }
    .vectore-green {
        margin-top: -10rem !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 250px;
        padding-right:10px;
    }
    .vector-position-left {
        position: absolute;
        left: 0 !important;
        max-width: 170px !important;
        margin-top: -10rem !important;
    }
    .header .navbar-brand img {
        width: 200px !important;
    }
    .hero_section {
        height: 700px;
        margin-top: 87px;
    }
    .top-absolute {
        max-width: 215px !important;
    }
    .banner-title {
        font-size: 62px;
        line-height: 72px;
    }
    .banner-content {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 2px;
    }
    .martop70 {
        margin-top: 30px !important;
    }
    .font-xl {
        font-size: 14px !important;
        line-height: 14px !important;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: column !important;
    }
    header .navbar .navbar-nav .nav-item:not(:last-child) {
        padding-right: 0px !important;
    }
    .part-two {
        padding: 140px 0 140px 40px !important;
    }
    .part-three {
        padding-top: 80px !important;
        margin-bottom: -92px !important;
    }
    .box-white {
        padding: 60px !important;
    }
    .box-white h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 65px !important;
    }
    .p3m-top {
        margin-top: 50px !important;
    }
    .part-four {
        padding: 165px 0 150px 0 !important;
    }
    .part-four h2 {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 5px;
        margin-bottom: 50px;
    }
    .top-line {
        margin-bottom: 40px !important;
    }
    .process-content {
        padding: 45px 140px 0px 0 !important;
    }
    .inner-steps {
        max-width: 810px !important;
    }
    section.part-four {
        background-size: 210px !important;
    }
    .process-content p {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .part-four h1 {
        padding: 50px 65px;
        font-size: 74px;
        line-height: 74px;
    }
    .part-five {
        padding: 125px 45px !important;
    }
    .part-five h1 {
        font-size: 2.8rem;
        line-height: 3.1rem;
    }
    .m-contnt {
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .box-white p {
        font-size: 20px;
        line-height: 32px;
    }
    .box-white h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .part-five .my-space {
        margin: 25px 0;
    }
    .part-five .m-cntb {
        font-size: 24px;
        line-height: 26px;
    }
    section.part-six {
        padding: 120px 0 !important;
    }
    .part-six .m-cntnt {
        font-size: 22px !important;
        line-height: 32px !important;
        margin-top: 50px !important;
    }
    .part-six .mrgn-top {
        margin-top: 100px !important;
    }
    .part-six .box-part {
        padding: 50px !important;
    }
    .box-part p {
        font-size: 18px;
        line-height: 28px;
    }
    .part-seven {
        padding: 100px 50px !important;
    }
    .part-eight {
        padding: 110px 0 !important;
    }
    .part-seven h5 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .footer-logo {
        max-width: 340px !important;
        margin-bottom: 50px !important;
    }
    .m-contnt.mboth.thme-clr.font-bold {
        font-size: 26px !important;
        line-height: 28px !important;
        margin: 20px 0px !important;
    }
    .part-seven p {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .part-seven .card {
        padding: 20px 15px !important;
    }
}

/* tab screen OVER here */

/* Mobile screen START here */
@media only screen and (max-width:675px) {
.top-absolute {
    max-width: 150px !important;
}
.mtop-banner {
    margin-top: 40px !important;
    margin-bottom: 0 !important;
}
.banner-title {
    font-size: 36px;
    line-height: 46px;
}
.banner-content {
    font-size: 11px!important;
    line-height: 21px!important;
    letter-spacing: 1px!important;
}
.d-flex.m-response {
    flex-direction: column !important;
}
.m-response .button, .m-response .button a {
    width: 100% !important;
}
.hero_section {
    height: 600px;
    margin-top: 87px;
}
.part-two {
    padding: 80px 0 50px 20px !important;
}
.m-title {
    font-size: 22px !important;
    line-height: 34px !important;
}
.m-contnt {
    font-size: 16px !important;
    line-height: 26px !important;
}
.m-italic {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 5px !important;
}
.m-contnt.mboth.thme-clr.font-bold {
    font-size: 20px !important;
    line-height: 26px !important;
    margin: 15px 0px !important;
}
body img.vectore {
    margin-top: -12rem !important;
    margin-left: 0 !important;
    float: right !important;
    position: relative !important;
    min-width: 65px !important;
}
.box-white {
    padding: 20px !important;
}
.box-white h1 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
}
.content-part ,.padding-x3,.padding-x{
    padding: 10px 32px !important;
}
.divider{
    display: none !important;
}
.box-white h3 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
}
.part-three {
    padding-top: 20px !important;
    margin-bottom: -80px !important;
    background-size: cover !important;
}
.box-white p {
    font-size: 16px !important;
    line-height: 22px !important;
}
.button .btn {
    padding: 10px 25px !important;
    font-size: 13px !important;
    width: 100% !important;
}
.m-response .button img {
    max-width: 25px !important;
    max-height: 25px !important;
}
.part-four {
    padding: 135px 20px 135px 20px !important;
}
.part-four h2 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 3px;
    margin-bottom: 25px;
}
.part-four h1 {
    padding: 15px 30px !important;
    font-size: 34px !important;
    line-height: 44px !important;
}
.gap-75 {
    column-gap: 20px !important;
}
.process-content {
    padding: 25px 0px 0px 0px !important;
}
.process-content h4 {
    font-size: 22px !important;
    line-height: 26px!important; 
}
.process-content p {
    font-size: 12px !important;
    line-height: 22px !important;
}
.process-content h4 {
    font-size: 22px !important;
    line-height: 26px!important;
    margin-bottom: 5px !important;
}
section.part-four {
    background-size: 100px !important;
}
.part-five {
    padding: 70px 20px !important;
}
.part-five .m-contnt {
    padding-right: 0px !important;
}
.part-five h1 {
    font-size: 22px !important;
    line-height: 30px !important;
}
.part-five .mb-space {
    margin-bottom: 20px !important;
}
.vector-position img {
    right: 0px !important;
    max-width: 5rem !important;
    margin-bottom: -25px !important;
}
section.part-six {
    padding: 50px 0 !important;
}
.part-five .my-space {
    margin: 12px 0 !important;
}
.part-five .m-cntb {
    font-size: 18px!important;
    line-height: 26px!important;
}
.part-six .mtitie {
    font-size: 26px !important;
    line-height: 36px !important;
}
.part-six .m-cntnt {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-top: 15px !important;
}
.part-six .mrgn-top {
    margin-top: 45px !important;
}
.part-six .box-part {
    padding: 25px !important;
}
.mresponse-mt{
    margin-top: 25px !important;
}
.box-part .ico {
    max-width: 80px !important;
    margin-bottom: 20px !important;
}
.box-part h1 {
    font-size: 22px;
    line-height: 32px;
}
.box-part p {
    font-size: 16px;
    line-height: 22px;
}
.part-seven {
    padding: 50px 0 !important;
}
.part-seven h1 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px !important;
}
.vector-position-left {
    max-width: 105px !important;
    margin-top: -7rem !important;
}
.part-seven .card {
    padding: 35px 15px;
}
.part-seven h5 {
    font-size: 16px !important;
    line-height: 18px !important;
    margin-bottom: 5px !important;
}
.part-seven p {
    font-size: 16px !important;
    line-height: 18px !important;
}
/* .mb-down {
    margin-bottom: 25px !important;
} */
/* .team-mresponse .col-12{
    margin-bottom: 25px !important;
} */
.part-seven .sub-title {
    font-size: 18px !important;
    line-height: 28px !important;
}
.team-mresponse .col-12:nth-last-child(1){
    margin-bottom: 0px !important;
}
.part-seven .my-fifty {
    margin: 20px 0 !important;
}
.part-eight {
    padding: 50px 0 !important;
}
.part-eight h2 {
    font-size: 20px!important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
}
.phoneno2 { font-size:15px!important; }
.part-eight p {
    font-size: 16px !important;
    line-height: 26px !important;
}
.part-eight p.italic {
    font-size: 18px !important;
    line-height: 26px !important;
}
section.part-eight .col-lg-2{
    display: none !important;
}
.footer-logo {
    max-width: 180px !important;
    margin-bottom: 25px !important;
}
.footer-cntnt {
    font-size: 16px;
    line-height: 26px;
}
.my-spacing {
    padding: 19px 0 20px 0 !important;
}
.footer-spacer {
    padding: 55px 10px 65px !important;
}
.mrgn-top {
    margin-top: 20px !important;
}

.phoneno span { display:block; margin:0 0 15px 0!important; }
.phoneno span b { display:block; }
.label { font-size:22px!important; line-height:30px!important; margin-top:15px!important; }
.phoneno { font-size:20px!important; margin-top:20px!important; }
}

a#dropdownMenuLink {
    padding: 0;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
        visibility: visible !important;
    opacity: 1 !important;
}


@media (min-width: 992px) {

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        left: -60px;
    }
    ul.dropdown-menu.show li a {
    margin: 2px 0 !impotant;
}
}

@media screen and (max-width: 990px) and (orientation: landscape) {
    .top-absolute {
        max-width: 135px !important;
    }
    .banner-title {
        font-size: 54px !important;
        line-height: 62px !important;
    }
    .mtop-banner {
        margin-top: 40px !important;
        margin-bottom: 0 !important;
    }
    .martop70 {
        margin-top: 15px !important;
    }
    .hero_section {
        height: 450px !important;
        margin-top: 55px !important;
    }
    body .header {
        padding: 15px 20px !important;
    }

    .top-absolute {
        max-width: 150px !important;
    }
    .mtop-banner {
        margin-top: 40px !important;
        margin-bottom: 0 !important;
    }
    .banner-title {
        font-size: 36px;
        line-height: 46px;
    }
    .banner-content {
        font-size: 11px!important;
        line-height: 21px!important;
        letter-spacing: 1px!important;
    }
    
    .hero_section {
        height: 600px;
        margin-top: 87px;
    }
    .part-two {
        padding: 80px 0 50px 20px !important;
    }
    .m-title {
        font-size: 22px !important;
        line-height: 34px !important;
    }
    .m-contnt {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .m-italic {
        font-size: 16px !important;
        line-height: 22px !important;
        margin-bottom: 5px !important;
    }
    .m-contnt.mboth.thme-clr.font-bold {
        font-size: 20px !important;
        line-height: 26px !important;
        margin: 15px 0px !important;
    }
    body img.vectore {
        margin-top: -12rem !important;
        margin-left: 0 !important;
        float: right !important;
        position: relative !important;
        min-width: 65px !important;
    }
    .box-white {
        padding: 20px !important;
    }
    .box-white h1 {
        font-size: 20px !important;
        line-height: 30px !important;
        margin-bottom: 20px !important;
    }
    .content-part ,.padding-x3,.padding-x{
        padding: 10px 32px !important;
    }
    .box-white h3 {
        font-size: 20px !important;
        line-height: 30px !important;
        margin-bottom: 10px !important;
    }
    .part-three {
        padding-top: 20px !important;
        margin-bottom: -80px !important;
        background-size: cover !important;
        padding-left: 40px;
        padding-right: 40px;
    }
    .box-white p {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    .button .btn {
        padding: 10px 25px !important;
        font-size: 13px !important;
    }
    .m-response .button img {
        max-width: 25px !important;
        max-height: 25px !important;
    }
    .part-four {
        padding: 135px 20px 135px 20px !important;
    }
    .part-four h2 {
        font-size: 26px;
        line-height: 36px;
        letter-spacing: 3px;
        margin-bottom: 25px;
    }
    .part-four h1 {
        padding: 15px 30px !important;
        font-size: 34px !important;
        line-height: 44px !important;
    }
    .gap-75 {
        column-gap: 20px !important;
    }
    .process-content {
        padding: 25px 200px 0px 0px !important;
    }
    .process-content h4 {
        font-size: 22px !important;
        line-height: 26px!important; 
    }
    .process-content p {
        font-size: 12px !important;
        line-height: 22px !important;
    }
    .process-content h4 {
        font-size: 22px !important;
        line-height: 26px!important;
        margin-bottom: 5px !important;
    }
    section.part-four {
        background-size: 100px !important;
    }
    .part-five {
        padding: 70px 20px !important;
    }
    .part-five .m-contnt {
        padding-right: 0px !important;
    }
    .part-five h1 {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .part-five .mb-space {
        margin-bottom: 20px !important;
    }
    .vector-position img {
        right: 0px !important;
        max-width: 15rem !important;
        margin-bottom: -25px !important;
    }
    section.part-six {
        padding: 50px 0 !important;
    }
    .part-five .my-space {
        margin: 12px 0 !important;
    }
    .part-five .m-cntb {
        font-size: 18px!important;
        line-height: 26px!important;
    }
    .part-six .mtitie {
        font-size: 26px !important;
        line-height: 36px !important;
    }
    .part-six .m-cntnt {
        font-size: 20px !important;
        line-height: 30px !important;
        margin-top: 15px !important;
    }
    .part-six .mrgn-top {
        margin-top: 45px !important;
    }
    .part-six .box-part {
        padding: 25px !important;
    }
    .mresponse-mt{
        margin-top: 25px !important;
    }
    .box-part .ico {
        max-width: 80px !important;
        margin-bottom: 20px !important;
    }
    .box-part h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .box-part p {
        font-size: 16px;
        line-height: 22px;
    }
    .part-seven {
        padding: 50px 0 !important;
        padding-bottom: 145px !important;
    }
    .part-seven h1 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 50px !important;
    }
    .vector-position-left {
        max-width: 105px !important;
        margin-top: -7rem !important;
    }
    .part-seven .card {
        padding:35px 15px;
    }
    .part-seven h5 {
        font-size: 16px !important;
        line-height: 18px !important;
        margin-bottom: 5px !important;
    }
    .part-seven p {
        font-size: 16px !important;
        line-height: 18px !important;
    }
    /* .mb-down {
        margin-bottom: 25px !important;
    } */
    .team-mresponse .col-12{
        margin-bottom: 25px !important;
    }
    .part-eight {
        padding: 50px 0 !important;
    }
    .part-eight h2 {
        font-size: 20px!important;
        line-height: 30px !important;
        margin-bottom: 20px !important;
    }
    .part-eight p {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .part-eight p.italic {
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .footer-logo {
        max-width: 180px !important;
        margin-bottom: 25px !important;
    }
    .footer-cntnt {
        font-size: 16px;
        line-height: 26px;
    }
    .my-spacing {
        padding: 19px 0 20px 0 !important;
    }
    .footer-spacer {
        padding: 55px 140px 150px !important;
    }
}
/* Mobile screen OVER here */