@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Open+Sans:ital,wght@0,300..800;1,300..800&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&family=Salsa&display=swap');

:root {
    --theme_color1: #1E9AFE;
    --theme_color2: #60DFCD;
    --team_card_base: #DBF7F9;
    --theme_gradient: linear-gradient(to right, #1E9AFE, #60DFCD);
}

body,
html {
    width: 100%;
    /* background: #f4f3f3; */
}

a {
    text-decoration: none;
}

.main_wrapper {
    background: #f3f6f7;
    position: relative;
}

/*Header*/
.index-page .header {
    --color-background: rgba(255, 255, 255, 0);
    --color-secondary: #ffffff;
    --color-nav: rgba(255, 255, 255, 0.515);
    --color-nav-hover: #ffffff;
}

hr {
    border: 1px solid #ffffff;
    margin: 9px 0px;
}
  #location_name{
        display:flex;
        flex-direction:row;
      align-items: center;
    }
      #location_name span{
        height: 38px;
        padding: 5px 10px;
    }
      #location_name p{
        padding: 0px 0px;
    }

.header {
    --color-background: #ffffff;
    --color-inverse: #ffffff;
    color: var(--color-default);
    background-color: #fff;
    padding: 5px 0;
    transition: all 0.5s;
    z-index: 997;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}

.header .logo img {
    max-height: 99px;
    margin-right: 6px;
    position: absolute;
    top: 10px;
}
.bottom_strip img{
  width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;  
    
}

.sidebar_logo {
    margin: 26px 31px 0px;
    height: 92px;
    display: none;
}

.navmenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.services_innersection{
    margin-top: 35px;
    background: linear-gradient(0deg, rgba(96, 223, 205, 0.15), rgba(96, 223, 205, 0.15)), linear-gradient(180deg, rgba(30, 154, 254, 0) 0%, rgba(30, 154, 254, 0.12) 100%);
}
.navmenu li {
    position: relative;
}

.bottom_top {
    position: relative;
}

.bottom_top a {
    position: absolute;
    right: 33px;
    bottom: 10px;
    background-color: #FFFF;
    padding: 1px 8px;
    color: #1e9afe;
    font-size: 28px;
    border-radius: 50%;
    border: 1px solid #1e9afe;
    width: 38px;
    height: 38px;
}

.navmenu a,
.navmenu a:focus,
.organiztion a {
    color: #000;
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    margin: 10px 0;
    font-family: "Open Sans", sans-serif;
}

.navmenu a>i {
    margin-left: 5px;
}

.navmenu a:hover,
.navmenu a:focus,
.navmenu a.active {
    color: var(--theme_color1);

}

.social_media a:hover {
    color: var(--theme_color1) !important;
}

Footer a:hover {
    color: #adfaee;
}

.navmenu ul li:last-child a,
.back_home a,
.organiztion a,
.healthcare_orgnisation a {
    border-radius: 33px;
    box-shadow: none;
    /* background: #E54831; */
    color: #fff;
    /* border: 1px solid #E54832; */
    border: 1px solid #1E9AFE;
    background: #1E9AFE;
}

.navmenu ul li:last-child a:hover,
.back_home:hover a,
.connect_us span:hover,
.organiztion a:hover,
.healthcare_orgnisation a:hover .contact_form .btn_pink:hover {
    background: #fff;
    color: var(--theme_color1);
}

.dropdown-active {
    transform: scale(1) !important;
}

.navmenu .dropdown ul {
    margin: 0;
    padding: 0;
    background: #fff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 0px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 10px;
    z-index: 99;
    min-width: 200px;
    padding: 11px 0px;
}

.navmenu .dropdown ul li a {
    border: 0;
    box-shadow: none;
    padding: 9px 20px;
    margin: 0;
    font-size: 14px;
    color: #000;
}

.navmenu .dropdown ul li a:hover {
    color: var(--theme_color1);
}

.navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navmenu .dd-box-shadow li:last-child a {
    background: #e5483100;
    color: #000;
}

/*home main section*/
.about_us_home img {
    border-radius: 267px;
    height: 451px;
    width: 85%;
    margin: auto;
}

.about_us_home {
    position: relative;
    text-align: center;
}

.about_us_home .services_content:nth-child(1) {
    position: absolute;
    top: 50px;
    left: 0px;

}

.about_us_home .services_content:nth-child(2) {
    position: absolute;
    top: 115px;
    right: -80px;
}

.about_us_home .services_content:nth-child(3) {
    position: absolute;
    bottom: 197px;
    left: -49px;
}

.about_us_home .services_content:nth-child(4) {
    position: absolute;
    bottom: 102px;
    right: -50px;
}

.services_content {
    background-color: #fff;
    border-radius: 100px;
    border: 2px solid #E2E2E2;
    padding: 8px 23px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.services_content span {
    color: #109036;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px;

}

.about_us_home p {
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #000000;
    line-height: 20px;
    /* text-align: center; */
    margin: 0px;
}

.main {
    margin-top: 70px;
}

.main_logo {
    display: block;
    transition: 0.3s;
}

.sticky_logo {
    display: none;
    transition: 0.3s;
    top: 17px !important;
}

.sticky .sticky_logo {
    display: block;
    transition: 0.3s;
}

.sticky .main_logo {
    display: none;
    transition: 0.3s;
}

section .heading,
.faq_banner .heading {
    text-align: center;
}

.our_client img {
    width: 228px;
    margin: 26px 0px;
    filter: grayscale(100%);
}

.our_client img:hover {
    filter: grayscale(0%);
}

.our_client ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tag_line {
    font-size: 18px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 25px;
    text-align: center;
    color: #056D24;
    text-transform: capitalize;
}

.img_fluid {
    width: 100%;
}

.why_choose_section {
    padding: 47px 0px 10px;
}

.why_chooseinner_content {
    margin: 50px 0px;
}

/* Footer*/
Footer {
    /* background: linear-gradient(0deg, #3B473F, #3B473F),
        linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); */
    padding: 16px 0px 10px;
    position: relative;
    background: linear-gradient(to right, #1E9AFE, #60DFCD);




}

Footer hr {
    margin: 17px 0px;
}

Footer .footer_logo {
    display: flex;
}

Footer p {
    margin: 0px;
    color: #fff;
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

Footer h1 {
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    font-size: 19px;
    line-height: 24px;
    margin-top: 9px;
}

Footer ul {
    padding: 0px;
    list-style: none;
}

Footer ul li {
    margin: 8px 0px;
}

Footer a {
    font-size: 15px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #FFFFFF;
    transition: 0.3s;
}

.social_media {
    display: flex;
    justify-content: space-between;
    margin: 0px;
}

Footer img {
    width: 100%;
    margin-top: 11px;
}

.social_media>li:hover {
    background-color: #FFF;
    border: 1px solid var(--theme_color1);
}

.social_media>li,
.connect_us span {
    background-color: var(--theme_color1);
    padding: 7px 11px;
    border-radius: 100px;
    border: 1px solid var(--theme_color1);
    transition: 0.3s;
}

.connect_us span {
    padding: 7px 9px;
    margin: 0px 7px 0px 0px;
}

.connect_us li {
    margin: 14px 0px 17px;
}

.social_media>li a i,
.connect_us span i {
    font-size: 17px;
}

Footer .copy_right {
    text-align: center;
    padding: 0px 0px 9px;
    font-size: 15px;
}

/*footer-end*/
/*Home page*/
.health_orgiantion img {
    min-height: 276px;
    max-height: 322px;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    position: relative;
    inset: 0;
    display: block;
}

.health_orgiantion .swiper-slide {
    overflow: hidden;
}

.Delivery_text p {
    width: auto !important;
}

.health_orgiantion .swiper-slide .container {
    background: #2b2b2b8a;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 18%);
    transition: .5s ease;
    border-radius: 10px;
    border: 0px solid #fff;
    padding: 15px 0px;
}

.health_orgiantion .swiper-slide:hover .container {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #383838D9;
    transition: .5s ease;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #fff;
    height: 100%;
    text-align: left;
}

.health_orgiantion .swiper-slide:hover .container h1 {
    text-align: left;
}

.health_orgiantion .swiper-slide:hover .container .slider_sub_heading {
    height: 112px;
    margin-top: 6px !important;
    width: 100%;
}

.health_orgiantion .swiper-slide .container h1 {
    color: #fff;
    font-size: 20px;
    margin: 0px;
    line-height: 29px;
}

.health_orgiantion .swiper-slide .container .slider_sub_heading {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
}

#health_slider {
    margin-left: 84px;
}

#health_orgiantion_section {
    background-image: url(../image/organistion_bg.png);
    padding: 58px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;

}

#health_orgiantion_section .health_orgiantion p,
.health_orgiantion h2,
.health_orgiantion h1 {
    color: #fff;
}

.organiztion a {
    width: 135px;
    margin: 15px auto;
    padding: 11px 28px;
    text-align: center;
}

.slider_sub_heading {
    font-size: 22px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #000;
    line-height: 37px;
    text-align: left;
    margin: 0px;
    text-transform: capitalize;
    width: 70%;
    margin-left: 15px;
}

/* .main_heading {
    color: #E54831;
    -webkit-text-stroke: 1px #fff;
    font-size: 76px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    line-height: 57px;
    text-align: left;
    margin-bottom: 28px;
} */
.main_heading {
    width: 70%;
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    line-height: 50px;
    text-align: left;
    margin-bottom: 28px;
}

.main_heading span {
    color: #FDE004;
    font-weight: 600;
}

.Welcome_text {
    font-size: 35px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 62px;
    text-align: center;
    color: #000000;
    margin: 0px;
    text-align: left;
}

.hero .container {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -69%);
}

