/* Header */
.header-l {
    background-color: #fff;
    padding-left: 204px;
    display: flex;
    align-items: center;
    height: 70px;
    position: fixed;
    z-index: 400;
    top: 0;
    width: 100%;
}


/* Landing page banner */
.landing_page .top_sec_l {
    height: 330px;
    margin-top: 75px;
    background: url(../assets/landing_page/1.webp) no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.landing_page .top_sec_l>div {
    height: 290px;
    background: rgba(3, 140, 219, 0.8);
    border-radius: 10px 0px 0px 10px;

}




/* 
.b24-form-header.b24-form-padding-side {
    height: 70px;
    background: #0675B5;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 30px 30px 0px 0px;
    justify-content: center;
}

.b24-form-header.b24-form-padding-side>.b24-form-header-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 137%;
    margin: 0px;
    padding: 0px;

    color: #FFFFFF;
}

.b24-form-header.b24-form-padding-side>.b24-form-header-description {
    font-weight: 500;
    font-size: 12px;
    line-height: 137%;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
}

.b24-form-wrapper.b24-form-border-bottom {
    border-radius: 30px;
    border-bottom: 1px solid transparent !important;
}

.b24-form-btn {
    background: #0675B5;
    background-color: #0675B5 !important;
} */

/* Serving Points */
.serving_point {
    display: flex;
    padding-left: 90px;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 40px;
}

.serving_point>div:first-child {
    width: calc(100% - 540px);
    height: 324px;
    margin-top: auto;
}

.serving_point>div:first-child .heading {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.serving_point>div:first-child .heading h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 137%;
    /* or 41px */
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
    padding-right: 8px;
    color: #17384B;
}

.serving_point>div:first-child .heading>div {
    width: 100%;
    height: 2px;
    background: #17384B;
}

.serving_point>div:first-child .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.serving_point>div:first-child .content>div {
    width: 48%;
    padding: 15px 0px 0px;
    align-items: flex-start;
}

.serving_point>div:first-child .content>div>p {
    padding-left: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 137%;
    /* or 21px */
    color: #17384B;
}

/* Video Section */
.video_section {
    display: flex;
    padding: 50px 150px 130px;
}

.youtube-link {
    cursor: pointer;
}

.video_section>div {
    display: flex;
    margin-left: 45px;
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
    font-size: 50px;
    line-height: 137%;
    /* or 69px */
    color: #17384B;
}

.video_section>div button {
    font-weight: 600;
    font-size: 20px;
    /* or 27px */
    width: 204px;
    display: inline;
    border: none;
    outline: none;
    height: 56px;
    line-height: 56px;
    cursor: pointer;
    background: #0675B5;
    border-radius: 10px;
    color: #FFFFFF;
}

.video_section>span>img {
    height: 350px;
    width: 572px;
}

/* Features Section */
/* .features {
    padding-bottom: 50px;
} */

.features .title {
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 50px;
    text-align: center;
    /* or 41px */
    color: #17384B;
}

.features .content {
    display: flex;
    margin-left: 50px;
    flex-wrap: wrap;
    padding: 0px 5%;
    justify-content: center;
}

.features .content>div {
    width: calc((100% / 3) - 100px);
    margin-right: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50px;
}

.features .content>div .circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #E6F2F9;
}

.features .content>div p {
    font-weight: 500;
    font-size: 20px;
    line-height: 137%;
    /* or 27px */
    text-align: center;
    color: #17384B;

}

/* Trusted and recommended section */
.tnr {
    background: #0675B5;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.05);
    padding: 40px 150px;
}

.tnr .title {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    /* or 41px */
    color: #FFFFFF;
}

.tnr .content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.tnr .content>div {
    width: calc(25% - 15px);
    min-width: 220px;
    height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 20px 10px;
    justify-content: space-between;
    flex-direction: column;
}

.tnr .content>div .numbers {
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: 40px;
    line-height: 137%;
    /* identical to box height, or 55px */


    color: #0675B5;
}

.tnr .content>div .num_desc {
    margin: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 137%;
    /* or 27px */
    text-align: center;

    color: #17384B;

    padding: 0px;
}

