@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,500&amp;family=Playfair+Display&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');


html{
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
}

.show-desk{
    display: block;
}
.show-mob{
    display: none;
}
.botl-desk{
    display: inline-block;
}
.botl-mob{
    display: none;
}
.show-br{
    display: none;
}
.show-br-desk{
    display: block;
}
.show-br-mob{
    display: none;
}
@media(max-width:991.91px){
    .show-desk{
        display: none;
    }
    .show-mob{
        display: block;
    }   
    .botl-desk{
        display: none;
    }
    .botl-mob{
        display: inline-block;
    }   
}

.sec2, .sec3, .sec4, .sec5, .sec6, .sec7, .sec8, .sec9, footer {
    padding: 50px 0;
}

.topbanner{
    padding: 19px 0;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid #dfe3e6;
}
.topbanner p{
    font-weight: 700;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 0.01px;
    letter-spacing: 0.5px;
}

.hamburger{
    position: relative;
    display: none;
}

.blue-span{
    color: #0f3060;
}
.page-container{
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 60px;
}

.banner{
background-image: url(../../images/hairsy_v2n/ban-bg-desk.png);
background-repeat: no-repeat;
background-position: center;
position: relative;
}

.banner h1{
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.banner h1 span{
    color: #0f3060;
    font-weight: 700;
}

.bold-italic{
    color: #0f3060;
    font-weight: 700;
    font-style: italic;
}

.botl-img{
    position: relative;
    left: -25px;
    /* top: 2px; */
    margin: 0 auto;
    display: block;
    margin-bottom: 60px;
}
.shields{
    position: relative;
    height: 47px;
    /* display: inline-block; */
    /* padding-top: 20px; */
    /* top: -30px; */
}

/* .btn-container{
    display: contents;
} */

.cta-btn{
    margin-top: 50px;
    padding: 15px 45px;
    background-color: #0f3060;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    font-size: 11px;    
    letter-spacing:2px;
    border: 0;
}

.cta-btn-red{
    margin-top: 50px;
    padding: 17px 35px;
    background-color: #d42f2f;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    text-transform: None;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    font-size: 18px;    
    /* letter-spacing:2px; */
    border: 0;
}
.cta-btn-red .fas {
    font-size: 15px;
    margin-right: 10px;
}
a.cta-btn-red{
    color: #fff;
    text-decoration: none;
}
a.cta-btn{
    color: #fff;
    text-decoration: none;
}

.round-div{
    display: flex;
    align-items: center;
    justify-content: start;
    border: 1px solid #e9e8e8;
    border-radius: 33px;
    padding: 2px;
}
.round-div .flogo-text{
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin-left: 5px;
    font-weight: 700;
}

.navbar-collapse{
    display: none;
}

.sec2 .col-lg-3{
    padding-left: 5px;
    padding-right: 5px;
}

.sec3 h2{
    font-size: 35px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px;
}

.sec5 h2{
    font-size: 35px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
}

.sec3 p{
    font-size: 16px;
    line-height: 18px;
    color: #2c2b31;
    margin-bottom: 0;
    text-align: center;
}
.sec3-div{
    margin-top: 35px;
}
.sec3-div img{
    margin-right: 10px;
}
.sec3-div h3{
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #009ece;
    text-align: left;
}
.sec3-div p{
    text-align: left;
    font-size: 16px;
    font-weight: 18px;
    font-weight: 400;
    color: #212121;
}

.sec4 .powerhouse{
    position: relative;
}
.sec4 .powerhouse::after{
    position: absolute;
    content: '';
    top: -100%;
    right: 25%;
    background-image: url("../../images/hairsy_v2n/arrow.png");
    background-position: top;
    background-repeat: no-repeat;
    width: 153px;
    height: 192px;
}

.sec4 .powerhouse h3{
    font-size: 28px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: .25px;
    margin-bottom: 20px;
}
.sec4 .powerhouse p{
    font-size: 20px;
    line-height: 27px;
    letter-spacing: .25px;
    color: #2c2b31;
}
.power-text{
    font-size: 32px;
    line-height: 29px;
    color: #009ece;
    font-style: italic;
    font-weight: 700;
}
.sec5-div h3{
    font-size: 20px;
    line-height: 18px;
    color: #009ece;
    font-weight: 400;
    margin-top: 25px;
}
.sec5-div p{
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.hairsy-table{
    background-color: #0f3060;
    border-collapse: collapse;
    border-radius: 16px;
    color: #fff;
    margin: 0 auto;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
}
.hairsy-table p{
    font-size: 14px;
    font-weight: 400;
}
th.column1, td.column1{
    width: 40%;
    padding-left: 25px;
    text-align: center;
}
th, td{
    width: 30%;
    border-color: #0a5484;
    border-style: solid;
    border-width: 1px;
    padding: 20px;
}
.hairsy-table td img{
    display: block;
    margin: 0 auto;
    position: relative;
    top: 30px;
}
.hairsy-table td p{
    margin-bottom: 0;
}
.tbl-heading img{
    display: inline-block !important;
    top: 0 !important;
}
.wch-heading{
    font-size: 28px;
}

.sec7 h2{
    font-size: 35px;
    line-height: 34px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
}
.mnth-h3{
    font-size: 22px;
    line-height: 22px;
    margin-top: 35px;
}    
.sec7-div img{
    display: block;
    /* margin: 0 auto; */
    margin-bottom: 10px;
}

.mnth-desk{
    display: flex;
}
.mnth-mob{
    display: none;
}

.month-tag-holder-desk{
    position: relative;
}
.month-tag-holder-desk::after{
    position: absolute;
    top: 160px;
    content: '';
    background: url(../../images/hairsy_v2n/dot-line.png);
    background-repeat: no-repeat;
    width: 545px;
    height: 2px;
    z-index: -1;
}
.mnth-div-mob{
    position: relative;
}
.mnth-div-mob::after{
    position: absolute;
    top: 45%;
    left: -150px;
    content: '';
    background: url(../../images/hairsy_v2n/dot-line.png);
    background-repeat: no-repeat;
    width: 545px;
    height: 2px;
    z-index: -1;
    transform: rotate(90deg);
}

.mnth-left{
    margin-bottom: 70px;
}

.month-tag{
    padding: 25px 22px;
    border-radius: 33px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    /* margin: 0 auto; */
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.green-month{
    background-color: #05c2a2;
}
.blue-month{
    background-color: #2c81b6;
}
.yellow-month{
    background-color: #ff9c00;
}
.month-list{
    padding-left: 1.8rem ;
}
.month-list li{
    list-style: none;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #363636;
    margin-bottom: 10px;
    padding-right: 40px;
}
.month-list li:before{
    position: absolute;
    content: '';
    left: -30px;
    top: 2px;
    background-image:url(../../images/hairsy_v2n/blue-tick.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

.reviews{
    background-color: #eef0f4;
    border-radius: 17px;
    padding: 40px;
    margin: 2px;
}

.reviews h3{
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #030303;
    margin-bottom: 25px;
}

.rev-head{
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 34px;
    color: #000000;
    font-weight: 400;
}

.reviews p{
    font-size: 15px;
    font-style: italic;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.author{
    color: #0f3060;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.review-slider{
    display: none;
}

.sec9 h2{
    font-size: 35px;
    line-height: 37px;
    font-weight: 400;
    margin-bottom: 26px;
}

.sec9 h2 span{
    color: #0f3060;
}

.sec9 p{
    font-size: 14px;
    line-height: 22px;
    color: #363636;
    font-weight: 300;
}

.sec9-pdesk{
    display: block;
}

.sec9-pmob{
    display: none;
}

.list-btm .month-list{
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
    width: 368px;
}
.list-btm .month-list li{
    font-size: 14px;
    color: #606060;
}

.star5{
    width: 106px;
    margin-top: 40px;
}

.star5-text{
    font-size: 18px !important;
    font-weight: 600 !important;
    text-align: center !important;
    line-height: 37px !important;
}

.footer h6{
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
}
.footer ul{
    padding-left: 0;
}
.footer ul li{
    list-style: none;
    text-align: center;
    margin-bottom: 8px;
}
.footer-list li a{
    font-size: 12px;
    letter-spacing: 1px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
.footer li a{
    
}
.footer-logo{
    margin-left: 85px;
    display: inline-block;
}
.copyright-text {
    font-size: 13px;
    font-weight: 600;
    color: #363636 !important;
    text-decoration: none;
    letter-spacing: 2px;
    margin-top: 50px;
    margin-bottom: 10px;
    text-transform: uppercase !important;
}
.footer-links a{
    font-size: 11px;
    font-weight: 600;
    color: #363636 !important;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.copyright-text{
    margin-bottom: 10px;
}
.social-icons{
    margin-top: 10px;
    margin-bottom: 50px;
}

/* Navbar toggle styles  */

.v2n-header .getStartedCtaTop span {
    color: #fff !important;
}
.v2n-header .getStartedCtaTop {
    background-color: #db3e4d;
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    line-height: 1.5;
    padding: 0.28rem 0.6rem;
}
.v2n-header .getStartedCtaTop::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 100%;
    transition: all .3s;
    background-color: #ff002f;
    border-radius: 8px;
}
.v2n-header .getStartedCtaTop::after {
    content: "";
    display: inline-block;
    background-color: #db3e4d;
    transition: all .3s;
    z-index: 2;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    display: none !important;
} 

/* ************ media queries ***************** */

@media(max-width:3840px){
    .banner {
        background-image: url(../../images/hairsy_v2n/ban-bg-desk-big.png);
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        background-size: cover;
    }    
}
@media(max-width:3100px){
    .botl-img {
       margin-bottom: 110px;
    }
    .shields {
        top: -60px;
    }
    .banner-btn{
        position: relative;
        top: -30px;
    }
    .banner-btn > .cta-btn{
        margin-top: 13px;
    }
}
@media(max-width:1440px){
    .round-div .flogo-text{
        font-size: 10px;
    }
}
@media(max-width:1366px){
    .sec4 .powerhouse::after{
        right: 15%;
    }
    .round-div{
        padding-right: 10px;
    }
    .sec3-div p{
        font-size: 11px;
        line-height: 15px;
    }
}
@media(max-width:1156px){
    
    .mnth-h3{
        font-size: 18px;
    } 
    .reviews h3{
        font-size: 16px;
        line-height: 20px;
    }
    .sec4 .powerhouse h3{
        font-size: 24px;
    }
    .round-div .flogo-text {
        font-size: 8px;
        line-height: 12px;
    }
    .cta-btn-red{
        font-size: 14px;
    }
}

@media(max-width:1025px){
    .round-div .flogo-text {
        font-size: 7px;
        line-height: 12px;
    }
}

@media(max-width:991.91px){
    /* navbar toggler */
    .v2n-header .navbar-collapse {
        position: absolute;
        right: 14px;
        top: 55px;
        transition: all 0.3s ease;
        transform: rotateY(90deg);
        perspective: 1000px;
        box-shadow: 1px 1px 16px #09264e3d;
        background: white;
        display: block;
    }

    .navbar-collapse.show {
        transform: rotateY(0deg);
        z-index: 1;
    }

    #navbarSupportedContent {
        z-index: 300;
    }

    .navbar-collapse ul {
        padding: 1em;
        color: #000;
        font-weight: bold;
        width: 100%;
        white-space: nowrap;
        text-align: center;
    }
    .navbar-nav .nav-item .nav-link {
        font-size: 0.8rem;
        text-align: right;
        margin-right: 0;
        color: #000;
        font-weight: 700;
    }

    .topbanner{
        padding: 10px 0;
    }
    .topbanner p{
        line-height: 19.01px;
    }

    .hamburger{
        display: block;
        float: right;
    }
    .botl-img {
        top: -196px;
        margin-bottom: 0px;
    }
    .shields {
        top: -140px;
    }
    .banner-btn {
        margin-top: -80px;
    }
    .round-div .flogo-text {
        font-size: 12px;     
    }
    .round-div{
        margin-bottom: 10px;
    }
    .sec2 .col-lg-3{
        padding-left: auto;
        padding-right: auto;
    }
    .sec3-div p, .month-list li{
        font-size: 16px;
        line-height: 18px;
    }
    .sec4 .powerhouse h3, .sec4 .powerhouse p{
        text-align: center;
    }
    .sec4 .powerhouse::after {
        right: 135px;
        top: 50px;
        transform: rotate(150deg);
    }
    .hf-img{
        display: block;
        margin: 0 auto;
        margin-top: 15px;
    }
    .mnth-desk{
        display: none;
    }
    .mnth-mob{
        display: flex;
    }
    .mnth-h3{
        font-size: 22px;
        margin-top: 10px;
    }
    .month-list{
        margin-bottom: 90px;
    }
    .month-tag{
        padding: 25px 18px;
        width: 110px;
        font-size: 10px;
    }
    .footer-logo{
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .review-desk{
        display: none !important;
    }
    .review-slider{
        display: block;
    }
    .reviews{
        padding: 40px 50px;
        min-height: 410px;
    }
    .banner h1{
        text-align: left;
        margin-top: 10px;
    }
    .sec5-div p{
        padding: 0 35px;
    }
    .sec3-div img {
        margin-right: 30px;
    }
    .footer ul li{
        margin-bottom: 0;
    }
}
@media (max-width:767.91px) {
    .mnth-div-mob::after{
        left: -180px;
    }
    .sec4 .powerhouse::after{
        right: 50px;
    }
    .month-list {
        margin-bottom: 50px;
        margin-top: 14px;
    }
    .mnth-h3{
        margin-top: 8px;
    }
    .mnth-left {
        margin-bottom: 70px;
    }
    .sec7 .cta-btn{
        margin-top: 0;
    }
    .sec8{
        overflow-x: hidden;
    }
    .sec8 > .container{
        padding-left: 0;
        padding-right: 0;
    }
    .reviews{
        min-height: 295px;
    }
    
}
@media (max-width:575.91px) {
    .page-container{
        padding: 0 40px;
    }
    .mnth-div-mob::after{
        left: -190px;
    }
    .mnth-h3{
        margin-top: 20px;
        font-size: 20px;
    }
    
    .botl-img{
        display: none;
    }
    .botl-img-mob{
        display: inline-block;
    }
    .banner.positin-relative {
        height: 1080px;
        /* height: 730px; */
        background-image: url(../../images/hairsy_v2n/mobile-bg2-final.png);
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        background-size: cover;
    }
    .shields {
        position: relative;
        width: 100%;
        top: 680px;
        height: 55px;
        /* display: inline-block; */
        /* padding-top: 20px; */
        /* top: inherit; */
        /* bottom: 45px; */
        /* bottom: 100px; */
    }
    .banner-btn{ 
        position: relative;
        top: 770px;
    }
    img.img-fluid.img-box {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        aspect-ratio: 1.1;
    }    
    .botl-img{
        height: 414px;
    }
    .sec4 .powerhouse::after {
        right: 50px;
    }
    .sec4 .powerhouse p{
        font-size: 18px;
    }
    .sec3-text-cont{
        width: 220px;
    }
    /* .banner {
        background-image: url(../../images/hairsy_v2n/mobile-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        background-size: cover;
    } */
    .show-br{
        display: block;
    }
    .show-br-desk{
        display: none;
    }
    .show-br-mob{
        display: block;
    }


}
@media(max-width:480.91px){
    .banner.positin-relative{
        height: 800px;
        background-size: contain;
    }
    .shields {
    position: relative;
    width: 100%;
    top: 460px;
    }
    .banner-btn {
        position: relative;
        top: 520px;
    }

    .mnth-div-mob::after {
        left: -205px;
    }
        
    .banner h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .mnth-h3 {
        font-size: 16px;
        line-height: 17px;
    }
    .month-list li {
        font-size: 13px;
        line-height: 17px;
        padding-right: 0;
    }
    .sec4{
        overflow-x: hidden;
    }
    .sec4 .powerhouse::after {
        right: 0;
        top: 35px;
    }
    .star5-text{
        margin-bottom: 0;
    }
    .month-tag{
        padding: 17px 5px;
        width: 100px;
    }
    .hairsy-table p{
        font-size: 12px;
    }
    .reviews p{
        font-size: 14px;
        line-height: 16px;
    }
    th.column1, td.column1{
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer-links a{
        letter-spacing: 0;
    }
    .wch-heading{
        font-size: 25px;
    }
    
    .sec9 p{
        /* font-size: 11px; */
        line-height: 19px;
    }
    .mnth-left {
        margin-bottom: 55px;
    }
    .sec4 .powerhouse h3 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 25px;
    }
    .sec4 .powerhouse p{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 2rem;
    }
}
@media(max-width:428.91px){
    .banner.positin-relative {
        height: 730px;
        background-size: contain;
    }
    .shields {
        position: relative;
        width: 100%;
        top: 400px;
    }
    .shields img{
        height: 85px;
    }
    .banner-btn {
        position: relative;
        top: 483px;
    }
    .reviews h3 {
        font-size: 14px;
        line-height: 16px;
    }
    .reviews p {
        font-size: 13px;
        line-height: 14px;
    }
    .sec9-pdesk{
        display: none;
    }
    
    .sec9-pmob{
        display: block;
    }
    .list-btm .month-list{
        width: 94%;
    }
    .sec3 p{
        font-size: 14px;
        line-height: 18px;
    }
    .mnth-left {
        margin-bottom: 75px;
    }
}
@media(max-width:390.91px){
   
    .page-container {
        padding: 0 20px;
    }
    .mnth-div-mob::after {
        left: -180px;
        top: 46%;
        width: 480px;
    }
    .sec4 .powerhouse::after {
        right: -20px;
    }
    .month-tag {
        padding: 17px 5px;
        width: 90px;
    }
    .mnth-h3 {
        font-size: 14px;
        line-height: 15px;
    }
    .month-list li {
        font-size: 13px;
        line-height: 14px;
    }
    .banner.positin-relative {
        height: 650px;
        background-size: contain;
    }
    .banner h1 {
        font-size: 22px;
        line-height: 25px;
    }
    .shields {
        position: relative;
        width: 100%;
        top: 370px;
    }
    .shields img {
        height: 77px;
    }
    .banner-btn {
        position: relative;
        top: 450px;
    }
    .sec3-div img {
        margin-right: 7px;
    }
    .sec3-div p{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 7px;
    }
    .reviews {
        padding: 25px 50px;
        padding-top: 30px;
    }
    .reviews h3 {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 15px;
    }
    .sec3 p {
        font-size: 13px;
        line-height: 16px;
    }

}
@media(max-width:360.91px){
    .shields {
        position: relative;
        width: 100%;
        top: 350px;
    }
    .banner-btn {
        position: relative;
        top: 390px;
    }
    .month-list {
        margin-bottom: 40px;
        margin-top: 0;
    }
    .month-list:nth-of-type(3){
        margin-bottom: 10px;
    }
    .month-list li {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }
    /* .mnth-left {
        margin-bottom: 90px;
    } */
    .mnth-h3 {
        font-size: 13px;
        line-height: 13px;
    }
    .month-tag {
        padding: 14px 5px;
        width: 90px;
    }
    .topbanner p{
        font-size: 10px;
    }
    .sec3 p, .sec3-div p {
        font-size: 11.5px;
        line-height: 16px;
    }
    .round-div .flogo-text {
        font-size: 10px;
        line-height: 12px;
    }
    .footer-links a {
        font-size: 10px;
    }
    .reviews{
        min-height: 330px;
        padding: 25px 47px;
        padding-top: 42px;
    }
    .reviews h3{
        font-size: 10px;
        line-height: 12px;
    }
    .reviews p {
        font-size: 11px;
        line-height: 14px;
    }
    .sec9 h2, .rev-head{
        font-size: 32px;
    }
    
}
@media(max-width:320.91px){
    .sec3 p, .sec3-div p {
        font-size: 11px;
        line-height: 16px;
    }
    .month-tag{
        width: 80px;
    }
    .banner.positin-relative {
        height: 585px;
        background-size: contain;
    }
    .shields {
        position: relative;
        width: 100%;
        top: 300px;
    }
    .banner-btn {
        position: relative;
        top: 317px;
    }
    .wch-heading {
        font-size: 20px;
    }
    .reviews h3 {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 16px;
    }
    .reviews p {
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 16px;
    }
    .mnth-left {
        margin-bottom: 90px;
    }
}

@media screen and (max-width: 767px) {

    .faq_sections_v4 .icon-box {
        margin-left: -15px;
        margin-right: -15px;
    }

    .faq_sections_v4_list {
        padding: 0 30px;
    }

    .sec5 h2{
        font-size: 26px;
    }

}
.faq_sections_v4 .icon-box {
    position: relative;
    margin-bottom: 15px;

}

.faq_sections_v4 .icon-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #999;
    left: 0;
    top: 49%;
    z-index: -1;
}

.faq_sections_v4 .icon-box img {
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.faq_sections_v4 .faqh2 {
    color: #1a518a;
    font-size: 30px !important;
    /* font-weight: 900; */
    margin-bottom: 20px;
    margin-top: 10px;
}

.faq_sections_v4 {
    margin-top: 15px;
}

.faq_sections_v4_list {
    text-align: left;
}


.faq_sections_v4_list ul {
    padding-left: 15px;
}

.faq_sections_v4_list h4 {
    color: #1a518a;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}

.faq_sections_v4_list p,
.faq_sections_v4_list li {
    font-size: 14px;
    text-align: justify;
}

.faq_sections_v4 {
    padding-bottom: 50px;
}

.faq h1 {
    color: #08224b;
    font-size: 2.7rem;
    /* font-weight: 900; */
}

.faq #faqAccordion .card {
    border: 0;
    border-bottom: 6px solid #fff;
}

.faq #faqAccordion .card p {
    color: #08224b;
}

.faq #faqAccordion .card .card-header,
.faq #faqAccordion .card .card-body {
    padding-left: 60px;
}

.faq #faqAccordion .card .card-header {
    background: #f0f0f0;
    border: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.faq #faqAccordion .card .card-header .left {
    position: absolute;
    left: 0;
    height: 100%;
    padding: 5px 15px;
    background: #7ed4ed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.faq #faqAccordion .card .card-header h5 {
    font-size: 1rem;
}

.faq #faqAccordion .card .card-header:focus {
    outline: none;
    box-shadow: none;
}

.faq #faqAccordion .card .card-header button {
    text-decoration: none;
    text-align: left;
    position: relative;
}

.faq #faqAccordion .card .card-header h5 {
    color: #08224b;
    /* font-weight: 900; */
}

