@import url(variables.css);

@font-face {
    font-family: 'Recoleta';
    src: url('../fonts/Recoleta-Thin.eot');
    src: url('../fonts/Recoleta-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Recoleta-Thin.woff2') format('woff2'),
        url('../fonts/Recoleta-Thin.woff') format('woff'),
        url('../fonts/Recoleta-Thin.ttf') format('truetype'),
        url('../fonts/Recoleta-Thin.svg#Recoleta-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Recoleta';
    src: url('../fonts/Recoleta-Light.eot');
    src: url('../fonts/Recoleta-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Recoleta-Light.woff2') format('woff2'),
        url('../fonts/Recoleta-Light.woff') format('woff'),
        url('../fonts/Recoleta-Light.ttf') format('truetype'),
        url('../fonts/Recoleta-Light.svg#Recoleta-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Recoleta';
    src: url('../fonts/Recoleta-Bold.eot');
    src: url('../fonts/Recoleta-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Recoleta-Bold.woff2') format('woff2'),
        url('../fonts/Recoleta-Bold.woff') format('woff'),
        url('../fonts/Recoleta-Bold.ttf') format('truetype'),
        url('../fonts/Recoleta-Bold.svg#Recoleta-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Recoleta';
    src: url('../fonts/Recoleta-SemiBold.eot');
    src: url('../fonts/Recoleta-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Recoleta-SemiBold.woff2') format('woff2'),
        url('../fonts/Recoleta-SemiBold.woff') format('woff'),
        url('../fonts/Recoleta-SemiBold.ttf') format('truetype'),
        url('../fonts/Recoleta-SemiBold.svg#Recoleta-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Regular.eot');
    src: url('../fonts/Gellix-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gellix-Regular.woff2') format('woff2'),
        url('../fonts/Gellix-Regular.woff') format('woff'),
        url('../fonts/Gellix-Regular.ttf') format('truetype'),
        url('../fonts/Gellix-Regular.svg#Gellix-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Medium.eot');
    src: url('../fonts/Gellix-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gellix-Medium.woff2') format('woff2'),
        url('../fonts/Gellix-Medium.woff') format('woff'),
        url('../fonts/Gellix-Medium.ttf') format('truetype'),
        url('../fonts/Gellix-Medium.svg#Gellix-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-SemiBold.eot');
    src: url('../fonts/Gellix-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gellix-SemiBold.woff2') format('woff2'),
        url('../fonts/Gellix-SemiBold.woff') format('woff'),
        url('../fonts/Gellix-SemiBold.ttf') format('truetype'),
        url('../fonts/Gellix-SemiBold.svg#Gellix-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Bold.eot');
    src: url('../fonts/Gellix-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gellix-Bold.woff2') format('woff2'),
        url('../fonts/Gellix-Bold.woff') format('woff'),
        url('../fonts/Gellix-Bold.ttf') format('truetype'),
        url('../fonts/Gellix-Bold.svg#Gellix-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.container {
    max-width: 1390px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

html body {
    font-family: 'Gellix' !important;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 !important;
    padding: 0 !important;
    background-color: var(--white);
}
body, button, input, select, optgroup, textarea {
    color: var(--black) !important;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-80 {
    padding-bottom: 80px;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.mt-30 {
    margin-top: 30px;
}

.bg-gray-light {
    background: var(--light-gray);
}

/*=====header======*/
.anouncement-bar {
    background: var(--sky-blue);
    padding: 6px 0;
}

.bar-icon ul {
    display: block;
    margin: 0;
    list-style: none;
    text-align: right;
}

.bar-icon ul li {
    display: inline-block;
    margin-left: 15px;
}

.bar-cont ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    list-style: none;
    padding-left: 0;
}

.bar-cont ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
}

.bar-cont ul li a {
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 26px;
}
.bar-cont ul li a img {
    width: 22px;
}

.bar-icon ul li a {
    color: var(--white);
}


.navbar-nav {
    margin: 0 auto;
}

.navbar-nav a {
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
}

.header-search input {
    display: none;
}

.header-search button {
    background: no-repeat;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-right: 25px;
}

.header-search button:hover,
.header-search button:active,
.header-search button:focus {
    background: no-repeat;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.header-search button i {
    color: #531700;
}

header .navbar-nav .nav-item .nav-link {
    color: var(--black);
}

header .navbar-nav .nav-item .nav-link:hover,
header .navbar-nav .nav-item .nav-link:active,
header .navbar-nav .nav-item .nav-link:focus,
header .navbar-nav .nav-item .nav-link.active {
    color: var(--sky-blue);
}

.header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 233px;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #F07300;
    background-color: #F07300;
    padding: 12px 50px;
    border-radius: 200px;
    text-decoration: none;
    color: var(--white);
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-btn:hover {
    background-color: transparent;
    border-color: #F07300;
    color: #F07300;
}

.header-btn:hover svg path {
    fill: #F07300;
}

.header-btn svg {
    margin-left: 5px;
}

.header-btn:hover img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.navbar-nav .nav-item {
    padding: 0 18px;
}

header .navbar {
    padding: 15px 0;
    background: var(--white);
}
.sidebar-module {width: 30%;}

.sidebar-module form {
    max-width: 240px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 21px;
    font-weight: 500;
    border-radius: 200px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid var(--white);
}
.btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-trans:hover {
    background: var(--pink);
    border-color: var(--pink);
}

.btn-fill {
    background: var(--light-green);
    border: 1px solid var(--light-green);
    color: var(--white);
    padding: 11px 37px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.btn-fill:hover {
    background: var(--sky-blue);
    color: var(--white);
    border: 1px solid var(--sky-blue);
}

.header-logo {
    width: 20%;
}

.navbar-collapse {
    width: 90%;
}

.navbar-collapse .header-call {
    width: 20%;
}

.navbar-collapse ul.navbar-nav {
    width: 70%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bar-cont ul li a img {
    margin-top: 4px;
    margin-right: 6px;
}

.bar-cont ul li:nth-child(2) img {
    margin-right: 0;
    margin-top: 0;
}
.banner-cnt .title {
    margin-bottom: 10px;
}

.banner-slider button {
    z-index: 1;
    width: 60px;
}

.bar-cont a:hover {
    color: var(--light-green);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

header .navbar ul ul.navbar-nav {
    width: 100%;
}

header .navbar ul ul.navbar-nav .dropdown {
    padding: 0;
}

header .navbar ul ul.navbar-nav a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

header .navbar ul .navbar-collapse {
    width: 100%;
}

header {
    /*position: absolute;
    left: 0;
    right: 0;*/
    z-index: 2;
}

header .navbar-nav .nav-item .dropdown-menu {
    background: var(--sky-blue);
}

header .navbar-nav .nav-item .dropdown-menu li a.dropdown-item {
    padding: 4px 10px !important;
}

header .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    background-image: url(../images/dropdown.png);
    width: 10px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

header .navbar-nav .nav-item .nav-link.dropdown-toggle.show:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 10%;
    right: -15px;
}

.banner-slider button img {
    width: 100%;
    max-width: 25px;
}

.overlay,
.banner-overlay {
    position: relative;
}

.overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 30%;
}

.banner-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 30%;
    background: -o-linear-gradient(359.77deg, rgba(0, 0, 0, 0.7) 11.97%, rgba(0, 0, 0, 0) 83.95%);
    background: linear-gradient(90.23deg, rgba(0, 0, 0, 0.7) 11.97%, rgba(0, 0, 0, 0) 83.95%);
}

.banner-cnt {
    position: absolute;
    top: 50%;
    left: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    z-index: 1;
    max-width: 560px;
}

.banner-slider .carousel-item .banner-cnt .title,
.banner-slider .carousel-item .banner-cnt p {
    color: var(--black);
}

.header-call .btn {
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 15px 31px;
    float: right;
}

.banner-cnt .title {
    font-family: 'Recoleta';
    font-size: 70px;
    line-height: 75px;
    font-weight: 600;
    color: var(--white);
}

.banner-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}

.banner-btn .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.banner {
    position: relative;
}

.banner-heading {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}

.banner-heading .banner-cnt {
    max-width: 510px;
}

.title span,
.sec-title span {
    font-weight: 300;
}

.our-mission img {
    border-radius: 20px;
}

.our-mission .cnt-wrap {
    padding-right: 60px;
}

.our-mission .align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.our-mission .image-wrap img {
    border-radius: 10px;
}

.our-mission .image-wrap {
    position: relative;
}

.cnt-wrap p {
    color: #000;
}

.sec-title {
    font-size: 50px;
    font-weight: 600;
    color: var(--black-light);
    font-family: 'Recoleta';
}

.our-mission {
    position: relative;
}

.our-mission .image-wrap:before {
    content: "";
    position: absolute;
    left: -35px;
    width: 454px;
    height: 323px;
    background: var(--pink);
    bottom: -35px;
    z-index: -1;
    border-radius: 10px;
}

.our-mission .btn {
    margin-top: 35px;
}


.facts p {
    max-width: 767px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.facts-process {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.facts-inner {
    width: 20%;
    float: left;
    text-align: center;
}

.facts-inner img {
    max-width: 80px;
    margin: 0 auto;
}

.facts-inner p {
    margin-bottom: 0;
    font-size: 29px;
    font-weight: 500;
    line-height: 42px;
    margin-top: 10px;
}

.facts-inner h5 {
    font-size: 28px;
    line-height: 42px;
    font-weight: bold;
}

.facts {
    margin: 40px 0;
}

.services-wrap {
    margin: 0 10px;
    position: relative;
}

.services-quote {
    position: relative;
}

.services-quote img {
    border-radius: 10px;
}

.services-quote:after {
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0) 49.1%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.79)), color-stop(49.1%, rgba(0, 0, 0, 0)));
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.79) 0%, rgba(0, 0, 0, 0) 49.1%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.service-slider {
    margin-top: 40px;
}

.services-wrapper {
    width: 100%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.services-wrap a {
    color: var(--black);
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
}
.service-slider .services-quote img {
    height: 310px;
    -o-object-fit: cover;
       object-fit: cover;
}

.services-cnt {
    color: var(--black);
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    margin-top: 15px;
}

.services-arrow:after {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    width: 90px;
    height: 85px;
    background: var(--pink);
    bottom: -20px;
}

.services-arrow svg {
    z-index: 4;
    position: relative;
}

.service-slider .slick-dots {
    display: none !important;
}

.service-slider button.slick-prev,
.service-slider button.slick-next {
    position: absolute;
    top: 38%;
    font-size: 0;
    border: 0;
    position: absolute;
    width: 55px;
    height: 55px;
    background: var(--white);
    border-radius: 200px;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
        -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
            transform: matrix(-1, 0, 0, 1, 0, 0);
}

.services-wrap a:hover .services-cnt {
    color: var(--sky-blue);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.service-slider button.slick-prev {
    left: -50px;
    background-image: url(../images/service-slide-rgt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
}

.service-slider button.slick-next {
    left: auto;
    right: -50px;
    background-image: url(../images/service-slide-lft.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px;
}

.what-do-we .image-wrap:before {
    content: "";
    position: absolute;
    left: -15px;
    width: 94px;
    height: 88px;
    background: var(--pink);
    bottom: -15px;
    z-index: -1;
    border-radius: 0;
}

.what-do-we .image-wrap:after {
    content: "";
    position: absolute;
    left: auto;
    width: 94px;
    height: 88px;
    background: var(--pink);
    top: -15px;
    z-index: -1;
    border-radius: inherit;
    right: 35px;
}

.banner-text .facts-inner {
    width: 100%;
    max-width: 470px;
    text-align: left;
    padding-top: 70px;
    padding-bottom: 180px;
}

.banner-text .facts-inner p {
    font-size: 18px;
    line-height: 26px;
    color: var(--black);
}
.co-founder .call-book button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.co-founder .call-book button p {
    margin: 0;
    color: var(--white);
}
.co-founder .call-book a:hover p {
    color: #007fb8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/*=====team=====*/
.team-box {
    margin-top: 10px;
    position: relative;
}

.team-figure img {
    border-radius: 20px;
}

.team-cnt {
    background: var(--light-green);
    padding: 20px 0;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 88%;
    margin: 0 auto;
    margin-top: -50px;
}

.team-cnt h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: var(--white);
}

.team-cnt h6 {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
}

.team-cnt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: var(--white);
}

.team .sec-title,
.blog .sec-title {
    margin-bottom: 25px;
}

/*=====blog=====*/
.blog .team-box {
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
}

.blog .team-figure img {
    border-radius: 0;
}

.blog .team-cnt {
    max-width: 100%;
    border-radius: 0;
    margin-top: 0;
}

.blog-date {
    margin-bottom: 8px;
}

.blog-read .btn-fill {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid var(--pink);
    padding: 0;
    position: relative;
}

.blog-read {
    border-top: 1px solid #fff;
    margin-top: 25px;
    padding: 10px 25px;
}

.blog h4,
.blog p {
    padding-left: 25px;
    padding-right: 25px;
}

.blog-read .btn-fill:after {
    content: "";
    position: absolute;
    bottom: 0px;
    background: var(--white);
    width: 88px;
    height: 1px;
}

.blog-read .btn-fill:hover {
    background: transparent;
    color: var(--sky-blue);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog-read .btn-fill:hover:after {
    background: var(--sky-blue);
}

/*=====Appointment=====*/
.book-form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.book-form .form-group.col-md-6 {
    width: 49%;
}

.book-form input.form-control {
    height: 60px;
}

.book-form textarea.form-control::-webkit-input-placeholder, .book-form input.form-control::-webkit-input-placeholder {
    color: var(--black);
}

.book-form textarea.form-control::-moz-placeholder, .book-form input.form-control::-moz-placeholder {
    color: var(--black);
}

.book-form textarea.form-control:-ms-input-placeholder, .book-form input.form-control:-ms-input-placeholder {
    color: var(--black);
}

.book-form textarea.form-control::-ms-input-placeholder, .book-form input.form-control::-ms-input-placeholder {
    color: var(--black);
}

.book-form textarea.form-control::placeholder,
.book-form input.form-control::placeholder {
    color: var(--black);
}

.book-form textarea.form-control,
.book-form input.form-control {
    border-radius: 6px;
    background: var(--white);
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
}

.book-form textarea.form-control:focus-visible,
.book-form input.form-control:focus-visible {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.appointment .row {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.appointment .row:after {
    z-index: -1;
    background: var(--sky-blue);
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    margin-right: 12px;
    border-radius: 0 30px 30px 0;
}

.appointment .image-wrap img {
    border-radius: 30px 0 0 30px;
}

.appointment .book-form .form-group.col-md-6 {
    padding: 0;
}

.book-form button {
    background: var(--light-green);
    border: 1px solid var(--light-green);
    color: var(--white);
    padding: 11px 57px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.appointment h2,
.appointment p {
    color: var(--white);
}

.appointment p {
    font-size: 16px;
}

.appointment .image-wrap {
    position: relative;
}

.appointment .call-book {
    position: absolute;
    bottom: 0;
    background: var(--light-green);
    border-radius: 0px 30px 0px 30px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    color: var(--white);
    width: 50%;
}

.appointment .call-book img {
    margin-right: 10px;
    border-radius: 0 !important;
}

.appointment .row .col-md-6:last-child {
    padding-left: 30px;
    padding-right: 50px;
}

.appointment .row .col-md-6:last-child .form-group.col-md-6 {
    padding: 0;
}

.mission-inner .book-wrapper {
    padding: 55px;
}

/*======testimonial=====*/
.testimonial {
    background: var(--light-green);
}

.testimonial .sec-title {
    color: var(--white);
}


/*======footer=====*/
.copyright {
    border: 1px solid rgba(126, 126, 126, 0.3);
    padding: 13px 0;
    background: rgba(58, 177, 175, 1);
}

.privacy-menu {
    font-family: Gellix;
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    color: var(--white);
}

footer .ftr-fst ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}

ul.social-icon-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    gap: 14px;
    padding: 0 !important;
    margin-top: 18px;
}

footer h5 {
    color: var(--black);
    margin-bottom: 20px;
    font-family: Gellix;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    text-transform: uppercase;
}

footer .ftr-fst ul li a {
    width: 48px;
    height: 48px;
    background: var(--pink);
    border-radius: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

footer .ftr-fst ul li {
    margin-right: 8px;
}

footer .ftr-fst ul li a img {
    max-width: 20px;
    width: 100%;
}

.ftr-fst {
    padding-top: 10px;
}

.ftr-fst h5 {
    padding-top: 20px;
}

.ftr-fst form input {
    border: 1px solid #F2F2F2;
    background: transparent;
    border-radius: 200px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Gellix';
    color: var(--white);
    padding: 0 30px;
}

.ftr-fst form input::-webkit-input-placeholder {
    color: var(--white);
}

.ftr-fst form input::-moz-placeholder {
    color: var(--white);
}

.ftr-fst form input:-ms-input-placeholder {
    color: var(--white);
}

.ftr-fst form input::-ms-input-placeholder {
    color: var(--white);
}

.ftr-fst form input::placeholder {
    color: var(--white);
}

.ftr-fst form input:focus-visible {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.ftr-fst form .field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.ftr-fst form .field button {
    position: absolute;
    border: 0;
    width: auto !important;
    height: 50px;
    right: 5px;
}

.ftr-fst form .field button:hover path {
    stroke: var(--pink);
}

.footer-menu {
    padding-left: 0;
    list-style: none;
    margin-left: 0;
}
.ftr-contact .ftr-detail a:hover {
    color: #007fb8;
}
.footer-menu a {
    text-decoration: none;
    color: var(--black) !important;
    font-size: 16px;
    font-weight: 500;
    font-family: Gellix;
    font-size: 19px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
}

.col-md-4.first-row {
    padding-right: 75px;
}

.ftr-menu-col h5 {
    margin-bottom: 12px !important;
}

.ftr-detail.phone-icon p {
    line-height: 24px;
}

.ftr-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    margin-bottom: 13px;
}

.detail-icon {
    width: 20px;
    margin-right: 12px;
    background: var(--pink);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 200px;
}

footer .emaillist input:focus-visible {
    outline: none;
}

.page-template-contact .book-wrapper .cnt-wrap p {
    margin: 10px 0 25px 0;
}

.page-template-contact .book-wrapper .detail-icon {
    width: 26px;
}

.detail-icon img {
    width: 100%;
    max-width: 23px;
    height: 23px;
    -o-object-fit: contain;
    object-fit: contain;
}

.row.ftr-menu-col h5 {
    padding: 0;
}

.ftr-detail p,
.ftr-detail p a {
    color: var(--black);
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: Gellix;
    font-size: 19px;
    font-weight: 600;
    line-height: 17px;
    text-align: left;
    margin-bottom: 7px;
}
.get-in-touch .book-form .ftr-detail a:hover, .get-in-touch .book-form .ftr-detail a:hover p {
    color: var(--black);
}
.ftr-contact .ftr-detail a:hover {
    color: #007fb8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.book-wrapper .book-form .wpcf7 .wpcf7-response-output {
    color: red;
    padding: 0px 10px;
    margin: 8px;
}
.get-in-touch .book-wrapper .sec-title {
    margin-bottom: 5px;
}
.book-wrapper .book-form input[type="submit"] {
    background: var(--light-green) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.book-wrapper .book-form input[type="submit"]:hover {
    background: var(--sky-blue) !important;
}

footer.footer input.form-control::-webkit-input-placeholder {
    color: #000;
}

footer.footer input.form-control::-moz-placeholder {
    color: #000;
}

footer.footer input.form-control:-ms-input-placeholder {
    color: #000;
}

footer.footer input.form-control::-ms-input-placeholder {
    color: #000;
}

footer.footer input.form-control::placeholder {
    color: #000;
}

.field {
    position: relative;
}

button.contact_form_submit.btn.blue-btn.w-100 svg {
    position: absolute;
    right: 18px;
    top: 65px;
}

ul.social-icon-footer li a:hover {
    box-shadow: 0px 1px 6px #0000004a;
}

ul.social-icon-footer li a {
    background: rgba(58, 177, 175, 1);
    width: 45px;
    height: 45px;
    border-radius: 100%;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

ul.social-icon-footer li a:focus {
	outline: none;
}

ul.social-icon-footer li a img {
    width: 26px !important;
    height: 26px;
}

footer.footer input.form-control {
    background: rgba(237, 237, 237, 1);
    height: 60px;
    border: 0;
    padding-left: 19px;
    font-family: Gellix;
    font-size: 19px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    color: #000;
    border-radius: 10px;
}

.ftr-logo {
    margin-bottom: 21px;
}

.ftr-detail a:hover {
    color: var(--pink);
}

.menu-row {
    margin-bottom: 43px;
    margin-top: 57px;
}

.footer-menu a:hover {
    color: #007fb8!important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

section.co-founder h3.sec-title.text-center {
    text-align: left !important;
}

.co-founder {
    position: relative;
    margin-bottom: 50px;
}

.co-founder:after {
    position: absolute;
    content: "";
    background: rgba(245, 245, 245, 1);
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 20px 0px 0px 20px;
}

footer.footer {
    border-top: 1px solid rgba(217, 217, 217, 1);
}

.col-lg-6.col-md-6.col-xl-6.col-sm-12.right-founder {
    position: relative;
    padding-left: 58px;
    padding-right: 57px;
}

footer.footer input.form-control::-webkit-input-placeholder {
    color: #000;
}

footer.footer input.form-control::-moz-placeholder {
    color: #000;
}

footer.footer input.form-control:-ms-input-placeholder {
    color: #000;
}

footer.footer input.form-control::-ms-input-placeholder {
    color: #000;
}

footer.footer input.form-control::placeholder {
    color: #000;
}
footer .emaillist input {
    background: rgba(237, 237, 237, 1);
    height: 60px;
    border: 0;
    padding-left: 19px;
    font-family: Gellix;
    font-size: 19px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #000;
    border-radius: 10px;
    width: 100%;
}
footer .emaillist .gjs-cell {
    position: relative;
}
footer .emaillist input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    font-size: 0;
}
footer .emaillist input[type="email"]::placeholder {
    font-weight: 500;
}
footer .emaillist input[type="submit"] {
    background-image: url(/wp-content/uploads/2024/12/Vector-1.png);
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background-position: center;
}
section.co-founder button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(58, 177, 175, 1);
    border: 0;
    border-radius: 10px;
    height: 70px;
    width: 354px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--white);
    margin-top: 78px;
}

section.co-founder button strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-family: Gellix;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    text-align: left;
    color: var(--white);
    margin-right: 13px;
}

a {
    text-decoration: none;
}

section.co-founder p {
    font-family: Gellix;
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
    text-align: left;
    color: var(--black);
}
.book-form form .form-row p {
    margin-bottom: 0;
}
.book-form form .form-row input, .book-form form .form-row textarea {
    padding: 10px 15px;
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    font-family: 'Gellix';
}
.book-form form .form-row .wpcf7-form-control-wrap {
    width: 100%;
}
.book-form form .form-row input::-webkit-input-placeholder, .book-form form .form-row textarea::-webkit-input-placeholder {
    font-size: 18px;
    font-weight: 500;
}
.book-form form .form-row input::-moz-placeholder, .book-form form .form-row textarea::-moz-placeholder {
    font-size: 18px;
    font-weight: 500;
}
.book-form form .form-row input:-ms-input-placeholder, .book-form form .form-row textarea:-ms-input-placeholder {
    font-size: 18px;
    font-weight: 500;
}
.book-form form .form-row input::-ms-input-placeholder, .book-form form .form-row textarea::-ms-input-placeholder {
    font-size: 18px;
    font-weight: 500;
}
.book-form form .form-row input::placeholder, .book-form form .form-row textarea::placeholder {
    font-size: 18px;
    font-weight: 500;
}
.book-form form  input[type="submit"] {
    background: var(--light-green);
    border: 1px solid var(--light-green);
    color: var(--white) !important;
    padding: 11px 57px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 200px;
    line-height: 1.5;
    font-size: 21px;
    font-weight: 500;
    font-family: 'Gellix';
}
.book-form form input[type="submit"]:hover {
    border: 1px solid var(--white);
    background: transparent;
}
.appointment .call-book a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
}
.appointment .call-book a p {
    margin: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.appointment .call-book a:hover p {
    color: #007fb8;
}
.book-form .wpcf7 form .wpcf7-response-output {
    margin: 8px 0 0 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
}
.book-form form p {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.book-form form .wpcf7-response-output {
    padding: 0;
    margin: 0;
}
.appointment .cnt-wrap p {
    margin-bottom: 10px;
}
.appointment .cnt-wrap .sec-title {
    margin-bottom: 0;
}


/*======about=====*/
.banner-cnt .title,
.banner-cnt .banner-text {
    color: var(--white);
}

.value-grid {
    background: var(--white);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 40px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.value-icon {
    margin-bottom: 10px;
}

.value-grid:hover {
    background: var(--light-green);
}

.value-grid:hover .value-title,
.value-grid:hover .value-cnt {
    color: var(--white);
}

.value-grid:hover svg path {
    fill: var(--white);
}

.our-value .sec-title {
    margin-bottom: 30px;
}


/*======contact=====*/
.banner-black .title {
    color: var(--black-light);
}

.get-in-touch {
    position: relative;
}

.get-in-touch:before {
    z-index: -1;
    background: var(--sky-blue);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.get-in-touch .row:after {
    opacity: 0;
}

.get-in-touch .book-wrapper {
    padding: 0;
}

.get-in-touch .col-md-6:last-child .book-wrapper {
    padding-left: 10px;
}

.get-in-touch .row .col-md-6:last-child .sec-title,
.get-in-touch .row .col-md-6:last-child p {
    color: var(--black);
}

.get-in-touch .row .col-md-6:last-child textarea,
.get-in-touch .row .col-md-6:last-child input {
    background: var(--light-gray);
    border: 1px solid var(--light-gray);
}

.get-in-touch .ftr-detail p,
.get-in-touch .ftr-detail a {
    color: var(--white);
}

.get-in-touch .ftr-detail img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}

.get-in-touch .book-wrapper p {
    font-size: 19px;
    font-weight: 600;
}

.book-form button.btn:hover {
    background: var(--sky-blue);
    border: 1px solid var(--sky-blue);
}

.get-in-touch .row .col-md-6:last-child {
    padding-right: 12px;
}

.get-in-touch .row .col-md-6:last-child {
    padding-right: 12px;
}

.get-in-touch .row .col-md-6:last-child .form-group.col-md-6 {
    padding-right: 0;
}

.map-search {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
}

.map-search img {
    height: 100%;
}

.map-search button {
    padding: 0;
    position: absolute;
    right: 35px;
    top: 16px;
    border: 0;
    background: transparent;
}
.map-search input:focus-visible {
    outline: none;
}
.map-search input {
    height: 60px;
    background: var(--light-gray);
    border: 0;
    border-radius: 6px;
    padding: 18px;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    width: 100%;
}

.map-search input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.map-search input::-moz-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.map-search input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.map-search input::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.map-search input::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.get-in-touch .row .col-md-6:last-child .book-wrapper {
    padding-left: 20px;
}


/*======leader=====*/
.leader-img-text .row::after {
    background: var(--light-gray);
}

.leader-img-text .book-wrapper {
    padding: 0;
}

.leader-img-text .book-wrapper .sec-title,
.leader-img-text .book-wrapper p {
    color: #241D1D;
}

/*======doctor=====*/
.our-doctor .sec-title {
    margin-bottom: 25px;
}

.doctor-social ul {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.doctor-social ul li {
    padding: 5px;
}

/*======project=====*/
.cnt-wrap.project-multi {
    padding-right: 50px;
    padding-left: 50px;
}

.multi-health .image-wrap img {
    border-radius: 0;
}

.multi-health .row {
    background: #EDEDED;
    border-radius: 20px;
    overflow: hidden;
}

.multi-health .row .col-md-5 {
    padding-right: 0;
}

.unique .value-title {
    margin-bottom: 10px;
    font-size: 24px;
}

.unique .value-cnt {
    font-size: 19px;
    font-weight: 600;
}

.unique .value-grid {
    padding: 40px 25px;
}

.welcome .image-wrap img {
    border-radius: 20px;
}

.welcome .book-wrapper {
    padding-left: 50px;
}

.over-image {
    padding: 0;
}

.over-image img {
    border-radius: 20px;
}

.image-over-text .overlay:after {
    border-radius: 20px;
    opacity: 60%;
}

.image-over-text {
    position: relative;
}

.over-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 70%;
    z-index: 1;
}

.over-text .sec-title,
.over-text p {
    color: var(--white);
}

.partner .value-grid {
    border: 1px solid #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    color: var(--white);
}

.partner {
    background: var(--light-green);
    border-radius: 20px;
}

.partner .sec-title {
    color: var(--white);
    margin-bottom: 30px;
}

.partner-box .col-md-6 {
    width: 49%;
}

.partner-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 60px;
}

.partner-box img {
    width: 100px;
}

.image-over-text .row.overlay {
    padding-left: 1rem;
    padding-right: 1rem;
}

.image-over-text .overlay:after {
    max-width: calc(100% - 2rem);
    width: 100%;
    left: 1rem;
}

.health-inner {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.side-overlay {
    position: relative;
}

.side-overlay:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(359.77deg, rgba(0, 0, 0, 0.7) 11.97%, rgba(0, 0, 0, 0) 83.95%);
    background: linear-gradient(90.23deg, rgba(0, 0, 0, 0.7) 11.97%, rgba(0, 0, 0, 0) 83.95%);
}

.founder-lst .row {
    position: relative;
}

.founder-lst .row:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 60%;
    height: 100%;
    background: #EDEDED;
    z-index: -1;
    border-radius: 20px;
}

.founder-lst .book-wrapper {
    padding-right: 50px;
}

/*======university=====*/
.banner-cnt.w-100 {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.medical-science .cnt-wrap {
    padding-right: 15px;
}

.College .overlay:after {
    opacity: 40%;
}

.pharma .row {
    position: relative;
}

.pharma .row:before {
    content: "";
    background: var(--light-green);
    position: absolute;
    width: 55%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
    left: 12px;
}

.pharma .cnt-wrap {
    padding-left: 50px;
    padding-right: 30px;
}

.pharma p,
.pharma .sec-title {
    color: var(--white);
}

.cnt-sec {
    max-width: 75%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.img-sec img {
    border-radius: 20px;
}

.allied .cnt-sec {
    max-width: 85%;
}

/*======features=====*/
.facility .row.overlay:after {
    opacity: 34%;
}

.care .row {
    position: relative;
}

.care .row:before {
    content: "";
    background: var(--light-gray);
    position: absolute;
    width: 55%;
    height: 100%;
    z-index: -1;
    border-radius: 20px;
    left: 12px;
}

.care .cnt-wrap h2,
.care .cnt-wrap p {
    color: var(--black);
}

.care .image-wrap img {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.labor .value-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.labor .value-grid {
    height: 100%;
    padding: 30px 20px;
    margin-bottom: 0;
}

.labor .sec-title {
    margin-bottom: 0;
}

.labor p {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 500;
    color: var(--black);
}

.labor .value-cnt {
    color: var(--black);
}

.service .row.overlay:after {
    opacity: 50%;
}

.facility-detail {
    padding: 20px 0;
}

.facility-detail h3 {
    font-size: 24px;
    font-weight: bold;
}

.facility-detail p {
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
}

.care button {
    background: no-repeat;
    border: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 75px;
}

.care button:hover {
    background: transparent;
}

.care .image-wrap {
    position: relative;
}
ul.social-icon-footer {
    margin-left: 0;
}
.page-template-CoreSpecialties .value-grid {
    padding: 20px 40px;
    height: 100%;
}
.page-template-CoreSpecialties .our-value.image-with-text .row {
    row-gap: 25px;
}
.page-template-CoreSpecialties .our-value .value-grid:hover .value-icon img {
    -webkit-filter: contrast(0%) brightness(350%);
            filter: contrast(0%) brightness(350%);
}
.page-template-CoreSpecialties .value-grid .value-cnt p {
    margin: 0;
    color: var(--black);
}
.page-template-CoreSpecialties .value-grid:hover .value-cnt p {
    color: var(--white);
}
.service-slider .services-cnt {
    text-align: center;
}
.home .co-founder .call-book {
    display: none;
}
.banner-slider .carousel-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #00000005;
    width: 100%;
    height: 100%;
}
.banner-slider .carousel-indicators button {
    background-color: #15b1aea6;
}
.banner-slider .carousel-indicators button.active {
    background-color: #15b1ae;
}
.banner-slider button img {
    -webkit-filter: brightness(0.1);
            filter: brightness(0.1);
}
.page-template-AboutUs .value-grid {
    margin-bottom: 0;
    height: 100%;
}
.page-template-AboutUs .value-grid .value-cnt p {
    margin-bottom: 0;
}
.page-template-AboutUs .our-value .col-md-4 {
    margin-bottom: 25px;
}
.page-template-AboutUs .value-grid:hover .value-icon img {
    -webkit-filter: contrast(0%) brightness(350%);
            filter: contrast(0%) brightness(350%);
}
.page-template-HospitalProject .banner-cnt {
    max-width: 760px;
}
.page-template-MedicalUniversity .full-sec p {
    color: var(--black);
}
.page-template-MedicalUniversity .co-founder p {
    font-weight: 500;
}
.page-template-MedicalUniversity .welcome .book-wrapper {
    padding-left: 30px;
}
.notable .cnt-wrap.project-multi {
    padding: 10px 15px 10px 25px;
}
.notable .cnt-wrap.project-multi ul {
    margin: 0;
    padding-left: 20px;
}
.notable .cnt-wrap.project-multi p, .notable .cnt-wrap.project-multi ul {
    font-size: 16px;
    color: var(--black);
}
.notable .cnt-wrap.project-multi ul li {
    padding: 0 0 15px 0;
}
.core-area .value-title {
    font-size: 25px;
    font-weight: 600;
    color: var(--black);
}
.core-area .value-grid {
    padding: 25px;
    text-align: left;
    height: 100%;
}
.core-area  ul {
    margin: 0;
    padding-left: 20px;
}
.core-area ul li {
    padding-top: 15px;
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
}
.core-area .value-grid:hover li {
    color: var(--white);
}
.core-area .col-md-6 {
    margin-bottom: 25px;
}
.core-area ul li span {
    font-weight: 600;
}
.cnt-wrap.project-multi {
    padding-right: 40px;
    padding-left: 40px;
}
.bar-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
}
.bar-icon .gtranslate_wrapper {
    margin-left: 5px;
}
.bar-icon .gtranslate_wrapper .gt-current-lang {
    padding: 0;
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
}
.bar-icon .gtranslate_wrapper .gt-selected {
    background-color: transparent !important;
}
.bar-icon .gtranslate_wrapper .gt_float_switcher {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.bar-icon .gtranslate_wrapper .gt_float_switcher-arrow {
    -webkit-filter: contrast(100%) brightness(5);
            filter: contrast(100%) brightness(5);
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    position: relative;
    top: 2px;
    color: var(--white);
}
.bar-icon .gtranslate_wrapper .gt_options a {
    padding-right: 0 !important;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
}
.navbar-nav .nav-item.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    list-style: none;
    padding: 10px;
    background: var(--white);
    z-index: 1;
    -webkit-box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px;
            box-shadow: rgb(0 0 0 / 12%) 0px 1px 3px;
    left: 0;
    border: 0;
}
/*.navbar-nav .nav-item.menu-item-has-children, .navbar-nav .nav-item.menu-item-has-children .sub-menu {*/
/*    transition: 0.3s;*/
/*}*/
/*.navbar-nav .nav-item.menu-item-has-children .submenu-toggle.rotate-icon {*/
/*    transform: rotate(-180deg);*/
/*    top: 44%;*/
/*}*/
.submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.navbar-nav .nav-item.menu-item-has-children .sub-menu li {
    padding: 0 0px;
}
.navbar-nav .nav-item.menu-item-has-children .submenu-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
    transform: translateY(-50%);
}
.navbar-nav .nav-item.menu-item-has-children .sub-menu li .submenu-toggle {
    top: 50%;
    transform: translateY(-25%);
}
.navbar-nav .nav-item.menu-item-has-children {
    position: relative;
}
.navbar-nav .nav-item.menu-item-has-children .submenu-toggle.open {
    top: 15px;
}
.navbar-nav .nav-item.menu-item-has-children .sub-menu {
    width: 100%;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.lang-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 15px;
}
.bar-icon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.lang-image img {
    width: 13px;
}
.bar-icon .gtranslate_wrapper select {
    background: transparent;
    padding: 3px;
    color: var(--white)!important;
}
.bar-icon .gtranslate_wrapper select option {
    color: var(--black);
}
.bar-icon .gtranslate_wrapper select:focus-visible {
    outline: none;
}
.bar-icon ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.anouncement-bar .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.sidebar-module .wp-block-search__inside-wrapper {
    position: relative;
}
.sidebar-module input[type="search"] {
    border: 1px solid #3AB1AF;
    border-radius: 200px;
    height: 60px;
    padding: 12px 55px 12px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #302424;
    font-family: 'Gellix' !important;
}
.sidebar-module button {
    position: absolute;
    right: 0;
    height: 60px;
    width: 50px;
    background: transparent;
    border-radius: 200px;
    border: 0;
    background-image: url(/wp-content/uploads/2024/12/Vector-2.png);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    color: transparent;
    padding-right: 5px;
    font-size:0;
}
.sidebar-module input::-webkit-input-placeholder {
    color: #302424;
}
.sidebar-module input::-moz-placeholder {
    color: #302424;
}
.sidebar-module input:-ms-input-placeholder {
    color: #302424;
}
.sidebar-module input::-ms-input-placeholder {
    color: #302424;
}
.sidebar-module input::placeholder {
    color: #302424;
}
.sidebar-module input[type="search"]:focus-visible {
    outline: none;
}
.map-search input[type="text"] {
    padding: 12px 60px 12px 12px;
    background: #F5F5F5;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: 'Gellix' !important;
    border:0;
}
.search header.page-header {
    text-align: center;
}
.search .page-content {
    text-align: center;
}
.search input.search-field {
    height: 40px;
    padding: 12px;
}
.search input.search-submit {
    height: 40px;
    background: var(--light-green);
    color: var(--white) !important;
    font-weight: 500;
    padding: 10px;
    border: 0;
}
.search header nav.navbar, .error404 header nav.navbar {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.search header.page-header .page-title {
    margin-top: 0;
    color: var(--black);
}
ul.sub-menu .submenu-toggle svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.navbar-nav .nav-item.menu-item-has-children .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 105%;
}
header .navbar-nav .nav-item .sub-menu a {
    padding: 6px 8px;
}
.navbar-nav .nav-item.menu-item-has-children .sub-menu {
    background-image: url(/wp-content/uploads/2025/01/Group-1000002600-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90px;
    z-index: 2;
}
.navbar-nav .nav-item.menu-item-has-children .sub-menu .sub-menu {
    background-image: url(/wp-content/uploads/2025/01/Group-1000002600.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
header .navbar-nav .nav-item .sub-menu a:focus {
    outline: none;
}
.home p.banner-text {
    max-width: 500px;
}
.page-template-AboutUs .banner-overlay:after {
    background: -o-linear-gradient(359.77deg, rgba(0, 0, 0, 0.7) 11.97%, rgba(0, 0, 0, 0) 83.95%);
    background: linear-gradient(90.23deg, rgba(0, 0, 0, 0.7) 11.97%, rgba(0, 0, 0, 0) 83.95%);
}

.core-area .value-cnt p {
    margin: 0;
}
.page-template-founder .image-over-text .over-text {
    max-width: 92%;
}

.page-template-founder .image-over-text .over-text p {
    font-size: 19px;
    font-weight: 600;
}
.cnt-wrap p a {
    color: var(--text-color);
    text-decoration: underline;
}
.page-template-contact .get-in-touch {
    padding-bottom: 50px;
}
.btn-fill:visited {
    color: #fff;
}
.navbar-nav .nav-item.current-menu-item a {
    color: var(--sky-blue);
}
.navbar-nav .nav-item .nav-link:focus {
    outline: none;
}
.page-template-contact .about-banner.banner-overlay:after {
    background: -o-linear-gradient(357.1deg, #FFFFFF 1.31%, rgba(255, 255, 255, 0) 71.04%);
    background: linear-gradient(92.9deg, #FFFFFF 1.31%, rgba(255, 255, 255, 0) 71.04%);
    opacity: 1;
}
.book-wrapper form.wpcf7-form.sent .wpcf7-response-output {
    color: green;
}
main {
    z-index: 1;
    position: relative;
}
.search main {
    padding: 50px 0;
}
.search .page-content p {
    color: var(--black);
}
.search-inner article {
    text-align: center;
    color: var(--black);
}
.search-inner article .entry-title a, .search-inner article .entry-meta a, .search-inner article footer.entry-footer a {
    color: var(--black);
    text-decoration: underline;
}
.value-title b {
    font-size: 24px;
}
.core-area .value-cnt p {
    font-size: 25px;
    font-weight: 600;
}
.page-template-founder .our-mission .cnt-wrap {
    padding-right: 40px;
}
.page-template-founder .full-sec a {
    color: var(--black);
    text-decoration: underline;
    word-wrap: break-word;
}
.page-template-founder .full-sec p {
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
}
.call-book a {
    color: white;
}
.call-book a:hover {
    color: #000000;
    transition: 0.3s;
    font-weight: 600;
}
a:focus {
    outline: none !important;
}
.error-404.not-found {
    max-width: 1390px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 40px;
    text-align: center;
}
.search-results-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.home .banner-slider .carousel-item:before {
    display: none;
}


/* responsive css */

@media (min-width:1600px) {
    .banner-text {
        background-size: 100% !important;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 100%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        width: 100%;
        height: 100vh;
        background: var(--white);
        z-index: 99;
        padding: 20px;
        padding-top: 100px;
    }
}

@media (max-width:1440px) {
    .service-slider button.slick-prev, .service-slider button.slick-next {
        width: 45px;
        height: 45px;
    }
    .service-slider button.slick-next {
        right: -10px;
    }
    .service-slider button.slick-prev {
        left: -10px;
    }
    .get-in-touch .ftr-detail p, .get-in-touch .ftr-detail a {
        font-size: 18px;
    }
}

@media (max-width:1400px){
    .banner-cnt .title {
        font-size: 60px;
        line-height: 65px;
    }
    .banner-slider button {
        width: 40px;
    }
}

@media (max-width:1366px) {
    .page-template-HospitalProject .image-over-text .over-text {
        max-width: 80%;
    }
    .cnt-wrap.project-multi {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width:1360px) {
    .appointment .call-book {
        padding: 25px;
    }
    .footer-menu a, .ftr-detail p, .ftr-detail p a {
        font-size: 16px;
        line-height: 30px;
    }
    .notable .image-wrap img {
        border-radius: 15px;
    }
    .notable .image-wrap {
        padding: 20px;
    }
    .ftr-detail {
        margin-bottom: 8px;
    }
    /*footer .ftr-detail p {*/
    /*    line-height: 20px;*/
    /*}*/
    footer .detail-icon {
        width: 23px;
        margin-right: 10px;
    }
    .ftr-detail p a, .ftr-detail p {
        line-height: 17px;
    }
    .ftr-detail.phone-icon .detail-icon {
        margin-top: 8px;
    }
    .book-form input.form-control {
    	height: 50px;
    	padding: 8px 10px;
	}
	.book-form form  input[type="submit"] {
	    padding: 8px 45px;
	    font-size: 18px;
	    line-height: 1.3;
	}
	.book-form .form-row {
	    margin-bottom: 5px;
	}
	.appointment .cnt-wrap .sec-title {
    	font-size: 30px;
	}
	.book-form form .form-row input, .book-form form .form-row textarea, .book-form form .form-row input::placeholder, .book-form form .form-row textarea::placeholder {
        font-size: 16px;
    }
}

@media (max-width:1300px) {
    .navbar-nav .nav-item {
        padding: 0 10px;
    }
    .header-call .btn {
        font-size: 14px;
        padding: 10px 24px;
    }
    .bar-cont ul li {
        margin-right: 10px;
    }
    .bar-cont ul li a {
        font-size: 14px;
    }
    .bar-cont ul li a img {
        margin-right: 4px;
        width: 20px;
    }
    .bar-icon a img {
        width: 20px;
    }
    .sec-title {
        font-size: 40px;
    }
    .appointment .call-book {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .service-slider button.slick-next {
        right: -10px;
    }
    .service-slider button.slick-prev {
        left: -10px;
    }
    .second-text {
        width: 20%;
    }
    .ftr-bg-col {
        width: 30%;
    }
    .our-mission.notable .health-inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .notable .cnt-wrap.project-multi {
        padding: 30px 25px 30px 25px;
    }
    .notable .col-md-5 {
        padding-left: 0;
    }
    .asim-info .row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    /*.asim-info .row .col-md-6 {*/
    /*    width: 100%;*/
    /*}*/
    .asim-info .row .image-wrap {
        margin-bottom: 25px;
    }
}

@media (max-width:1200px) {
    .header-call .btn {
        font-size: 12px;
        padding: 10px 18px;
    }
    .banner-cnt .title {
        font-size: 40px;
        line-height: 50px;
    }
    .banner-cnt {
        max-width: 370px;
    }
    .appointment .row .col-md-6:last-child {
        padding-left: 40px;
        padding-right: 40px;
    }
    .book-form input.form-control {
        height: 50px;
    }
    .appointment .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .appointment .row .col-md-6 {
        width: 100%;
        padding-left: 0;
    }
    .appointment .row:after {
        width: 100%;
    }
    .appointment .book-form {
        padding-bottom: 30px;
    }
    .appointment .cnt-wrap {
        padding-top: 30px;
    }
    .appointment .book-form .form-group.col-md-6 {
        width: 49%;
    }
    footer h5 {
        font-size: 16px;
    }
    .col-md-4.first-row {
        padding-right: 20px;
    }
    .appointment.mission-inner .book-wrapper {
        padding: 30px 0;
    }
    .appointment.mission-inner .book-wrapper .cnt-wrap {
        padding-top: 0;
    }
    .page-template-AboutUs .appointment .image-wrap img {
        border-radius: 30px 30px 0px 0px;
    }
    .get-in-touch:before {
        width: 100%;
        height: 45%;
    }
    .appointment.get-in-touch.image-with-text {
        padding-top: 0;
    }
    .page-template-contact .appointment.get-in-touch .row .col-md-6:last-child {
        padding-top: 40px;
    }
    .page-template-contact .get-in-touch .book-wrapper .book-form {
        padding-bottom: 0;
    }
    .appointment.get-in-touch .row .col-md-6:last-child {
        padding-left: 0px;
        padding-right: 0px;
    }
    .appointment.get-in-touch .row .col-md-6:last-child .book-wrapper {
        padding-left: 0;
    }
    .founder-lst .book-wrapper {
        padding-right: 30px;
        padding-left: 10px;
    }
    .founder-lst .book-wrapper .cnt-wrap p:last-child {
        margin-bottom: 0;
    }
    .page-template-founder .our-mission .cnt-wrap {
        padding-right: 0;
    }
    .page-template-founder .over-text p:last-child {
        margin-bottom: 0;
    }
    .page-template-founder .over-text {
        max-width: 95%;
    }
    .welcome.founder-lst .col-md-6 {
        width: 100%;
    }
    .welcome.founder-lst .row:after {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    .welcome.founder-lst .col-md-6:last-child .book-wrapper {
        padding: 40px;
        background: #EDEDED;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .welcome.founder-lst .col-md-6 .image-wrap img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .image-over-text .over-image img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .page-template-HospitalProject .image-over-text .over-image img {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .unique .value-grid {
        height: 100%;
    }
    .unique .value-title {
        font-size: 20px;
    }
    .unique .value-cnt {
        font-size: 18px;
    }
    .sec-title {
        font-size: 32px;
    }
    .page-template-HospitalProject .sec-title {
        font-size: 26px;
    }
    .page-template-HospitalProject p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .page-template-HospitalProject a.btn {
        margin-top: 15px;
        font-size: 16px;
    }
    .page-template-HospitalProject .cnt-wrap.project-multi {
        padding-right: 10px;
        padding-left: 20px;
    }
    .image-over-text.facility .over-image img {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .sidebar-module input[type="search"] {
        height: 50px;
        font-size: 16px;
    }
    .sidebar-module button {
        height: 50px;
        background-size: 20px;
        padding-right: 0;
    }
    .navbar-collapse ul.navbar-nav {
        width: 68%;
    }
    .navbar-nav a {
        font-size: 16px;
    }
    .page-template-contact .appointment.get-in-touch .row .col-md-6:last-child .form-group.col-md-6 {
        padding: 0;
    }
}

@media (max-width:1024px) {
    .first-row {
        width: 50%;
    }
    .second-text, .ftr-col-rgt {
        width: 25%;
    }
    .page-template-AboutUs .our-mission .image-wrap:before {
        display: none;
    }
    .page-template-MedicalUniversity .full-sec .cnt-sec {
        max-width: 100%;
    }
    .page-template-MedicalUniversity .welcome .book-wrapper {
        padding-left: 15px;
    }
    .page-template-MedicalUniversity .pharma .cnt-wrap {
        padding-left: 15px;
        padding-right: 0px;
    }
    .page-template-MedicalUniversity .pharma .cnt-wrap p {
        margin-bottom: 0;
    }
    .page-template-HospitalProject .health-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .page-template-HospitalProject .health-inner .col-md-7, .page-template-HospitalProject .health-inner .col-md-5 {
        width: 100%;
    }
    .page-template-HospitalProject .health-inner .col-md-7 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-template-HospitalProject .health-inner .col-md-5 {
        padding-left: 0;
    }
    .page-template-HospitalProject .health-inner .image-wrap img {
        height: 600px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: top;
           object-position: top;
    }
    .bar-cont li:last-child {
        display: none;
    }
    .bar-icon ul li {
        margin-left: 6px;
    }
    .navbar-nav a {
        font-size: 15px;
    }
     .asim-info .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .asim-info .row .col-md-6 {
        width: 100%;
    }
    .asim-info .row {
        background: #ededed;
        border-radius: 20px;
        padding: 20px;
    }
}

@media (max-width:991px) {
    .navbar-light .navbar-toggler[aria-expanded="true"] span {
        background-image: url(../images/cross-toggle.png);
        background-size: 20px;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(1) invert(0);
    }
    header .navbar-collapse.show {
        left: auto;
        right: 0;
        z-index: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    header button.navbar-toggler {
        z-index: 2;
    }
    header {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        background-color: var(--white);
    }

    header .navbar-nav .nav-item .nav-link {
        color: var(--black);
    }
    header .navbar-collapse {
        position: fixed;
        top: 0;
        width: 500px !important;
        background: var(--white);
        right: -500px;
        height: 100%;
        left: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding-top: 180px;
        padding-left: 9px;
        padding-right: 9px;
        max-width: 500px !important;
        display: inline-block !important;
    }
    .banner-slider .carousel-indicators {
        z-index: 1;
    }
    button.navbar-toggler:focus {
        outline: none;
        box-shadow: none;
    }
    header .navbar-collapse .navbar-nav {
        width: 100%;
    }
    .navbar-collapse .header-call {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .bar-icon ul {
        display: none;
    }
    .bar-icon .lang-image {
        margin: 0;
    }
    .anouncement-bar .col-md-8 .bar-cont {
        text-align: left;
    }
    .sec-title {
        font-size: 40px;
    }
    .page-template-CoreSpecialties .value-grid {
        padding: 20px;
    }
    .page-template-founder .our-mission .cnt-wrap {
        padding-right: 0;
    }
    .page-template-founder .over-text p:last-child {
        margin-bottom: 0;
    }
    .page-template-founder .over-text {
        max-width: 95%;
    }
    .page-template-founder .over-text {
        position: initial;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        padding: 40px 25px;
        max-width: 100%;
        background: #000;
        z-index: 1;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .page-template-MedicalUniversity .medical-science .col-md-6 {
        width: 100%;
    }
    .page-template-MedicalUniversity .welcome.co-founder .col-md-6 {
        width: 100%;
    }
    .page-template-MedicalUniversity .welcome.co-founder .book-wrapper {
        padding-top: 30px;
    }
    .page-template-MedicalUniversity .welcome.co-founder:after {
        width: 100%;
    }
    .page-template-MedicalUniversity .pharma.medical-science:before {
        width: 100%;
        left: 0;
        content: "";
        background: var(--light-green);
        position: absolute;
        height: 100%;
    }
    .page-template-MedicalUniversity .pharma.medical-science .cnt-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
    }
    .core-area .value-title {
        font-size: 20px;
    }
    .pharma .cnt-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
    .pharma .cnt-wrap p {
        margin-bottom: 0;
    }
    .partner .value-grid {
        height: 100%;
    }
    .partner .value-grid {
        height: 100%;
        padding: 20px;
    }
    .partner-box {
        padding: 0 30px;
    }
    .sidebar-module {
        width: 80%;
    }
    .sidebar-module form {
        max-width: 300px;
        margin-left: 0;
    }
    .navbar-nav .nav-item.menu-item-has-children .sub-menu {
        left: 10px;
        width: -webkit-fill-available;
        -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.01);
                box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 0 rgba(0, 0, 0, 0.01);
    }
    .navbar-nav .nav-item.menu-item-has-children .sub-menu .sub-menu {
        top: 50px;
        left: 0;
        width: -webkit-fill-available;
    }
    .navbar-nav .nav-item.menu-item-has-children .submenu-toggle {
        right: 10px;
    }
     .our-mission.notable .health-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .our-mission.notable .health-inner .col-md-7, .our-mission.notable .health-inner .col-md-5 {
        width: 100%;
    }
    .page-template-founder .image-over-text .over-text {
        max-width: 100%;
    }
    .ftr-bg-col {
        width: 50%;
    }
    .search-results-wrap {
    	grid-template-columns: 1fr 1fr;
	}
}

@media (max-width:900px) {
    .our-mission .cnt-wrap {
        padding-right: 10px;
    }
    .our-mission .cnt-wrap {
        padding-right: 10px;
    }
    .our-mission .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .our-mission .cnt-wrap {
        padding-top: 30px;
    }
    .our-mission .col-md-6 {
        width: 100%;
    }
    .col-lg-6.col-md-6.col-xl-6.col-sm-12.right-founder {
        padding-left: 20px;
        padding-right: 20px;
    }
    .co-founder .call-book button {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: auto;
        margin-top: 25px;
    }
    .page-template-MedicalUniversity .our-mission.pharma .image-wrap {
        padding-top: 50px;
    }
    .page-template-MedicalUniversity .welcome .col-md-6 {
        width: 100%;
    }
    .page-template-MedicalUniversity .welcome .book-wrapper {
        padding-left: 0;
        padding-top: 25px;
    }
    .page-template-MedicalUniversity .image-over-text.College .over-text {
        position: initial;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        max-width: 100%;
        padding: 20px;
        background: #15b1ae;
        border-radius: 20px;
    }
    .page-template-CoreSpecialties .value-grid {
        padding: 15px;
    }
}

@media (max-width:820px) {
    .partner-box {
        padding: 0 30px;
    }
    .pharma.care .row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .pharma.care .row .col-md-6 {
        width: 100%;
    }
    .pharma.care .row:before {
        display: none;
    }
    .pharma.care .row .col-md-6 .cnt-wrap {
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }
    .pharma.care .row .col-md-6 img {
        border-radius: 0;
    }
}

@media (max-width:767px) {
    .navbar-light .navbar-toggler[aria-expanded="true"] span {
        background-image: url(../images/cross-toggle.png);
        background-size: 20px;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(1) invert(0);
    }

    header {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        background-color: var(--white);
    }

    header .navbar-collapse.show {
        right: 0;
        left: auto;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    header .navbar-collapse {
        position: fixed;
        top: 0;
        width: 310px !important;
        background: var(--white);
        right: -310px;
        height: 100%;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding-top: 150px;
        padding-left: 9px;
        padding-right: 9px;
        max-width: 310px !important;
        display: inline-block !important;
    }

    .navbar-light .navbar-toggler:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .header-search button {
        display: none;
    }

    .navbar-light .navbar-toggler {
        z-index: 999;
    }

    .navbar-nav {
        margin-bottom: 20px !important;
    }
    .anouncement-bar .bar-cont li:last-child {
        display: none;
    }
    .banner-cnt .title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .banner-btn .btn {
        font-size: 14px;
        padding: 7px 20px;
    }
    .banner-cnt {
        max-width: 280px;
    }
    .btn, .btn-fill {
        font-size: 18px;
        padding: 9px 25px;
    }
    .banner-slider button {
        width: 35px;
    }
    .banner-slider button img {
        max-width: 20px;
    }
    .banner-btn {
        margin-top: 10px;
    }
    .sec-title {
        font-size: 34px;
    }
    .appointment .book-form .form-group.col-md-12 {
        width: 100%;
    }   
    .appointment .row .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }
    .appointment .row:after {
        margin-right: 0;
    }
    .co-founder:after {
        display: none;
    }
    .co-founder {
        margin-bottom: 0;
    }

    .co-founder .right-founder {
        padding-top: 20px;
    }
    .second-text {
        width: 50%;
    }
    .ftr-bg-col {
        width: 100%;
    }
    .ftr-col-rgt .ftr-menu-col {
        padding-left: 10px;
    }
    .first-row {
        width: 70%;
    }
    .home .our-mission .image-wrap:before {
        display:none;
    }
    .unique .col-md-4 {
        margin-bottom: 15px;
    }
    .partner-box .value-grid {
        padding: 20px;
    }
    .partner-box {
        padding: 0 30px;
    }
    .page-template-HospitalProject .welcome.image-with-text .book-wrapper {
        padding-left: 0;
        padding-top: 20px;
    }
    .page-template-HospitalProject .over-text {
        max-width: 94%;
    }
    .allied .col-md-6.img-sec {
        margin-bottom: 15px;
    }
    .facility.service p {
        margin-bottom: 0;
    }
    .our-value.labor .col-md-4 {
        margin-bottom: 15px;
    }
    .over-text p {
        margin-bottom: 0;
    }
    .sidebar-module input[type="search"] {
        height: 50px;
        font-size: 14px;
    }
    .sidebar-module button {
        height: 50px;
        background-size: 15px;
        padding: 0;
    }
    .anouncement-bar .col-md-8 li:first-child {
        display: none;
    }
    .anouncement-bar .col-md-8, .anouncement-bar .col-md-4 {
        width: 50%;
    }
    p.banner-text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom:10px;
    }
    .core-area .value-cnt p {
        font-size: 20px;
    }
}

@media (max-width:700px) {
    .page-template-contact .get-in-touch {
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .get-in-touch:before {
        height: 45%;
    }
}

@media (max-width:600px) {
    .ptb-80 {
        padding: 50px 0;
    }
    .banner-cnt .title {
        font-size: 20px;
        line-height: 26px;
    }
    .banner-cnt {
        max-width: 230px;
    }
    .btn, .btn-fill {
        font-size: 14px;
        padding: 7px 20px;
    }
    .banner-slider .carousel-indicators {
        margin-bottom: 0;
    }
    .banner-slider .carousel-indicators button {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
    }
    .second-text, .ftr-col-rgt {
        width: 50%;
    }
    .get-in-touch:before {
        height: 100%;
    }
    .get-in-touch .book-wrapper p {
        font-size: 16px;
    }
    .get-in-touch .row .col-md-6:last-child .sec-title, .get-in-touch .row .col-md-6:last-child p {
        color: var(--white);
    }
    .get-in-touch .col-md-6:first-child .book-wrapper {
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .get-in-touch .book-wrapper .cnt-wrap {
        padding-top: 30px;
    }
    .get-in-touch .book-wrapper .cnt-wrap {
        padding-top: 0;
    }
    .get-in-touch .book-wrapper .book-form {
        padding-bottom: 0;
    }
    .page-template-founder .our-mission .image-wrap:before {
        display: none;
    }
    .image-over-text .over-image img {
        height: 290px;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .page-template-Leadership .our-mission .image-wrap:before {
        display: none;
    }
    .page-template-Leadership .our-mission .image-wrap:before {
        display: none;
    }
    .appointment.leader-img-text .row:after {
        border-radius: 0 12px 12px 0;
    }
    .appointment.leader-img-text .row {
        border-radius: 12px;
    }
    .appointment.leader-img-text img {
        border-radius: 12px 0 0 12px;
    }
    .our-doctor .services-wrap {
        margin: 0;
    }
    .page-template-MedicalUniversity .pharma.medical-science:before {
        display:none;
    }
    .page-template-MedicalUniversity .pharma.medical-science {
        background: var(--light-green);
    }
    .page-template-MedicalUniversity .pharma.medical-science .row:before {
        display: none;
    }
    .get-in-touch .row:after {
        display:none;
    }
    .get-in-touch .row {
        border-radius: 0;
    }
    .page-template-HospitalProject .health-inner .image-wrap img {
        height: 450px;
    }
    .page-template-HospitalProject .cnt-wrap.project-multi {
        padding-top: 0;
    }
    .partner-box .col-md-6 {
        width: 100%;
        margin-bottom: 15px;
    }
    .image-over-text.facility.service .over-text {
        max-width: 95%;
    }
    .header-logo {
        width: 35%;
    }
}

@media (max-width:500px) {
    .container {
        padding: 0 20px;
    }
    .banner-cnt .title {
        font-size: 18px;
        line-height: 22px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .banner-cnt {
        max-width: 150px;
    }
    .sec-title {
        font-size: 28px;
    }
    .appointment .row .col-md-6:last-child {
        padding-left: 25px;
        padding-right: 25px;
    }
    .appointment .book-form .form-group.col-md-6 {
        width: 100%;
    }
    .book-form .form-row {
        margin-bottom: 0;
    }
    .appointment .book-form .form-group {
        margin-bottom: 12px;
    }
    .service-slider button.slick-prev, .service-slider button.slick-next {
        width: 35px;
        height: 35px;
    }
    .service-slider button.slick-prev {
        background-size: 8px;
    }
    .first-row {
        width: 100%;
    }
    .book-wrapper {
        word-wrap: break-word;
    }
    .welcome.founder-lst .col-md-6:last-child .book-wrapper {
        padding: 25px;
    }
    .unique .value-title {
        font-size: 20px;
    }
    .unique .value-cnt {
        font-size: 16px;
    }
    .over-text {
        max-width: 90%;
    }
    .our-mission.medical-science {
        padding-bottom: 0;
    }
    .page-template-MedicalUniversity .our-mission .image-wrap:before {
        display: none;
    }
    .facility.service p {
        line-height: 22px;
    }
    .page-template-contact .appointment .row .col-md-6, .page-template-contact .appointment.get-in-touch .row .col-md-6:last-child {
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-template-contact .appointment.get-in-touch .row .col-md-6:last-child .form-row .form-group.col-md-6 {
        padding: 0;
    }
    .home .banner-cnt {
        position: inherit;
        max-width: 100%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        padding: 20px 0;
    }
    .home .banner-slider button {
        top: 0px;
        height: 60%;
    }
    .banner-slider .carousel-indicators {
        bottom: 42%;
    }
    section.co-founder p {
        font-size: 16px;
        font-weight:500;
    }
    .copyright .privacy-menu {
        font-size: 14px;
    }
    .service-slider button.slick-prev {
        left: -5px;
    }
    .service-slider button.slick-next {
        right: -5px;
    }
    .value-title b {
        font-size: 20px;
    }
    .error-404.not-found .page-title {
    	font-size: 24px;
	}
	.search-results-wrap {
    	grid-template-columns: 1fr;
	}
    .page-template-contact .appointment.get-in-touch .row .col-md-6:last-child {
        padding-top: 20px;
    }
    .get-in-touch .ftr-detail a {
        font-size: 16px;
    }
}

@media (max-width:440px) {
    html body {
        font-size: 16px;
    }
    .privacy-menu {
        font-size: 16px;
        line-height: 22px;
    }
    .col-md-4.first-row {
        padding-right: 0px;
    }
    ul.social-icon-footer {
        margin-top: 5px;
    }
    .notable .cnt-wrap.project-multi {
        padding: 20px 15px 20px 15px;
    }
    .asim-info .row .image-wrap {
        margin-bottom: 5px;
    }
    .appointment .row {
        border-radius: 15px;    
    }
    .appointment .row:after {
        border-radius: 0 15px 15px 0;
    }
    .page-template-AboutUs .appointment .image-wrap img {
        border-radius: 15px 15px 0px 0px;
    }
    .menu-row .first-row {
        padding-right: 12px;
    }
    .sec-title {
        font-size: 24px;
    }
    .cnt-wrap.project-multi {
        padding-right: 10px;
        padding-left: 10px;
    }
    .multi-health .row .col-md-5 {
        padding-left: 0;
    }
    .page-template-HospitalProject .cnt-wrap.project-multi {
        padding-bottom: 30px;
    }
    .page-template-SalientFeatures .our-mission .image-wrap:before {
        display:none;
    }
    .service-slider button.slick-next {
        right: 0px;
    }
    .service-slider button.slick-prev {
        left: 0px;
    }
    .banner-slider .carousel-indicators {
        bottom: 45%;
    }
    .copyright .privacy-menu {
        font-size: 12px;
    }
    .service-slider button.slick-prev {
        left: 15px;
    }
    .service-slider button.slick-next {
        right: 15px;
    }
    .appointment .image-wrap img {
        border-radius: 15px 15px 0 15px;
    }
    .appointment .call-book {
        border-radius: 0px 15px 0px 15px;
    }
    .home .co-founder.ptb-80 {
        padding: 0px 0 30px 0;
    }
    .appointment .row {
        border-radius: 15px;
        --bs-gutter-x: 0rem;
    }
    .book-form form .form-row input::-webkit-input-placeholder, .book-form form .form-row textarea::-webkit-input-placeholder {
        font-size: 16px;
    }
    .book-form form .form-row input::-moz-placeholder, .book-form form .form-row textarea::-moz-placeholder {
        font-size: 16px;
    }
    .book-form form .form-row input:-ms-input-placeholder, .book-form form .form-row textarea:-ms-input-placeholder {
        font-size: 16px;
    }
    .book-form form .form-row input::-ms-input-placeholder, .book-form form .form-row textarea::-ms-input-placeholder {
        font-size: 16px;
    }
    .book-form form .form-row input, .book-form form .form-row textarea, .book-form form .form-row input::placeholder, .book-form form .form-row textarea::placeholder {
        font-size: 16px;
    }
    .book-form form  input[type="submit"] {
        font-size: 14px;
        padding: 10px 30px;
    }
    .facility-detail h3 {
        font-size: 20px;
    }
    .facility-detail p {
        font-size: 17px;
        line-height: 25px;
    }
    .page-template-SalientFeatures .partner-wrapper.pt-50 {
        padding-top: 10px;
    }
    .menu-row {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .page-template-founder .full-sec p {
        font-size: 16px;
    }
    .page-template-founder .image-over-text .over-text p, .get-in-touch .book-wrapper p {
        font-size: 16px;
    }
    .page-template-founder .image-over-text .over-text {
        padding: 25px 20px;
    }
}

@media (max-width:400px) {
    .bar-icon {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .lang-image img {
        display: none;
    }
    .bar-icon .gtranslate_wrapper {
        margin-left: 0;
    }
    .bar-cont ul li {
        margin-right: 0;
    }
    .banner-slider .carousel-indicators {
        bottom: 47%;
    }
     .service-slider button.slick-prev {
        left: 15px;
    }
    .service-slider button.slick-next {
        right: 15px;
    }
    .error-404.not-found form.search-form input[type="submit"] {
    	margin-top: 10px;
	}
	.error-404.not-found form.search-form label, .error-404.not-found form.search-form label input, .error-404.not-found form.search-form input[type="submit"] {
    	width: 100%;
	}
}

@media (max-width:380px) {
    .banner-slider .carousel-indicators {
        bottom: 50%;
    }    
}