.hero img {
    position: relative;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    min-height: 576px;
    max-height: 576px;
}

.web_home_banner {
    display: block !important;
}

.mobile_home_banner {

    display: none !important;
}

.logo_text_img {
    width: auto !important;
    height: 60px !important;
    max-height: 40px !important;
    min-height: 20px !important;
    margin: 0 0 15px;
}

.bg_txt {
    border: 6px solid #109036;
    margin: 0px;
}

.hr_txt {
    min-height: 2px !important;
    max-height: auto !important;
    max-height: revert;
    height: 5px !important;
    width: 160px !important;
}

#main_slider {
    padding: 0px 0px;
}

.consult_with_doc a,
.swiper-slide a,
.question_stripe a,
.tranformation_power a,
.about_us_stripe a {
    border: 1px solid #ececec;
    background-color: #fff;
    padding: 10px 23px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    /* color: #e54831; */
    border-radius: 100px;
    transition: 0.3s;
    color: #0E53B4;
}

.consult_box:hover {
    background: linear-gradient(to right, var(--theme_color1), var(--theme_color2));
    /* background: linear-gradient(5deg, #FF5722 0%, rgb(245 162 37) 100%); */
    transition: 0.3s;

}

.consult_box:hover h1,
.consult_box:hover p {
    color: #fff;
}

.consult_with_doc a:hover,
.swiper-slide a:hover,
.consult_btn a:hover,
.tranformation_power a:hover {
    background-color: #1E9AFE;
    color: #fff;
}

.consult_with_doc a {
    line-height: 65px;
}

section {
    padding: 40px 0px;
}

.consult_section {
    /* background: #F3FAFF; */
    background: #ffffff;
}

.consult_section .head h1 {
    text-align: center;
}

.consult_with_doc {
    text-align: center;
}

.consult_section .head_text p {
    width: 70%;
    margin: auto;
}

.banner_heading {
    font-size: 35px !important;
}

.heading,
.banner_heading,
.consult_box h1 {
    font-family: "Poppins", sans-serif;
    font-size: 25px;
    text-align: end;
    line-height: 40px;
    margin: 0px;
    text-transform: capitalize;
    font-weight: 500;
}

.consult_box>h1 {
    text-align: center;
    margin: 0px;
    font-weight: 600;
    font-size: 40px;
}

.heading span {
    /* color: #E54831; */
}

.sub_heading,
.faq_banner p,
.Nirogyacore_mission p,
.consult_box p,
.accordion__header>*,
.is-active p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #4C4C4C;
    line-height: 30px;
    text-align: center;
    margin: 0px;
}
.faq_banner p{
    text-align:left !important;
}

.consult_box {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 20px;
    margin: 20px 20px 0px;
}

/*client_page*/
.client_banner img {
    position: relative;
    margin-bottom: 30px;
}

.client_banner img,
.client_banner .containerfluid {
    width: 100%;
}

.client_banner .containerfluid {
    overflow: hidden;
}

.main_stripe {
    position: absolute;
    width: 800px;
    text-align: center;
    margin: auto 15%;
    bottom: 35px;
    box-shadow: 0px 10px 12px 0px #0000001C;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 18px;
}

.main_stripe h1 {
    text-align: center;
}

/* faq*/
.is-active p {
    text-align: left;
}

.faq_banner {
    margin: 57px 0px;
}

.faq_banner .sub_heading {
    width: 800px;
    margin: auto;
}

.accordion {
    margin-bottom: 40px;
}

.accordion__header {
    padding: 1em;
    background-color: #fff;
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    border-bottom: 1px solid #0000002B;
    border-radius: 10px;
}

.accordion__header.is-active {
    background: linear-gradient(to right, #1E9AFE, #60DFCD) !important;

}

.is-active h2 {
    color: #fff;
}

.accordion__toggle {
    margin-left: 10px;
    height: 3px;
    background-color: var(--theme_color1);
    width: 13px;
    display: block;
    position: relative;
    flex-shrink: 1;
    border-radius: 2px;
    transition: 0.3s;
}

.accordion__toggle::before {
    content: "";
    width: 3px;
    height: 13px;
    display: block;
    background-color: var(--theme_color1);
    position: absolute;
    top: -5px;
    left: 5px;
    border-radius: 2px;
}

.is-active .accordion__toggle {
    background-color: #fff;
}

.is-active .accordion__toggle::before {
    display: none;
}


.accordion__body {
    border-radius: 10px;
    display: none;
    padding: 1em;
    border: 1px solid #ccc;
    border-top: 0;
    transition: 0.3s;
}

.accordion__body.is-active {
    display: block;
    transition: 0.3s;
}

/* contact_ us*/

.contactbanner_txt p,
.required p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.contactbanner_txt h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.contactbanner_txt h1,
.contact_head h1 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
}

iframe {
    border: 0;
    width: 100%;
    height: 216px;
}

