@font-face {
  font-family: 'Inter';
  src: url('fonts/inter-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('fonts/inter-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('fonts/inter-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/poppins-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


:root {
    --primary-color: #093c34;
    --secondary-color: #ffcc53;
    --text-color: #011b17;
}
h1, h2, h3, h4, h5, h5, h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
}
.nav-item.dropdown:hover .dropdown-menu {
    background-color: #fff;
    border-radius: 10px;
}
.testi-detail img {
    display: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1770px;
    }


/* Top Info Bar */
.top-bar {
    padding: 5px 20px;
    font-size: 15px;
    color: #68747A;
    line-height: 19px;
}
.navbar-brand img {
    height: 60px;
    width: auto;
}
.top-right-sec {
    display: flex;
    align-items: center;
    padding: 0 10px;
}
body.wp-singular.page-template {
    background-color: #0000 !important;
}
a.custom-whatsapp-chat-cc {
    position: fixed !important;
    bottom: 50px;
    right: 20px;
}
.header-bar .pxl-item--meta a {
    color: #fff;
    text-decoration: none;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 80px !important;
}
.dropdown-item {
    color: #333;
}
.dropdown-item:hover {
    color: #093C34;
}
.header-bar .pxl-item--meta a:hover {
    color: #f2f2f2;
    text-decoration: none;
}
.google-logo {
    border-right: 1px solid #DADEE2;
    padding-right: 16px;
    margin-right: 10px;
    width: auto !important;
    height: auto;
}
.star-google {
    max-width: 100px;
    height: auto;
}
span.rating-google {
    padding-left: 10px;
    padding-top: 2px;
}
.navbar-expand-lg .navbar-collapse {
        justify-content: space-between;
    }

.top-bar a {
    color: #68747A;
    text-decoration: none;
    font-weight: 400;
}
.top-bar .top-right-sec a:after {
    width: 4px;
    height: 4px;
    background-color: #68747A;
    content: '';
    display: inline-block;
    margin-left: 20px;
    border-radius: 20px;
}
.top-bar .top-right-sec a:last-child::after {
    display: none !important;
}

.top-bar a:hover {
    text-decoration: underline;
}

/* Header Bar */
.header-bar {
    background-color: var(--primary-color);
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    margin: 0 20px;
    border-radius: 20px 20px 0 0;
}
.top-header {
    padding: 5px 0 13px 0;
    flex-direction: row;
    flex-wrap: nowrap !important;
    gap: 40px;
}
.top-bar .container {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 40px;
}
@media (min-width: 768px) {
.right-sec {
    display: flex !important;
    gap: 30px;
}
}
.pxl-item--inner {
    display: flex;
    align-items: center;
    gap: 20px;
}
.pxl-item--icon svg {
    fill: #fff;
}
.pxl-item--meta {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}
.pxl-item--icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: #FFFFFF26;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-bar i {
    margin-right: 5px;
}

/* Navbar */
.navbar {
    padding: 10px 0 0px;
    border-top: 1px solid #265049;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}
.navbar .container {
    padding: 0;
}

.navbar-nav .nav-link {
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-right: 15px;
}

.navbar-nav .nav-link:hover {
    color: var(--secondary-color);
}
.search-container {
    display: none;
    position: absolute;
    right: 348px;
}
#search-toggle {
    border: 1px solid #FFFFFF26 !important;
    padding: 15px;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
	font-size: 30px;
}

/* Appointment Button */
a.btn.btn-warning.ms-3 {
    padding: 15px 30px;
    font-weight: 400;
    background-color: var(--secondary-color);
    border-radius: 13px;
	border: none;
}
a.btn.btn-warning.ms-3:hover {
    background-color: #fff;
}
input.form-control.me-2 {
    height: 60px;
    border-radius: 13px;
    width: 370px;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}



/* banner slider */
#heroCarousel {
    margin: 0 20px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
.carousel-control-next, .carousel-control-prev {
    width: 3%;
}
.carousel-control-prev, .carousel-control-next {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    opacity: 1;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #093c356b;
    padding: 18px;
}
.btn-primary {
    font-weight: 500;
    background-color: var(--primary-color);
    border: none;
    font-size: 15px;
    border-radius: 13px;
    padding: 15px 30px;
	margin-top: 35px;
	transition: all 0.3s ease-in-out;
}
.carousel-item img.d-block.w-100 {
    height: auto !important;
}
.btn-primary:hover {
    background-color: #04241f; 
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2); 
    transform: translateY(-3px); 
}