.tnr .content>div .image-c {
    background: #E6F2F9;
    height: 80px;
    border-radius: 50%;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tnr .content>div .image-c img {
    width: 49px;
    height: auto;
}

.fixed,
.b24-widget-button-wrapper.b24-widget-button-position-bottom-right.b24-widget-button-visible,
._hj_feedback_container ._hj-1O2Rr__MinimizedWidgetMiddle__container._hj-1QnQT__MinimizedWidgetMiddle__right {
    display: none;
}

.fixed2 {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.fixed2 .consul {
    width: calc((100% / 3) - 170px);
    height: 48px;
    margin-right: 40px;
}


.landing_page .top_sec_l>div:first-child {
    width: calc(100% - 520px);
    padding: 0px 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.landing_page .top_sec_l>div:first-child h1 {
    font-weight: 600;
    font-size: 45px;
    line-height: 137%;
    /* or 69px */
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
}

.landing_page .top_sec_l>div:first-child p {
    font-weight: 600;
    font-size: 28px;
    line-height: 137%;
    /* or 41px */
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}


@media only screen and (min-width: 850px) {
    .fixed1 {
        display: none;
    }
}

@media only screen and (max-width: 850px) {
    .landing_page .top_sec_l {
        display: block;
        height: auto;
        padding: 10px;
        padding-top: 20px;
        background: url(../assets/landing_page/1.webp) no-repeat;
        background-position: top left;
        background-size: 140% 215px;
        /*  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, .5); */
    }

    .landing_page .top_sec_l>div {
        height: auto;
    }

    .landing_page .top_sec_l>div:first-child {
        width: 100%;
        padding: 20px 10px;
        border-radius: 0px;
        align-items: center;
    }

    .landing_page .top_sec_l>div:first-child h1 {
        font-size: 24px;
        line-height: 130%;
        text-align: center;
        margin-bottom: 10px;
    }

    .landing_page .top_sec_l>div:first-child p {
        font-size: 12px;
    }

    .landing_page .top_sec_l>div.call-back-form {
        width: 100%;
        margin-right: 0px;
        background: none;
        margin-top: 30px;
    }

    .serving_point {
        padding-left: 0px;
        /*  margin-bottom: 150px; */
        margin-bottom: 35%;
    }

    .video_section {
        flex-direction: column;
        padding: 0px 0px 20px;
        margin-top: 20px;
        background: #F9F9F9;
        box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        margin-bottom: 50px;
        justify-content: center;
    }

    .video_section>span>img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

    .serving_point>div:first-child .content>div.flex {
        display: flex;
        flex-direction: column;
        width: calc((100% / 2) - 20px);
        align-items: center;
        margin-right: 20px;
    }

    .video_section>div {
        margin-left: 0px;
        font-size: 25px;
        align-items: center;
    }

    .video_section>div p {
        text-align: center;
        margin-top: 20px;
    }

    .features .content {
        margin-left: 10px;
        padding: 0px;
    }

    .features .content>div {
        width: calc((100% / 2) - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .features .content>div .circle {
        width: 75px;
        height: 75px;
        margin-bottom: 9px;
    }

    .features .content>div .circle img {
        width: 39px;
        height: auto;
    }

    .features {
        background: #F9F9F9;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    }

    .features .title {
        margin-top: 20px;
        padding-bottom: 0px;
    }

    .tnr {
        padding: 10px;
    }

    .tnr .content {
        justify-content: space-around;
    }

    .tnr .content>div {
        height: auto;
        width: auto;
        background: none;
        box-shadow: none;
        padding: 0px;
    }

    .tnr .content>div .numbers,
    .tnr .content>div .num_desc {
        font-weight: 500;
        font-size: 9px;
        line-height: 137%;
        /* or 12px */
        color: #FFFFFF;
    }

    .tnr .title {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .tnr .content>div .image-c {
        width: 30px;
        height: 30px;
        margin-bottom: 10px;
        background: #FFFFFF;
    }

    .tnr .content>div .image-c img {
        width: 20px;
        height: auto;
    }

    .serving_point>div:first-child .heading {
        justify-content: center;
    }

    .serving_point>div:first-child .heading h1 {
        font-size: 15px;
    }

    .serving_point>div:first-child .heading div {
        display: none;
    }

    .features .content>div p {
        font-size: 10px;
    }

    .features .title {
        font-size: 15px;
    }

    .serving_point>div:first-child .content>div>p {
        font-size: 12px;
        padding-left: 0px;
        margin-top: 10px;
        text-align: center;
    }

    .serving_point>div:first-child .content {
        padding: 0px 0px;
        margin-left: 20px;
        justify-content: center;
    }


    .video_section>div button {
        font-weight: 600;
        font-size: 15px;
        /* or 27px */
        width: 170px;
        height: 31px;
        border: none;
        outline: none;
        line-height: 31px;
        cursor: pointer;
        background: #0675B5;
        color: #FFFFFF;
        border-radius: 0;
    }

    .header-l {
        padding-left: 0px;
        justify-content: center;
    }

    .serving_point>div:first-child {
        width: 100%;
    }

    .landing_page .top_sec_l>div:first-child h1 span {
        display: block;
    }
    .landing_page .top_sec_l>div:first-child {
        margin-right: 70px;
        padding: 0px 90px;
    }
    .fixed1 {

        padding: 10px;
        position: fixed;

        z-index: 10000;
        width: 100%;
        bottom: 0px;
        display: flex;
        justify-content: center;
    }

    .fixed1 .consul {
        width: 200px;
    }

    .fixed2 {
        display: none;
    }
}