


html,
body {

    font-weight: 200;
    font-family: 'Work Sans', sans-serif;
}







@media (max-width:320px) {
    

   

   
   

    .awareness_section p {
        padding-right: 0px;
        text-align: justify;
        font-size: 10px;
        justify-content: space-evenly;
    }

    .awareness_section h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }


}

@media (max-width:375px) {


    .awareness_section p {
        padding-right: 50px;
        margin-bottom: -2rem !important;
    }

    

    .awareness_section p {
        padding-right: 0px;
        text-align: justify;
        font-size: 12px !important;
        justify-content: space-evenly;
    }

    .awareness_section h2 {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }

    .awareness_left h3 {
        color: #000000;
        font-size: 20px !important;
        text-transform: capitalize;
    }


}

@media (max-width:412px) {
    .awareness_section p {
        padding-right: 50px;
        margin-bottom: -1rem !important;
    }
}

@media (max-width:425px) {
    
    .awareness_section p {
        padding-right: 0px;
        text-align: justify;
        font-size: 12px;
        justify-content: space-evenly;
    }

    .awareness_section h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media (max-width:768px) {
   
    .awareness_section h2 {
        margin-bottom: 18px !important;
    }

    
    

    .index-chat-image-gallery {
        padding: 0px 0px 0px 0px !important;
        margin-top: -25px !important;
    }

    .section-bg .buttons_bottom {
        margin-left: 0px !important;
        margin-top: -2rem !important;
        width: 100%;
        display: flex;
        justify-content: center;
        margin: auto;
    }

    .SIcons-box img {
        max-width: 26px !important;
    }

    .SIcons-box p {
        letter-spacing: 1px;
        font-size: .6rem !important;
    }

    .font-size20 {
        font-size: .8rem;
    }

    .map_section img {
        width: 100%;
      /*  height: 50vh !important;*/
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 54.666667%;
    }

    .col-sm-5 {
        width: 0.66666667%;
    }

    .headerbtn2 {
        margin-left: 260px !important;
    }

    .studies_tab_content img {
        max-width: 312px;
        height: 200px;
    }

    .case_studies_tab .studies_tab_content h3 {
        margin-top: 14px !important;
        color: #867b76;
        text-transform: uppercase;
        font-size: 24px !important;
    }

    .studies_tab_content p {
        font-size: 11px !important;
        line-height: 22px !important;
    }

    .awareness_left h3 {
        color: #867b76;
        font-size: 19px;
        margin-top: -.5rem !important;
        text-transform: capitalize;
    }

    .awareness_section p {
        padding-right: 50px;
        margin-bottom: -6rem;
    }

    /* .awareness_section {
        padding: 23px 50px 0 50px;
    } */

    .buttons_bottom {
        padding: 27px !important;
    }

    .case_studies_tab h2 {
        margin-bottom: 10px !important;
    }

    .nav-tabs li a h4 {
        display: block !important;
    }

    .case_studies_tab .nav-link h4 {
        font-size: 12px !important;
    }

    .case_studies_tab .nav-link.active h4 {
        font-size: 11px !important;
    }

    .case_studies_tab .count {
        width: 40px !important;
        height: 40px !important;
        margin-right: 15px;
        line-height: 37px !important;
    }

    .case_studies_tab .nav-link.text-center.active .count {
        width: 40px !important;
        height: 40px !important;
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .testimonial_sec {
        /*background: #878484;*/
        padding: 40px 20px !important;
    }


}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #111111;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #111111;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #e03a3c;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #e03a3c;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    position: relative;
}

.intro_section h1 {
    font-size: 117px;
    /* font-weight: bold; */
    color: #af3438;
    line-height: 88px;
    /* font-family: 'HelveticaNeueLight'; */
}

.intro_section h2 {
    font-size: 37px;
}

/* .intro_section {
	height: 100vh;
} */
.right_intro_sec {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 29px;
    color: #000000;
    font-weight: 300;
    /* font-family: 'HelveticaNeue'; */
}

.aboutPage .right_intro_sec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.intro_section {
    background: #e1e0e0;
    padding: 0px 70px 40px 70px;
}

.left_intro {
    /* border-right: 1px solid #fff; */
    padding-top: 100px;
    padding-bottom: 100px;
}

.introRborder {
    border-right: 1px solid #fff;
}

/* .left_intro_sec {
	border-right: 1px solid #fff;
} */
.right_intro_sec h2 {
    align-content: center;
    margin: auto;
}

#clients {
    background: #e1e0e0;
    padding-top: 0;
    padding: 13px 0;
    margin-top: 0px;
}

.main-slider .swiper-slide img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.main-slider .swiper-pagination {
    text-align: left;
    bottom: 90px !important;
}

.main-slider .swiper-pagination-bullet {
    width: 12px;
    height: 7px;
    border-radius: 0px;
}

.swiper-pagination {
    bottom: 60px;
    left: 60px;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.slider_main {
    position: absolute;
    bottom: 200px;
    color: #fff;
    left: 110px;
    display: none;
}

.slide-captions {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 4%;
    z-index: 999;
    transform: translateY(-50%);
}

.slide-title {
    font-size: 110px;
    font-family: 'Helvetica Neue';
    letter-spacing: 5px;
}


.slide-captions b {
    font-family: 'HelveticaNeueW01-66MediumIt';
    font-weight: 500;
}

.slide-captions span {
    color: #d73938;
}

.slide-captions strong {
    letter-spacing: 10px;
    font-family: 'HelveticaNeueW01-66MediumIt';
    font-weight: 500;
}

.slide-subtitle {
    font-size: 65px;
    color: #db1c1c;
    text-transform: uppercase;
}

.clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #e03a3c;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e03a3c;
}


.clients .swiper-slide img:hover {
    opacity: 1;
    filter: none;
}

.clients .swiper-pagination {
    display: none !important;
}

