@import url('https://fonts.googleapis.com/css2?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;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&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;1,900&display=swap');

:root {
    --black_color: #141414;
    --cameo_color: #4141D6;
    --secondary_color: #060666;
    --white_color: #FFFFFF;
    --para-text: #000000;
    --bg-color: #FFFFFF;
    --desktop_pd_100: 100px;
    --mobile_pd_50: 50px;
    --large_device_pd_80: 80px;
    --inria_font: "Inria Serif", serif;
    --poppins_font: "Poppins", sans-serif;
}

.same_container_1440 {
    width: 1440px;
    margin: auto;
}

@media only screen and (min-width: 1280px) and (max-width: 1540px) {
    .same_container_1440 {
        width: 100%;
        padding: 0 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
    .same_container_1440 {
        width: 100%;
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .same_container_1440 {
        width: 100%;
        padding: 0 30px;
    }
}

.htag_h2 h2 {
    font-size: 65px;
    font-family: var(--inria_font);
    line-height: 78px;
    text-transform: uppercase;
    font-weight: 700;
}

.htag_h3 h3 {
    font-family: var(--poppins_font);
    line-height: 31px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 480px) {
    .htag_h2 h2 {
        font-size: 32px !important;
        line-height: 52px !important;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .htag_h2 h2 {
        font-size: 36px !important;
        line-height: 50px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .htag_h2 h2 {
        font-size: 42px !important;
        line-height: 55px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .htag_h2 h2 {
        font-size: 46px !important;
        line-height: 65px !important;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .htag_h2 h2 {
        font-size: 55px;
    }
}

.para_txt p {
    font-family: var(--poppins_font);
    line-height: 33px;
    font-size: 21px;
    font-weight: 400;
}

@media (max-width: 1280px) {
    .para_txt p {
        font-size: 18px !important;
    }
}

/*=============================================
= Header  CSS
=============================================*/
header {
    padding: 42px 0px;
    background-color: var(--cameo_color);
}

footer {
    padding: 10px 0;
    vertical-align: top;
    background: #ffffff;
}

footer {
    background: #e3e3e3;
    padding: 20px 0;
}

header .row,
footer .row {
    align-items: center;
}

.button-header .lp-btn {
    font-family: var(--poppins_font);
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    background: var(--bg-color);
    border-radius: 50px;
    padding: 11px 35px;
    color: var(--cameo_color);
    outline: none;
    border: 2px solid transparent;
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.4s;
}

.button-header .lp-btn:hover {
    background: transparent;
    border: 2px solid var(--bg-color);
    color: var(--bg-color);
}

.lp-btn {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    background: #00a1e1;
    border-radius: 50px;
    padding: 11px 35px;
    color: #ffffff;
    outline: none;
    border: 2px solid transparent;
    text-decoration: none !important;
    display: inline-block;
    transition: all 0.4s;
}

.button-header .lp-btn {
    font-size: 16px;
}

.lp-btn:hover {
    border: 2px solid #00a1e1;
    background: transparent;
    color: #00a1e1;
}

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

    .header_logo .header__branding,
    .header_logo .sp-column,
    .header_logo .button-header {
        text-align: center;
        /* width: 100%; */
    }

    /*.header_logo .header__branding{
    margin-bottom: 30px;
    }*/
}

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

    header .row,
    footer .row {
        margin: 0;
    }

    .button-header .lp-btn {
        font-size: 16px;
    }
}

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

    /* .header_row {
        display: block;
        text-align: -webkit-center;
    } */
    .button_row .float-right {
        float: unset !important;
    }

    .button-header {
        margin-top: 20px;
    }

    img.sp-default-logo {
        width: 100%;
    }

    .banner-info p {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 575px) {
    .lp-btn {
        padding: 11px 13px;
        font-size: 14px
    }

    /* 	.button-header .lp-btn span {
    	display: none;
	} */
    .lp-btn-lp {
        padding: 14px 14px;
    }
}

@media (max-width: 991px) {
    header {
        padding: 22px 0px;
        background-color: var(--cameo_color);
    }
}

/*=============================================
= Header  CSS
=============================================*/

/*=============================================
= Banner Section  CSS
=============================================*/
.lp-signup-banner {
    background: var(--cameo_color);
    padding: 80px 0px;
}

.banner-info span {
    font-family: var(--poppins_font);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: var(--bg-color);
    letter-spacing: 4px;
}

.banner-info h1 {
    font-size: 65px;
    font-family: var(--inria_font);
    color: var(--bg-color);
    line-height: 78px;
    text-transform: uppercase;
    margin: 36px 0px;
}

.banner-info p {
    font-family: var(--poppins_font);
    color: var(--bg-color);
    line-height: 42px;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 36px;
}

.banner-info .lp-btn {
    background: #47B287;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1px;
    font-family: var(--poppins_font);
}

.banner-info .lp-btn:hover {
    background: transparent;
    border: 2px solid var(--bg-color);
    color: var(--bg-color);
}

.banner-image img {
    border-radius: 10px;
    width: 100%;
}

@media (max-width: 480px) {
    .banner-info h1 {
        font-size: 39px;
        line-height: 55px;
        margin: 21px 0px;
    }
}

@media (max-width: 575px) {
    .banner-info .lp-btn {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .banner-info h1 {
        font-size: 42px;
        line-height: 60px;
        margin: 21px 0px;
    }

    .banner-info p {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .lp-signup-banner {
        padding: 50px 0px;
    }

    .banner-image img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .lp-signup-banner {
        padding: 50px 0px;
    }

    .banner-image img {
        width: auto;
    }
}

@media (max-width: 991px) {
    .banner-info span {
        letter-spacing: 4px;
    }

    /* .banner-image img {
        width: auto;
    } */

    /* .banner-image {
        text-align: center;
    } */
    .banner-info {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .banner-info h1 {
        font-size: 44px;
        line-height: 64px;
        margin: 24px 0px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .banner-info h1 {
        font-size: 49px;
        line-height: 68px;
        margin: 28px 0px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .banner-info h1 {
        font-size: 57px;
        margin: 34px 0px;
    }

    .banner-info p {
        font-size: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
    .banner-image {
        padding-left: 30px;
    }
}

/*=============================================
= Banner Section  CSS
=============================================*/

/*=============================================
= Course Section  CSS
=============================================*/

.course_section {
    padding-top: 70px;
    padding-bottom: 100px;
}

.course_heading_div {
    margin-bottom: 60px;
}

.course_cont {
    background: #D2D2FF;
    padding: 50px 21px 50px 29px;
    height: 100%;
    border-radius: 10px;
    height: 520px;
}

.course_sub_row:first-child {
    margin-bottom: 30px;
}

.course_icon img {
    width: 70px;
    height: 70px;
}

.course_icon {
    background: #fff;
    width: fit-content;
    border-radius: 100%;
    padding: 25px;
    margin: auto;
}

.course_conten h3 {
    color: var(--secondary_color);
    padding-top: 40px;
}

ul.course_ul {
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

.course_ul li {
    font-family: var(--poppins_font);
    line-height: 31px;
    font-size: 19px;
    font-weight: 400;
    color: var(--secondary_color);
}

@media (max-width: 991px) {
    .course_sub_row:first-child {
        margin-bottom: 0;
    }

    .course_icon {
        margin: 0;
    }

    .course_conten h3 {
        padding-top: 20px;
    }

    .course_heading_div {
        margin-bottom: 30px;
    }

    .course_cont_col {
        margin-bottom: 20px;
        padding: 0;
    }

    .course_sub_row:nth-child(2) .course_cont_col:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .course_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .htag_h3 h3 {
        font-size: 21px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .course_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 1280px) {
    .course_cont {
        height: 100%;
    }

    .course_ul li {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .htag_h3 h3 {
        line-height: 29px;
        font-size: 21px;
    }

    .course_cont {
        padding: 30px 21px 30px 29px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .course_cont {
        padding: 40px 21px 50px 29px;
        height: 550px;
    }
}

/*=============================================
= Course Section  CSS
=============================================*/

/*=============================================
= Doctor Section  CSS
=============================================*/
.doctor_section {
    background: #F9F0E8;
}

.doctor_img {
    padding-top: 129px;
    padding-bottom: 129px;
    text-align: right;
}

.doctor_info p {
    color: #000;
}

.doctor_img img {
    border-radius: 10px;
}

.doctor_info h2 {
    padding-bottom: 50px;
}

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

@media only screen and (min-width: 481px) and (max-width: 767px) {}

@media (max-width: 767px) {
    .doctor_section {
        padding: 50px 0px;
    }

    .doctor_img img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .doctor_section {
        padding: 80px 0px;
    }

    .doctor_info {
        padding-top: 25px;
    }

    .doctor_img img {
        width: auto;
    }

    .doctor_img {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .doctor_info h2 {
        padding-bottom: 10px;
    }

    .doctor_info {
        padding-top: 25px;
    }
}

@media (max-width: 1280px) {
    .doctor_img {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .doctor_info {
        padding-right: 30px;
    }

    .doctor_section {
        padding: 80px 0px;
    }

    .doctor_info h2 {
        padding-bottom: 15px;
    }

    .doctor_img img {
        width: 100%;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .doctor_info {
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1540px) {
    .doctor_info p {
        width: 603px;
    }
}

/*=============================================
= Doctor Section  CSS
=============================================*/

/*=============================================
= Testimonal Section  CSS
=============================================*/
.testimonal_section {
    padding: 100px 0px;
}

.testimonal_info span {
    font-family: var(--poppins_font);
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--cameo_color);
}

.testimonal_info h2 {
    padding: 30px 0px;
}

.testimonal_info h2 {
    font-size: 52px;
    line-height: 62px;
}

.testimonal_info {
    width: 603px;
}

.testimonal_info p {
    font-size: 21px;
}

.item.slick-slide {
    width: 500px;
    height: 310px !important;
    transition: transform .4s;
    position: relative;
}

.wrap .slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 50%);
    transition: transform .4s;
    border-radius: 20px;
}

.item.slick-slide {
    border-radius: 20px;
}

.item.slick-slide {
    transform: scale(0.7) translate(640px);
}

.item.slick-slide.slick-center+.slick-slide {
    transform: scale(0.8) translate(-250px);
    z-index: 10;
}

.item.slick-slide.slick-center+.slick-slide+.item.slick-slide {
    transform: scale(0.7) translate(-640px);
    z-index: 5;
}

.item.slick-slide.slick-active {
    transform: scale(0.8) translate(250px);
}

.item.slick-slide.slick-center {
    /* margin: 0 -10%; */
    transform: scale(1);
    z-index: 30;
}

.slick-center:after {
    opacity: 0;
}

.slider {
    position: relative;
}

.wrap .slick-dots li button:before {
    color: #6DBFE2;
    font-size: 15px;
}

.wrap .slick-dots li.slick-active button:before {
    opacity: 1;
}

.wrap .slick-dots {
    bottom: -40px;
}

.wrap .slick-slide:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 50%);
    transition: transform .4s;
    border-radius: 20px;
}

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

@media only screen and (min-width: 481px) and (max-width: 767px) {}

@media (max-width: 481px) {
    .testimonal_info h2 {
        padding: 12px 0px !important;
    }
}

@media (max-width: 767px) {
    .testimonal_section {
        padding: 50px 0px;
    }
    .wrap .slick-slide:after
    {
        content: none;
    }
    .item.slick-slide,
    .item.slick-slide.slick-center+.slick-slide,
    .item.slick-slide.slick-center+.slick-slide+.item.slick-slide,
    .item.slick-slide.slick-active,
    .item.slick-slide.slick-center {
        transform: unset;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .testimonal_section {
        padding: 80px 0px;
    }

    .item.slick-slide {
        width: 600px;
        height: 360px !important;
    }
}

@media (max-width: 991px) {
    .testimonal_info h2 {
        padding: 20px 0px;
    }

    .testimonal_info {
        padding-top: 30px;
    }
    .testimonal_info {
        width: auto;
        padding-right: 0px;
    }
    .testimonal_info h2 br {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
    .item.slick-slide {
        width: 370px;
        height: 250px !important;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1440px) {
    .testimonal_info {
        width: auto;
        padding-right: 50px;
    }
}

/*=============================================
= Testimonal Section  CSS
=============================================*/

/*=============================================
= Growth Section  CSS
=============================================*/
.growth_section {
    padding-top: 100px;
    padding-bottom: 100px;
    background: var(--cameo_color);
}

.growth_title_div h2 {
    color: #fff;
}

.growth_title_div h2 {
    font-size: 52px;
    line-height: 62px;
    padding-right: 80px;
}

.growth_cont_div {
    background: #fff;
    padding: 43px;
    border-radius: 10px;
}

.growth_block li {
    font-family: var(--poppins_font);
    line-height: 33px;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
}

ul.growth_block {
    padding: 0;
    margin-left: 20px;
}

@media (max-width: 480px) {
    .growth_cont_div {
        padding: 23px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .growth_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .growth_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {

    .growth_title_div h2,
    .testimonal_info h2 {
        padding-right: 0;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
    .growth_cont_div {
        padding: 30px 25px;
    }
}

@media (max-width: 1280px) {
    .growth_block li {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {

    .growth_title_div h2,
    .testimonal_info h2 {
        padding-right: 50px;
    }

    .growth_cont_div {
        padding: 30px;
    }
}

/*=============================================
= Growth Section  CSS
=============================================*/

/*=============================================
= Last video banner Section  CSS
=============================================*/
.last-signup-banner {
    background: var(--secondary_color);
    padding: 64px 0px;
}

.last_video_info {
    width: 630px;
}

.last_video_info h2 {
    color: var(--bg-color);
    padding: 53px 0px;
}

.last-banner-image {
    text-align: center;
}

/* .doctor_bio_video_padd_blk:before {
    content: "";
    background-image: url(/lp-asset/lp-images/last-video-img.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 16px;
    background-position: center;
}

.doctor_bio_video_padd_blk:after {
    content: "";
    background-image: url(/lp-asset/lp-images/play-button.png);
    background-size: auto;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-position: center;
    top: 0;
    left: 0;
}
.doctor_bio_video_padd_blk button {
    z-index: 20;
}

.video-btn {
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    border: none !important;
    padding: inherit;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    opacity: 0;
}

.video-btn i {
    color: #ffffff;
}

.modal-dialog {
    max-width: 800px;
    margin: auto;
    height: 100%
}

.modal-body {
    position: relative;
    padding: 0
}

.modal-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
    border-radius: 0;
    border: none;
}

.video_modal .close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.close {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 999;
    font-size: 2rem;
    font-weight: 400;
    color: #ffffff !important;
    opacity: 1;
    background: transparent;
    border: none;
    line-height: 1;
}

.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: 56.25%;
    display: block;
}

.video_modal .modal-content .embed-responsive iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
} */

/* @media only screen and (max-width:864px) {
    .modal-dialog {
        margin-right: 30px;
        margin-left: 30px
    }
} */

@media (max-width: 1280px) {
    .last_video_info {
        width: auto;
    }

    .last_video_info h2 {
        padding: 30px 0px;
    }
}
@media (max-width: 767px) {
    .last-signup-banner {
        background: var(--secondary_color);
        padding: 50px 0px;
    }
}
@media (max-width: 991px) {
    .last-banner-image {
        text-align: left;
    }
}

@media (max-width: 481px) {
    .last-banner-image img {
        width: 100%;
    }
}

/*=============================================
= Last video banner Section  CSS
=============================================*/
.scrollon_active header#sp-header {
    position: fixed;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    z-index: 11;
    width: 100%;
    padding: 20px 0px;
    transition: 1s;
}
header#sp-header
{
    transition: 1s;
}