/* a.white-collar-lp-cmn-btn {
    display: inline-block;
    font-family: 'Red Hat Display';
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    font-weight: 800;
    background-color: #4594cf;
    text-transform: uppercase;
    letter-spacing: normal;
    text-decoration: none;
    padding: 21px 47px ;
    border-radius: 50px;
}

a.white-collar-lp-cmn-btn:hover {
    background-color: #265a8a;
    color: #fff;
} */

.white-collar-lp-text-heading {
    font-family: 'Forum';
    font-weight: 400;
    font-size: 70px;
    color: #000000;
    line-height: 1.02;
    margin: 0 0 20px 0;
}
 
.white-collar-lp-text-heading strong{
    color: #265a8a;
    font-weight: 400;
}
@media screen and (max-width:1680px) {
    .container {max-width: 1314px;}
    .white-collar-lp-text-heading{font-size: 68px;}
}

@media screen and (max-width:1550px) {
    .container {max-width: 1212px;}
    .white-collar-lp-text-heading{font-size: 62px;}
}

@media screen and (max-width:1440px) {
    .container {max-width: 1126px;} 
    .white-collar-lp-text-heading{font-size: 55px;}
}

@media screen and (max-width:1366px) {
    .container {max-width: 1068px;} 
    .white-collar-lp-text-heading{font-size: 50px;}
}

@media screen and (max-width:1280px) {
    .container {max-width: 980px;}
    .white-collar-lp-text-heading{font-size: 45px;}
}