.contact_banner {
    background-image: url(../image/contact_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    height: 400px;
    width: 100%;
}

.contact_sec {
    display: flex;
    align-items: center;
}



.contact_form p {
    text-align: center;
}

.contactbanner_txt {
    padding-top: 20px;
}

.contactbanner_txt p {
    width: 60%;
    color: #fff;
}

.contactbanner_txt h3 {
    color: #fff;
}

.contactbanner_txt h1 {
    color: #F5A225;
    font-size: 48px;
}

.contact_form .form-control {
    margin-bottom: 15px;
    padding: 8px 16px;
    border: 2px solid #EDEDED;
    border-radius: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #EDEDED !important;
    font-weight: 400;
}

.contact_form .required p {
    text-align: center;
    color: #B70000;
    font-size: 14px;
}

.contact_form .btn_pink {
    border-radius: 33px;
    box-shadow: none;
    background: #E54831;
    color: #fff;
    border: 1px solid #E54832;
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 500;
    align-items: center;
    height: 100%;
}

.contact_head h1 span {
    color: #E54831;
}

.contact_detail ul,
.social_details ul,
.share ul {
    list-style: none;
    display: flex;
    padding: 0;
}

.social_details {
    float: inline-end;
    transform: translate(13px, 0px);
}

.consult_offer {
    background-color: #fff;
    padding: 19px;
    margin: 10px 0px 10px 0px;
    height: 174px;
    border-radius: 10px;
}

.consult_offer:hover {
    transition: background 0.3s;
    /* Transition only the background property */
    /* background-image: linear-gradient(to right, #086633, #086633, #086633, #086633);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75); */

    background: linear-gradient(to right, #1E9AFE, #60DFCD);



}

.consult_offer:hover p {
    color: #fff !important;
}

.consult_offer>h1 {
    color: #D9D9D9;
    font-family: "Poppins", sans-serif;
    font-size: 43px;
    text-align: left;
    line-height: 40px;
    margin: 0px;
    text-transform: capitalize;
}

.consult_offer>p {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    text-align: left;
    line-height: 30px;
    margin: 0px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 10px 0px 0px;
}

.healthcare_orgnisation {
    /* background-image: url(../image/aboutservice.png); */
    /* background-image: url(../image/logo-file-img.png);  */
    background-image: url(../image/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

.healthcare_orgnisation img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.healthcare_orgnisation a {
    padding: 10px 20px;
    margin: 10px 0px;
    line-height: 68px;
}

.healthcare_orgnisation h1 {
    width: 80%;
    margin: auto;
}

.healthcare_orgnisation_inner_section {
    padding: 30px 0px;
}

.healthcare_orgnisation_inner_section p {
    text-align: left;
}

.main_banner {
    padding: 0px;
    position: relative;
}

.main_banner .main_banner_innercontent,
.main_banner .leadership_banner {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0%;
    transform: translate(20%, -50%);
}

.main_banner_innercontent h1 {
    color: #DFDFDF;
    text-align: left !important;
    font-size: 18px;
    line-height: 36px;
}

.main_banner_innercontent h2 {
    color: #fff;
    text-align: left !important;
}

.main_banner_innercontent p,
.about_us_stripe p,
.about_us_stripe h1,
.about_us_stripe h1 span {
    /* color: #fff !important; */
    text-align: left !important;
    color: #0E53B4;
}

.main_banner_innercontent span {
    /* color: #F5A225; */
    font-weight: 700;
    font-size: 36px;
    color: #FFFFFF;
}

.about_us_stripe h1 {
    margin: 20px 0px 0px 10px;
    line-height: 35px;
}

/* Mobile Navigation */
.web_service_banner {
    display: block;
}

.mobile_service_banner {
    display: none;
}

.main_banner_innercontent p {
    width: 30%;
}

/* contact_ us*/
.question_stripe .container {
    background: #F9F4F1;
    padding: 20px;

}

.contactbanner_txt p,
.required p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.contactbanner_txt h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 400;
}

.contactbanner_txt h1,
.contact_head h1 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
}

iframe {
    border: 0;
    width: 100%;
    height: 216px;
}

.contact_banner {
    background-image: url(../image/contact_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
  height: auto;
    width: 100%;
}

.contact_sec {
    display: flex;
    align-items: center;
}

.contact_form {
    width: 550px;
    background-color: #fff;
    position: relative;
    top: 30px;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 10px 0px #cccccc;
}

.contact_form p {
    text-align: center;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    font-family: 'Poppins';
}

.contactbanner_txt {
    padding-top: 20px;
}

.contactbanner_txt p {
    width: 60%;
    color: #fff;
}

.contactbanner_txt h3 {
    color: #fff;
}

.contactbanner_txt h1 {
   color: #1e9afe;
    font-size: 48px;
}

.contact_form .form-control {
    margin-bottom: 10px;
    padding: 6px 16px;
    border: 2px solid #EDEDED;
    border-radius: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #000 !important;
    font-weight: 400;
}

.contact_form .required p {
    text-align: center;
    color: #B70000;
    font-size: 14px;
}

.contact_form .btn_pink {
    border-radius: 33px;
    box-shadow: none;
    border: 1px solid #1E9AFE;
    background: #1E9AFE;
    color: #fff;
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 500;
    align-items: center;
}

.contact_head h1 span {
    color: #1e9afe;
}

.contact_detail ul,
.social_details ul,
.share ul {
    list-style: none;
    display: flex;
    padding: 0;
}

.social_details {
    float: inline-end;
}

.social_details ul {
    justify-content: space-between;
    margin-right: 0px !important;
}

.contact_detail ul li,
.social_details ul {
    background: #FFF7F5;
    padding: 20px 11px;
    border-radius: 10px;
    margin-right: 15px;
}

.contact_detail h3,
.social_details h3 {
    font-size: 18px;
    padding: 10px 0px;
}

.contact_detail ul li a {
    color: #000;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}

.contact_detail ul li a span i,
.social_details ul li a span i,
.share ul li a span i {
    background-color: var(--theme_color1);
    color: #fff;
    padding: 10px 12px;
    border-radius: 100%;
    margin-right: 10px;
}

.contact_detail ul li:hover {
    background: #fff;
    box-shadow: 0 0 10px #ececec;
}

.contact_map iframe {
    border-radius: 10px;
    margin-bottom: 20px;
}

/* contact_ us end*/
/* about_us*/
.about_content-inner {
    margin: 0px 50px;
    transform: translate(0px, 35%);
}

.main_banner .tranformation_power {
    position: absolute;
    z-index: 3;
    top: 60%;
    left: 0%;
    transform: translate(26%, -50%);
    color: #fff !important;
}

.tranformation_power {
    text-align: left;
}

.tranformation_power h2 span {
    /* color: rgba(229, 72, 49, 1); */
}

.tranformation_power h2 {
    text-align: left;
    margin-bottom: 34px;
    font-weight: 600;
}

.about_inner {
    /* background-image: url(../image/about_bg.png); */
    background-repeat: no-repeat;
    padding: 50px 0px;
}

.cmmounity_inner img {
    border-radius: 10px;
}

.cmmounity_inner {
    /* background: rgba(249, 244, 241, 1); */
    background: linear-gradient(to right, #1E9AFE, #60DFCD);
    margin-top: -51px;

}

.img_zoom img {
    padding: 30px;
}

.community_section {
    /* background-color: #fff; */
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background: #ffffff7a;
}

.growth_section {
    display: flex;
    align-items: center;
    margin: 30px 0px;
}

.growth_section h1 {
    margin: 0px 0px 17px 0px;
    font-size: 211px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    line-height: 30px;
    text-align: end;
    width: 90px;
    text-shadow: 5px 6px #E0E0E0;
}

.about_us_stripe>.container {
    /* background-image: linear-gradient(to right top, #e54831, #ec602b, #f17726, #f48d23, #f5a225); */
    background: #EFEFEF;
    padding: 10px;
    border-radius: 10px;
}

.bottom_strip p {
    margin-bottom: 0;
    font-weight: 400;
}

.name {
    font-weight: 600 !important;
}

/* Blog List */
.Blog_head p {
    width: 70%;
    margin: auto;
}

.Blog_head .heading {
    font-weight: 600;
}

.Blog_head .heading span {
    color: var(--theme_color1);
}

.tab-nav-bar {
    position: relative;
    margin: 20px 10px;
}

.tab-navigation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    margin: 0 auto;
}

.tab-menu {
    color: var(--text-color);
    list-style: none;
    max-width: 100%;
    white-space: nowrap;
    scroll-behavior: smooth;
    user-select: none;
    overflow-x: auto;
    margin-bottom: 0;
}

.tab-menu.dragging {
    scroll-behavior: unset;
    cursor: grab;
}

.tab-menu::-webkit-scrollbar {
    display: none;
}

.tab-btn {
    padding: 10px 20px;
    border-radius: 100px;
    background: #F5F5F5;
    display: inline-block;
    color: var(--text-color);
    font-size: 1em;
    font-weight: 400;
    margin: 0 2px;
    padding: 10px 20px;
    cursor: pointer;
    user-select: none;
    transition: background-color .3s ease;
}

.tab-menu.dragging .tab-btn {
    pointer-events: none;
}

.tab-btn:hover {
    background: var(--theme_color1);
    color: #fff;
}

.tab-btn.active {
    background: var(--theme_color1);
    color: #fff;
}

.left-btn,
.right-btn {
    position: absolute;
    color: var(--text-color);
    font-size: 1.8em;
    padding: 10px;
    cursor: pointer;
}

.left-btn {
    left: 0;
    background: linear-gradient(to left, transparent, var(--first-color) 80%);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    display: none;
}

.right-btn {
    right: 0;
    background: linear-gradient(to right, transparent, var(--first-color) 80%);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.tab {
    max-width: 100%;
    padding: 0px;
    opacity: 0;

    transform: translateY(25px);
    content-visibility: hidden;
}

.tab.active {
    transform: translateX(0);
    content-visibility: visible;
    opacity: 1;
    transition: opacity 1s ease, transform 1s ease;
}

.tab-content {
    padding: 20px 0;
}

.tab .blog_card,
.blog_detail_card {
    border-radius: 15px;
    border: 2px solid #ececec;
    margin-bottom: 20px;
}

.blog_card:hover {
    border: 2px solid #fff;
    box-shadow: 0 0 10px 0 #ececec;
}

.blog_card:hover .card_detail h1 {
    color: var(--theme_color1) !important;
}

.blog_card:hover .bottom_strip {
    background: linear-gradient(to right, var(--theme_color1), var(--theme_color2)) !important;

}

.blog_card:hover .bottom_strip p {
    color: #fff !important;
}

.tab .blog_card Img,
.blog_detail_card Img {
   height: 250px;
    width: 100%;
    object-fit: cover;
}
.blog_detail_card  img{
   border-radius: 15px 15px 0px 0px;
} 
.tab .blog_card .card_detail {
    padding: 15px;
}

.card_detail h2,
.card_detail p,
.bottom_strip p,
.Detail_text p,
.Detail_text h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #4B4B4B !important;
    font-weight: 400;
    line-height: 30px;
    text-align: start;
}

.card_detail h1,
.Detail_text h3 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #000000 !important;
    line-height: 24px;
}

.blog_detail_card .bottom_strip {
    background: var(--theme_color1);
}

.blog_detail_card .bottom_strip p {
    color: #ffffff !important;
}

.bottom_strip {
    background: #ececec;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 0 0 10px 10px;
    align-items: center;
}

.bottom_strip p {
    margin-bottom: 0;
    font-weight: 400;
}

.name {
    font-weight: 600 !important;
}

/* blog detial */
.share {
    padding: 10px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.share ul li a span i {
    background: #e4e4e4;
    color: #000;
    margin-right: 0;
}

.share ul {
    gap: 10px;
}

/* .Detail_text h1, .Detail_text p{
    text-align: left !important; 
} */
.Detail_text h1 {
    text-align: left;
    width: 70%;
}

.Detail_text h3 {
    font-size: 20px;
}

.Detail_text .pointers {
    display: flex;
    gap: 10px;
}

.Detail_text p span {
    font-weight: 600;
    color: #000000;
}

.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 12%;
}

/* service*/
.leadership_banner {
    width: 400px;
}

.question_stripe .container {
    background: #EFEFEF;
    padding: 23px;
    border-radius: 15px;
}

.question_stripe .container .allign {
    display: flex;
    align-items: center;
}

.question_stripe span {
    /* color: #109036; */
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #0E53B4;

}

.consult_btn {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: end;
}

.question_stripe p {
    text-align: left;
}

.consult_btn a {
    box-shadow: 0px 0px 15px 0px #0000001F;
    border: none;
}

.feature_offer {
    /* background: #ECF9F0; */

    background: linear-gradient(0deg, rgba(96, 223, 205, 0.15), rgba(96, 223, 205, 0.15)),
        linear-gradient(180deg, rgba(30, 154, 254, 0) 0%, rgba(30, 154, 254, 0.12) 100%);

}

.consult_offer {
    background-color: #fff;
    padding: 19px;
    margin: 10px 0px 10px 0px;
    height: 174px;
    border-radius: 10px;
    
}

.consult_offer:hover {
    transition: background 0.3s;
    /* Transition only the background property */
    /* background-image: linear-gradient(to right, #086633, #086633, #086633, #086633);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75); */

    background: linear-gradient(to right, #1E9AFE, #60DFCD);



}

.consult_offer:hover p {
    color: #fff !important;
}

.consult_offer>h1 {
    color: #D9D9D9;
    font-family: "Poppins", sans-serif;
    font-size: 43px;
    text-align: left;
    line-height: 40px;
    margin: 0px;
    text-transform: capitalize;
}

.consult_offer>p {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    text-align: left;
    line-height: 30px;
    margin: 0px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 10px 0px 0px;
}

.healthcare_orgnisation {
    /* background-image: url(../image/aboutservice.png); */
    /* background-image: url(../image/logo-file-img.png);  */
    background-image: url(../image/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;

}

.healthcare_orgnisation img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.healthcare_orgnisation a {
    padding: 10px 20px;
    margin: 10px 0px;
    line-height: 68px;
}

.healthcare_orgnisation_inner_section {
    padding: 30px 0px;
}

.healthcare_orgnisation_inner_section p,
.leadership_banner p {
    text-align: left;
}

.main_banner_innercontent {
    width: 374px;
}

.main_banner {
    padding: 0px;
    position: relative;
}

.main_banner .main_banner_innercontent {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0%;
    transform: translate(20%, -52%);
}

.leadership_banner h1 {
    color: #000 !important;
}

.main_banner_innercontent h1,
.leadership_banner h1 {
    color: #DFDFDF;
    text-align: left !important;
    font-size: 18px;
    line-height: 36px;
}

.main_banner_innercontent h2 {
    color: #fff;
    text-align: left !important;
}

.main_banner_innercontent p {
    color: #fff;
    text-align: left !important;
}

.main_banner_innercontent span,
.banner_heading span {
    /* color: #F5A225; */
    font-weight: 600;
    font-size: 36px;
    color: #FDE004;
}

.leadership_banner h2 {
    color: #ffffff;
    /* -webkit-text-stroke: 1px #fff; */
    font-weight: 600;
    text-align: left;
    font-size: 32px;
}

.hopital_service {
    display: flex;
    align-items: center;
    height: 137px;
}

.hopital_service h1 {
    margin-right: 15px;
}

.hopital_service p {
    font-size: 19px;
}

#service p {
    width: 100% !important;
}

/* about_us amrit*/
.our_team h2 span {
    /* color: #ea642d; */
    color: #1E9AFE;
}

#team_members .front img {
    width: 88%;
    border-radius: 10px;
    height: 324px;
    object-fit: cover;
    object-position: top;
    position: relative;
    z-index: 999;
    padding: 0px 0px;
    border-radius: 10px;
    margin: 0px 16px;
}

#team_members .back img {
    width: 100px;
    border-radius: 10px;
    height: 100px;
    object-fit: cover;
    object-position: top;
    margin: 0px auto;
    position: relative;
    z-index: 999;
}

#team_members .heading {
    font-size: 21px;
    color: #000;
}

#team_members h2 {
    /* color: #E54831; */
    color: #0E53B4;
    text-transform: capitalize;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    text-align: center;
}

