/*
CTC Separate Stylesheet
Updated: 2024-02-20 07:00:22
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.4.0.1708412422
*/

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


:root {
    --Mulish_font: 'Mulish', sans-serif;
}

* {
    outline: none !important;
}

html {
    -webkit-box-sizing: border-box;section.second_box
    -moz-box-sizing: border-box;
    box-sizing: border-box !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    z-index: 1;
    background-color: var(--white_color);
    font-family: var(--Mulish_font) !important;
}

a {
    text-decoration: none !important;
    transition: 1s;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div#content {
    display: block !important;
}

/*--------Bannner Section-----------*/

.full-width-content .container.grid-container {
    padding: 0 !important;
    margin: 0 !important;
}

.mar_top {
    margin-top: -117px;
}

section.smilebody_home_banner_section {
    position: relative;
    width: 100%;
    min-height: 92vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

section.smilebody_home_banner_section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000009e;
    top: 0;
    left: 0;
    z-index: 10;
}

.waterfall_home_banner_container {
    width: 100%;
    margin: auto;
    padding: 20px 40px;
}

.waterfall_home_banner_right_col {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.waterfall_home_banner_left_col {
    width: 100% !important;
}

.waterfall_home_banner_left_col {
    z-index: 20;
    position: relative;
}

.waterfall_home_banner_row {
    justify-content: center;
    text-align: center;
}

.waterfall_home_banner_left_heading_txt h1 {
    font-size: 70px;
    margin-bottom: 20px;
    color: #fff;
}

.homebanner_cta_btn .site_same_btn_all a {
    justify-content: center;
    margin: auto;
}

.homebanner_cta_btn a {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
    border: 2px solid #ffffff;
    padding: 10px 30px;
    text-decoration: none;
    display: flex;
    width: fit-content;
}

.homebanner_cta_btn a:hover {
    color: #fff;
}

.waterfall_home_banner_right_img {
    height: 100%;
    width: 100%;
}

.waterfall_home_banner_right_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 100% 20%;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    section.smilebody_home_banner_section {
        min-height: 72vh;
    }

    .waterfall_home_banner_left_heading_txt h1 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    section.smilebody_home_banner_section {
        min-height: 84vh;
    }

    .waterfall_home_banner_left_heading_txt h1 {
        font-size: 47px;
    }
}

@media (max-width: 767px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section.smilebody_home_banner_section {
        min-height: 90vh;
    }

    .waterfall_home_banner_left_heading_txt h1 {
        font-size: 57px;
    }
}