@media screen and (max-width:1024px) {
    .container {max-width: 720px;}
    /* .white-collar-lp-text-heading{font-size: 40px;} */
    .owl-dots { margin: 15px 0; text-align: center;}
    button.owl-dot {
        background-color: #000 !important;
        width: 12px;
        height: 12px;
        border-radius: 50px;
        margin-right: 8px;
    }
    button.owl-dot.active{background-color: #4594cf !important; outline: 1.5px solid #000; outline-offset: 2px; }
}

@media screen and (max-width:768px) {
    .container {max-width: 100%; padding: 0 10px;}
    .white-collar-lp-text-heading{font-size: 42px;}
}

@media screen and (max-width: 480px) {
    .white-collar-lp-text-heading{font-size: 32px;}
    .owl-dots { margin: 10px 0; }
}

 





/* White Collar LP Banner Sec */
.white-collar-lp-banner-sec { padding: 192px 0 142px; background-image: url(../white-collar-lp-images/white-collar-lp-bnr-bg.webp); background-repeat: no-repeat; background-position: top center;  }
.white-lp-bnr-main{ display: flex; justify-content: space-between; }
.white-lp-bnr-lft-cont { width: 56%; padding-top: 75px; margin-left: 0; }
.white-lp-bnr-title{ font-family: 'Forum'; font-size: 95px; font-weight: 400; line-height: 1; letter-spacing: normal; color: #fff; text-transform: capitalize; margin-bottom: 8px; position: relative;}
.white-lp-bnr-title::before{
    position: absolute;
    content: "";
    top: -22px;
    left: 0;
    width: 24%;
    height: 3px;
    background-color: #265a8c;
}
.white-lp-bnr-title strong{ color: #4da3e3; font-weight: 400; }
.white-lp-bnr-sub-title { font-family: 'Red Hat Display'; font-size: 68px; font-weight: 300; line-height: 1.2; letter-spacing: normal; text-transform: capitalize; color: #fff; margin-bottom: 40px; display: block;}
.white-lp-bnr-blk { display: flex; align-items: start; gap: 24px; }
.white-lp-bnr-logo { width: 20%; }
.white-lp-bnr-cont { width: 72%; }
.white-lp-bnr-cont p{ font-family: 'Red Hat Display'; font-size: 20px; font-weight: 300; color: #fff; line-height: 1.7; letter-spacing: normal  ; margin: 0; }
.white-lp-bnr-cont p strong{font-weight: 700;}

.white-lp-bnr-frm-main { width: 32%; background-color: rgba(69, 148, 207, 0.102); padding: 28px 45px 55px; border: 2px solid #4594cf; }
.white-lp-bnr-frm-title { font-family: 'Forum'; font-size: 64px; font-weight: 400; line-height: 1; letter-spacing: normal; color: #fff; text-align: center; text-transform: capitalize; margin-bottom: 20px; }

p.gform_required_legend {
    display: none;
}
.white-lp-bnr-frm .gfield input.large::placeholder,
.white-lp-bnr-frm .gfield textarea.large::placeholder{
    color: #9ea6ae !important;
}
.white-lp-bnr-frm .gfield input.large,
.white-lp-bnr-frm .gfield textarea.large {
    font-family: 'Red Hat Display' !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #31383e !important;
    letter-spacing: 0px !important;
    line-height: 1 !important;
    padding: 18px 20px !important;
    border: 0;
    outline: 0;
    height: auto;
    border-radius: 0 !important;
    background-color: #fff !important;
}
.white-lp-bnr-frm .gfield textarea.large { height: 140px !important; resize: none; min-height: auto !important; }
/* .white-lp-bnr-frm .gfield input::placeholder, .white-lp-bnr-frm .gfield textarea::placeholder { color: #000; } */
.white-lp-bnr-frm .gform_footer input[type="submit"] {
    padding: 21px 62px !important;
    font-family: 'Red Hat Display' !important;
    font-weight: 800 !important;
    font-size: 20px !important;
    border-radius: 50px !important;
    letter-spacing: normal !important;
    text-transform: uppercase !important;
    background: #4594cf !important;
    color: #fff !important;
    border: none;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.gform_footer input[type="submit"]:hover { background: #255b8b !important; }
.gform_title { display: none; }
.white-lp-bnr-frm .gchoice { text-align: right; width: fit-content; margin: 0 0 0 auto; }
.white-lp-bnr-frm .gform_wrapper .gfield_error [aria-invalid=true] { border: none !important; }
.white-lp-bnr-frm .gform_wrapper .top_label input[type="checkbox"] { margin: 0px 0px 0px 13px !important; width: 15px !important; height: 15px !important; }
.white-lp-bnr-frm .gform-theme--foundation { display: grid; --gf-form-gap-y: 15px; --gf-form-gap-y: 18px; }
.white-lp-bnr-frm #field_submit, .white-lp-bnr-frm .gform-theme--foundation .gform_footer { display: flex; justify-content: center; }
.white-lp-bnr-frm .leave-blank{ display: none; }
.white-lp-bnr-frm .gchoice.gchoice_1_12_1 input { width: 15px; height: 15px; }
.white-lp-bnr-frm div#popup-container { position: relative; }
.white-lp-bnr-frm div#validation_message_6_12 { left: 80px; top: 7px; }
.white-lp-bnr-frm .gform_wrapper .gform_validation_errors { display: none; }
.white-lp-bnr-frm .gform_wrapper .gfield { position: relative; }
.white-lp-bnr-frm #myPopup.show { display: block; visibility: visible; z-index: 99; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: absolute; z-index: 5; padding: 10px; display: none; margin: 0; }
.white-lp-bnr-frm .gform_wrapper .gfield .validation_message.gfield_validation_message,
.white-lp-bnr-frm .gform_wrapper .gfield .instruction.validation_message { position: absolute; top: 4px; background: none; padding: 0px; line-height: 1; color: #ff0000; font-size: 13px; right: 10px; font-weight: 500; width: auto; border: none; pointer-events: none; margin: 0; font-family: 'Red Hat Display' !important; }
.white-lp-bnr-frm .gform_wrapper .gfield .instruction.validation_message { bottom: 8px; top: inherit !important; }
.white-lp-bnr-frm fieldset .gfield_description.validation_message.gfield_validation_message { top: inherit !important; bottom: -13px; }
.white-lp-bnr-frm .popup { max-width: 100%; }
.white-lp-bnr-frm .gform_wrapper .gform_fields { grid-column-gap: 10px; grid-row-gap: 12px !important; }
.white-lp-bnr-frm .formpopuptext { transition: transform .15s ease-out .15s; pointer-events: none; text-align: center; border: 1px solid rgb(22 80 41); background: #fff; font-size: 14px; color: #000 !important; line-height: 1.5; max-width: 650px; padding: 10px; position: absolute; z-index: 5; display: none; }
.white-lp-bnr-frm .gform_wrapper .gform_footer { margin: 17px 0 0 !important; padding: 0 !important;   justify-content: center; }

@media screen and (max-width:1680px) {
    .white-collar-lp-banner-sec {padding: 170px 0 120px;}
    .white-lp-bnr-lft-cont {padding-top: 65px;}
    .white-lp-bnr-title {font-size: 83px;}
    .white-lp-bnr-sub-title {font-size: 60px; margin-bottom: 40px;}
    .white-lp-bnr-cont p {font-size: 18px;}
    .white-lp-bnr-frm-title {font-size: 57px; margin-bottom: 18px;}
    .white-lp-bnr-frm-main {padding: 26px 40px 50px;}
    .white-lp-bnr-frm .gfield input.large, .white-lp-bnr-frm .gfield textarea.large {font-size: 17px !important; padding: 16px 18px !important;}
    .white-lp-bnr-frm .gform_footer input[type="submit"] {padding: 21px 48px !important; font-size: 18px !important; width: 100%;}
}

@media screen and (max-width:1550px) {
    .white-collar-lp-banner-sec {padding: 150px 0 100px;}
    .white-lp-bnr-title {font-size: 76px;}
    .white-lp-bnr-sub-title {font-size: 55px; margin-bottom: 35px;}
    .white-lp-bnr-lft-cont {padding-top: 60px;}
    .white-lp-bnr-title::before {top: -20px;}
    .white-lp-bnr-cont p {font-size: 17px; letter-spacing: -0.1px;}
    .white-lp-bnr-frm-title {font-size: 51px; margin-bottom: 15px;}
    .white-lp-bnr-frm .gfield input.large, .white-lp-bnr-frm .gfield textarea.large {font-size: 15px !important; padding: 14px 16px !important;}
    .white-lp-bnr-frm .gform_footer input[type="submit"] {padding: 19px 42px !important; font-size: 16px !important;}
}

@media screen and (max-width:1440px) {
    .white-collar-lp-banner-sec {padding: 144px 0 90px;}
    .white-lp-bnr-lft-cont {padding-top: 55px;}
    .white-lp-bnr-frm-main { padding: 26px 30px 40px; }
    .white-lp-bnr-title { font-size: 70px; }
    .white-lp-bnr-frm .gfield textarea.large { height: 130px !important;}
    .white-lp-bnr-cont { width: 75%; }
    .white-lp-bnr-cont p{line-height: 1.6;}
}

@media screen and (max-width:1366px) {
    .white-collar-lp-banner-sec { padding: 135px 0 70px; }
    .white-lp-bnr-lft-cont { padding-top: 40px; }
    .white-lp-bnr-title { font-size: 64px; }
    .white-lp-bnr-sub-title { font-size: 52px; margin-bottom: 30px; }
    .white-lp-bnr-cont p { font-size: 16px;}
    .white-lp-bnr-frm-main { padding: 25px 25px 30px; }
    .white-lp-bnr-frm .gfield input.large, .white-lp-bnr-frm .gfield textarea.large { padding: 12px 14px !important; }
    .white-lp-bnr-frm .gform_wrapper .gform_fields {grid-row-gap: 10px !important;}
    .white-lp-bnr-frm .gfield textarea.large { height: 110px !important; }
    .white-lp-bnr-frm .gform_footer input[type="submit"] { padding: 18px 34px !important; font-size: 16px !important; }

}
 
@media screen and (max-width:1280px) {
    .white-collar-lp-banner-sec { padding: 130px 0 50px; }
    .white-lp-bnr-title { font-size: 60px; }
    .white-lp-bnr-sub-title { font-size: 48px; margin-bottom: 25px; }
    .white-lp-bnr-logo { width: 18%; }
    .white-lp-bnr-cont p { font-size: 15px; line-height: 1.4; }
    .white-lp-bnr-blk{gap: 15px;}
    .white-lp-bnr-cont { width: 76%; }
    .white-lp-bnr-frm-main{width: 34%;}
    .white-lp-bnr-frm .gform_wrapper .gform_footer{margin: 12px 0 0 0 !important;}
}

@media screen and (max-width:1024px) {
    .white-collar-lp-banner-sec { padding: 50px 0; background-size: cover; }
    .white-lp-bnr-main{flex-direction: column; align-items: center; justify-content: center;}
    .white-lp-bnr-lft-cont{padding: 0; width: 100%; text-align: center; margin-bottom: 20px;}
    .white-lp-bnr-title::before{display: none;}
    .white-lp-bnr-blk { gap: 15px; flex-direction: column; align-items: center; justify-content: center; }
    .white-lp-bnr-logo { width: 100%; max-width: 100px; margin: 0 auto;  display: none;}
    .white-lp-bnr-cont p{font-size: 16px;}
    .white-lp-bnr-cont{width: 100%;}
    .white-lp-bnr-title { font-size: 45px; }
    .white-lp-bnr-sub-title { font-size: 35px; margin-bottom: 20px; line-height: 1; }
    .white-lp-bnr-frm-main { width: 100%; max-width: 450px; padding: 20px 20px; }
    .white-lp-bnr-frm .gform_footer input[type="submit"]{min-height: unset !important; line-height: 1 !important;}
    .white-lp-bnr-frm-title{font-size: 45px;}
}

@media screen and (max-width:768px) {
    .white-lp-bnr-title { font-size: 40px; }
    .white-lp-bnr-sub-title { font-size: 30px; margin-bottom: 18px;}
    .white-lp-bnr-logo{max-width: 80px;}
    .white-collar-lp-banner-sec{padding: 40px 0;}
    .white-lp-bnr-frm .gform_wrapper .gform_footer{margin: 8px 0 0 0 !important;}
    .white-lp-bnr-frm .gfield textarea.large { height: 100px !important; }
    .white-lp-bnr-frm .gfield input.large, .white-lp-bnr-frm .gfield textarea.large { padding: 10px 12px !important; }
    .white-lp-bnr-frm-title{font-size: 40px;}
    .white-lp-bnr-frm .gform_footer input[type="submit"] { padding: 15px 25px !important; font-size: 15px !important; }
    .white-lp-bnr-frm-main{padding: 15px ;}
}

@media screen and (max-width:480px) {
    .white-collar-lp-banner-sec { padding: 30px 0; }
    .white-lp-bnr-title { font-size: 32px; }
    .white-lp-bnr-sub-title { font-size: 25px; margin-bottom: 15px; }
    .white-lp-bnr-logo{max-width: 60px;}
    .white-lp-bnr-blk{gap: 10px;}
    .white-lp-bnr-cont p { font-size: 15px; }
    .white-lp-bnr-frm-main{padding: 15px 10px;}

}

.white-collar-lp-bnr-btm-main-bg{
    background-color: #fff;
    background-image: url(../white-collar-lp-images/white-collar-lp-bnr-btm-main-bg.webp);
    background-repeat: no-repeat;
}

/* White Collar Lp Scrolling Sec */

.white-collar-lp-scrolling-sec { padding: 25px 0; background-color: #265a8a; overflow: hidden; position: relative; }
.white-collar-lp-scroll-container { display: flex; width: 200%; }
.white-collar-lp-scroll-list { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; animation: scroll-left 200s linear infinite; animation-play-state: running; }
.white-collar-lp-scroll-container:hover ul.white-collar-lp-scroll-list { animation-play-state: paused }
.white-collar-lp-scroll-list li {
    font-family: 'Red Hat Display';
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
    position: relative;
    padding-left: 45px;
    white-space: nowrap;
    text-transform: uppercase;
    margin: 0;
}

.white-collar-lp-scroll-list li::before {
    position: absolute;
    content: '';
    background-image: url(../white-collar-lp-images/white-collar-lp-sprites.webp);
    background-position: -132px -20px;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@keyframes scroll-left {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

@media screen and (max-width:1680px) {
    .white-collar-lp-scrolling-sec {padding: 24px 0;}
    .white-collar-lp-scroll-list li {font-size: 19px; padding-left: 40px;}
}

@media screen and (max-width:1550px) {
    .white-collar-lp-scroll-list li {font-size: 18px; padding-left: 38px; }
    .white-collar-lp-scrolling-sec {padding: 22px 0; }
}

@media screen and (max-width:1440px) {
    .white-collar-lp-scroll-list li {font-size: 17px; padding-left: 35px; }
    .white-collar-lp-scrolling-sec {padding: 20px 0; }
}

@media screen and (max-width:1366px) {
    /* .white-collar-lp-scroll-list li {font-size: 17px; padding-left: 35px; }
    .white-collar-lp-scrolling-sec {padding: 20px 0; } */
}
 
@media screen and (max-width:1280px) {
    .white-collar-lp-scroll-list li {font-size: 16px; padding-left: 30px; }
    .white-collar-lp-scrolling-sec {padding: 18px 0; }
    
}

@media screen and (max-width:1024px) {
    .white-collar-lp-scroll-list li {font-size: 14px; padding-left: 25px; }
    .white-collar-lp-scrolling-sec {padding: 15px 0; }
    .white-collar-lp-scroll-list{gap: 20px;}
}   

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

/* White Collar LP Trust Sec */
.white-collar-lp-trusted-sec{ padding: 128px 0 137px; }
.white-lp-trust-main-blk { display: flex; justify-content: space-between; gap: 20px; }
.white-lp-trust-lft-img{ width: 50%;}
.white-lp-trust-rit-cont { width: 44.8%;  }
.white-lp-trust-rit-cont .white-collar-lp-text-heading { padding-bottom: 23px; margin: 0 0 35px 0; position: relative;}
.white-lp-trust-rit-cont .white-collar-lp-text-heading::before{position: absolute; content: ''; background-color: #265a8c; height: 3px; width: 30.5%; bottom: 0; left: 0; }
.white-lp-trust-rit-cont p { font-family: 'Red Hat Display'; font-size: 20px; font-weight: 400; color: #0d161e; line-height: 1.7; letter-spacing: normal; margin: 0 0 35px; }
.white-lp-trust-rit-cont p strong{ font-weight: 700; }

@media screen and (max-width:1680px) {
    .white-collar-lp-trusted-sec {padding: 115px 0 120px; }
    .white-lp-trust-rit-cont .white-collar-lp-text-heading {padding-bottom: 20px; margin: 0 0 28px 0; }
    .white-lp-trust-rit-cont p {font-size: 18px; margin: 0 0 25px; }
    .white-lp-trust-rit-cont {width: 45.5%; margin-top: 0; }
    .white-lp-trust-lft-img {width: 49.7%;}


}

@media screen and (max-width:1550px) {
    .white-collar-lp-trusted-sec {padding: 100px 0 110px; }
    .white-lp-trust-rit-cont .white-collar-lp-text-heading {padding-bottom: 16px; margin: 0 0 25px 0; }
    .white-lp-trust-rit-cont p {font-size: 16px; margin: 0 0 25px; letter-spacing: 0.2px; }
    .white-lp-trust-lft-img {width: 48%;}

}

@media screen and (max-width:1440px) {
    .white-collar-lp-trusted-sec{padding: 95px 0;}
    .white-lp-trust-rit-cont p { font-size: 15px; margin: 0 0 20px; }
}

@media screen and (max-width:1366px) {
    .white-collar-lp-trusted-sec{padding: 75px 0;}
    .white-lp-trust-rit-cont .white-collar-lp-text-heading { padding-bottom: 12px; margin: 0 0 18px 0; }
}
 
@media screen and (max-width:1280px) {
    .white-collar-lp-trusted-sec{padding: 60px 0;}
    .white-lp-trust-rit-cont p { font-size: 14px; margin: 0 0 15px; line-height: 1.6; }
}

@media screen and (max-width:1024px) {
    .white-collar-lp-trusted-sec{padding: 50px 0;}
    .white-lp-trust-main-blk{flex-direction: column; align-items: center; justify-content: center; gap: 20px;}
    .white-lp-trust-lft-img{width: 100%; max-width: 400px; margin: 0 auto;}
    .white-lp-trust-rit-cont{width: 100%; text-align: center;}
    .white-lp-trust-rit-cont .white-collar-lp-text-heading::before{right: 0; margin: auto;}
    .white-lp-trust-rit-cont p { font-size: 15px;}
}

@media screen and (max-width:768px) {
    .white-collar-lp-trusted-sec{padding: 40px 0;}
    .white-lp-trust-rit-cont p{font-size: 15px;}
}

@media screen and (max-width:480px) {
    .white-collar-lp-trusted-sec{padding: 35px 0;}
    .white-lp-trust-rit-cont p{font-size: 14px;}
}

/* White Collor LP Trusted Bottom Sec */

.white-collar-lp-trusted-btm-blk { display: flex; padding: 54px 78px 50px; border: 2px solid #4594cf; border-left: 0; border-right: 0; justify-content: space-between; align-items: center; }
.white-collar-lp-trusted-btm-img{width: 20%;}
.white-collar-lp-trusted-btm-cont { width: 74.5%; margin-bottom: 10px; }
.white-collar-lp-trusted-btm-cnt-para{ font-family: 'Red Hat Display'; font-weight: 400; font-size: 25px; line-height: 1.5; color: #0d161e; margin-bottom: 35px; }

@media screen and (max-width:1680px) {
    .white-collar-lp-trusted-btm-cnt-para {font-size: 22px; margin-bottom: 30px;}
    .white-collar-lp-trusted-btm-blk {padding: 50px 65px 45px;}

}

@media screen and (max-width:1550px) {
    .white-collar-lp-trusted-btm-blk {padding: 48px 62px 40px; }
    .white-collar-lp-trusted-btm-cnt-para {font-size: 20px; margin-bottom: 28px; }

}

@media screen and (max-width:1440px) {
    .white-collar-lp-trusted-btm-blk { padding: 45px 55px; }
    .white-collar-lp-trusted-btm-cnt-para{margin-bottom: 25px;}
}

@media screen and (max-width:1366px) {
    .white-collar-lp-trusted-btm-blk { padding: 40px 50px; }
    .white-collar-lp-trusted-btm-cnt-para { margin-bottom: 20px; font-size: 19px; }
}
 
@media screen and (max-width:1280px) {
    .white-collar-lp-trusted-btm-blk { padding: 35px 40px; }
    .white-collar-lp-trusted-btm-cnt-para{font-size: 18px;}
    .white-collar-lp-trusted-btm-cont .white-collar-lp-text-heading{margin-bottom: 15px;}
}

@media screen and (max-width:1024px) {
    .white-collar-lp-trusted-btm-blk { padding: 25px 30px; flex-direction: column; gap: 20px; align-items: center; text-align: center; border: 2px solid #000;}
    .white-collar-lp-trusted-btm-img { width: 100%; max-width: 95px; margin: 0 auto; }
    .white-collar-lp-trusted-btm-cont{width: 100%;}
    .white-collar-lp-trusted-btm-cnt-para{font-size: 17px;}
}

@media screen and (max-width:768px) {
    .white-collar-lp-trusted-btm-blk{padding: 20px; gap: 10px;}
    .white-collar-lp-trusted-btm-cnt-para{font-size: 16px; margin-bottom: 15px;}
    .white-collar-lp-trusted-btm-img{max-width: 80px;}
}

@media screen and (max-width:480px) {
    .white-collar-lp-trusted-btm-blk{padding: 15px;}
    .white-collar-lp-trusted-btm-cnt-para{font-size: 15px;}
    .white-collar-lp-trusted-btm-img{max-width: 60px;}
    .white-collar-lp-trusted-btm-cont a.white-collar-lp-cmn-btn{padding: 15px 18px;}
    .white-collar-lp-trusted-btm-cont .white-collar-lp-text-heading{margin-bottom: 10px;}
}



/* White Collar LP Common Sec */
.white-collar-lp-common-sec { padding: 65px 0 100px; }
.white-collar-lp-common-sec .container{ max-width: 100%; padding: 0 20px; }
.white-collar-lp-common-hdg .white-collar-lp-text-heading { font-size: 54px; text-align: center; margin: 0 0 15px 0; }
.white-lp-common-para{ font-family: 'Red Hat Display'; font-size: 25px; line-height: 1.5; color: #265a8a; text-align: center; letter-spacing: 0.16px; margin-bottom: 31px; font-weight: 500;}
.white-lp-common-lst { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.81vw; margin-bottom: 38px; }
.white-lp-common-itm { background-color: #ecf4fa; padding: 23px 10px 10px; width: 19.303%; position: relative; }
.white-lp-common-itm:hover{ background-color: #265a8a; }
.white-lp-cmn-itm-title{ font-family: 'Red Hat Display'; font-size: 21px; font-weight: 400; line-height: 1.2; color: #265a8a; text-transform: uppercase; letter-spacing: normal; margin-bottom: 25px; padding-left: 15px; }
.white-lp-common-itm:hover .white-lp-cmn-itm-title{ color: #fff;}
.white-lp-cmn-itm-title strong { font-weight: 900; display: block; }
.white-lp-common-itm.white-lp-common-itm-blk .white-lp-cmn-itm-title strong{ display: inline; }
.white-lp-cmn-btns { display: flex; justify-content: center; gap: 10px; }
.white-lp-cmn-itm-img {
    position: relative;
}
.white-lp-cmn-itm-img-cont {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    background-color: #265a8a85;
    padding: 14px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 90%;
}

.white-lp-cmn-itm-img-cont ul li {
    font-size: 21px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    padding-left: 25px;
    position: relative;
    margin: 0 0 10px 0;
}
.white-lp-cmn-itm-img-cont ul{margin: 0;}
.white-lp-cmn-itm-img-cont ul li:last-child{margin-bottom: 0;}

.white-lp-cmn-itm-img-cont ul li::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 8px;
    /* bottom: auto; */
    margin: auto;
    width: 10px;
    height: 10px;
    rotate: 45deg;
    background-color: #4594cf;
}

@media screen and (max-width:10px) {
    .white-lp-cmn-itm-title, .white-lp-cmn-itm-img-cont ul li{font-size: 19px;}
}

@media screen and (max-width:1832px) {
    .white-lp-cmn-itm-title, .white-lp-cmn-itm-img-cont ul li{font-size: 19px;}
}

@media screen and (max-width:1680px) {
    .white-collar-lp-common-sec{padding: 60px 0 100px;}
    .white-lp-cmn-itm-title, .white-lp-cmn-itm-img-cont ul li { font-size: 17px; padding-left: 10px; }
    .white-lp-cmn-itm-img-cont ul li{padding-left: 20px;}
    .white-lp-cmn-itm-img-cont{padding: 12px;}
    .white-lp-cmn-itm-title{margin-bottom: 20px;}
    .white-lp-common-para{font-size: 22px; margin-bottom: 25px;}
}

@media screen and (max-width:1501px) {
    .white-collar-lp-common-sec{padding: 50px 0 90px;}
    .white-lp-cmn-itm-title{padding-left: 0px;}
    .white-collar-lp-common-hdg .white-collar-lp-text-heading{font-size: 50px;}
    .white-lp-common-lst{margin-bottom: 30px;}
}

@media screen and (max-width:1451px) {
    .white-collar-lp-common-sec{padding: 45px 0 80px;}
    .white-lp-cmn-itm-title, .white-lp-cmn-itm-img-cont ul li { font-size: 16px;}
    .white-lp-common-itm{padding: 18px 9px 9px;}
    .white-lp-cmn-itm-title{margin-bottom: 15px;}
    .white-lp-common-para{font-size: 20px; margin-bottom: 20px;}
    .white-lp-cmn-itm-img-cont ul li::before{transform: scale(0.85);top: 4px;}
    .white-lp-cmn-itm-img-cont ul li { padding-left: 17px; }
    .white-lp-cmn-itm-img-cont{padding: 10px;}
}

@media screen and (max-width:1366px) {
    .white-collar-lp-common-sec .container{padding: 0 15px;}
    .white-lp-cmn-itm-title, .white-lp-cmn-itm-img-cont ul li { font-size: 15px;}
    .white-collar-lp-common-hdg .white-collar-lp-text-heading{font-size: 45px;}
    .white-lp-common-lst{margin-bottom: 25px;}
    .white-collar-lp-common-sec{padding: 40px 0 70px;}
}

@media screen and (max-width:1280px) {
    .white-collar-lp-common-sec{padding: 40px 0 60px;}
    .white-lp-common-itm { padding: 15px 6px 6px; }
    .white-lp-cmn-itm-title, .white-lp-cmn-itm-img-cont ul li { font-size: 14px;}
    .white-lp-cmn-itm-title{margin-bottom: 10px;}
    .white-lp-common-para{font-size: 18px; margin-bottom: 15px;}
    .white-collar-lp-common-hdg .white-collar-lp-text-heading{font-size: 42px;}
}

@media screen and (max-width:1170px) {
    .white-lp-cmn-itm-title, .white-lp-cmn-itm-img-cont ul li { font-size: 13px; }
    .white-lp-common-itm{padding: 10px 5px 5px;}
    .white-collar-lp-common-hdg .white-collar-lp-text-heading{font-size: 40px;}
    .white-lp-common-lst{margin-bottom: 20px;}
    /* .white-lp-common-para{font-size: 16px; margin-bottom: 12px;} */
}

@media screen and (max-width:1084px) {
    .white-lp-cmn-itm-title, .white-lp-cmn-itm-img-cont ul li { font-size: 12px; }
    /* .white-lp-common-itm{padding: 10px 5px 5px;} */
}

@media screen and (max-width:1024px) {
    .white-lp-cmn-itm-title, .white-lp-cmn-itm-img-cont ul li { font-size: 15px; }
    .white-lp-common-itm{width: 100%; padding: 12px 8px 8px;}
    .white-lp-common-lst { max-width: 600px; margin: 0 auto; }
    .white-collar-lp-common-sec { padding: 40px 0 50px; }
    .white-collar-lp-common-hdg .white-collar-lp-text-heading{font-size: 35px; margin-bottom: 10px;}
    .white-lp-common-para{font-size: 16px;}
}

@media screen and (max-width:768px) {
    .white-lp-cmn-btns{flex-wrap: wrap-reverse; justify-content: center; align-items: center; gap: 10px;}
    .white-lp-cmn-itm-title, .white-lp-cmn-itm-img-cont ul li { font-size: 13px; }
    .white-collar-lp-common-sec { padding: 40px 0 40px; }
    .white-collar-lp-common-hdg .white-collar-lp-text-heading{font-size: 32px;}
    .white-lp-common-para{font-size: 15px; margin-bottom: 10px;}
}

@media screen and (max-width:480px) {
    .white-lp-common-lst { max-width: 250px; }
    .owl-item.active .white-lp-common-itm .white-lp-cmn-itm-title{ color: #fff;}
    .owl-item.active .white-lp-common-itm{ background-color: #265a8a; }
}


/* White Collar LP WHy Choose Sec */

.white-collar-lp-why-choose-sec { padding: 77px 0 115px; background-image: url(../white-collar-lp-images/white-collar-lp-why-choose-bg.webp); background-repeat: no-repeat; }
.white-lp-why-choose-heading-blk-main { display: flex; justify-content: start; gap: 103px; }
.white-lp-why-choose-heading-blk-main .white-collar-lp-text-heading { color: #fff; margin: 0 0 15px 0; }
.white-lp-why-choose-lft-heading-blk { width: 70%; }
.white-lp-why-choose-rit-heading-blk { width: 20%; max-width: 143px; padding-top: 17px; }
.white-collar-lp-text-heading-para { font-family: 'Red Hat Display'; font-size: 20px; font-weight: 400; color: #fff; line-height: 1.7; letter-spacing: normal; margin: 0 0 35px; }
.white-lp-why-choose-lst { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 22px 84px; }
.white-lp-why-choose-itm.deep-legal-itm { grid-column: 1; grid-row: 1; }
.white-lp-why-choose-itm.personalized-itm { grid-column: 1; grid-row: 2; }
.white-lp-why-choose-itm.strategic-itm { grid-column: 2; grid-row: 1 / 3; padding-left: 41px; }
.white-lp-why-choose-itm { border: 1px solid #4594cf; background-color: #19344c1a; padding: 31px 25px 22px 23px; margin-bottom: 0; }
.white-lp-why-choose-itm:hover{background-color: #4594cf ;}
.white-lp-why-choose-itm-cnt-blk{ padding-left: 100px; position: relative; }
.white-lp-why-choose-itm-cnt-blk::before {
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    width: 74px;
    height: 74px;
    background-repeat: no-repeat;
    background-image: url(../white-collar-lp-images/white-collar-lp-sprites.webp);
    background-position: -11px -72px;
}
.white-lp-why-choose-itm-title { font-family: 'Forum'; font-weight: 400; font-size: 40px; color: #fff; line-height: 1.02; margin: 0 0 20px 0; }
.white-lp-why-choose-itm-para { font-family: 'Red Hat Display'; font-size: 18px; font-weight: 400; color: #fff; line-height: 1.7; letter-spacing: normal; margin: 0 0 0; }
.white-lp-why-choose-itm.strategic-itm .white-lp-why-choose-itm-cnt-blk, .white-lp-why-choose-itm-para.itm-list-para{margin-bottom: 38px;}
.white-lp-why-choose-itm-para.itm-list-para ul{margin: 0;}
.white-lp-why-choose-itm.personalized-itm .white-lp-why-choose-itm-cnt-blk::before { background-position: -88px -69px; }
.white-lp-why-choose-itm.strategic-itm .white-lp-why-choose-itm-cnt-blk::before { background-position: -164px -72px; }

.white-lp-why-choose-itm:hover .white-lp-why-choose-itm-cnt-blk::before{background-position: -11px -153px;}
.white-lp-why-choose-itm:hover.personalized-itm .white-lp-why-choose-itm-cnt-blk::before { background-position: -88px -151px; }
.white-lp-why-choose-itm:hover.strategic-itm .white-lp-why-choose-itm-cnt-blk::before { background-position: -164px -154px; }


.white-lp-why-choose-itm-para ul li { padding-left: 29px; position: relative; margin: 0 0 14px 0; }

.white-lp-why-choose-itm-para ul li::before {
    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    bottom: auto;
    margin: auto;
    width: 10px;
    height: 10px;
    rotate: 45deg;
    background-color: #4594cf;
}
.white-lp-why-choose-itm:hover .white-lp-why-choose-itm-para ul li::before{background-color: #fff;}

.white-collar-lp-approach-faq-main-bg{
    background-repeat: no-repeat;
    background-image: url(../white-collar-lp-images/white-collar-lp-approach-faq-main-bg.webp);
    background-color: #fff;
}


@media screen and (max-width:1680px) {
    .white-collar-lp-why-choose-sec{padding: 70px 0 100px;}
    .white-lp-why-choose-itm-cnt-blk{padding-left: 85px;}
    .white-lp-why-choose-itm-cnt-blk::before{transform-origin: left top; transform: scale(0.9)}
    .white-lp-why-choose-itm-title{font-size: 38px;}
    .white-lp-why-choose-itm-para{font-size: 17px;}
    .white-lp-why-choose-lst{gap: 20px 75px;}
    .white-lp-why-choose-itm { padding: 30px 18px 20px 18px;}
    .white-collar-lp-text-heading-para{font-size: 19px;}

}


@media screen and (max-width:1550px) {
    .white-collar-lp-why-choose-sec{padding: 65px 0 90px;}
    .white-lp-why-choose-itm-cnt-blk{padding-left: 72px;}
    .white-lp-why-choose-itm-cnt-blk::before{ transform: scale(0.82)}
    .white-lp-why-choose-itm-title{font-size: 35px;}
    .white-lp-why-choose-itm-para{font-size: 16px;}
    .white-lp-why-choose-lst{gap: 20px 60px;}
    .white-lp-why-choose-itm.strategic-itm .white-lp-why-choose-itm-cnt-blk, .white-lp-why-choose-itm-para.itm-list-para{margin-bottom: 35px;}
    .white-lp-why-choose-itm-para ul li { padding-left: 25px;}
    .white-lp-why-choose-itm-para ul li::before { transform: scale(0.86);  transform-origin: left top; left: 10px; top: 7px;}
}

@media screen and (max-width:1440px) {
    .white-collar-lp-why-choose-sec{padding: 65px 0 80px;}
    .white-collar-lp-text-heading-para { font-size: 18px; margin-bottom: 30px; }
    .white-lp-why-choose-heading-blk-main{gap: 80px;}
    .white-lp-why-choose-lft-heading-blk { width: 74%; }
    .white-lp-why-choose-rit-heading-blk{max-width: 130px;}
    .white-lp-why-choose-itm.strategic-itm{padding-left: 30px;}
    .white-lp-why-choose-itm-para { font-size: 15px; }
    .white-lp-why-choose-itm-cnt-blk::before { transform: scale(0.78); }
    .white-lp-why-choose-itm-cnt-blk { padding-left: 68px; }
    .white-lp-why-choose-itm { padding: 25px 16px 20px; }
    .white-lp-why-choose-lst { gap: 20px 35px; }
    .white-lp-why-choose-itm-title { font-size: 32px; margin-bottom: 15px;}
    .white-lp-why-choose-itm.strategic-itm .white-lp-why-choose-itm-cnt-blk, .white-lp-why-choose-itm-para.itm-list-para { margin-bottom: 30px; }
    .white-lp-why-choose-itm-para ul li::before { transform: scale(0.8); transform-origin: left top; left: 6px; top: 8px; }
    .white-lp-why-choose-itm-para ul li { padding-left: 20px; margin: 0 0 10px 0;}
}

@media screen and (max-width:1366px) {
    .white-collar-lp-why-choose-sec { padding: 65px 0 ; }
    .white-lp-why-choose-rit-heading-blk { max-width: 120px; }
    .white-collar-lp-text-heading-para{font-size: 17px;}
    .white-lp-why-choose-itm-title { font-size: 30px; margin-bottom: 12px; }
    .white-lp-why-choose-itm-cnt-blk::before { transform: scale(0.75); }
    .white-lp-why-choose-itm-cnt-blk { padding-left: 62px; }
    .white-lp-why-choose-itm-para { line-height: 1.5; }
    .white-lp-why-choose-itm { padding: 20px 14px; }
    .white-lp-why-choose-itm-para ul li::before{top: 5px;}
    .white-lp-why-choose-itm.strategic-itm{padding-left: 22px;}
    .white-lp-why-choose-itm.strategic-itm .white-lp-why-choose-itm-cnt-blk, .white-lp-why-choose-itm-para.itm-list-para { margin-bottom: 25px; }
}

@media screen and (max-width:1280px) {
    .white-collar-lp-why-choose-sec{padding: 55px 0;}
    .white-collar-lp-text-heading-para { font-size: 16px; margin-bottom: 25px; }
    .white-lp-why-choose-rit-heading-blk { max-width: 110px; padding: 0;}
    .white-lp-why-choose-itm-title { font-size: 28px; margin-bottom: 10px; }
    .white-lp-why-choose-itm.strategic-itm .white-lp-why-choose-itm-cnt-blk, .white-lp-why-choose-itm-para.itm-list-para { margin-bottom: 20px; }
    .white-lp-why-choose-itm { padding: 16px 12px; }
    .white-lp-why-choose-lst { gap: 20px 25px; }
    .white-lp-why-choose-heading-blk-main { gap: 70px; }
}

@media screen and (max-width:1024px) {
    .white-collar-lp-why-choose-sec { padding: 50px 0; background-size: cover; }
        .white-lp-why-choose-rit-heading-blk { max-width: 80px;}
    .white-lp-why-choose-heading-blk-main {flex-direction: column-reverse; align-items: center; justify-content: center; gap: 20px;} 
    .white-lp-why-choose-lft-heading-blk { width: 100%; text-align: center; }
    .white-lp-why-choose-lst {display: flex; flex-wrap: wrap; gap: 15px; }
    .white-lp-why-choose-itm{ width: 48.9%; padding: 15px;}
    .white-lp-why-choose-itm.deep-legal-itm{order: 1;}
    .white-lp-why-choose-itm.personalized-itm{order: 2;}
    .white-lp-why-choose-itm.strategic-itm{order: 3; width: 100%;}
    .white-lp-why-choose-itm-cnt-blk::before { transform: scale(0.68); }
    .white-lp-why-choose-itm-cnt-blk { padding-left: 56px; }
    .white-lp-why-choose-itm-title{font-size: 25px;}
    .white-lp-why-choose-itm-para ul li{margin: 0 0 8px 0;}
    .white-lp-why-choose-itm.strategic-itm .white-lp-why-choose-itm-cnt-blk, .white-lp-why-choose-itm-para.itm-list-para { margin-bottom: 15px; }
    .white-collar-lp-text-heading-para { font-size: 15px; margin-bottom: 20px;     line-height: 1.5;}
    .white-lp-why-choose-itm.strategic-itm { padding-left: 15px; }
}

@media screen and (max-width:768px) {
    .white-lp-why-choose-itm{width: 100%; max-width: 540px; margin: 0 auto;}
    .white-lp-why-choose-rit-heading-blk { max-width: 70px; }
    .white-collar-lp-why-choose-sec { padding: 35px 0; background-size: cover; }
    .white-lp-why-choose-heading-blk-main{gap: 12px;}
    .white-lp-why-choose-itm-cnt-blk {padding-left: 0 !important; padding-top: 60px;}
    .white-lp-why-choose-itm-cnt-blk::before{top: 0;}
}

@media screen and (max-width:480px) {
    /* .white-lp-why-choose-itm{width: 100%; max-width: 385px; margin: 0 auto;} */
    .white-lp-why-choose-rit-heading-blk { max-width: 52px; }
    .white-lp-why-choose-heading-blk-main .white-collar-lp-text-heading{font-size: 32px; margin-bottom: 10px;}
    .white-collar-lp-text-heading-para { font-size: 14px; margin-bottom: 15px; }
    .white-lp-why-choose-itm-title { font-size: 22px; }
    .white-lp-why-choose-itm-para { font-size: 14px; }
    .white-lp-why-choose-itm{padding: 10px;}
    .white-lp-why-choose-itm-cnt-blk::before { transform: scale(0.6); }
    .white-lp-why-choose-itm-cnt-blk { padding-top: 55px; }
    .white-lp-why-choose-itm-para ul li::before { transform: scale(0.8); left: 6px; top: 4px; }
}


/* White Collar LP Approach Sec */
.white-collar-lp-approach-sec { padding: 120px 0 100px; }
.white-collar-lp-approach-sec .white-collar-lp-text-heading{text-align: center; margin: 0 0 45px 0;}
.white-lp-approach-lst{ display: flex; justify-content: space-between; gap: 20px; text-align: center; margin-bottom: 35px; }
.white-lp-approach-itm { padding: 63px 33px 23px; width: 32%; border: 2px solid #265a8a; border-left: none; border-right: none; position: relative; }
.white-lp-approach-itm::before{
    position: absolute;
    content: "";
    top: -2px;;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 42px;
    height: 37px;
    background-image: url(../white-collar-lp-images/white-collar-lp-sprites.webp);
    background-position: -155px -16px;
    background-repeat: no-repeat;
}

.white-lp-approach-itm-title { font-family: 'Forum'; font-weight: 400; font-size: 40px; color: #000000; line-height: 1.02; margin: 0 0 15px 0; }
.white-lp-approach-itm-para { font-family: 'Red Hat Display'; font-size: 18px; font-weight: 400; color: #000; line-height: 1.6; letter-spacing: normal; margin: 0 0 0; padding: 0 10px; }
.white-lp-approach-btns { display: flex; justify-content: center; gap: 10px; }

@media screen and (max-width:1680px) {
    .white-collar-lp-approach-sec { padding: 100px 0; }
    .white-lp-approach-itm { padding: 55px 25px 20px;}
    .white-lp-approach-itm-title{font-size: 36px;}
    .white-lp-approach-itm-para{padding: 0; }
    .white-lp-approach-itm-para{font-size: 17px;}
}

@media screen and (max-width:1550px) {
    .white-collar-lp-approach-sec { padding: 90px 0; }
    .white-collar-lp-approach-sec .white-collar-lp-text-heading{margin-bottom: 40px;}
    .white-lp-approach-itm::before{transform: scale(0.9); transform-origin: top center;}
    .white-lp-approach-itm { padding: 48px 20px 15px; }
    .white-lp-approach-itm-title { font-size: 33px; }
    .white-lp-approach-itm-para { font-size: 16px; }
}


@media screen and (max-width:1440px) {
    .white-collar-lp-approach-sec { padding: 80px 0; }
    .white-collar-lp-approach-sec .white-collar-lp-text-heading{margin-bottom: 35px;}
    .white-lp-approach-itm::before{transform: scale(0.8);}
    .white-lp-approach-itm { padding: 40px 16px 15px; width: 34%; }
    .white-lp-approach-itm-title { font-size: 30px; }
    .white-lp-approach-itm-para { font-size: 16px; }
    .white-lp-approach-lst{gap: 15px; margin-bottom: 30px;}

}

@media screen and (max-width:1366px) {
    .white-collar-lp-approach-sec { padding: 70px 0; }
    .white-collar-lp-approach-sec .white-collar-lp-text-heading{margin-bottom: 30px;}
    .white-lp-approach-itm-para { font-size: 15px; }
    .white-lp-approach-lst{margin-bottom: 25px;}
}

@media screen and (max-width:1280px) {
    .white-collar-lp-approach-sec { padding: 60px 0; }
    .white-collar-lp-approach-sec .white-collar-lp-text-heading{margin-bottom: 25px;}
    .white-lp-approach-itm::before { transform: scale(0.7); }
    .white-lp-approach-itm { padding: 35px 12px 12px;}
    .white-lp-approach-itm-title { font-size: 28px; }
    .white-lp-approach-itm-para { font-size: 14px; }
    .white-lp-approach-lst{margin-bottom: 20px;}
    .white-lp-take-action-img { padding-top: 30px; }
}

@media screen and (max-width:1024px) {
    .white-collar-lp-approach-sec { padding: 50px 0 20px; }
    .white-collar-lp-approach-sec .white-collar-lp-text-heading{margin-bottom: 20px;}
    .white-lp-approach-itm { padding: 20px; border: 2px solid #265a8a; width: 100%;}
    .white-lp-approach-itm::before{display: none;}
    .white-lp-approach-itm-para{font-size: 15px;}
    .white-lp-approach-lst{max-width: 350px; margin: 0 auto;}
    .white-lp-take-action-img { padding-top: 0px; }
}

@media screen and (max-width:768px) {
    .white-collar-lp-approach-sec { padding: 35px 0 10px; }
    .white-lp-approach-btns{flex-wrap: wrap-reverse; justify-content: center;}
    .white-lp-approach-itm-title { font-size: 24px; margin-bottom: 10px; }
    .white-lp-approach-itm-para{line-height: 1.4;}
    .white-lp-approach-itm{padding: 15px;}
}

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


.white-collar-lp-faq-sec {  
    padding: 30px 0 138px;
    position: relative;
}

.white-collar-lp-faq-sec .container {
    max-width: 1700px;
    margin: 0 0 0 auto;
}

.white-collar-lp-faq-sec::before {
    position: absolute;
    content: "";
    right: 3.1%;
    top: 11.4%;
    background-image: url(../white-collar-lp-images/white-collar-lp-faq-ques-mark-img.webp);
    background-repeat: no-repeat;
    height: 25.6%;
    width: 8.3%;
    z-index: 2;
    background-size: 100%;
}

.white-collar-lp-faq-sec::after {
    position: absolute;
    content: "";
    top: 6.8%;
    right: 0;
    width: 43.5%;
    height: 95.3%;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(../white-collar-lp-images/white-collar-lp-faq-bfr.webp);
    pointer-events: none;
    background-size: 100%;
}

.white-collar-lp-faq-sec .white-collar-lp-text-heading{margin: 0 0 12px 0;}

.white-lp-faq-main-blk {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    position: relative;
    z-index: 2;
    padding-right: 12%;
}
.white-lp-faq-lft-blk {
    width: 54.3%;
    padding-top: 40px;
}

.white-lp-faq-rit-blk {
    width: 40.8%;
}
.white-collar-lp-faq-sec .white-collar-lp-text-heading-para {
    color: #000;
    margin: 0;
    line-height: 1.4;
}
.accordion-section:not(.accordien-active) .accordion-section-content {
    display: none;
}
.white-lp-faq-rit-blk {
    position: relative;
}

.white-lp-faq-img-logo { position: absolute; top: 24px; left: 38px; }


.accordion-section{
    background-color: #fff;
    margin-bottom: 15px;
}
.accordion-heading {
    font-family: 'Forum';
    font-weight: 400;
    font-size: 27px;
    color: #265a8a;
    line-height: 1;
    padding: 26px 75px;
    background-color: #fff;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.accordion-heading::before{
    position: absolute;
    content: "Q";
    left: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 43px;
    height: 43px;
    font-family: 'Red Hat Display';
    font-weight: 400;
    font-size: 28px;
    color: #265a8a;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid #c3d1de;
    text-align: center;
    line-height: 0.75;
}
.accordion-heading::after {
    position: absolute;
    content: "";
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 35px;
    width: 35px;
    background-image: url(../white-collar-lp-images/white-collar-lp-sprites.webp);
    background-position: -10px -235px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.accordion-section-content {
    font-family: 'Red Hat Display';
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    letter-spacing: normal;
    margin: 0 0 0;
    padding: 24px 64px 35px 33px;
}
.accordion-section.accordien-active .accordion-heading{
    background-color: #4594cf;
    color: #fff;
}

.accordion-section.accordien-active .accordion-heading::before{
    color: #fff;
    border-color: #79b2dc;
}

.accordion-section.accordien-active .accordion-heading::after{
    background-position: -10px -276px;
}

@media screen and (max-width:1900px) {
    /* .white-collar-lp-faq-sec::after{top: 20px;} */
}

@media screen and (max-width:1800px) {
    .white-collar-lp-faq-sec .container {max-width: 1600px;}
    .white-collar-lp-faq-sec{padding: 30px 0 130px;}
    /* .white-collar-lp-faq-sec::after { top: -20px; } */
}

@media screen and (max-width:1680px) {
    .white-collar-lp-faq-sec .container {max-width: 1500px;}
    .white-collar-lp-faq-sec{padding: 30px 0 110px;}
    .accordion-heading { padding: 26px 60px 26px 65px; font-size: 24px; }

}

@media screen and (max-width:1550px) {
    .white-collar-lp-faq-sec .container {max-width: 1380px;}
    .white-collar-lp-faq-sec{padding: 30px 0 90px;}
    .accordion-heading::before{transform: scale(0.9); left: 7px;}
    .accordion-heading::after{transform: scale(0.9); right: 9px;}
    .accordion-heading { padding: 23px 50px 23px 55px; font-size: 22px; }
    .accordion-section-content{font-size: 17px; padding: 20px 50px 30px 30px;}
}

@media screen and (max-width:1440px) {
    .white-collar-lp-faq-sec .container {max-width: 1285px;} 
    .white-collar-lp-faq-sec{padding: 30px 0 75px;}
    .white-lp-faq-lft-blk { width: 55%; padding-top: 30px; }
    .accordion-heading::before { transform: scale(0.8); left: 5px; }
    .accordion-heading::after { transform: scale(0.8); right: 9px; }
    .accordion-heading { padding: 20px 50px 20px 55px; font-size: 21px; }
    .accordion-section-content { font-size: 16px; padding: 18px 40px 25px 25px; }
}

@media screen and (max-width:1366px) {
    .white-collar-lp-faq-sec .container {max-width: 1215px;} 
    .white-collar-lp-faq-sec{padding: 30px 0 65px;}
    .accordion-heading { padding: 18px 47px 18px 52px; font-size: 20px; }
    .accordion-section-content { font-size: 16px; padding: 18px 30px 20px 20px; }
}

@media screen and (max-width:1280px) {
    .white-collar-lp-faq-sec .container {max-width: 1140px;}
    .white-collar-lp-faq-sec{padding: 30px 0 50px;}
    .accordion-heading::before { transform: scale(0.7); left: 4px; }
    .accordion-heading::after { transform: scale(0.8); right: 7px; }
    .accordion-heading { padding: 16px 42px 16px 48px; font-size: 19px; }
    .accordion-section-content { font-size: 15px; padding: 17px 20px; line-height: 1.4;}
    .white-lp-faq-lft-blk { width: 56%; padding-top: 20px; }
    .white-lp-faq-img-logo { top: 10px; left: 18px; max-width: 150px; }
}

@media screen and (max-width:1180px) {
    .white-collar-lp-faq-sec .container {max-width: 980px;}
    /* .white-collar-lp-faq-sec{padding: 30px 0 130px;} */
    .accordion-heading { padding: 15px 42px 15px 48px; font-size: 18px; }
    .white-lp-faq-main-blk{padding-right: 9%;}
    .white-collar-lp-faq-sec::before { right: 1.3%; height: 26.7%; }
    /* .white-collar-lp-faq-sec::before{right: 2.3%;} */
    .accordion-section-content{padding: 15px 17px;}
    .white-collar-lp-text-heading-para{font-size: 15px;}
}

@media screen and (max-width:1024px) {
    .white-collar-lp-faq-sec{padding: 50px 0;}
    .white-collar-lp-faq-sec .container {max-width: 720px; margin: 0 auto;}
    .white-lp-faq-main-blk{padding: 0; flex-direction: column-reverse; justify-content: center; align-items: center; gap: 20px; padding-top: 0px;}
    .white-collar-lp-faq-sec .white-collar-lp-text-heading{text-align: center;}
    .white-collar-lp-faq-sec .white-collar-lp-text-heading br{display: none;}
    .white-collar-lp-faq-sec .white-collar-lp-text-heading-para{text-align: center; margin-bottom: 20px;}
    .white-collar-lp-faq-sec::after{display: none;}
    .white-lp-faq-rit-blk{width: 100%; max-width: 350px; margin: 0 auto;}
    .white-lp-faq-lft-blk{padding: 0; width: 100%;}
    .white-collar-lp-faq-sec::before { display: none;}
}

@media screen and (max-width:768px) {
    .white-collar-lp-faq-sec .container {max-width: 100%; padding: 0 10px;}
    .white-collar-lp-faq-sec{padding: 35px 0;}
    .accordion-heading::before { transform: scale(0.6); left: 1px; bottom: auto; top: 0px; }
    .accordion-heading::after { transform: scale(0.7); right: 4px; bottom: auto; top: 2px; }
    .accordion-heading { padding: 12px 38px 12px 42px; font-size: 18px; }
    .accordion-section{margin-bottom: 10px;}
    .accordion-section-content { padding: 12px 12px; }
}

@media screen and (max-width:480px) {
    .accordion-heading::before { transform: scale(0.5); left: -2px;}
    .accordion-heading { padding: 10px 38px; font-size: 16px; }
    .accordion-section-content { padding: 10px; font-size: 14px; }
}




.white-collar-lp-take-action-sec .container{position: relative;}

.white-lp-action-cnt-main-blk {
    position: absolute;
    top: 0;
}

.white-lp-action-main-hdg {
    font-family: 'Forum';
    font-weight: 400;
    font-size: 250px;
    color: #265a8a1a;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-top: 0;
    text-align: center;
}

.white-lp-action-cnt-blk {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 44px 0 100px;
    position: relative;
}

.white-lp-action-cnt-blk::before {
    position: absolute;
    content: "";
    top: 0;
    left: -65px;
    right: 0;
    margin: 0 auto;
    width: calc(100% + 8.7%);
    height: 100%;
    border: 1px solid;
    border-image: linear-gradient(0deg, #4594cf00, #4593cf) 1; 
    pointer-events: none;
}


.white-lp-action-lft-cnt-blk {
    width: 48.1%;
}

.white-lp-take-action-lft-cnt-hdg {
    font-family: 'Forum';
    font-weight: 400;
    font-size: 103px;
    color: #4594cf;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: normal;
    margin-bottom: 38px;
    text-align: left;
}

.white-lp-take-action-lft-cnt-hdg small {
    font-family: 'Forum';
    font-weight: 400;
    font-size: 68%;
    color: #265a8a;
    line-height: 1.02;
    margin: 0;
    display: block;
}

.white-lp-action-cnt-para {
    font-family: 'Red Hat Display';
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    color: #265a8a;
    letter-spacing: 0;
    margin-bottom: 31px;
}
.white-lp-action-cnt-para strong{
    font-weight: 700;
}

.white-lp-action-rit-cnt-blk {
    display: flex;
    gap: 33px;
    width: 43.8%;
    margin-top: 10px;
}

.white-lp-action-rit-cnt-logo {
    width: 18.3%;
}
.white-lp-action-rit-cnt-img-cont {
    width: 75%;
}
.white-lp-action-rit-title {
    font-family: 'Red Hat Display';
    font-size: 31px;
    font-weight: 700;
    line-height: 1.2;
    color: #265a8a;
    letter-spacing: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.white-lp-action-rit-call-blk a {
    font-family: 'Forum';
    font-size: 61px;
    font-weight: 400;
    line-height: 1;
    color: #4594cf;
    letter-spacing: 0;
    margin-bottom: 36px;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 75px;
    position: relative;
}

.white-lp-action-rit-call-blk a:hover{color: #255b8b;}

.white-lp-action-rit-call-blk a::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 47px;
    height: 47px;
    background-image: url(../white-collar-lp-images/white-lp-action-rit-call-icn.webp);
    background-repeat: no-repeat;
    transform-origin: left center;
}

.white-lp-action-lft-cnt-blk .white-lp-action-cnt-para {
    max-width: 545px;
}


.site-footer{border: 0; padding-top: 0;}
.white-lp-collar-lp-site-footer-main .site-footer {padding-top: 1%; border: 0;}

.white-collar-lp-ftr-form {
    margin-top: -31.5%;
}

.ftr-logo img {
    max-width: 250px;
    margin: 0 auto;
}

@media screen and (max-width:1800px) {
    .white-lp-action-main-hdg{font-size: 238px;}
    .white-lp-action-rit-call-blk a{margin-bottom: 25px;}
    .white-lp-action-rit-title{margin-bottom: 25px;}
    .white-lp-action-cnt-blk{padding: 40px 0 100px;}
    .white-lp-take-action-lft-cnt-hdg{margin-bottom: 30px;}
}

@media screen and (max-width:1680px) {
    .white-lp-action-main-hdg{font-size: 210px;}
    .white-lp-take-action-lft-cnt-hdg { font-size: 86px; margin-bottom: 20px; }
    .white-lp-action-cnt-para{font-size: 20px;}
    .white-lp-action-rit-title { font-size: 28px; margin-bottom: 20px; }
    .white-lp-action-rit-call-blk a{font-size: 56px; margin-bottom: 20px;}
    .white-lp-action-cnt-blk{padding: 30px 0 90px;}
    .white-lp-action-cnt-blk::before {left: -50px;width: calc(100% + 7.8%);}
    .white-lp-action-lft-cnt-blk .white-lp-action-cnt-para { max-width: 525px; }

    .white-collar-lp-ftr-form { margin-top: -30%; }
}

@media screen and (max-width:1550px) {
    .white-lp-action-main-hdg { font-size: 190px; }
    .white-lp-take-action-lft-cnt-hdg {font-size: 78px;}
    .white-lp-action-cnt-para { font-size: 19px; }
    .white-lp-action-rit-title { font-size: 24px; }
    .white-lp-action-rit-call-blk a { font-size: 50px; padding-left: 65px; }
    .white-lp-action-rit-call-blk a::before{transform: scale(0.85);}
    .white-lp-action-rit-cnt-blk { gap: 23px; width: 46.6%; margin-top: 0; }
    .white-lp-action-cnt-blk { padding: 30px 0 80px; }
    .white-lp-action-cnt-blk::before { left: -39px; width: calc(100% + 6.5%); }

    .white-collar-lp-ftr-form { margin-top: -27.7%; }
    .white-lp-action-lft-cnt-blk .white-lp-action-cnt-para { max-width: 500px; }
}

@media screen and (max-width:1440px) {
    .white-lp-action-main-hdg { font-size: 185px; }
    .white-lp-take-action-lft-cnt-hdg {font-size: 75px; margin-bottom: 20px;}
    .white-lp-action-cnt-para { font-size: 18px; }
    .white-lp-action-rit-title { font-size: 24px; margin-bottom: 25px; }
    .white-lp-action-rit-call-blk a { font-size: 47px; margin-bottom: 20px; padding-left: 55px; }
    .white-lp-action-rit-call-blk a::before{transform: scale(0.8); top: -5px;}
    .white-lp-action-rit-cnt-blk { gap: 20px; width: 48%; }
    .white-lp-action-cnt-blk { padding: 25px 0 60px; }
    .white-lp-action-cnt-blk::before { left: -28px; width: calc(100% + 5.2%); }
    .white-lp-action-rit-cnt-logo { width: 16%; }
    .white-lp-action-lft-cnt-blk .white-lp-action-cnt-para { max-width: 472px; }
    .white-lp-action-rit-cnt-img-cont { width: 93%; }

    .white-collar-lp-ftr-form { margin-top: -26.5%; }
}

@media screen and (max-width:1366px) {
    .white-lp-action-main-hdg { font-size: 175px; }
    .white-lp-take-action-lft-cnt-hdg { font-size: 68px;  }
    .white-lp-action-cnt-para { font-size: 17px; }
    .white-lp-action-rit-title { font-size: 23px; margin-bottom: 15px; }
    .white-lp-action-rit-call-blk a { font-size: 45px; margin-bottom: 15px; padding-left: 53px; }
    .white-collar-lp-ftr-form { margin-top: -29.5%; }

    .white-lp-action-lft-cnt-blk .white-lp-action-cnt-para { max-width: 440px; }
}

@media screen and (max-width:1280px) {
    .white-lp-action-main-hdg { font-size: 150px; }
    .white-lp-take-action-lft-cnt-hdg { font-size: 58px; margin-bottom: 15px;}
    .white-lp-action-cnt-blk::before { left: -10px; width: calc(100% + 2.2%); }
    .white-lp-action-cnt-blk{padding: 20px 0;}
    .white-lp-action-lft-cnt-blk { width: 42%; }
    .white-lp-action-rit-cnt-blk { gap: 20px; width: 51%; }
    .white-lp-action-cnt-para { font-size: 16px; }
    .white-lp-action-rit-cnt-logo { width: 14%; }
    .white-lp-action-rit-title { font-size: 22px; margin-bottom: 10px; }
    .white-lp-action-rit-call-blk a { font-size: 40px; margin-bottom: 10px; padding-left: 48px; }
    .white-lp-action-rit-call-blk a::before { transform: scale(0.7); top: -3px; }
    .white-collar-lp-ftr-form { margin-top: -26%; }
}

@media screen and (max-width:1024px) {
    .white-lp-action-cnt-main-blk{position: relative;}
    .white-lp-action-main-hdg { font-size: 110px; }
    .white-lp-action-cnt-blk::before{display: none;}
    .white-lp-action-cnt-blk{padding: 0; flex-direction: column; align-items: center; justify-content: center; margin-bottom: -280px;}
    .white-lp-action-lft-cnt-blk{width: 100%;}
    .white-lp-action-rit-cnt-blk{width: 100%;}
    .white-lp-action-lft-cnt-blk .white-lp-action-cnt-para{max-width: 100%; text-align: center; margin: 0;}
    .white-lp-take-action-lft-cnt-hdg { font-size: 54px; text-align: center;}
}

@media screen and (max-width:768px) {
    .white-lp-action-main-hdg { font-size: 70px; }
    .white-lp-action-cnt-blk{margin-bottom: -150px;}
    .white-lp-action-rit-title{font-size: 20px;}
    .white-lp-action-rit-call-blk a::before { transform: scale(0.6); top: -3px; }
    .white-lp-action-rit-call-blk a { font-size: 36px; margin-bottom: 5px; padding-left: 35px; }
    .white-lp-action-rit-cnt-blk{gap: 15px;}
    .white-lp-action-cnt-para{font-size: 15px;}
    .white-lp-take-action-lft-cnt-hdg{font-size: 50px; margin-bottom: 10px;}
    .white-collar-lp-ftr-form { margin-top: 0; }
    .white-lp-collar-lp-site-footer-main .site-footer { padding: 40px 0 0 0; }
    /* .white-lp-action-cnt-para { font-size: 15px; } */


}

@media screen and (max-width:480px) {
    .white-lp-action-main-hdg { font-size: 46px; -webkit-text-stroke: 0.4px #4594cf; }
    .white-lp-take-action-lft-cnt-hdg{font-size: 40px;}
    .white-lp-action-cnt-para{font-size: 14px;}
    .white-lp-action-rit-cnt-blk { gap: 10px; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
    .white-lp-action-rit-cnt-logo { width: 100%; max-width: 60px; }
    .white-lp-action-rit-call-blk a { font-size: 34px; margin-bottom: 4px; padding-left: 32px; }
    .white-lp-action-rit-call-blk a::before { transform: scale(0.54); top: -2px; }
    .white-lp-action-cnt-blk { margin-bottom: -100px; gap: 12px; }
}