/* #team_members .swiper-slide .container{
    background: #E9F3EC;

} */
#team_members .slider_sub_heading {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #181818 !important;
    width: 100% !important;
    margin-left: 0px !important;
}

.flip-container {
    perspective: 1000;
}

/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
    transform: rotateY(180deg);
}

/* .flip-container, .front, .back {
	width: 320px;
	height: 240px;
  margin: 0em auto;
} */

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front,
.back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    color: cornSilk;
    text-align: center;
}

.front {
    z-index: 2;
    transform: rotateY(0deg);
    position: relative;
    height: 417px;

}

.front .container {
    /* background: #E9F3EC; */
    background: #DBF7F9;
    position: absolute;
    top: 32px;
    height: 378px;
    border-radius: 10px;
}

.front .container .row {
    position: absolute;
    bottom: 7px;
    width: 100%;
}

.back .container {
    background: var(--team_card_base);
    transform: translate(10px, -42px);
    height: 358px;
    border-radius: 10px;
    padding: 48px 14px 10px;
    overflow-y: scroll;
}

.back .container::-webkit-scrollbar {
    display: none;
}

.back {
    transform: rotateY(180deg);
}

#team_members .swiper-pagination span.swiper-pagination-bullet-active {
   background: #1e9afe;
}

#team_members .swiper-pagination span {
    width: 10px;
    height: 10px;
}

