@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*, *::before, *::after{
    box-sizing: border-box;
}
body, span, p, li, a {
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
ol, ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, p, a, span {
    display: inline-block;
}
a{
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #EF9220;
}
hr {
    width: 140px;
    margin: 32px auto;
    border: 0;
    border-top: 2px solid #2d60de;
    opacity: .5;
}
html, body {
    overflow-x: hidden;
}
/*===============================================
= Start Default CSS
===============================================*/
body .container {
    max-width: 1540px;
    padding: 0 20px;
}
@media only screen and (min-width: 320px) {
    body .container {
        max-width: 100%;
        padding: 0px 30px;
    }
}
@media only screen and (min-width: 768px) {
    body .container {
        max-width: 900px;
    }
}
@media only screen and (min-width: 992px) {
    body .container {
        max-width: 960px;
    }
}
@media only screen and (min-width: 1200px) {
    body .container {
        max-width: 1140px;
    }
}
@media only screen and (min-width: 1400px) {
    body .container {
        max-width: 1320px;
    }
}
@media only screen and (min-width: 1600px) {
    body .container {
        max-width: 1540px;
    }
}
.lp_default_btn {
    padding: 16px 42px;
    background: #2d60de;
    color: #Fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
    border: 2px solid transparent;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    transition: all 0.4s;
    text-decoration: none;
    text-align: center;
}
.lp_default_btn:hover {
    border-color: #2d60de;
    background: transparent;
    color: #2d60de;
}
.white_default_btn.lp_default_btn {
    color: #Fff;
    border-color: #fff;
    background: transparent;
}
.white_default_btn.lp_default_btn:hover {
    background: #fff;
    color: #2d60de;
}
.lp_default_btn span{
    line-height: 1;
}
@media only screen and (max-width: 991px) {
    body .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    hr {
        margin: 24px auto;
    }
}
@media only screen and (max-width: 575px){
    .lp_default_btn span {
        display: none;
    }
    .default_cta, .lp_default_btn{
        width: 100%;
    }
}
/*===============================================
= End Default CSS
===============================================*/
/*===============================================
= section padding CSS
================================================*/
.section_padding {
    padding: 100px 0;
}

.section_small_padding {
    padding: 60px 0px;
}
@media only screen and (max-width: 1024px) {
    .section_padding {
        padding: 80px 0;
    }
    .section_small_padding {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 991px) {
    .section_padding {
        padding: 60px 0;
    }
    .section_small_padding {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 767px) {
    .section_padding {
        padding: 50px 0;
    }
}
/*===============================================
= End section padding CSS
================================================*/
/*===============================================
= Start Header CSS
================================================*/
.thank-you-header {
    padding: 30px 0;
    box-shadow: 0 25px 90px 10px #00000033;
}
/*===============================================
= End Header CSS
================================================*/

/*===============================================
= Start Banner CSS
================================================*/
.banner_section .row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner_section{
    position: relative;
}
.banner_section::before{
    content: "";
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1715px;
    height: 1715px;
    background: #f3f1ec;
    border-radius: 50%;
    z-index: -1;
}
.banner_content h1{
    font-size: 52px;
    color: #605218;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
}
.banner_content p,
.banner_content h2{
    font-size: 23px;
    font-weight: 600;
    color: #234364;
    line-height: 1.3;
    margin-bottom: 6px;
}
.banner_content p{
    font-weight: 400;
}
.banner_content h3{
    font-size: 34px;
    font-weight: 600;
    color: #234364;
    line-height: 1.3;
}
.banner_content {
    margin-bottom: 40px;
}
.call-btn {
    margin: 0 auto;
    z-index: 2;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2c64dc;
    text-decoration: none;
    border-radius: 100px;
    transition: .3s;
    box-shadow: 2px 2px 14px #0006;
    animation: avatar-pulse-orange-2 2s infinite;
    position: relative;
}
.call-btn img {
  max-width: 50px
}
.call-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    content: '';
    border-radius: 100px;
    z-index: -1;
    animation: avatar-pulse-orange-2 2s infinite;
    animation-delay: .5s;
}

.call-btn:hover {
    background: #2c64dc;
    animation: avatar-pulse-orange 2s infinite;
}

.call-btn:hover::after {
    animation: avatar-pulse-orange 2s infinite;
}
@keyframes avatar-pulse-orange {
    0% {
        box-shadow: 0 0 0 0 #2c64dc;
    }

    100% {
        box-shadow: 0 0 0 20px #2c64dc;
    }
}
@keyframes avatar-pulse-orange-2 {
    0% {
        box-shadow: 0 0 0 0 #2c64dc;
    }

    100% {
        box-shadow: 0 0 0 20px #2c64dc;
    }
}
.schedule-call hr{
    width: 25%;
    margin: 30px auto 0px;
    border: 0;
    border-top: 3px solid #000;
    opacity: unset;
}
.schedule-call p {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    background-color: #2d60de;
    padding: 15px 20px;
    margin-top: 50px;
}
.extra-txt p{
    font-size: 30px;
    font-weight: 600;
    color: #234364;
    line-height: 1.3;
    background: unset;
    margin: 36px 0px 50px;
    padding: 0px;
}
.vd-testimonial-content p{
    font-size: 34px;
    font-weight: 700;
    color: #234364;
    text-align: center;
    line-height: 1.3;
    margin-top: 8px;
}
.vd-testimonial-content .full_img {
    position: relative;
    padding-top: 56.60%;
}
.full_img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-btn {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: none !important;
    padding: inherit !important;
    background-image: unset !important;
    background-color: transparent;
}
.video-btn:hover, .video-btn:focus{
    background-color: transparent;
}
.video-btn img {
    margin: 0 auto;
}
.video-btn i {
    color: #ffffff;
}
.modal-dialog {
    max-width: 800px !important;
    margin: auto !important;
    height: 100%;
    display: block !important;
}
.modal-content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #000;
    border-radius: 0 !important;
    border: none !important;
}
.video_modal .close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
    font-size: 2rem !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    opacity: 1;
    background: transparent;
    border: none !important;
    line-height: 1 !important;
    background-image: unset !important;
}
.close:hover {
    opacity: 1 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #e5c160 !important
}
.modal-open .modal {
  background-color: rgb(0 0 0 / 70%);
}
.video_modal .modal-content .embed-responsive::before {
    content: "";
    padding-top: 55%;
    display: block;
}
.video_modal .modal-content .embed-responsive iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
@media only screen and (max-width:1024px){
    .vd-testimonial-content p{
        font-size: 28px;
    }
}
@media only screen and (max-width:992px){
    .banner_content h1{
        font-size: 36px;
    }
    .banner_section .schedule-call p{
        font-size: 32px;
    }
    .vd-testimonial-content p{
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px) {
 
    .call-btn {
        height: 84px;
        width: 84px;
    }
   .call-btn img {
        max-width: 36px;
    }
    .banner_content h3{
        font-size: 26px;
    }
    .banner_content h2{
        font-size: 18px;
    }
    .banner_content p{
        font-size: 16px;
    }
    .banner_section .schedule-call p{
        font-size: 24px;
    }
    .vd-testimonial-content p{
        font-size: 24px;
    }
    .extra-txt p{
        margin: 26px 0px 40px;
    }
}
@media only screen and (max-width: 575px){
    .video-btn img{
        width: 50px;
        height: 50px;
    }
    .banner_content h3{
        font-size: 22px;
    }
    .banner_content h1{
        font-size: 28px;
    }
    .banner_section .schedule-call p{
        font-size: 16px;
    }
    .vd-testimonial-content p{
        font-size: 18px;
    }
    .extra-txt p{
        margin: 20px 0px 30px;
    }
}
@media only screen and (max-width:480px){
    .banner_section::before{
        top: 100px;
        left: -695px;
        right: -695px;
        width: 1391px;
        height: 1391px;
    }
    .banner_content h1 {
        font-size: 26px;
    }
    .extra-txt p{
        margin: 20px 0px;
    }
}
/*===============================================
= End Banner CSS
================================================*/
/*===============================================
= Start Offer CSS
================================================*/
.offer-section{
    background-color: #f3f1ec;
    position: relative;
}
.offer-section:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 74px;
    height: 0;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-top: 22px solid #fff;
    margin: auto;
}
.offer-section-title p{
    font-size: 25px;
    font-weight: 400;
    color: #234364;
    line-height: 1.3;
    margin-bottom: 50px;
    max-width: 1160px;
    width: 100%;
}
.offer-section .schedule-call p{
    font-size: 26px;
    margin-bottom: 36px;
}
.offer-section .schedule-call h2{
    font-size: 32px;
    font-weight: 600;
    color: #f7941d;
    line-height: 1.3;
}
.schedule-call p.small-txt {
    font-size: 12px;
    font-weight: 400;
    color: #234364;
    line-height: 1.3;
    background-color: unset;
    margin: 0px;
    padding: 10px 0px 0px;
    max-width: 1000px;
    width: 100%;
}
@media only screen and (max-width:1024px){
    .offer-section .schedule-call p,
    .offer-section-title p{
        font-size: 22px;
    }
    .offer-section .schedule-call h2{
        font-size: 28px;
    }
}
@media only screen and (max-width:767px){
    .offer-section .schedule-call h2{
        font-size: 24px;
    }
    .offer-section .schedule-call p{
        font-size: 20px;
    }
}
@media only screen and (max-width:575px){
    .offer-section-title p{
        font-size: 18px;
    }
    .offer-section .schedule-call h2{
        font-size: 20px;
    }
    .offer-section .schedule-call p{
        font-size: 16px;
    }
}
@media only screen and (max-width:480px){
    .offer-section-title p{
        font-size: 16px;
    }
}
@media only screen and (max-width:375px){
    .schedule-call p{
        padding: 15px 12px;
    }
}
/*===============================================
= End Offer CSS
================================================*/
/*===============================================
= Start Footer CSS
================================================*/
.footer{
    background-color: #2d3854;
}
.footer-logo {
    margin-bottom: 64px;
}
.footer-text {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
}
.footer-text p a{
    color: #fff;
}
/*===============================================
= End Footer CSS
================================================*/
/*===============================================
= Start Review CSS
================================================*/
.review_heading h2{
    font-size: 61px;
    font-weight: 500;
    line-height: 1.4;
    color: #605218;
    padding-bottom: 38px;
}
.review_main {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
}
.review_number {
    font-size: 35px;
    color: #234364;
    font-weight: 600;
}
.review_number span {
    font-weight: 400;
    font-size: 23px;
    line-height: 1.4;
}
.content {
    font-size: 18px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.3s ease;
}
.content.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
}
.content + .read-more.hidden {
    display: none;
}

/*===============================================
= End Review CSS
================================================*/