/* banner bottom */
.container.banner-bottom {
    padding: 80px 3rem;
}
.content-pxl {
    border-top: 1px solid #DADEE2;
    padding: 20px 0;
}
.banner-bottom>.row {
    gap: 0px
}
.banner-bottom>.row .col-sm-4 {
    width: calc(33.33333333% - 1.5rem);
}
.banner-bottom>.row .col-sm-4 .row {
    padding: 20px 0;
}
.banner-bottom>.row .col-sm-4 .row .icon {
    display: flex;
    justify-content: flex-end;
}
.banner-bottom .col-sm-4 {
    background-color: #F1F2F2;
    border-radius: 20px;
    padding: 20px 20px 50px;
}
.banner-bottom .bg-2 {
    background-color: #cfe1de;
}
.banner-bottom .bg-3 {
    background-color: #FCD986;
}
.banner-bottom .bg-2 .content-pxl {
    border-color: #F0F7FA;
}
.banner-bottom .bg-3 .content-pxl {
    border-color: #E9BD56;
}
.banner-bottom h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 35px;
}



/* diease section */
.dieases-sec .row {
    background-color: #b3d7e7;
    border-radius: 20px;
    padding: 50px 20px 30px;
    margin: 0 20px;
}
.dieases-sec img {
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.dieases-sec .content-area {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
}
.dieases-box img {
    border-radius: 400px;
}
.dieases-box h3 a {
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 18px;
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
}
.dieases-box {
    background-color: #CFE1DE !important;
    border: 1px solid #bed9d4;
    margin: 0 !important;
    padding: 20px 20px !important;
    align-items: center;
    transition: .2s;
    margin-bottom: 20px !important;
}
.dieases-box:hover {
    background-color: #fff !important;
}
.dieases-box span.pxl-post--icon {
    background-color: var(--primary-color);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: .2s;
}
.dieases-box:hover span.pxl-post--icon {
    background-color: var(--secondary-color) !important;
}
.dieases-box:hover span.pxl-post--icon svg g, .dieases-box:hover span.pxl-post--icon svg {
    fill: var(--primary-color)!important;
}
svg.replaced-svg {
    fill: #fff;
}
a.link-icon {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    width: fit-content;
    background-color: var(--primary-color);
    padding: 3px 20px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
a.link-icon:hover {
    background-color: #04241f;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}
h2 {
    color: var(--text-color);
    -webkit-text-stroke-color: var(--text-color);
    font-size: 45px;
    font-weight: 500;
    line-height: 55px;
}
p {
    color: var(--text-color);
    font-size: 20px;
    line-height: 35px;
}
h3 {
    color: var(--text-color);
    font-size: 20px;
    line-height: 33px;
    font-weight: 400;
}



/* doctor section */
.doctor-sec .row, .about-doctor .row {
    border-style: solid;
    border-width: 1px 1px 6px 1px;
    border-color: #DADEE2;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
    margin: 80px 20px;
}
.about-doctor .row h3 {
    font-size: 22px;
    font-weight: 600;
}
.about-doctor .row .btn-primary {
    width: fit-content;
}
.doctor-detail {
    display: flex;
    gap: 25px;
    align-items: center;
    border-top: 1px solid #DADEE2;
    margin-top: 25px;
    padding-top: 40px;
}
.doctor-detail img {
    border-radius: 100px;
}
.doctor-sec p {
    font-size: 20px;
    line-height: 35px;
    margin-top: 20px;
}
.doctor-sec h2 {
    font-size: 24px;
    line-height: 35px;
}
.doctor-sec .btn-primary {
    width: fit-content;
}
.doctor-sec span.pxl-desc {
    font-size: 15px;
    color: #68747a;
	line-height: 28px;
}
.doctor-sec .pxl-title {
    font-size: 17px;
    line-height: 28px;
    color: var(--primary-color);
    margin-bottom: 0;
}
.doctor-sec .img-sec {
    border-radius: 20px;
    background-size: cover;
	background-position: center;
}
.doctor-sec .text-sec {
    padding: 30px 0px 30px 40px;
}




/* news section */
.news-sec .row {
    margin: 0 20px;
}
.news-sec .box {
    border-top: 1px solid #dadee2;
    padding: 30px 0;
}
.button-bottom {
	border-top: 1px solid #dadee2;
	text-align: center;
}
.news-sec .row h3 {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 23px;
    font-weight: 500;
}
.news-sec img {
    border-radius: 20px;
}
.news-sec-heading .row {
    margin: 0 20px 50px;	
    align-items: flex-end;
}
 .btn--readmore {
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--text-color);
    column-gap: 15px;
    font-size: 17px;
	text-decoration: none;
	display: inline-flex;
    overflow: hidden;
    position: relative;
    padding-right: 4px;
}
.btn--readmore .icon {
    position: relative;
    transition: .2s;
}
.btn--readmore svg {
    width: 32px;
    transition: .2s;
}
.btn--readmore .icon:before {
    position: absolute;
    content: '';
    top: 56%;
    left: 0;
    transform: translatey(-50%);
    background-color: var(--text-color);
    height: 2px;
    width: 30px;
    transition: .2s;
}
.btn--readmore:hover .icon:before {
    width: 55px;
}
.btn--readmore:hover svg {
    transform: translatex(25px);
}
.btn--readmore:hover .icon {
    padding-right: 25px;
}
.meta {
    display: flex;
}
.meta a {
    color: #4b535d;
    text-decoration: none;
}
.news-sec .row .col-sm-4 {
    justify-content: space-between;
}
div#sliderContainer {
    margin: 0 20px;
    border-radius: 0 0 20px 20px !important;
    overflow: hidden;
}
.container.mobile-slider {
    display: none;
}



/* contact section */
.contact-sec .row {
    margin: 80px 20px 0;
    border-radius: 20px 20px 0 0;
    min-height: 286px;
    background-size: cover;
    align-content: flex-end;
    padding: 20px 20px 50px;
    position: relative;
    overflow: hidden;
}
.alert {
    padding: 10px;
    border-radius: 13px;
    font-size: 16px;
}
.contact-sec h2, .contact-sec h3 {
    z-index: 1;
}
.contact-sec-bottom>.row {
    background-color: var(--primary-color);
    margin: 0 20px !important;
	padding: 50px 20px;
}
.contact-sec-bottom h3 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0 10px;
}
.contact-sec-bottom .box h3 {
    margin-bottom: 30px;
}
.contact-sec-bottom p {
    color: #b3cdce;
}
.pxl-list--icon svg {
    width: 15px;
    height: 15px;
    fill: #1EDE8F;
}
.pxl-list .pxl--item {
    display: flex;
    gap: 8px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 12px;
}
.contact-sec-bottom .box {
    border-top: 1px solid #284055;
    margin-top: 20px;
    padding-top: 30px;
}
.contact-sec-bottom {
    position: relative;
}
.form-sec {
    background-color: #F1F2F2;
    padding: 30px;
    border-radius: 20px;
    position: relative;
    text-align: center;
    margin-top: -255px;
}
input, select, textarea {
    border-radius: 13px !important;
    border: 1px solid #ccc !important;
    background-color: #fff !important;
}
input, select {
    height: 54px;
}
.form-sec h2 {
    text-align: center;
    font-size: 33px;
}
.form-sec .row {
    text-align: left;
}
.simple-content-pages strong {
    font-weight: 600;
}
.simple-content-pages h4 {
    margin-top: 25px;
    margin-bottom: 15px;
}