#team_members {
    position: relative;
}

#team_members .swiper-pagination {
    bottom: -32px;
}

/* Mobile Navigation */
@media (max-width: 1199px) {
    .mobile-nav-toggle {
       color: #0e53b4;
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    Footer img {
        width: 170px;
    }

    Footer p {
        margin: 0px;
        color: #fff;
        padding: 8px 0px;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
        transform: translateX(-405px);
        transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
    }

    .navmenu ul {
        position: absolute;
        inset: 0px 0px 0px 0px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: var(--color-nav-mobile-background);
        overflow-y: auto;
        z-index: 9998;
        box-shadow: 0px 0px 30px rgba(var(--color-default-rgb), 0.1);
        top: -12px;
        opacity: 0;
        transition: opacity 0.4s ease;
        transition: .2s ease;
        display: none;
        transform: scale(0);
        transition: all 0.4s ease;

    }

    .navmenu a,
    .navmenu a:focus {
        padding: 10px 20px;
        font-family: var(--font-secondary);
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
        margin: 15px 20px;
        background: #f6f6f6e3;
        border-radius: 10px;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: rgba(var(--color-primary-rgb), 0.1);
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        background-color: var(--color-primary);
        color: #110202;
    }

    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
        color: var(--color-nav-dropdown-hover);
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        background-color: var(--color-primary);
        color: var(--color-inverse);
        transform: rotate(180deg);
    }

    .navmenu .dropdown ul,
    .navmenu .megamenu ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: var(--color-nav-dropdown-background);
        transition: all 0.5s ease-in-out;
    }

    .navmenu .dropdown ul ul,
    .navmenu .megamenu ul ul {
        background-color: rgba(33, 37, 41, 0.1);
    }

    .navmenu .dropdown>.dropdown-active,
    .navmenu .megamenu>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #000;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(33, 37, 41, 0.8);
        transition: 0.3s;
        transform: translateX(0px);
        transition: transform 0.3s cubic-bezier(0, 0, 0.3, 1);
    }

    .mobile-nav-active .navmenu>ul {
        opacity: 1;
        transition: opacity 0.4s ease;
        display: block;
        transform: scale(1);
        transition: all 0.4s ease;
    }

    .mobile-nav-active .navmenu>ul {
        background: #fff;
    }

    .mobile-nav-active .navmenu>ul>li>a {
        box-shadow: none;
        color: #000;
        border: 0;
    }

    .navmenu a:hover,
    .navmenu a:focus,
    .navmenu a.active {
       color: #1e9afe !important;
    }

    .header .logo img {
        max-height: 75px;
        top: 6px !important;
    }

    .header {
        padding: 17px 0;
    }

    .logo_text_img {
        max-height: 40px !important;
        margin: 0 0 15px;
    }

    /* contact us */
    .main {
        margin-top: 60px;
        width: -webkit-fill-available !important;
    }

    p {
        font-size: 14px;
    }

    h1 {
        font-family: "Poppins", sans-serif;
        font-size: 25px;
        font-weight: 600;
        /* line-height: 40px; */
        line-height: 28px !important;
    }

    .contact_detail ul li,
    .social_details ul {
        padding: 12px 10px;
        margin-right: 6px;
    }

    .contact_detail ul li a {
        font-size: 14px;
    }

    .contact_detail ul li a span i,
    .social_details ul li a span i {
        padding: 6px 8px;
        margin-right: 7px;
        font-size: 14px;
    }

    .contact_form .form-control {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .contactbanner_txt {
        padding-top: 00px;
    }

    .contact_detail h3,
    .social_details h3 {
        font-size: 16px;
        padding: 10px 0px 5px;
    }

    .Detail_text h1 {
        text-align: left;
        width: 90%;
        font-size: 25px;
    }

    /* h1.heading.all_heading_for_mobile_view.aos-init.aos-animate {
        color: #1E9AFE !important;
        text-shadow: none !important;
    } */
    /*h1.main_heading.all_heading_for_mobile_view.aos-init.aos-animate {*/
    /*    line-height: -2px !important;*/
    /*    color: #000000 !important;*/
    /*}*/

    span.affordable {
        color: #1E9AFE !important;
    }

    /*#health_orgiantion_section {*/
    /*    margin-top: -80px !important;*/
    /*}*/

    /*section.background_Change.banner {*/
    /*    transform: translate(0px, -102px);*/
    /*}*/

    /*section.organiztion.button a {*/
    /*    transform: translate(0px, -130px);*/
    /*}*/

    h1.heading.all_heading_for_mobile_view.we_Should.aos-init.aos-animate {
        color: #1E9AFE !important;
        text-shadow: none !important;
    }

    /* advisory service page  */
    .main_banner .main_banner_innercontent {
        left: -10%;
    }

    /*h1.heading.all_heading_for_mobile_view.aos-init.aos-animate {*/
    /*    color: #ffffff !important;*/
    /*}*/

    /*p.sub_heading.my-2.all_paragraph_for_mobile_view {*/
    /*    color: #ffffff !important;*/
    /*}*/
     .about_us_stripe h1 span{
        color: #0E53B4  !important;
     }
    .healthcare_orgnisation h1 {
        font-size: 20px !important;
        line-height: 31px !important;
        font-weight: 500;
    }

    .consult_offer>p {
        font-size: 17px;
        line-height: 28px;
        font-weight: 300 !important;
    }

    .question_stripe .container {
        border-radius: 10px;
    }

    .question_stripe .container .row {
        display: flex;
        align-items: center;
    }

    /* Hospital Service */
    /* .hopital_service p br{
        display: none;
    } */
    .hopital_service>p {
        font-size: 15px !important;
        line-height: 25px !important;
    }

    /* delivery operational service */
    /* .main_banner .Delivery_text {
        left: 3% !important;
    } */
    .Delivery_text p br {
        display: none !important;
    }
}