@media (max-width: 991px) {
    .waterfall_home_banner_container {
        padding: 20px 20px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {

    .waterfall_home_banner_left_heading_txt h1 {
        font-size: 65px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .waterfall_home_banner_left_heading_txt h1 {
        font-size: 65px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .waterfall_home_banner_left_heading_txt h1 {
        font-size: 67px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .waterfall_home_banner_left_heading_txt h1 {
        font-size: 67px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}

/*--------------*/

.same_width_1786 {
    width: 1786px;
    margin: auto;
}

section.home_second_sect.same_padding {
    padding: 80px 47px;
    background: #eee;

}

.section_cta_btn {
    margin-top: 40px;
}

.section_cta_btn .site_same_btn_all a {
    border: 2px solid #231DC5;
    padding: 10px 30px;
    text-decoration: none;
    color: #000;
    display: flex;
    width: fit-content;
}

.section_cta_btn .site_same_btn_all a:hover {
    background-color: #231DC5;
    color: #fff;
}

.second_sect_img_div p {
    font-size: 16px;
    font-weight: 400;
}

.htag-head h2 {
    font-size: 42px;
    font-weight: 700;
    color: #000;
}

.htag-head h2 font {
    color: #231DC5;
}

.second_sect_cont_div p {
    font-size: 20px;
    margin-bottom: 0px !important;
}

/* .second_sect_img_div {
    padding-right: 50px;
} */

@media only screen and (max-width: 380px) {
    .htag-head h2 br {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .htag-head h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .section_cta_btn .site_same_btn_all a {
        width: 100%;
        justify-content: center;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .htag-head h2 {
        font-size: 33px;
    }
}

@media (max-width: 767px) {
    .second_sect_cont_div p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .htag-head h2 {
        font-size: 37px;
    }
}

@media (max-width: 991px) {
    section.home_second_sect.same_padding {
        padding: 50px 20px;
    }

    .second_sect_img_div {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {}

@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) {}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}

@media only screen and (min-width: 320px) and (max-width: 1886px) {
    .same_width_1786 {
        width: 100%;
        margin: auto;
    }
}

/*---------------------*/
/*
section.why_choose_sect {
    padding: 80px 24px;
    background-color: #ededed;
} */

section.why_choose_sect {
    padding: 80px 24px;
    background-color: #0b0048;
}

.why_choose_sect_main_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.why_choose_sect_cont_div {
    width: 30%;
    padding-right: 50px;
}

.why_choose_sect_cont_div_col {
    width: 70%;
}

.why_choose_sect_cont_div_module {
    display: flex;
    counter-reset: section;
}

.why_choose_sect_cont_div_items {
    background-color: #ecf6ff;
    padding: 15px 40px;
    margin-bottom: 20px;
    border-radius: 12px;
    width: auto;
    height: 100%;
    margin-right: 20px;
}

.why_choose_sect_cont_div h2 {
    color: #fff;
}

.why_choose_sect_cont_div .section_cta_btn .site_same_btn_all a {
    color: #fff;
    border-color: #fff;
}

.why_choose_sect_cont_div_items h3 {
    position: relative;
}

.why_choose_sect_cont_div_items h3:before {
    position: absolute;
    bottom: auto;
    right: 0;
    font-style: normal;
    font-weight: 800;
    font-size: 130px;
    font-family: var(--Mulish_font);
    color: rgba(43, 12, 81, 0.06);
    counter-increment: section;
    content: "0" counter(section) "";
    line-height: 1.8;
}

.why_choose_sect_cont_div_module .owl-wrapper {
    display: flex !important;
}

.owl-pagination {
    position: absolute;
    width: 100%;
    height: 26px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.owl-pagination .owl-page.active span {
    width: 10px;
    height: 10px;
    background: #9b9b9b;
}

.owl-pagination .owl-page span {
    width: 10px;
    height: 10px;
    background: #fff;
    display: block;
    border-radius: 50px;
}

.owl-pagination .owl-page {
    margin-right: 10px;
}

.owl-pagination .owl-page:last-child {
    margin-right: 0;
}

.why_choose_sect_cont_div_items p {
    margin-bottom: 0px !important;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .why_choose_sect_cont_div_items {
        padding: 30px 20px;
    }

}

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

@media (max-width: 767px) {

    .why_choose_sect_cont_div,
    .why_choose_sect_cont_div_col {
        width: 100%;
    }

    .why_choose_sect_main_div {
        display: block !important;
        text-align: -webkit-center;

    }

    .why_choose_sect_cont_div {
        margin-bottom: 40px;
        padding-right: 0 !important;
    }

    .why_choose_sect_cont_div_items {
        margin-right: 0;
    }

    .why_choose_sect_cont_div_items h3:before {
        line-height: 1;
    }

}

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

    .why_choose_sect_cont_div,
    .why_choose_sect_cont_div_col {
        width: 50%;
    }

    .why_choose_sect_cont_div_items h3:before {
        line-height: 1.5;
    }
}

@media (max-width: 991px) {
    section.why_choose_sect {
        padding: 50px 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {}

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

/* @media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .why_choose_sect_cont_div_items {
        width: 300px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .why_choose_sect_cont_div_items {
        width: 300px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    .why_choose_sect_cont_div_items {
        width: 300px;
    }
}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {
    .why_choose_sect_cont_div_items {
        width: 340px;
    }
} */

@media only screen and (max-width: 1440px) {
    .why_choose_sect_cont_div_items {
        width: auto;
    }
}

/*--------------------*/

.expertise_div,
.industries_div {
    width: 50%;
    padding: 15px;
    text-align: center;
    border-radius: 12px;
    margin: 0px 22px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

section.second_box {
    display: flex;
    padding: 0px 250px;
    padding-bottom: 100px !important;
    padding-top: 100px !important;
}

.Industries_serve_div {
    width: 50%;
}

.expertise_image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.expertise_heading h2 {
    padding-top: 20px;
}

@media (max-width: 767px) {
    section.second_box {
        padding: 0px 10px !important;
    }

    .expertise_div,
    .industries_div {
        margin: 0px 12px;
    }

}


@media (max-width: 991px) {

    .expertise_div,
    .industries_div {
        width: auto;
    }

    .industries_div {
        margin-top: 30px !important;
    }

    section.second_box {
        padding-bottom: 50px !important;
        padding-top: 50px !important;
        padding: 0px 30px;
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
    section.second_box {
        padding: 0px 30px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    section.second_box {
        padding: 0px 90px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    section.second_box {
        padding: 0px 160px;
    }
}

/*------------------*/


.home_forth_container {
    margin-left: 0;
}

.forth_sect_main_div {
    align-items: center;
}

.forth_sect_cont_div {
    padding-left: 120px;
    padding-right: 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) {}

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

@media (max-width: 991px) {
    section.home_forth_sect {
        padding-right: 0;
    }

    .forth_sect_cont_div {
        padding: 50px 20px;
        background-color: aliceblue;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .forth_sect_cont_div {
        padding-left: 60px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .forth_sect_cont_div {
        padding-left: 70px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .forth_sect_cont_div {
        padding-left: 80px;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .forth_sect_cont_div {
        padding-left: 80px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}


/*----------------*/

.home_fifth_container {
    margin-right: 0;
}

.fifth_sect_cont_div {
    padding-right: 120px;
    padding-left: 50px;
}

.fifth_sect_main_div {
    align-items: center;
}

.fifth_sect_img_div iframe {
    height: 39vw;
}

.fifth_sect_img_div {
    line-height: 0;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .fifth_sect_img_div iframe {
        height: 300px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .fifth_sect_img_div iframe {
        height: 350px;
    }
}

@media (max-width: 767px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fifth_sect_img_div iframe {
        height: 400px;
    }
}

@media (max-width: 991px) {
    .fifth_sect_cont_div {
        padding: 50px 20px;
        background-color: aliceblue;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .fifth_sect_cont_div {
        padding-right: 60px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1140px) {
    .fifth_sect_cont_div {
        padding-right: 70px;
    }
}

@media only screen and (min-width: 1141px) and (max-width: 1280px) {
    .fifth_sect_cont_div {
        padding-right: 80px;
    }
}

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

@media only screen and (min-width: 1441px) and (max-width: 1680px) {}

@media only screen and (min-width: 1681px) and (max-width: 1880px) {}

.doctor-content .read-more-span {
    max-height: 400px !important;
    padding: 0 15px 0 0 !important;
   /*  display: inline-block; */
}
.doctor-content .scrollbar-active {
    max-height: 260px !important;
    overflow-Y: auto;
}
.dr_description {
    margin-top: 22px;
}
.doctor-content  .read-more-scroll p.read-more-span:not(:first-child) {
    margin-top: 10px;
}
.doctor-content .scrollbar-active .read-more-span {
    display: inline-block;
}
.doctor-content a.read-more {
    color: #32B6BA;
	cursor: pointer;
}
.doctor-content a.read-more:hover {
    color: var(--cameo_color);
}
.dr-section-content .scrollbar-inner {
    padding: 0 15px 0 0 !important;
    max-height: max-content !important;
    min-height: 250px;
}
.dr-section-content .scrollbar-inner.scrollbar-active {
    max-height: 200px !important;
}
.moreless-button {
    cursor: pointer;
    font-weight: 700;
}
.moreless-button:hover {
    color: var(--cameo_color);
}
.more-text {
    display: none;
}
@media only screen and (max-width: 767px){
    .doctor_section .col-md-6{
        padding: 0;
    }
    .dr_description.scroll-content, .doctor-content .read-{
        height: auto !important;
    }
    .doctor-content .read-more-span {
        font-size: 16px;
    }
    .doctor-content .scrollbar-active {
        max-height: 300px !important;
    }
}
/* width */
.doctor-content .scrollbar-active::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.doctor-content .scrollbar-active::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(236 246 255 / 20%); 
  border-radius: 10px;
}
 
/* Handle */
.doctor-content .scrollbar-active::-webkit-scrollbar-thumb {
  background: #ecf6ff; 
  border-radius: 10px;
}

/* Handle on hover */
.doctor-content .scrollbar-active::-webkit-scrollbar-thumb:hover {
  background: #231DC5; 
}