@media (max-width: 768px) {

    .faq #faqAccordion .card .card-header,
    .faq #faqAccordion .card .card-body {
        padding-left: 58px;
    }

    .faq #faqAccordion .card .card-header h5 {
        font-size: 1rem;
    }

    .faq {
        padding: 0 17px !important;
    }
}

body .getStartedCta2 {
    align-items: center;
    background-color: #db3e4d;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    color: #fff;
    display: inline-flex;
    /* font-weight: 900; */
    justify-content: center;
    overflow: hidden;
    padding: 10px 35px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body .getStartedCta2 span {
    position: relative
}

body .getStartedCta2:before {
    background-color: #ff002f;
    border-radius: 8px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 0
}

body .getStartedCta2:after {
    background-color: #db3e4d;
    content: "";
    display: inline-block;
    transition: all .3s;
    z-index: 2
}

body .getStartedCta2:focus,
body .getStartedCta2:hover {
    box-shadow: none;
    color: #fff;
    outline: none;
    text-decoration: none
}

body .getStartedCta2:focus:before,
body .getStartedCta2:hover:before {
    width: 100%
}

body .getStartedCta2:focus:after,
body .getStartedCta2:hover:after {
    background-color: #ff002f
}
body .getStartedCta2_faq {
    text-transform: none !important;
    font-weight: 400 !important;
    padding: 5px 10px !important;
    font-size: 14px !important;
}