@media (max-width: 776px) {
    #location_name{
        display:flex;
        flex-direction:row;
        align-item:center;
    }
     #location_name p{
         padding-top:0px;
     }
    .footer_Homepage h1{
        font-size: 18px !important;
        width: 100%;
        text-align: left;
        left: 0px;
        line-height: 32px !important;
    }
    .consult_offer {
        border: 1px solid #6cb8f654;
    }
    .services_innersection h1 br{
        display:none;
    }
      .healthcare_orgnisation h1,
      .blog_mobile .Detail_text,
      .services_innersection h1{
          left:0px !important;
      }
    .card_detail p{
        text-align:center;
    }
    .tranformation_power br {
        display:none;
    }
    .aboutus_inner img{
        margin-top: 10px;
        transform: translate(0px, 0px) !important;
    }
    .why_chooseinner_content p{
      color:#fff;  
    }
    .comingsoon .heading_coming {
    color: #1e9afe;
    font-size: 32px !important;
    text-transform: uppercase;
    font-weight: 600;
} 
  .comingsoon >  .animation_text {

    text-align: center !important;
   left: 18% !important;
    font-size: 31px !important;
    top: 32px !important;
    text-transform: uppercase;
}
    .about_us_home .services_content:nth-child(5) {
    position: absolute;
    bottom: -19px !important;
    left: 95px !important;
}
    .bottom_top a {
        position: absolute;
        right: 14px;
    }

    .main_banner_innercontent {
        width: auto !important;
    }

    #service p {
        width: 80% !important;
    }

    .Blog_head p {
        width: 100% !important;
        margin: auto;
    }

    .consult_with_doc {
        text-align: center;
    }

    .about_us_home p {
        font-size: 12px;
        line-height: 18px !important;
    }

    .about_us_home .services_content:nth-child(1) {
      position: absolute;
        top: -31px;
        left: 87px !important;
        padding: 7px 10px;
    }

    .services_content:nth-child(2) {
        position: absolute;
        top: 32px !important;
      right: 131px !important;
    }

      .about_us_home .services_content:nth-child(3) {
        position: absolute;
        bottom: 119px;
        left: 0px !important;
    }

    .about_us_home img {
        border-radius: 267px;
        height: 345px;
        width: auto;
        margin: auto;
    }

  .about_us_home .services_content:nth-child(4) {
        position: absolute;
        bottom: 45px;
        right: 117px !important;
    }

    .about_us_home p br {
        display: block;
    }

    .sidebar_logo {
        margin: 26px 31px 0px;
        height: 92px;
        display: block;
    }

    .organiztion {
        padding-bottom: 20px !important;
    }

    .why_chooseinner_content {
        margin: 58px 0px 7px !important;
    }

    Footer .col-8 {
        padding: 0px !important;
    }

    .consult_section {
        padding: 20px 0px !important;
    }

    .social_details {
        float: inline-end;
        transform: translate(0px, 0px);
    }

    .logo_text_img {
        max-height: 28px !important;
        margin: 0 auto 15px;
    }

    .Home_banner_text {
        position: relative;
        top: -114px;
    }

    .Home_banner_text a {
        margin: 0 16%;
    }

    .hr_txt {
        margin: auto;
    }

    .Welcome_text {
        font-size: 22px;
        text-align: center;
        line-height: 45px;
    }

    .slider_sub_heading {
        font-size: 17px;
        line-height: 30px;
        text-align: center;
        margin: auto;
    }

    /*about_us page by amrit*/
    .about_content-inner {
        margin: 0px 0px;
        transform: translateY(-25%);
    }

    .dark_btn:hover a,
    .dark_btn a {
        width: 135px;
        color: #fff !important;
        text-align: center;
        margin: 0px auto 0px 15px;
    }

    .community_section {
        text-align: center;
    }

    .community_section strong {
        font-family: "Poppins", sans-serif;
        font-size: 25px;
    }

    .growth_section {
        margin: 10px 0px !important;
    }

    .community_section {
        padding: 10px 10px !important;
        margin-top: 10px;
    }

    .growth_section h1 {
        font-size: 88px !important;
        width: 59px !important;
    }

    .aboutus_inner {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 0rem !important;
    }

    .aboutus_innersection {
        display: flex;
        flex-direction: column;
    }

    .about_us_stripe>.container {
        padding: 21px 10px;
    }

    .about_us_stripe p,
    .about_us_stripe h1 {
        color: #fff;
        text-align: center !important;
        margin: 0px 0px 0px 0px;
    }

    .about_inner {
        background-position: left;
        background-size: cover;
        background-image: unset !important;
    }

    .about_us_stripe {
        padding: 19px 0px;
        margin: 0px 15px;
        transform: translate(0px, 0px);
    }

    Footer {
        transform: translate(0px, -55px);
    }

    .tranformation_power h2 {

        margin-bottom: 16px !important;
        font-size: 26px !important;

    }

       .main_banner .tranformation_power {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 0%;
        transform: translate(0%, -160%);
        color: black !important;
    }
   .tranformation_power  h2 {
        text-align: center;
    font-size: 21px !important;
    line-height: 34px;
    }
      .tranformation_power .banner_heading span {
        color: #2196F3 !important;
        font-size: 22px !important;
    }
        .main_banner h1{
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 0%;
        transform: translate(0%, -160%);
        color: black !important;
    }

    .main_banner_innercontent span,
    .banner_heading span {
       color: #FDE004 !important;
    }

    .main_banner_innercontent span,
    .banner_heading span {
        font-size: 26px;
       font-weight: 500 !important;
    }

    .cmmounity_inner {
        /* margin-top: -20px; */
        transform: translate(0px, -40px);
    }

    img.img_fluid.aos-init.aos-animate {
        margin-top: 10px;
         transform: translate(0px, -25px); 
    }

    .health_orgiantion .swiper-slide p {
        text-align: left !important;
    }


    .cmmounity_inner .heading,
    .about_inner h1 {
        width: 100% !important;
    }

    .about_inner h1 br,
    .cmmounity_inner p br,
    .organiztion br,
    .health_orgiantion br {
        display: none;
    }

    /*about_us pahe end */
    .web_home_banner {
        display: none !important;
    }

    .mobile_home_banner {
        display: block !important;
    }

    Footer img {
        width: 130px;
    }

    .footer_inner_content {
        display: none;
    }

    .heading,
    .consult_box h1 {
        font-family: "Poppins", sans-serif;
        font-size: 24px;
        text-align: center;
        position: relative;
        top: -12%;
    }

    .col-12.our_team {
        margin-top: 30px;
    }

    p.regards_These {
        text-align: center;
    }

    .pt-5 {
        padding-top: 0rem !important;
        text-align: center;
    }

    .faq_banner {
        margin: 15px 0px;
    }

    .faq_banner p {
        width: 100% !important;
    }

    .social_media {
        display: flex;
        justify-content: center;
        position: absolute;
        top: 20px;
        right: 10px;
    }

    .social_media>li {
        margin: 0px 3px;
        padding: 2px 7px;
    }

    Footer p {
        margin: 0px;
        color: #fff;
        padding: 22px 0px 0px;
    }

    /* contact Us */
    .contactbanner_txt {
        padding-top: 30px;
    }

    .contactbanner_txt p {
        width: 100%;
        text-align: center;
        margin: auto;
    }

    .contactbanner_txt h1 {
        text-align: center;
        font-size: 40px;
        line-height: 40px;
    }

    .contactbanner_txt h3 {
        text-align: center;
    }

    .contact_form {
        top: 30px;
        width: 100%;
    }

    section .contact_info {
        padding: 80% 0px 0%;
    }

    .contact_detail ul {
        flex-direction: column;
    }

    .contact_detail ul li,
    .social_details ul {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .social_details {
        float: none;
    }

    .social_details ul {
        display: flex;
        justify-content: center;
    }

    .blog_mobile {
        display: flex;
        flex-direction: column-reverse;
    }

    .Detail_text h1 {
        text-align: left;
        width: 100%;
        font-size: 22px;
        line-height: 30px;
    }

    .Detail_text h3 {
        font-size: 19px;
        line-height: 30px;
    }

    .contact_head h1 {
        font-size: 25px;
        line-height: 40px;
    }

    .contact_detail ul li a {
        font-size: 15px;
    }

    .contact_detail ul li a .address {
        padding-left: 40px;
    }

    /* homepage consultation form sec */
    #health_slider {
        margin-left: 0px;
    }

    .health_orgiantion .swiper-slide .container {
        top: 38%;
    }

    .health_orgiantion .swiper-slide .container h1 {
        color: #fff;
        font-size: 17px !important;
    }

    #health_slider {
        margin-left: 0px;
    }

    .health_orgiantion .swiper-slide .container {
        top: 51% !important;
    }

    .health_orgiantion .swiper-slide .container h1 {
        color: #fff;
        font-size: 17px;
        height: 60px;
        width: 100%;
        line-height: 20px !important;
    }

    .consult_section .head h1 {
        text-align: center;
    }

    .consult_with_doc a {
        text-align: center;
        margin: 20%;
    }

    .consult_section .head_text p {
        width: 95%;
    }

    .consult_box {
        background: #f8f8f8;
        border-radius: 10px;
        padding: 10px;
        margin: 20px 0px 0px;
        width: 100%;
    }

    #health_orgiantion_section {
        height: 700px;
    }

    .consult_section .heading br {
        display: none;
    }

    /* Advisory service pages */
    .web_service_banner {
        display: none !important;
    }

    .mobile_service_banner {
        display: block;
    }

    .main_banner .main_banner_innercontent {
        /* top: 72%; */
        top: 25%;
        left: 5%;
        transform: translate(0%, -90%);
        width: 93% !important;
    }

    .main_banner_innercontent.service {
        transform: translate(0%, -26%);
    }

    .main_banner_innercontent.Delivery_text.Operational {
      transform: translate(0%, -60%);
    }

    img.img_fluid.patient_Health.aos-init.aos-animate {
        transform: translate(0px, -18px);
    }

    .col-md-7.premier_Paragraph {
        margin-top: 8px;
    }

    img.img_fluid.book_Img {
        height: 38vh;
    }

    .banner_heading {
        font-size: 34px !important;
    }

    .heading,
    .banner_heading,
    .consult_box h1 {
        line-height: 30px;
    }

    footer.footer_faq {
        margin-top: 45px;
    }

    .accordion_first {
        width: 76% !important;
    }

    p.all_paragraph_for_mobile_view.regular {
        width: 100% !important;
    }

    .main_banner_innercontent p {
        width: 90%;
    }

    .healthcare_orgnisation {
        background-image: none;
        padding-bottom: 0px;
    }

    .tag_line,
    .consult_offer>p {
        font-size: 14px !important;
        line-height: 26px;
    }

    .col-md-5.people_Img {
        transform: translate(0px, -21px);
    }

    .healthcare_orgnisation .heading,
    .feature_offer .heading {
        font-family: "Poppins", sans-serif;
        /* font-size: 21px; */
        font-size: 16px;
        line-height: 30px;
        /* text-align: center; */
    }
    p.all_paragraph_for_mobile_view.conditions {
        margin-top: 10px;
    }
    h1.heading.all_heading_for_mobile_view.term {
        margin-top: 27px;
    }
    p.sub_heading.my-2.aos-init.all_paragraph_for_mobile_view.please_colorchange.aos-animate {
        color: #000000 !important;
    }
 
    div#service\ banner_heading {
        margin-top: 20px;
    }