.logoSlidewaper {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.logoSlide {
    display: inline-block;
    text-align: center;
    -moz-animation: logoSlide 20s linear infinite;
    -webkit-animation: logoSlide 20s linear infinite;
    animation: logoSlide 20s linear infinite;
}

.logoSlide img {
    max-width: 80px;
    margin: 0 36px;
}

@keyframes logoSlide {
    0% {
        -moz-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs .nav-tabs {
    border: 0;
}

.nav-link.text-center.active {
    border: none;
}

.tabs .nav.nav-tabs img {
    /* max-width: 160px; */
    margin-bottom: 20px;
    height: 160px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
}

.tab-content .row {
    align-items: center;
}

.nav-link.active {
    padding-bottom: 0px !important;
}

.tabs h4 {
    background: #2a0d51;
    padding: 13px 0;
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: capitalize;
}

.tabs .nav-item.col-3 {
    padding: 0;
}

.tabs .nav-link {
    padding: 0 0 10px !important;
}

.services_tab .nav-link.active {
    background: transparent !important;
}

.services_tab .nav.nav-tabs {
    background: #2a0d51;
    padding-top: 25px;
    padding-bottom: 10px;
}

.services_tab h2 {
    margin-bottom: 10px !important;
    margin-top: 20px;
    font-size: 44px !important;
    /* font-weight: 600;
	font-family: 'HelveticaNeueW01-66MediumIt'; */
}

.services_tab li {
    font-size: var(--font-size22);
    color: #7b7b7b;
    font-weight: 300;
    /* font-family: 'HelveticaNeueW01-66MediumIt' !important; */
}

.services_tab_content p {
    color: #626262;
    font-size: 20px;
    line-height: 42px;
}

.services_tab {
    background: #e0dfde;
}

.services_tab .tab-content {
    margin-top: -10px;
    background: #e0dfde !important;
    padding: 40px 80px 66px 50px !important;
    color: #fff;
}

.services_tab .tabs h4 {
    /* font-weight: 800; */
    /* font-style: normal; */
    color: #fff;
    margin-bottom: 0px;
    letter-spacing: 3px;
    font-size: 18px;
}

.services_tab_content h5 {
    font-size: 35px;
    color: #d52a1a;
    /* font-weight: 600; */
}

.medical_features .tab_content_right h2 {
    /* font-weight: 600; */
    font-size: 38px;
    /* opacity: 0.7; */
    /* font-style: italic; */
}

.tabs.services_tab li {
    font-size: 26px;
    color: #867b76;
}

.tabs.services_tab .tab-content li {
    font-size: 28px;
    color: #000000;
    margin-left: 40px;
}

.services_tab_content h2 {
    font-size: 24px;
    color: #000000;
    letter-spacing: 7px;
    margin-bottom: 110px;
}

.services_tab_content h3 {
    font-size: 24px;
    color: #000000;
    letter-spacing: 7px;
    margin-bottom: 110px;
    /*   font-weight: 600;
	font-family: 'HelveticaNeueW01-66MediumIt'; */
}

.nav-item.col {
    padding-left: 0;
    padding-right: 0;
}

.tabs .nav-link {
    border: none !important;
    cursor: pointer;
}

.tabs .tab-content {
    margin-top: -10px;
    background: #7f7c7b;
    padding: 35px 80px;
    color: #fff;
}

.medical_features .nav.nav-tabs {
    background: #e0dfde;
    padding-top: 30px;
}

.medical_features .nav-link.active {
    background: transparent;
}

.tabs .tab-pane h3 {
    /* font-weight: 600; */
    font-size: 22px;
}

.tabs .tab-pane ul {
    list-style: none;
    padding: 0;
}

.tabs .tab-pane ul li {
    padding-bottom: 8px;
    list-style: disc;
    margin-left: 18px;
    /* font-family: 'HelveticaNeueW01-77BdCnObl'; */
}

.tabs .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #e03a3c;
}

.tabs .tab-pane p:last-child {
    margin-bottom: 0;
}

.buttons_bottom {
    /* background: #fff; */
    padding: 25px 120px;
    display: flex;
    justify-content: end;
    box-shadow: 2px 2px 12px #ccc;
}

.buttons_bottom .btn.btn-danger {
    background: #da291c;
    padding: 12px 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 0;
    border: 1px solid #da291c;
    box-shadow: 8px 7px 9px #bbb;
    width: 100%;
    max-width: 262px;
    /*  margin: 0 auto;*/
    
}

.buttons_bottom .btn.btn-danger:hover {
    border: 1px solid #da291c;
    background: #fff;
    color: #da291c;
}

/* .tab_content_left h2 {
	font-family: 'Times New Roman Cyr';
} */

.medical_features {
    background: #7f7c7b;
}

.medical_features .buttons_bottom {
    /*background: #7f7c7b;*/
    box-shadow: none;
}

.services_tab .buttons_bottom,
.services_tab .index-chat-image-gallery {
    /*background: #e0dfde;*/
    box-shadow: none;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonial_sec {
    /*background: #878484;*/
    padding: 33px 0;
}

/* .testimonial_secInner {
	width: 85%;
    margin: 0 auto;
} */
.testimonial_sec .testimonial-item {
    background: #fff;
    padding: 110px 130px;
    border-radius: 20px;
    max-width: 85%;
    margin: auto;
    /* display: flex;
	align-items: center;
	gap: 60px; */
}

/* .testimonial_sec .swiper-pagination {
	display: none !important;
} */

.testimonial-item p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 31px;
    color: #da291c;
    font-style: italic;
    font-family: 'Times New Roman Cyr';
    margin-bottom: 0px;
}

.swiper-button-next {
    margin-top: 0px;
    position: absolute;
    top: 42%;
    right: -40px;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
}

.swiper-button-prev {
    position: absolute;
    top: 42%;
    left: -40px;
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
    margin-top: 0px;
}

.testimonial_sec .swiper-button-next {
    right: 10%;
    color: #da291c
}

.testimonial_sec .swiper-button-prev {
    left: 10%;
    color: #da291c
}


.testimonial_sec h2 {
    margin-bottom: 28px;
    margin-left: 70px;
    letter-spacing: 15px;
    color: #fff;
}

.testimonial_sec h5 {
    font-size: 14px;
    color: #000000;
}

.right_testimonial {
    /* border-left: 2px solid #999; */
    /* padding-left: 75px; */
    margin: auto;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    padding: 30px;
    margin: 30px 15px;
    min-height: 200px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #fff;
    border-radius: 15px;
}

.quote_icon_top_1 {
    margin-bottom: 35px;
    display: block;
}

.quote_icon_bottom_1 {
    margin-bottom: 50px;
    display: block;
}

.quote_icon_top::before {
    content: "\201C";
    font-size: 100px;
    margin-right: 5px;
    color: grey;
    text-align: center;
    line-height: 30px;
    margin-bottom: -70px;
    display: inline-block;
    margin-top: 10px;
}

.quote_icon_top {
    position: relative;
    top: 30px;
    font-family: arial;
}

.quote_icon_bottom::after {
    content: "\201D";
    font-size: 64px;
    margin-right: 5px;
    color: grey;
    text-align: center;
    font-weight: 300;
    font-family: arial;
    line-height: normal;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 10px;
    border: 6px solid #fff;
    float: left;
    margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 5px 0;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #fceaea;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 30px auto 15px auto;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #e03a3c;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #e03a3c;
}

@media (max-width:1200px) {
    .testimonial_sec .testimonial-item {
        max-width: 95%;
    }

    .testimonial_sec .swiper-button-next {
        right: 4%;
    }

    .testimonial_sec .swiper-button-prev {
        left: 4%;
    }
}

@media (max-width:767px) {
    .testimonial_sec .testimonial-item {
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
# case studies
--------------------------------------------------------------*/
.case_studies_tab .nav-link {
    border: none !important;
    padding: 0px !important;
}

.case_studies_tab .nav-link h4 {
    color: #000000;
    font-size: 18px;
    text-transform: capitalize !important;
    text-align: left;
    cursor: pointer;
    /* font-weight: 700; 
	font-family: 'HelveticaNeueW01-77BdCnObl';*/
}

.case_studies_tab {
    background: #e0dfde;
    padding: 60px 0px 0px;
}

.case_studies_tab_inner {
    padding: 0px 60px;
}

.case_studies_tab .nav-link.active.text-center {
    background: transparent !important;
}

.case_studies_tab .nav-link.text-center.active .count {
    width: 60px;
    height: 60px;
    font-size: 28px;
    line-height: 49px;
    margin-left: -8px;
    color: #da291c;
    line-height: 56px;
}

.case_studies_tab .nav-link.active .count {
    border: 2px solid #da291c;
    color: #da291c;
}

.case_studies_tab .nav-link.text-center.active h4 {
    color: #da291c !important;
}

.case_studies_tab li {
    margin-bottom: 10px;
}

.studies_tab_content h3 {
    margin-top: 45px;
}

.case_studies_tab .studies_tab_content h3 {
    margin-top: 45px;
    /* font-weight: 700; */
    color: #867b76;
    text-transform: uppercase;
    /* font-style: italic; */
    font-size: 24px;
}

.case_studies_tab .nav-link.active h4 {
    font-size: 28px;
}

.case_studies_tab .studies_tab_content a strong {
    color: #867b76;
}

.case_studies_tab .studies_tab_content a strong:hover {
    color: #da291c;
}

.studies_tab_content img {
    max-width: 700px;
}

.studies_tab_content p {
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    /* font-family: 'HelveticaNeueW01-66MediumIt'; */
    line-height: 25px;
}

.studies_tab_content a {
    color: #da291c;
}

.studies_tab_content a:hover {
    color: #867b76;
}

.case_studies_tab h2 {
    font-size: 24px;
    color: #8e8e8e;
    letter-spacing: 7px;
    margin-bottom: 110px;
    /* font-weight: 600;
	font-family: 'HelveticaNeueW01-66MediumIt'; */
}

.case_studies_tab .arrow-bottom {
    bottom: 130px;
}

.case_studies_tab .tab-content {
    border-left: 2px solid #ee7d53;
    padding-left: 80px;
}

.case_studies_tab .count {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    align-content: center;
    line-height: 30px;
    border: 2px solid #f07b73;
    margin-right: 15px;
    color: #ea6157;
    line-height: 37px;
}


.awareness_section h2 {
    font-size: 24px;
    color: #8e8e8e;
    letter-spacing: 7px;
    margin-bottom: 70px;
    /* font-weight: 600;
	font-family: 'Helvetica Neue Light'; */
}

.awareness_section {
    background: #fff !important;
}


.arrow-bottom {
    /* background-color: #da291c; */
    border-radius: 50%;
    height: 70px !important;
    width: 150px !important;
    padding-top: 10px;
    margin-bottom: 0px;
    text-align: center;
    align-content: center;
    line-height: 55px;
    position: fixed;
    bottom: 10px;
    opacity: 0.8;
    margin: auto;
    z-index: 12;
    right: 0px !important;
    left: 0px !important;
    top: auto !important;
    cursor: pointer;
    transform: translate3d(0px, 0, 0) !important;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.medical_features .tabs .tab-content {
    padding: 35px 50px;
}

.medical_feature ul li {
    font-family: 'HelveticaNeueW01-77BdCnObl' !important;
}

.medical_features .tab_content_center img {
    max-width: 380px;
    margin: auto;
}

.medical_features .tab_content_center {
    text-align: center;
}

/* .medical_features .tab_content_right p {
	font-family: 'HelveticaNeueW01-77BdCnObl';
} */
/* .medical_features  .tabs .tab-pane ul li {
	font-family: 'HelveticaNeueW01-77BdCnObl';
} */

.medical_features .font-size24 {
    letter-spacing: 3px;
}

.arrow-bottom img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.backtoTOP img {
    rotate: 180deg;
}

.arrow-bottom .swiper-pagination-bullet {
    margin: 0 !important;
    display: none !important;
}

.arrow-bottom .swiper-pagination-bullet-active-prev,
.arrow-bottom .swiper-pagination-bullet-active+.swiper-pagination-bullet {
    display: block !important;
    /* position: absolute; */
    top: 0 !important;
    left: 0;
    background-image: url(../img/arrow-red.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    /* background-position: 19px 30px; */
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 1);
    z-index: 999!important;
}

.arrow-bottom .swiper-pagination-bullet-active-prev {
    transform: rotate(180deg);
    background-color: #2a0d51;
    margin-right: 5px !important;
    background-position: 13px 21px;
    z-index: 999!important;
}

.arrow-bottom .swiper-pagination-bullet-active+.swiper-pagination-bullet {
    background-color: #da291c;
    margin-left: 5px !important;
    background-position: 14px 22px;
    z-index: 999!important;
}

.intro_section .arrow-bottom {
    bottom: 70px;
}

footer {
    background: #2b0f51 !important;
}

footer .buttons_bottom {
    background: transparent;
    box-shadow: none;
}

.logo_footer img {
    max-width: 860px;
}

.logo_footer {
    text-align: center;
    margin-top: 30px;
}

.footer_navigation li a {
    font-size: var(--font-size22);
    color: #fff;
    font-weight: 600;
}

.footer_navigation li {
    list-style: none;
}

.footer_navigation ul {
    display: flex;
    gap: 45px;
    margin: auto;
    text-align: center;
    justify-content: center;
    margin-top: 50px;
    padding-bottom: 80px;
}

.footer_red {
    background: #800000;
    color: #fff;
    padding: 30px 40px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}




.awareness_left {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.awareness_section p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-right: 100px;
    line-height: 1.5em;
    /* font-weight: 500;
	font-family: 'HelveticaNeueW01-66MediumIt'; */
}

.awareness_left h3 {
    color: #867b76;
    font-size: 25px;
    text-transform: capitalize;
    /* font-weight: 500;
	font-family: 'HelveticaNeueW01-66MediumIt'; */
}

.awareness_section .swiper-pagination {
    display: none;
}

footer .buttons_bottom .btn.btn-danger {
    box-shadow: none !Important;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/


@media (max-width:1500px) {
    .awareness_section p {
        font-size: 15px;
    }

    .buttons_bottom .btn.btn-danger {
        padding: 15px;
    }

    .testimonial_sec .testimonial-item {
        background: #fff;
        padding: 42px 70px;
    }

    .footer_navigation ul {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
        padding: 0px 40px;
        padding-bottom: 57px;
    }

    .footer_red {
        padding: 15px 40px;
    }

   
    .awareness_section h2 {
        margin-bottom: 45px;
    }
}
.container-fluid{
    margin: 0;
    padding: 0;
}

@media (max-width:767px) {
    .intro_section h1 {
        font-size: 35px;
        line-height: 40px;
    }

    #header .logo img {
        max-height: 60px;

    }

    /* .arrow-bottom {
		height: 50px!important;
		width: 50px!important;
		line-height: 52px;
	} */
    /* .arrow-bottom .swiper-pagination-bullet-active + .swiper-pagination-bullet {
		height: 50px;
		width: 50px;
		background-position: 13px 21px;
	} */
    .arrow-bottom img {
        width: 27px;

    }

    .case_studies_tab .tab-content {
        border-left: 0px solid #ee7d53;
        padding-left: 0;
    }

    .testimonial_sec .testimonial-item {
        background: #fff;
        padding: 40px 30px;
    }

    .testimonial_sec .testimonial-item {
        background: #fff;
        padding: 10px 10px;
        flex-direction: column;
    }

    .right_testimonial {
        border-left: 0px solid #999;
        padding-left: 0;
    }

    .footer_navigation li a {
        font-size: 15px;
        color: #fff;
        font-weight: 500;
    }

    .slide-title {
        font-size: 50px;
    }

    .slide-subtitle {
        font-size: 35px;
    }

    .intro_section {
        padding: 0px 0px 20px 0px;
    }

    .right_intro_sec {
        font-size: var(--font-size22);
        color: #7b7b7b;
    }

    .left_intro br {
        display: none;
    }

    .case_studies_tab {
        background: #e0dfde;
        padding: 60px 20px;
    }

    .case_studies_tab h2 {
        margin-bottom: 35px;
        margin-left: 0;
        margin-bottom: 0;
    }

    .case_studies_tab .arrow-bottom {
        bottom: 0;
        position: static;
    }

    .testimonial_sec {
        padding: 50px 20px;
    }

    .testimonial_sec h2 {
        margin-left: 0;
        letter-spacing: 5px;
        color: #fff;
        text-align: center;
    }

    .medical_features .nav-item.col {
        width: 100%;
        flex: 0 0 100%;
    }

    .tabs .tab-content {
        padding: 20px;
        color: #fff;
        text-align: center;
    }

    .tab_content_center img {
        max-width: 270px !important;
        margin-top: 25px;
        margin-bottom: 35px;
    }

    .services_tab .nav-item.col {
        width: 100%;
        flex: 1 1 100%;
    }

    .services_tab .nav.nav-tabs {
        background: #2a0d51;
        padding-top: 25px;
        padding-bottom: 10px;
    }

    .services_tab .nav-link.text-center {
        padding: 0px !important;
        margin-bottom: 0 !important;
        border: none !important;
    }

    .services_tab_content h2 {
        margin-bottom: 20px;
    }

    .services_tab_content p {
        color: #626262;
        font-size: 18px;
        line-height: 32px;
    }

    .services_tab h5 {
        font-size: 28px;
    }

    .services_tab_content li {
        font-size: 29px;
        color: #867b76;
        list-style: disc;
        margin-left: 30px;
    }

    .services_tab_content {
        padding: 40px 180px;
    }

    .services_tab_content li {
        font-size: 29px;
        color: #867b76;
        list-style: disc;
        margin-left: 30px;
    }

    .services_tab_content {
        padding: 0px 0px 40px 0px;
    }

    .intro_section {
        height: auto;
    }

    .tabs.services_tab li {
        font-size: 19px;
        text-align: left;
    }

    .intro_section .arrow-bottom {
        position: static;
    }

    /* .awareness_section {
        padding: 40px 20px 0 20px;
    } */

    .awareness_section h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .logo_footer img {
        max-width: 290px;
    }

    .footer_navigation ul {
        display: flex;
        gap: 15px;
        margin: auto;
        text-align: center;
        justify-content: center;
        padding: 0;
    }

    .footer_navigation ul {
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .logo_footer {
        text-align: center;
        margin-top: 20px;
    }

    .right_header.text-end {
        display: none;
    }

    .case_studies_tab_inner {
        padding: 0px 10px;
    }

    .services_tab .services_tab_content h2 {
        font-size: 21px !important;
        letter-spacing: 0px !important;
    }

    .logo_footer {
        margin: auto;
    }
}

@media (max-width:1500px) {
    .studies_tab_content img {
        max-width: 450px;
        /* margin: 0 auto;
		display: block */
        ;
    }

    .case_studies_tab {
        padding: 40px 0px 0px;
    }

    .left_intro {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width:1024px) {
    .services_tab .nav-link.text-center {
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

@media (max-width:991px) {
    .introRborder {
        border-right: none;
    }

    .buttons_bottom {
        padding: 25px 100px;
        flex-wrap: wrap;
        gap: 10px;
        margin: 0px;
    }

    .buttons_bottom .btn.btn-danger {
        width: calc(50% - 5px);
        letter-spacing: 2px;
        padding: 7px 10px;
        font-size: 12px;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .t-popup{
        width: 80% !important;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .intro_section h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .right_header.text-end {
        display: none;
    }
    .t-popup{
        width: 100% !important;
    }
    /* .bi.bi-list.mobile-nav-toggle {
		position: relative;
		top: -23px;
	} */
    .case_studies_tab .arrow-bottom {
        bottom: 0px;
    }

    .left_intro h1 br {
        display: none;
    }

    .left_intro {
        /* border-right: 0px solid #fff; */
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .right_intro_sec {
        font-size: 23px;
        color: #7b7b7b;
    }

    .intro_section {
        height: auto;
    }

    .slide-title {
        font-size: 60px;
    }

    .slide-subtitle {
        font-size: 35px;
        color: #db1c1c;
        text-transform: uppercase;
    }

    /* .slider_main {
		left: 40px;
	} */
    .intro_section {
        padding: 0px 20px 40px 20px;
    }

    .case_studies_tab {
        padding: 60px 20px;
    }

    .case_studies_tab .tab-content {
        padding-left: 40px;
    }

    /* .studies_tab_content p {
		font-size: 17px;
		color: #979696;
		font-weight: 400;
	} */
    .buttons_bottom {
        margin: -20px;
    }

    /* .buttons_bottom .btn.btn-danger {
		width: calc(50% - 10px);
	} */
    .testimonial_sec {
        /*background: #878484;*/
        padding: 70px 20px;
    }

    .testimonial_sec {
        /*background: #878484;*/
        padding: 70px 20px;
    }

    .testimonial_sec .testimonial-item {
        background: #fff;
        padding: 40px 30px;
        flex-direction: column;
    }

    .right_testimonial {
        border-left: none;
        padding-left: 0;
    }

    .client_testimonials .buttons_bottom {
        padding: 25px 40px;
    }

    .medical_features .nav-item.col {
        width: 33%;
        flex: 1 1 33%;
    }

    .medical_features .nav.nav-tabs {
        gap: 5px;
    }

    .medical_features .nav-link.text-center {
        padding: 0px;
    }

    .medical_features h2 {
        text-align: center;
        margin-bottom: 0px;
    }

    .tab_content_center img {
        max-width: 400px;
        margin-bottom: 25px;
    }

    .tab_content_center {
        text-align: center;
    }

    .tabs .tab-content {
        padding: 30px;
        color: #fff;
    }

    .medical_features .buttons_bottom {
        padding: 25px 40px;
    }

    .services_tab .nav-item.col {
        width: 33%;
        flex: 1 1 33%;
    }

    .services_tab .nav.nav-tabs {
        background: transparent;
    }

    .services_tab .nav-link.text-center {
        padding: 0px;
    }

    .services_tab .nav.nav-tabs {
        gap: 5px;
    }

    .services_tab_content h2 {
        margin-bottom: 30px;
    }

    .services_tab .buttons_bottom {
        padding: 25px 40px;
        margin: -20px;
        box-shadow: 2px 2px 12px #ccc;
        flex-wrap: wrap;
        gap: 10px;
    }

   

    .logo_footer img {
        max-width: 410px;
    }

    /* .arrow-bottom {
		height: 55px!important;
		width: 55px!important;
		line-height: 55px !important;
	} */
    /* .arrow-bottom .swiper-pagination-bullet-active + .swiper-pagination-bullet {
		height: 55px;
		width: 55px;
		background-position: 15px 23px;
	} */
}


@media (min-width:992px) and (max-width:1200px) {
    .buttons_bottom {
        background: #fff;
        padding: 25px 30px;
        display: flex;
        margin: 0px 0 0 0;
        box-shadow: 2px 2px 12px #ccc;
    }

    .right_toggle_menu {
        display: none !important;
    }

    .case_studies_tab .arrow-bottom {
        bottom: 0px;
    }

    .buttons_bottom .btn.btn-danger {
        padding: 15px 10px;
    }

    .tabs h4 {
        letter-spacing: 1px;
    }

    .logo_footer img {
        max-width: 500px;
    }

    .intro_section h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .intro_section {
        padding: 0px 20px 40px 20px;
    }

    .testimonial_sec {
        /*background: #878484;*/
        padding: 70px 30px;
    }

    /* #header .navigation {
	width: 80%;
} */
}


@media (min-width:1200px) and (max-width:1400px) {

    /* #header .navigation {
	width: 50%;
} */
    .right_toggle_menu {
        width: 33%;
    }

    /* .buttons_bottom {
	background: #fff;
	padding: 25px;
} */
    .intro_section h1 {
        font-size: 100px;
        /* font-weight: bold; */
        /* color: #af3438; */
        line-height: 76px;
    }

    .logo_footer img {
        max-width: 700px;
    }
}






@media (max-width:1500px) {

    .right_intro_sec,
    .medical_features .tab_content_right h2 {
        font-size: 32px;
    }

    .tabs .nav.nav-tabs img {
        height: 80px;
    }

    .tab_content_right p {
        padding-bottom: 8px;
    }

    .tabs .tab-pane ul li {
        padding-bottom: 5px;
    }

    .tabs h4 {
        font-size: 14px;
        padding: 10px 0;
    }

    .services_tab .tabs h4 {
        padding: 0px 0 10px;
    }

    /* .medical_features .tabs .tab-content {padding-top: 30px;padding-bottom: 30px;} */
    .tabs .tab-pane ul li,
    .medical_features .tab_content_right p {
        font-size: 15px;
    }

    .services_tab_content h3 {
        margin-bottom: 40px;
    }

    .services_tab_content h2 {
        font-size: 34px !important;
    }

    .services_tab_content h5 {
        font-size: 28px;
    }

    .tabs.services_tab .tab-content li {
        font-size: var(--font-size22);
    }

    .services_tab .tab-content {
        padding: 29px 80px 8px 50px !important;
    }

    .medical_features .nav.nav-tabs {
        padding-top: 20px;
    }

    .buttons_bottom {
        padding: 16px;
    }

    .tabs .tab-content {
        padding: 24px 34px;
    }

    .awareness_section p {
        padding-right: 50px;
    }
}



@media (max-width:767px) {
    .tabs.services_tab .tab-content li {
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.aboutSection {
    background: #e1e0e0;
    padding: 0px 70px 20px;
}

.about-left img {
    max-width: 100px;
    margin: 0 auto;
    display: block;
}

.aboutPage .introRborder {
    border-right-color: #000;
    border-right-width: 2px;
}

.about-left {
    padding-top: 12.5rem;
    padding-bottom: 10rem;
}

.about-right {
    padding-top: 10rem;
    padding-left: 2rem;
    font-size: 18px;
}

.abL-content {
    padding-right: 8rem;
}

.ab-title {
    letter-spacing: 1px;
}

.about-right .ab-title {
    font-size: 24px;
    margin-bottom: 2rem;
}

@media (max-width:1500px) {
    .about-left {
        padding-top: 4rem;
        padding-bottom: 0;
    }

    .about-right {
        padding-top: 3rem;
        padding-left: 1rem;
        font-size: 15px;
    }

    .abL-content {
        padding-right: 4rem;
    }

    .about-left img {
        max-width: 70px;
    }

    .about-left .ab-title {
        font-size: 1.6rem;
    }

    .about-right .ab-title {
        font-size: 20px;
        margin-bottom: 1rem;
    }

    .about-right p {
        margin-bottom: 7px;
    }
}

@media (max-width:1300px) {
    .about-left {
        padding-top: 3rem;
    }

    .abL-content {
        padding-right: 0px;
    }

    .aboutSection {
        padding: 0px 25px 20px;
    }

    .about-right {
        padding-left: 0rem;
    }
}

@media (max-width:1140px) {
    .about-right {
        padding-top: 1.2rem;
    }

    .about-right .ab-title {
        font-size: 18px;
        margin-bottom: 1rem;
    }
}

@media (max-width:767px) {
    .about-left {
        padding-top: 1.5rem;
    }

    .about-left .ab-title {
        font-size: 1.4rem;
    }

    .about-left img {
        max-width: 50px;
    }
}


/*--------------------------------------------------------------
# Quality Program 
--------------------------------------------------------------*/
.QP-head,
.technology-head {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;

}

.QP-head:after {
    content: "";
    background: rgba(0, 0, 0, 0.5) !important;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.QP-head {
    background-image: url(../img/Quality-Program.png);
}

.technology-head {
    background-image: url(../img/TECHNOLOGY_DARK.jpg);
}

.QPH-caption {
    position: absolute;
    right: 0;
    max-width: 850px;
    width: 100%;
    text-align: right;
    padding: 20px 0px;
    bottom: 5%;
    color: #fff;
}

.QPH-caption h2 {
    font-size: 30px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 6rem 10px 10px;
}

.QPH-caption p {
    padding: 1.7rem 6rem 0;
    font-size: 24px;
    font-weight: 300;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
    margin-left: auto;
}

.QPul-Inner {
    padding: 3rem 4.5rem;
}

.QPul-Inner ul li {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #000000;
}


@media (max-width:1500px) {
    .QPul-Inner {
        padding: 2rem 3rem;
    }

    .QPul-Inner ul li {
        font-size: 1.4rem;
        margin-bottom: 7px;
        color: #000000;
        font-weight: 400;
    }
}

@media (max-width:767px) {
    .QPH-caption h2 {
        font-size: 24px;
    }

    .QPH-caption p {
        padding: 1.5rem 2rem 0;
        font-size: 20px;
    }

    .QPH-caption h2 {
        padding-right: 2rem;
    }
}

/*--------------------------------------------------------------
# Map section
--------------------------------------------------------------*/
.map_section img {
    width: 100%;
    height: 70vh;
}

.mapS-inner {
    padding: 0rem 2rem;
}

.mapS-bottom .btn:first-child {
    margin-right: 10px;
}

.mapS-bottom .btn {
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    width: 100%;
    max-width: 145px;
}

/*--------------------------------------------------------------
# Service section 
--------------------------------------------------------------*/
/* .hidesection {display: none!important} */
.Service_section {
    padding: 5rem 2rem 2rem;
}

.ServiceTop {
    margin-bottom: 4rem;
}

.ServiceIcons {
    flex-flow: wrap;
    padding: 1rem 0;
}

.ServiceIcons .SIcons-box:not(:last-child) {
    border-right: 1px solid #bfbfbf;
}

.SIcons-box {
    padding: 1rem;
    width: 12.5%;
    text-align: center;
    color: var(--color-red);
    cursor: pointer;
}

.SIcons-box img {
    max-width: 70px;
    margin: 0 auto;
    display: block;
}

.SIcons-box p {
    margin-bottom: 0px;
    letter-spacing: 2px;
}

.SIcons-box:hover p {
    font-weight: 500;
}

@media (min-width:992px) and (max-width:1500px) {
    .map_section img {
        width: 100%;
        height: 60vh;
    }
}

@media (max-width:1500px) {
    .Service_section {
        padding: 2rem 2rem 0.5rem;
    }

    .ServiceTop {
        margin-bottom: 2rem;
    }

    .ServiceIcons {
        padding: 0px;
    }

    .mapS-inner h4 {
        font-size: 1.20rem;
    }
}

@media (max-width:1400px) {
    .SIcons-box img {
        max-width: 60px;
    }

    .SIcons-box p {
        letter-spacing: 1px;
        font-size: 1rem;
    }
}

@media (max-width:1200px) {
    .SIcons-box {
        width: 25%;
    }

    .ServiceIcons .SIcons-box:nth-child(4) {
        border-right: none;
    }
}

@media (max-width:767px) {
    .Service_section {
        padding: 2rem 0.5rem 0.5rem;
    }

    .mapS-inner {
        padding: 0px;
    }

    .SIcons-box {
        width: 50%;
    }

    .ServiceIcons .SIcons-box:nth-child(2n+2) {
        border-right: none;
    }
}

/*--------------------------------------------------------------
# Service popup design
--------------------------------------------------------------*/
.servicePdesign .modal-dialog {
    width: 100%;
    max-width: 98%;
    margin-top: 13px;
}

.servicePdesign .modal-header {
    background: #e5e4e4;
    display: block;
    position: relative;
    height: 159px;
}

.servicePdesign .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 18px;
}

.servicePdesign .modal-header img {
    max-width: 130px;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -65px;
}

.SP-title {
    margin-bottom: 3rem;
}

.serviceList {
    padding: 0.3rem 1rem 1rem;
}

.serviceList ul {
    list-style: none;
    font-weight: 400;
    color: black;
}

.serviceList ul li:before {
    content: "\2022";
    color: var(--color-red);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.servicePdesign .btn {
    margin: 0 auto;
    display: block;
    max-width: 180px;
    /* background: #666463; */
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
    padding: 5px 50px;
    letter-spacing: 2px;
}

/*--------------------------------------------------------------
# Chat popup design
--------------------------------------------------------------*/
.chatpopup .modal-header {
    height: auto;
    padding-top: 25px;
    background: #fff;
    border: none;
}

.chat-iframe {
    height: 90vh;
}


/*.pharma {
		font-size: 24px;
    color: #fff;
    letter-spacing: 7px;
}*/

.index-chat-image-gallery {
    /*padding: 16px 20px 16px 20px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    /* background-color: #fff; */
}

.index-chat-image-gallery .index-gallery-items {
    margin: 15px;

}

.index-chat-image-gallery .index-gallery-items .index-item {
    position: relative;
    width: 60px;
    overflow: hidden;

}

.index-chat-image-gallery .index-gallery-items .index-item img {
    width: 60%;
}

.chat-section {
    display: flex;
    gap: 20px;
    flex-direction: row;
}



.section-bg .buttons_bottom {
    margin-left: -100px;
}

.hide {
    /*display: none;*/
    width: 500px !important;
    text-align: center;
    align-items: center;
}

.icon-hover:hover+.hide {
    display: flex;
    color: red;
    width: 500px !important;
}

.bquick-btn {
    color: #f15a22;
}

.d-btn {
    padding: 10px !important;
    width: 250px;
    justify-content: center;
}

.box {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    /* background: #fff; */
    margin: 20px 0;
    padding: 10px;
    width: 100%;
    /* min-height: 200px; */
    color: #fff;
}

.box img {
    width: 120px;
}



.button-up {
    position: relative;
    padding: 5px;
    margin: 30px auto;
    background: #000;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    transition: all 0.2s linear;
    background-color: #da291c;
    border-radius: 50%;
    background-position: 19px 30px;
    opacity: 1;
}

.button-down:hover {
    transform: translate3d(0, 10px, 0);
}

.button-up:hover {
    transform: translate3d(0, -10px, 0);
}

.button-up::after,
.button-down::after {
    content: "";
    position: absolute;
    left: 25px;
    z-index: 11;
    display: block;
    width: 25px;
    height: 25px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.button-up::after {
    top: 30px;
    transform: rotate(45deg);
}

.button-down::after {
    top: 10px;
    transform: rotate(225deg);
}

.top {
    display: flex;
    justify-content: center;
}

@media (min-width: 1300px) and (max-width: 1500px) {
    .studies_tab_content img {
        max-width: 350px;
    }
}

@media (min-width: 1500px) and (max-width: 1920px) {
    .studies_tab_content img {
        max-width: 600px;
    }

    .services_tab_content h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .tabs .tab-content {
        height: 50%;
    }
}


@media (min-width: 1300px) and (max-width: 1440px) {
    .studies_tab_content img {
        max-width: 350px;
    }
    .t-popup{
        width: 65% !important;
    }
}


@media (min-width: 320px) and (max-width: 425px) {
    .QPul-Inner {
        padding: 0px;
    }
    .t-popup{
        width: 100% !important;
    }
    .QPul-Inner ul li {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .font-size18 {
        font-size: 16px;
        font-weight: 300;
    }

    .content-body {
        position: relative;
        flex: 1 1 auto;
        padding: 6rem 1rem 1rem 1rem !important;
    }

    .buttons_bottom .btn.btn-danger {
        width: calc(60% - 5px);
        letter-spacing: 2px;
        padding: 7px 10px;
        font-size: 12px;
    }

    .tabs .tab-content {
        padding: 20px 10px;
    }

    .services_tab .tab-content {
        padding: 15px 10px 0px 8px !important;
    }

    .testimonial_sec {
        /*background: #878484;*/
        padding: 10px 10px !important;
    }

    .studies_tab_content img {
        display: none;
    }

    

    .awareness_section p {
        padding-right: 10px;
        margin-bottom: -5rem;
    }

    .font-size20 {
        font-size: 1rem !important;
    }

    .content-serviceList {
        padding: 0rem 0rem 0rem !important;
        font-size: 25px;
    }

    .aboutSection {
        padding: 0px 0px 0px;
    }

    .about-left img {
        display: none;
    }

    .about-right .ab-title {
        font-size: 20px;
        margin-bottom: 20px !important;
    }

    .about-right {
        font-size: 16px;
    }
}




.footer-social-icons {

    display: block;
    /*margin: 0 auto;*/
}

.social-icon {
    color: #fff;

}

.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}

.social-icons a {
    color: #fff;
    text-decoration: none;
}



.fa {
    height: 44px;
    width: 45px;
    padding: 10px 12px;
    border-radius: 50%;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    /*background-color: black;*/
    border: 2px solid #fff;
}

.fa-facebook:hover {
    background-color: #3d5b99;
}

.fa-twitter:hover {
    background-color: black;
}


.fa-youtube:hover {
    background-color: #e64a41;
}

.fa-linkedin:hover {
    background-color: #0073a4;
}


p {
    margin-top: 0;
    margin-bottom: 1rem;
    /*color: #000000 !important;*/
}
        .social-float-btn {
    display: flex;
    width: 200px;
    align-items: center;
    padding-left: 8px;
    border: 1px;
    border-radius: 6px;
    margin-bottom: 5px;
    position: absolute;
    right: -160px;
    transition: right 1s;
    background-color: var(--white);
    box-shadow: 0px 3px 20px #00000029;
}
.social-float2{
    top: 45px;
}
.social-float3{
    top: 90px;
}
.social-float4{
    top: 135px;
}

.social-float-btn:hover {
    right: -58px;
    transition: right 1s;
}

.social-float {
    position: fixed;
    top: 300px;
    right: 0px;
    z-index: 99 !important;
}

.social-float a {
    text-decoration: none;
}

/* .color-telegram {
    background-color: #0084c6;
  }
  .color-instagram {
    background-color: #f62782;
  }
  .color-whatsapp {
    background-color: #24cc63;
  } */

.social-float-btn img {
    width: 40px;
}

.social-float-btn p {
    color: #d52a1a;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    margin-left: 15px;
    font-weight: 500;
    min-height: 42px;
    display: flex;
    align-items: center;
}

.icons8 {
    order: 1;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.icons8-telegram-app {
    background: url(../img/call-icon.png) 50% 50% no-repeat;
    background-size: 100%;
}

.icons8-instagram {
    background: url(../img/message-con.png) 50% 50% no-repeat;
    background-size: 100%;
}

.icons8-whatsapp {
    background: url(../img/mail-icon.png) 50% 50% no-repeat;
    background-size: 100%;
}

.icons8-contact {
    background: url(../img/q-icon.png) 50% 50% no-repeat;
    background-size: 100%;
}

.contact-section{
  position: fixed;
  right: 0;
  bottom:-20px;
  left: 0;
  z-index: 9;
  width: fit-content;
}
.get-a-quote{
  position: fixed;
  right: 0;
  bottom:0;
  
  z-index: 9;
  width: fit-content;
}
.t-section-b{
    box-shadow:none !important;
}

/*.head{
	display: flex;
	flex-direction: column;
}*/

.ss360-custom-search .ss360-custom-search__searchbox {
    
    height: 35px !important;

}


.ss360-custom-search .ss360-custom-search__searchbutton {
    
    height: 35px !important;
    
    border: none !important;
    transition: background-color .3s ease-in-out,border-color .3s ease-in-out;
}
.ss360-suggests__snippet {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 12px;
    margin-top: 12px;
    padding-right: 16px;
    word-break: break-word;
    font-weight: 400 !important;
}
.ss360-layer--overlay {
    background-color: #fefefe;
    box-sizing: content-box;
    height: 100%!important;
    left: calc(0% - 28px)!important;

    max-width: 100% !important;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 32px 24px 32px 32px;
    position: absolute;
    top: calc(10% - 30px);
    width: 100% !important;
    z-index: 99999999999;
    margin-right: 10px;
}
.ss360-close-button, .ss360-close-button:focus, .ss360-close-button:hover {
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
    height: 64px;
    position: absolute;
    right: 20px !important;
    top: 0;
    transform-origin: center;
    width: 64px;
    z-index: 99999;
}
@media (min-width: 320px) and (max-width: 768px){
    .t-popupimg{
        width: 120px !important;
     }
    }
    @media (min-width: 425px) and (max-width: 768px){
    .t-popupimg{
        width: 120px !important;
     }
     .t-popup{
        width: 100% !important;
    }
    }
@media (min-width: 1200px) and (max-width: 1300px){
    .t-popup{
        width: 65% !important;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .Service_section {
        padding: 10px 16px 0px !important;
        margin-bottom: 0px !important;

    }
    hr {
        margin: 0rem 0; 
        color: inherit;
        border: 0;
        border-top: var(--bs-border-width) solid;
        opacity: .25;
    }
    /*.t-popup{
        width: 70% !important;
    }*/
    .SIcons-box {
        padding: 3px;
        width: 12.5%;
        text-align: center;
        color: var(--color-red);
        cursor: pointer;
    }
    .SIcons-box p {
        letter-spacing: 1px;
        font-size: 14px;
    }
    .font-size20 {
        font-size: 1rem;
        font-weight: 400;
    }
    .services_tab_content h3 {
        margin-bottom: 0px;
        
    }
    .services_tab_content h5 {
        
        font-size: 22px;
    }
    .services_tab h2 {
    margin-bottom: 0px !important;
    margin-top: 00px; 
    font-size: 28px !important;
    }
    /*.tab_content_right{
        margin-top: -50px;
    }
    .tab_content_center{
        margin-top: -50px;
    }*/
    .services_tab .tab-content {
    padding: 18px 80px 8px 50px !important;
    }
    .case-f-footer{
        margin-bottom: -26px;
    }
    .case_studies_tab .studies_tab_content h3 {
    margin-top: 20px;
    margin-bottom: 0px;
    /* font-weight: 700; */
    color: #867b76;
    text-transform: uppercase;
    /* font-style: italic; */
    font-size: 24px;
}
    .studies_tab_content p{
        margin-bottom: 10px;
        font-size: 15px;
    }
    .testimonial_sec {
     padding: 0px 0; 
    }
    .testimonial_sec .testimonial-item {
        background: #fff;
        padding: 15px 10px 0px;
        border-radius: 20px;
        max-width: 90%;
        margin: auto;
    }
    .studies_tab_content img {
    max-width: 350px;
        }
}
.d-img{
    display: flex;
    justify-content: center;
}
.d{
    height: 250px;
    padding: 20px 100px;
    cursor: pointer;
}

.d-heading h3{
    display: flex;
    justify-content: center;
    font-size: 70px;
    color: #676363;
    letter-spacing: 35px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 20px 0px 80px;
}
.document{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.document h4{
    display: flex;
    justify-content: center;
    font-size: 30px;
    color: #676363;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 20px 0px 200px;
}

.new {
    padding: 25px;
    
  }
  .check-box {
    display: flex;
    font-weight:400;
     font-size: 14px;
     line-height: 15px;
     /* display: block; */
     position: relative;
     padding-left: 35px;
     margin-bottom: 12px;
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     color: gray;
     width: 250px;;
 }
 
 /* Hide the browser's default checkbox */
 .check-box input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
 }
 
 /* Create a custom checkbox */
 .checkmark {
   position: absolute;
   top: 0;
   left: 0;
   height: 30px;
   width: 30px;
   /* background-color: #eee; */
   border: 2px solid #d3d1d1;
 }
 
 /* On mouse-over, add a grey background color */
 .check-box:hover input ~ .checkmark {
   background-color: #ccc;
 }
 
 /* When the checkbox is checked, add a blue background */
 .check-box input:checked ~ .checkmark {
   background-color: #f15a22;
   border: 2px solid #f15a22;
 }
 
 /* Create the checkmark/indicator (hidden when not checked) */
 .checkmark:after {
   content: "";
   position: absolute;
   display: none;
 }
 
 /* Show the checkmark when checked */
 .check-box input:checked ~ .checkmark:after {
   display: block;
 }
 
 /* Style the checkmark/indicator */
 .check-box .checkmark:after {
   left: 9px;
   top: 4px;
   width: 8px;
   height: 15px;
   border: solid white;
   border-width: 0 3px 3px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
 }
 .box-check{
     display: flex;
     flex-direction: column;
     top: 450px;
     position: absolute;
     left: 0%;
 }
 label{
     display: flex;
 }
 .c-box{
     display: flex;
     flex-direction: column;
     text-align: center;
     border: 2px solid #d3d1d1;
     padding: 30px 20px;
 }

 .myForm {
	width: 600px;
	max-width: 100%;
	/* border: 2px solid #d0cfcf; */
	border-radius: 4px;
    margin: auto;
}

.myForm h1 {
	margin-top: -1rem;
	margin-left: -1rem;
	font-size: 1.5em;
	color: #ff9e12;
}

.box-c {
	padding: 7px;
}

.box-c p {
	padding-bottom: 10px;
	border-bottom: 2px solid #d0cfcf;
}

.box-c p:first-of-type {
	margin-top: 0;
}

.box-c p:last-of-type {
	margin-bottom: 0;
}

input[type="checkbox"] {
	display: none;
}

label {
	cursor: pointer;
    font-size: 24px;
    font-weight: 300;
    text-transform: capitalize;
}




.s-btn{
    padding: 50px;
}

.privacy-policy{
    color: #fff;
}

@media (min-width: 320px) and (max-width: 768px) {
    .contact-section, .get-a-quote {
        display: none;
    }
} 
@media (min-width:  769px) and (max-width: 5000px){
    .social-float {
        display: none;
    }
} 

@media (max-width:430px){
    .headerbtn2{
        display: none !important;
    }
    .medical_features .nav.nav-tabs {
    padding-top: 5px;
    }
    .tabs .nav-link {
    padding: 0 0 0px !important;
    }
    .tabs .tab-pane h3 {
    font-size: 16px;
    }
    .right_intro_sec, .medical_features .tab_content_right h2 {
    font-size: 18px;
    }
    .tabs .tab-pane h3{
        font-size: 17px;
        letter-spacing: 0px;
    }
    /*.SIcons-box p {
        font-size: 15px !important;
    }*/
/*    .SIcons-box img {
    display: none;
    }*/
    .studies_tab_content img {
        display: none;
    }
    
    
    .testimonial_sec .swiper-button-prev {
    display: none;
}
.testimonial_sec .swiper-button-next {
    display: none;
}

}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #aaa;
  margin: 20px 0;
  padding: 10px;
  width: 100%;
  min-height: 200px;
  border: 2px #ccc solid;
  color: #fff;
}