/* footer */
.main-footer .row {
    background-color: var(--primary-color);
    margin: 80px 20px 0;
    border-radius: 20px;
    padding: 40px 20px;
	color: #fff;
}
.main-footer img {
    width: auto !important;
    height: 60px !important;
    max-width: max-content;
    margin-bottom: 30px;
}
.main-footer .row p {
    color: #b3cdce;
    font-size: 16px;
    line-height: 28px;
}
.main-footer .row h3 {
    color: #fff;
    font-size: 23px;
    margin-bottom: 28px;
}
.main-footer .row ul {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
    line-height: 28px;
}
.main-footer .row ul li {
    margin-bottom: 15px;
}
.main-footer .row ul a {
    text-decoration: none;
	color: #b3cdce;
	margin-bottom: 10px;
}
.copyright .row {
    color: #68747A;
    margin: 20px;
}
.footer-bottom-links p {
    display: flex;
    gap: 24px;
    justify-content: flex-end;
    font-size: 16px;
    margin-bottom: 0;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #0000;
}
.footer-bottom-links p a {
     color: #68747A;
	 text-decoration: none;
}
.footer-about-text {
    max-width: 90%;
}
.social-icons {
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.copyright {
    font-size: 16px;
    line-height: 28px;
}
.social-icons a {
    color: #b3cdce;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
	gap: 10px;
    font-size: 16px;
    line-height: 28px;
}
.main-footer .row ul a:hover, .social-icons a:hover {
    color: #fff;
}




.about-section h1 {
    color: var(--text-color);
    -webkit-text-stroke-color: var(--text-color);
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
}
.about-section .row {
    margin: 25px 20px 0;
    background-image: linear-gradient(180deg, #FFFFFF00 0%, #EEF6FA 100%);
    border-radius: 30px;
    padding: 40px 20px 0;
    gap: 30px;
}
.about-section .row .flex-column {
    width: calc(33.33% - 30px);
}
.about-section .row .img-sec {
    background-image: url(../img/ab2.png);
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    justify-content: flex-end;
}
.about-section .row h3 {
    color: var(--text-color);
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}
ol li {
    margin-bottom: 15px;
}
.key-focus .row {
    margin: 70px 20px 0;
	gap: 20px;
}
.key-focus .row .col-sm-3 {
    border: 1px solid #DADEE2;
    padding: 20px;
    border-radius: 20px;
    gap: 15px;
	align-items: center;
	width: calc(25% - 15px);
}
.key-focus .row .col-sm-3:hover {
    background-color: var(--secondary-color);
	cursor: pointer;
}
.key-focus .row .col-sm-3 h3 {
    font-size: 20px;
    font-weight: 500;
	margin-bottom: 0;
}
.approch-section .row {
    margin: 90px 20px 0;
    background-color: #F1F2F2;
    padding: 30px;
    border-radius: 20px;
}
.approch-section .row h2, .conclution-section .row h2 {
    margin-bottom: 20px;
}
.approch-section img {
    border-radius: 400px;
	border: 1px solid #DADEE2;
	padding: 20px;
}
.conclution-section .row {
    margin: 70px 20px 0px;
}





.contact-page{
    padding: 0;
}
.contact-page .row {
    margin: 0 20px 0;
    border-radius: 0;
    height: 320px;
    background-image: url(../img/contact.webp);
    background-size: cover;
    background-position: center;
}
.contact-page .row h1 {
    font-size: 60px;
}
.contact-page-bottom>.row {
    background-color: #F1F2F2;
    border-radius: 0 0 20px 20px;
}
.contact-page-bottom {
    padding: 0;
    border-radius: 0 0 20px 20px;
}
.contact-page-bottom h3 {
    color: var(--text-color);
}
.contact-page-bottom p {
    color: var(--text-color);
}
.contact-page-bottom .pxl-item--icon {
    background-color: var(--primary-color)
}
.form-sec-contact {
    background-color: #f9f9f9;
}
.map-sec .row {
    border-style: solid;
    border-width: 1px 1px 6px 1px;
    border-color: #DADEE2;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 10px;
    border-radius: 20px;
    overflow: hidden;
    margin: 80px 20px;
}
.map-sec .row iframe {
    border-radius: 20px;
}


.title-header {
    padding: 0;
}
.title-header h1 {
    font-size: 60px;
}
.title-header .row {
    margin: 0 20px 0;
    height: 320px;
    background-image: url(../img/health-concern-header.webp);
    background-size: cover;
    background-position: center;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    padding: 20px;
    color: #fff;
    align-items: flex-end;
}
.ss-page .row {
    background-image: url(../img/success-stories-header.webp);
}
.diease-page {
    margin-top: 50px;
}
.diease-page .row {
    margin: 0 20px;
    gap: 30px
}
.diease-page .img-sec {
    text-align: center;
    border: 1px solid #DADEE2;
    border-width: 1px 1px 6px 1px;
    width: calc(25% - 23px);
    border-radius: 20px;
    padding: 20px;
    background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s
}
.diease-page .img-sec:hover {
    border-color: var(--secondary-color);
}
.diease-page .img-sec img {
    width: 150px;
    margin: 0 auto 30px;
}
.diease-page .img-sec h3 {
    color: var(--text-color);
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}
.diease-page-cc .row {
    margin: 30px 20px 0;
    gap: 20px 0;
}
.diease-page-cc .row h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}
.diease-page-cc .row img {
    max-width: 60px;
}
.diease-page-cc .row .col-sm-4 a:hover {
    background-color: var(--secondary-color);
    cursor: pointer;
}
.diease-page-cc .row .col-sm-4 a {
    border: 1px solid #DADEE2;
    padding: 20px;
    border-radius: 20px;
    gap: 15px;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: flex;
}
iframe.youtube-video {
    border: 0;
    aspect-ratio: 16 / 9 !important;
    height: auto;
    width: auto;
    border-radius: 20px;
}
.ss-bottom-page>.row {
    margin: 60px 20px;
}
.ss-bottom-page .row h2 {
    margin-bottom: 40px;
}
.testi-sec {
    border: 1px solid #DADEE2;
    border-width: 1px 1px 6px 1px;
    border-radius: 20px;
    padding: 40px;
    background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.testi-sec .quote .icon svg {
    width: 22px;
    fill: #fff;
}
.testi-sec .quote .icon {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    width: 65px;
    min-width: 65px;
    height: 65px;
    border-radius: 100px;
    background-color: var(--primary-color);
}
.testi-sec .quote .line {
    background-color: #dadee2;
    display: block;
    height: 55px;
    width: 482px;
    mask-image: url(../img/line-heart.png);
    -webkit-mask-image: url(../img/line-heart.png);
    -ms-mask-image: url(../img/line-heart.png);
    -o-mask-image: url(../img/line-heart);
    -webkit-mask-repeat: no-repeat;
    -ms-mask-repeat: no-repeat;
    -o-mask-repeat: no-repeat;
    -webkit-mask-position: center right;
    -ms-mask-position: center right;
    -o-mask-position: center right;
    position: relative;
}
.testi-sec .quote {
    display: flex;
    align-items: center;
    column-gap: 22px;
    padding-top: 30px;
    justify-content: flex-end;
}
.testi-detail {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}
.testi-detail img {
    border-radius: 100px;
}
.testi-sec p {
    font-size: 16px;
    line-height: 30px;
}
.testi-sec .row {
    align-items: center;
}
.testi-sec .quote .line:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background-color: #e4354a;
    -webkit-transition: all 1s linear 0ms;
    -khtml-transition: all 1s linear 0ms;
    -moz-transition: all 1s linear 0ms;
    -ms-transition: all 1s linear 0ms;
    -o-transition: all 1s linear 0ms;
    transition: all 1s linear 0ms;
}
.testi-sec:hover .line:before {
    width: 100% !important;
    left: 0;
    right: auto;
}
.mt-5 {
    margin-top: 5rem !important;
}
.widget .widget-title {
    padding: 20px 0 20px 24px;
    background-color: var(--primary-color);
    color: #fff !important;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 25px;
    font-weight: 500;
    border-radius: 15px;
    margin-bottom: 20px;
}
.widget {
    margin-bottom: 35px;
    border: 1px solid #dadee2;
    border-radius: 20px;
    padding: 9px;
}
.widget_categories ul li {
    list-style: none;
}
.widget_categories ul li:not(:last-child) {
    border-bottom: 1px solid #dadee2;
}
.widget_categories ul {
    padding-left: 20px;
    padding-right: 20px;
}
.widget_categories ul li a {
    color: #111;
    padding: 14px 0;
    position: relative;
    text-decoration: none;
    z-index: 1;
    font-size: 15px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-weight: 400;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.img-sec a {
    text-decoration: none;
}
.blog-text img {
    border-radius: 20px;
}
.blog-header .header-bar {
    border-radius: 20px;
}
.blog-text h1 {
    font-size: 50px;
    line-height: 65px;
    max-width: 63%;
}
.blog-text h2 {
    margin-bottom: 20px !important;
    font-size: 40px;
    margin-top: 40px;
    line-height: 50px
}
.blog-text h3 {
    margin-bottom: 20px !important;
    font-size: 30px;
    margin-top: 30px;
    line-height: 40px
}
.blog-text {
    z-index: 1;
}
.blog-text h4 {
    margin-bottom: 20px !important;
    font-size: 22px;
    margin-top: 30px;
    line-height: 32px
}
.blog-text h5 {
    margin-bottom: 20px !important;
    font-size: 20px;
    margin-top: 30px;
    line-height: 30px
}
.blog-text ul, .blog-text ol {
    padding-left: 20px;
}
.post-metas .meta-inner .icon-post {
    margin-right: 8px;
    width: 40px;
    height: 40px;
    border: 1px solid #d4d6d7;
    border-radius: 1e3px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post-metas .meta-inner .icon-post svg {
    fill: #333;
}
.post-metas .meta-inner {
    display: flex;
    gap: 42px !important;
}
.post-metas .meta-inner>span {
    display: flex;
    align-items: center;
}
.post-metas .meta-inner a {
    color: var(--primary-color);
    text-decoration: none;
}
.post-metas {
    margin-top: 16px;
    margin-bottom: 43px;
    border-bottom: 1px solid #dadee2;
    padding-bottom: 20px;
}
.consult-sec {
    border: 1px solid #DADEE2;
    border-width: 1px 1px 6px 1px;
    padding: 40px 20px 0;
    border-radius: 20px;
    background-color: #f9f9f9;
    margin: 70px 20px;
}
.consult-sec h2 {
    margin-top: 0 !important;
    margin-bottom: 11px !important;
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 600;
}
.align-center {
    text-align: center;
}
.consult-sec .btn-primary {
    margin-bottom: 40px;
    margin-top: 20px;
}
.consult-sec .row {
    align-items: flex-end;
}
.container {
    padding-left: 0;
    padding-right: 0;
}
.inner-pages-title-header .row {
    margin: 0 20px;
    padding: 40px 20px;
    border-radius: 0 0 20px 20px;
    background-color: #CFE1DE;
    align-items: center;
    position: relative;
    background-size: cover;
}
.blog-text p {
    max-width: 58%;
}
.dieases-type {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}
.dieases-type a {
    color: var(--text-color);
    font-size: 17px;
    text-decoration: none;
    border: 1px solid var(--text-color);
    padding: 6px 20px;
    border-radius: 10px;
    font-weight: 500;
    transition: .5s;
}
.dieases-type a:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.banner-images-inner-pages {
    position: absolute;
    width: fit-content;
    top: 50%;
    right: 27%;
    z-index: 0;
    transform: translateY(-50%);
}
.cancer-pages {
    top: 20px;
    transform: translateY(0%);
}
.inner-pages-title-header .row .col-sm-3 {
    background-color: #ffcc53;
    padding: 20px;
    border-radius: 20px;
}
.inner-pages-title-header .row button.btn.btn-primary {
    margin-top: 0;
    width: 100%;
}
.inner-pages-title-header .row input, .inner-pages-title-header .row select {
    height: 47px;
}
.first-section .row {
    margin: 25px 20px 0;
    background-image: linear-gradient(180deg, #FFFFFF00 0%, #EEF6FA 100%);
    border-radius: 30px;
    padding: 60px 20px 40px;
}
.first-section .row img {
    border-radius: 20px;
}
.second-section .row {
    margin: 70px 20px 0;
    border-radius: 30px;
}
.blog-pages-bottom h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 15px;
}
.conclusion-section .row {
    margin: 70px 20px;
    border-radius: 20px;
    padding: 40px 20px;
    background-color: #CFE1DE;
}
.title-header h1 {
    font-size: 60px;
    text-shadow: 2px 1px #000;
}
.blog-pages-bottom h2 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
}
.diet-sec .row {
    background-image: url(../img/herbs.png);
    padding: 40px 20px;
    color: #fff;
}
.diet-sec .row h2, .diet-sec .row h3, .diet-sec .row p {
    color: #fff;
}
.third-section .row {
    background-color: #CFE1DE;
    padding: 40px 20px;
}
.accordion-item {
    margin-bottom: 20px;
}
h3.accordion-header {
    margin-bottom: 12px;
    background-color: #093c34;
    padding: 10px 20px;
    border-radius: 12px;
}
button.accordion-button {
    font-size: 20px !important;
    font-weight: 500;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-body {
    padding: 0 20px;
}
button.accordion-button {
    background-color: #0000;
    box-shadow: none !important;
    border: none;
    color: #fff;
    width: 100%;
    text-align: left;
    display: flex;
}
#myAccordion {
    margin-top: 10px;
}
.accordion-button::after
 {
    content: '+';
    font-weight: 400;
    font-size: 26px;
    margin-left: auto;
    transition: all 0.3s;
}
.accordion-button:not(.collapsed)::after {
    content: '-';
}



@media only screen and (max-width: 1000px) {
.top-bar .container {
    flex-wrap: wrap !important;
    gap: 0px;
    justify-content: center !important;
}
.top-header .right-sec {
        display: flex !important;
        gap: 10px 30px;
        flex-wrap: wrap;
    }
}



@media only screen and (max-width: 768px) {
  .key-focus .row .col-sm-3 {
    width: 100%;
}
.mobile-slider {
    display: block !important;
}
.desktop-slider {
    display: none;
}
.top-header .right-sec {
        display: none !important;
    }
span.rating-google {
    font-size: 14px;
}
.about-section h1 {
    font-size: 30px;
    line-height: 39px;
}
.about-section .row h3 {
    font-size: 25px;
    line-height: 33px;
}
.about-section .row .flex-column {
    width: 100%;
}
.carousel-caption h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.carousel-caption span {
    padding: 8px 20px;
    margin-bottom: 20px !important;
}
.carousel-caption {
    right: 20px;
    left: 20px;
}
.banner-bottom>.row .col-sm-4 {
    width: 100%;
}
.banner-bottom>.row .col-sm-4 .row {
    flex-direction: row;
    flex-wrap: nowrap;
}
.banner-bottom>.row .col-sm-4 .row .col-sm-10 {
    width: 70% !important;
}
.banner-bottom>.row .col-sm-4 .row .icon {
    width: auto;
}
h2 {
    font-size: 30px;
    line-height: 42px;
}
.dieases-sec .content-area {
    margin-bottom: 70px;
}
.dieases-box img {
    margin-bottom: 20px;
}
.dieases-box {
    text-align: center;
}
.dieases-box span.pxl-post--icon {
    display: none !important;
}
.doctor-sec .text-sec {
    padding: 30px 0px 30px 0;
}
.doctor-sec .img-sec {
    height: 230px !important;
}
.news-sec .box .d-flex:nth-child(1) { order: 2; } 
.news-sec .box .d-flex:nth-child(2) { order: 3; } 
.news-sec .box .d-flex:nth-child(3) { order: 1; } 
.news-sec img {
    margin-bottom: 20px;
}
.meta-date {
    margin-bottom: 10px;
}
.form-sec {
    padding: 30px 15px;
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 44px;
}
.contact-sec .row {
    background-size: cover;
    padding: 20px 3px 10px;
}
    .footer-bottom-links p {
        display: flex;
        gap: 24px;
        justify-content: center;
        font-size: 16px;
        line-height: 16px;
        flex-wrap: wrap;
        margin-top: 20px;
    }
.container.banner-bottom {
    padding: 80px 30px;
}
.main-footer .row {
    gap: 20px;
}
.contact-page .row h1 {
    font-size: 35px;
}
.title-header .row {
    height: 150px;
}
.title-header h1 {
    font-size: 35px;
}

.diease-page .img-sec {
    width: 100%;
}
.testi-sec {
    padding: 40px 20px;
}
.doctor-sec .row, .about-doctor .row {
    padding: 30px 20px;
}
.blog-text h1 {
    font-size: 30px;
    line-height: 39px;
}
.blog-pages-bottom h2 {
    font-size: 28px;
    line-height: 35px;
}
.blog-pages-bottom h3 {
    font-size: 24px;
    line-height: 33px;
}
p {
    font-size: 18px;
    line-height: 30px;
}
body {
    font-size: 18px;
    line-height: 30px;
}
a.link-icon {
    margin: 0 auto;
}
.form-sec h2 {
    font-size: 25px;
    line-height: 32px;
}
.copyright {
    text-align: center;
}
    .contact-sec .row>* {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
contact-sec-bottom .row>* {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
.navbar-toggler:focus {
    box-shadow: none;
}
#navbarNav a.btn.btn-warning.ms-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0 !important;
}
.blog-text p {
    max-width: 100%;
}
.blog-text h1 {
    max-width: 100%;
}
.inner-pages-title-header .row {
    padding: 50px 20px 50px;
}
.dieases-type a {
    font-size: 15px;
    padding: 6px 13px;
}
.dieases-type {
    margin-top: 30px;
    margin-bottom: 30px;
}
.top-right-sec {
    margin: 0 auto;
}
.google-logo {
    max-width: 75px !important;
    height: auto;
}
.dieases-sec .row {
    padding: 50px 0px 30px;
}
.contact-sec-bottom>.row {
    padding: 50px 5px;
}
.main-footer .row {
    padding: 40px 5px;
}
.approch-section .row {
    padding: 30px 10px;
}
.about-section .row {
    padding: 40px 10px 0;
}
.banner-images-inner-pages {
    position: relative;
    width: fit-content;
    top: 0;
    right: 0;
    z-index: 0;
    margin-bottom: 30px;
}
.second-section ul {
    margin-bottom: 0;
    padding-left: 1rem;
}
.diease-page-cc .row .col-sm-4.d-flex {
    width: 100%;
}
.banner-images-inner-pages {
    top: 20px;
    transform: translateY(0%);
}
}


@media only screen and (max-width: 991px) {
  .navbar a.btn.btn-warning.ms-3 {
    position: absolute;
    right: 0;
    top: 7px;
}
.navbar {
    padding: 10px 0 10px;
}
}
@media (max-width: 991.98px) {
  .dropdown-menu {
    display: none !important;
  }
.dropdown-menu.show {
        display: block !important;
        background-color: #fff;
        border-radius: 10px;
    }
}