.Home_banner_text >  h1{
    color:#fff !important;
}
    .all_heading_for_mobile_view {
               font-size: 20px !important;
        font-weight: 500 !important;
        font-family: 'Poppins', sans-serif;
        width: 100%;
        text-align: center;
        left: 0px;
        line-height: 32px !important;
    }
    footer.footer_Termpage {
        margin-top: 65px;
    }
    h1.heading.all_heading_for_mobile_view.privacy_Policy {
        margin-top: 30px;
    }

    .all_paragraph_for_mobile_view {
        font-size: 14px !important;
        font-family: 'Poppins', sans-serif;
    }
    p.all_paragraph_for_mobile_view.long {
        margin-top: 15px;
    }
    footer.footer_Policypage {
        margin-top: 18px;
    }
    section.about_us_stripe.you {
        margin-top: 96px;
    }

    .leadership_banner.leaders {
        top: 20% !important;
        transform: translate(5%, -50%) !important;
    }

    h1.heading.leadership.all_heading_for_mobile_view.effective.aos-init.aos-animate {
        color: #000000 !important;
    }
    h1.heading.aos-init.aos-animate.question.all_heading_for_mobile_view.do_You {
        color: #000000 !important;
    }
    img.img_fluid.women.aos-init.aos-animate {
        transform: translate(0px, -31px);
    }
    p.sub_heading.my-2.aos-init.aos-animate.all_paragraph_for_mobile_view.for {
        color: #4C4C4C !important;
    }

    .col-md-7.important_Space {
        margin-top: 43px;
    }

    h1.heading.all_heading_for_mobile_view.key.aos-init.aos-animate {
        color: #000000 !important;
    }

    section.about_us_stripe.card_Space {
        margin-top: 97px;
    }

    /*h1.heading.aos-init.aos-animate {*/
    /*    color: #fff !important;*/
        /*text-shadow: 0 0 10px #00000069;*/
    /*}*/

    footer.footer_Homepage {
        margin-top: 60px;
    }

    .healthcare_orgnisation a {
        line-height: 14px;
    }

    img.img_fluid.patient_bead.aos-init.aos-animate {
        transform: translate(0px, -26px);
    }

    .col-md-7.hospital_Mangement {
        margin-top: 32px;
    }

    p.sub_heading.text.all_paragraph_for_mobile_view.aos-init.aos-animate {
        margin-top: 0px;
    }

    h1.heading.growth.all_heading_for_mobile_view.aos-init.aos-animate {
        margin-top: 56px;
    }

    p.sub_heading.premier.all_paragraph_for_mobile_view.aos-init.aos-animate {
        margin-top: 36px;
        line-height: 24px;
        transform: translate(0px, -30px);
    }

    h1.all_heading_for_mobile_view.number {
        font-size: 24px !important;
    }

    p.sub_heading.premier.firm.all_paragraph_for_mobile_view.aos-init.aos-animate {
        margin-top: 4px;
    }

    section.about_us_stripe.top_You {
        transform: translate(0px, 10px);
    }

    .content {
        transform: translate(0px, -10px);
    }

    .main_banner_innercontent h1,
    .leadership_banner h1 {
        line-height: 15px;
    }

    footer.footer_Top {
        margin-top: 80px;
    }

    .right-btn {
        display: none;
    }

    .our_client img {
        width: 157px;
    }

    .main_stripe {
        display: none;
    }

    .client_banner img,
    .client_banner .containerfluid {
        height: 28vh;
    }

    footer.top {
        margin-top: 20px;
    }


    .card_detail h2,
    .card_detail p,
    .bottom_strip p,
    .Detail_text p,
    .Detail_text h2 {
        font-size: 14px;
        line-height: 27px;

    }

    .contact_detail ul li a span i,
    .social_details ul li a span i,
    .share ul li a span i {
        padding: 6px 7px;

    }



    h1.heading.aos-init.aos-animate {
        /*position: relative;*/
        /*top: -17% !important;*/
       text-transform: capitalize;
    }

     
   .why_chooseinner_content > h1{
        color: #ffffff !important;
    }

    .healthcare_orgnisation h1 {
        width: 95%;
        margin: auto;
    }

    .sub_heading,
    .consult_box p,
    .accordion__header>*,
    .is-active p {
        /* font-size: 14px; */
        font-size: 14px;
        line-height: 23px;
        /* width: 13px; */
        position: relative;
        top: -5%;
    }

    p.sub_heading.india.my-2 {
        transform: translate(0px, -15px);
    }

    section.about_us_stripe.question {
        margin-top: 100px;
    }

    .col-md-7.space_Content {
        margin-top: 20px;
    }

    p.sub_heading.aos-init.aos-animate {
        margin-top: 13px;
        margin-top: 0px;
        width: 100% !important;
    }

    .col-md-5.space_Manage {
        transform: translate(0px, -48px);
    }

    .img_zoom {
        /* position: relative;
        top: -15%; */
        transform: translate(0px, -35px);
    }

    .scroll {
        overflow-x: hidden !important;
        overflow-y: scroll !important;
    }


    .leadership_banner {
        width: 357px !important;
    }

    .healthcare_orgnisation_inner_section p {
        padding-top: 9px;
        text-align: left;
    }

    section.feature_offer.we {
        margin-top: 0px;
    }

    .healthcare_orgnisation a {
        margin: 23%;
        position: relative;
        top: 0%;
    }

    Footer a {
        font-size: 14px !important;
    }

    .container.healthcare_orgnisation.consult a {
        margin: 23%;
        position: relative;
        top: -2%;
    }

    .healthcare_orgnisation h1,
    .cmmounity_inner .heading,
    .about_inner h1,
    .organiztion .heading,
    .why_choose_section h1,
    .health_orgiantion h1,
    .consult_section h1 {
        font-size: 16px !important;
        line-height: 28px !important;
        font-weight: 500;
        width: 95%;
        margin: auto;
        position: relative;
        top: -12%;
    }

    section.py-0.background_Rectangle {
        background-image: none !important;
    }

    .healthcare_orgnisation_inner_section {
        padding: 30px 0px 0px;
    }

    section.question_stripe.our {
        transform: translate(0px, 28px);
    }

    footer.footer_Topspace {
        margin-top: 114px;
    }

    .healthcare_orgnisation h1 br {
        display: none;
    }

    .col-md-5.patient_Img {
        transform: translate(0px, -30px);
    }

    .consult_offer>h1 {
        font-size: 35px;
    }

    .consult_offer p br {
        display: none;
    }

    /* .consult_offer {
        height: 140px;
    } */
    .consult_offer {
        height: auto;
    }

    footer.top_Space {
        margin-top: 65px;
    }

    .question_stripe {
        padding: 0;
        transform: translate(0px, -35px);
    }

    .question_stripe .container {
        background: #F9F4F1;
        padding: 30px 20px;
    }

    .question_stripe p {
        text-align: center;
    }

    .consult_btn {
        justify-content: center;
    }

    /* leadership service */
    .leadership_banner {
        /* top: 24% !important; */
        top: 30% !important;
        transform: translate(5%, -50%) !important;
    }

    .leadership_banner.hospital {
        top: 25% !important;
        transform: translate(5%, -50%) !important;
    }

    .feature_offer .heading br {
        display: none;
    }

    /* hospital service */
    .hopital_service_3rd {
        height: auto;
    }

    .consult_offer>p {
        margin: 0px 0px 10px;
    }

    .leadership_banner h2 {
        -webkit-text-stroke: 0.5px #fff;
        font-size: 26px;
    }

    /* Delivery Operational service */
    .Delivery_text {
        top: 30% !important;
    }

    .Delivery_text p br {
        display: none !important;
    }
}

@media (max-width: 450px) {
    .contact_info {
        margin-top: 75%;
    }
}

@media (max-width: 360px) {
    .contact_info {
        margin-top: 85%;
    }

    .contact_head h1 {
        font-size: 22px;
        line-height: 40px;
    }
}

@media (min-width: 1600px) {
    .logo_text_img {
        max-height: 70px !important;
        margin: 10px 0 30px;
    }

    .hero img {
        position: relative;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 1;
        min-height: 576px;
        max-height: 700px;
    }

    /* homepage service cards */
    #health_orgiantion_section {
        height: 600px;
    }

    .health_orgiantion img {
        max-height: 446px;
    }

    .health_orgiantion .swiper-slide .container {
        top: 65%;
    }

    .health_orgiantion .swiper-slide:hover .container .slider_sub_heading {
        height: Auto;
        margin-top: 200px !important;
    }

    /* homepage service cards */
    .gap_btw_section {
        padding: 50px 0px;
    }

    /* Advisory service Page */
    .main_banner_innercontent p {
        width: 40%;
    }

    .main_banner .main_banner_innercontent {
        left: 5%;
    }

    .leadership_banner {
        left: 12% !important;
    }

    .healthcare_orgnisation h1 br {
        display: none;
    }



}





/* our css start here */

/* index */

#health_orgiantion_section {
    background-image: linear-gradient(to right, var(--theme_color1), var(--theme_color2));
    /* background-image: url(../image/organistion_bg.png); */
    padding: 58px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -50px;
}

.background_Change {
    background-size: cover;
    background-image: url(../image/background-img1.svg);
    background-repeat: no-repeat;
}

.health_orgiantion h1.heading.aos-init.aos-animate {
    color: #fff !important;
    text-shadow: 0 0 10px #00000069;
}

/* about_us css changes here added */

section.py-0.background_Rectangle {
    background-image: url(../image/Rectangle-img-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}

p.heading.aos-init.aos-animate {
    color: #FFFFFF;
}

.community_section:hover {
    background-color: #ffffff7a;
}

.community_section.background_Community {
    background: #ffffff7a;
    opacity: 0.5px;
}

.community_section:hover {
    background-color: #ffffff;
}

h1.heading.aos-init.aos-animate {
    color: #000000;
}

p.sub_heading.my-2.aos-init.aos-animate {
    color: #2F2F2F;
}

h1.heading.aos-init.aos-animate {
    margin-top: 17px;
}

h2.heading.discover.aos-init.aos-animate {
    color: #ffffff !important;
    margin-left: 80px;
}


/* advisory-service css start here */

h2.heading.service.aos-init.aos-animate {
    margin-left: 25px;
}

/* p.sub_heading.aos-init.aos-animate {
    margin-left: 28px;
} */
.growth {
    color: #1E9AFE;
}

h1.heading.aos-init.aos-animate.question {
    margin-top: 17px;
}


/* hospital-management css start here */

/* h2.heading.hospital.aos-init.aos-animate {
    margin-left: -89px;
}
p.sub_heading.management.aos-init.aos-animate {
    margin-left: -89px;
} */
h2.heading.hospital.aos-init.aos-animate {
    color: #FFFFFF;
}

span.rom_modal {
    color: #FDE004;
}

p.sub_heading.management.aos-init {
    color: #FFFFFF;
}

span.c_suite {
    color: #1E9AFE;
}





/* delivering-operational css start here */

h2.heading.excellence.aos-init.aos-animate {
    margin-left: 27px;
}

span.delivering_Operational {
    color: #1E9AFE;
}



/* leadership-mentoring css start here */

h2.heading.support.aos-init.aos-animate {

    color: #FFFFFF;
}

p.sub_heading.leaders.aos-init.aos-animate {

    color: #FFFFFF;
}

/* .heading span {
    color: #1E9AFE;
} */


/* Blog_ detail css here */

footer.background_Black {
    background: linear-gradient(0deg, #313131, #313131), linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.leadership_banner {
    margin-left: 0px;
}
.about_us_home .services_content:nth-child(5) {
    position: absolute;
    bottom: 16px;
    left: 2px;
}
.tab-btn:hover a,
.tab-btn.active a{
    color: #fff;
}
.back_home{
    text-align:center;
  margin: 38px 0px 0px;
}
.back_home a{
  padding: 8px 23px;
    font-family: "Open Sans", sans-serif;
}
.comingsoon{
    background: linear-gradient(to right, #1E9AFE, #60DFCD);
    margin:30px 0px 0px;
    position: relative;
    padding: 38px 0px;
}
.comingsoon .heading_coming{
    color: #1e9afe;
    font-size: 53px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.animation_text{
    color: #fff;
    position: absolute;
    text-align: center;
    left: 33%;
    font-size: 53px;
    top: 41px;
    text-transform: uppercase;
}
.contact_head{
    text-align:center;
}
.contact_info{
    margin: 34px 0px 0px;
}
.contact_head h1{
        line-height: 38px;
}
.Nirogyacore_mission p{
    text-align:left !important;
    
}
.Nirogyacore_mission,
.our_team{
    padding-bottom:0px !important;
}
#shadow-host-companion{
    padding:0px;
}
/*.contact_detail,*/
/*.social_details{*/
/*    margin:40px 0px 0px;*/
    
/*}*/
@media (min-width: 1400px) and (max-width: 3000px) {
    .animation_text {
    color: #fff;
    position: absolute;
    text-align: center;
    left: 35%;
    font-size: 53px;
    top: 42px;
    text-transform: uppercase;
}
}