:root {
    --color1: #508991;
    --color2: #55ba47;
    --color3: #261c15;
    --color4: #f2f2f2;
}

a:hover {
    color: rgb(80 137 145);
}
/* Imported css files */
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: rgb(255 255 255);
    content: var(--bs-breadcrumb-divider, "/");
}

/* custome */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1180px;
}
.right {
    text-align: right;
}

.center {
    text-align: center;
}

.white {
    color: #fff;
}

.mr-4 {
    margin-right: 40px;
}
.pr-desk-10rem {
    padding: 0 10rem 0 0;
}
#page-bottom-sec {
    background-image: url(../img/punarjani-bg.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 60px 0;
    padding-bottom: 0;
    margin: 0;
}
/* reset style */

/* ul {
    margin: 0;
    padding: 0;
} */

a {
    text-decoration: none;
}

/*  */

*,
body,
a {
    /* color: var(--color3); */
    font-family: "Barlow", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

section {
    position: relative;
}

/* theme style */

.section-title {
    font-size: 46px;
    color: var(--color3);
    font-weight: 500;
    margin-bottom: 10px;
}

.btn-inline {
    color: var(--color3);
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-inline::after {
    content: "";
    width: 30px;
    height: 18px;
    background-image: url(../img/btn-arrow.png);
    display: inline-block;
    background-size: cover;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn-inline:hover::after {
    background-image: url(../img/btn-arrow-hover.png);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/* website style */

.top-header {
    padding: 10px 0;
    background: rgb(255 239 239);
}

.top-header li {
    display: inline-block;
    margin-left: 5px;
}

.top-header ul {
    margin: 0;
    padding: 0;
}

header {
    background-color: var(--color4);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
}

header .logo img {
    height: auto;
    width: auto;
}

header nav li {
    display: inline-block;
}

header nav ul {
    margin: 0;
    padding: 0;
}

header nav li a {
    padding: 0 15px;
    color: var(--color3);
}

header .nav-btn a {
    background-color: var(--color1);
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
    margin-left: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

header .nav-btn a:hover {
    background-color: var(--color2);
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

header .nav-btn a svg {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1.5px;
    margin-right: 5px;
    width: 16px;
}
.banner-content {
    z-index: 1;
}
.banner .banner-item {
    position: relative; /* Ensure position context for absolute positioning */
    width: 100%;
    min-height: 650px;
    background-size: cover;
    background-position: center;
}

.banner .banner-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); /* Adjust the opacity as needed */
}

.banner .banner-item img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.banner .banner-content a {
    color: #fff;
}

.banner .banner-content a span {
    font-weight: 500;
}

.banner .banner-content a .bnr-arrow {
    width: 30px;
    height: auto;
    display: inline-block;
    margin-left: 10px;
}

.banner .banner-content a:hover .bnr-arrow path {
    fill: var(--color2);
}

.banner .banner-content h5 {
    font-size: 30px;
    font-weight: 500;
}

.banner .banner-content h2 {
    color: #61b9c6;
    font-size: 49px;
    font-weight: 600;
    margin-bottom: 20px;
}

.banner .banner-content p {
    font-size: 20px;
    margin: 40px 0;
}

.banner .slick-prev {
    position: absolute;
    bottom: 10%;
    z-index: 999;
    left: initial;
    top: initial;
    background-image: url(../img/bnr-btn-left.png);
    width: 150px;
    height: 50px;
    background-size: 100%;
    background-position: center;
    border: none !important;
    right: calc(((100vw - 1600px) / 2) + 170px);
    /* opacity: 0.7; */
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.banner .slick-next {
    position: absolute;
    bottom: 10%;
    z-index: 999;
    left: initial;
    top: initial;
    background-image: url(../img/bnr-btn-right.png);
    width: 150px;
    height: 50px;
    background-size: 100%;
    background-position: center;
    border: none !important;
    right: calc((100vw - 1577px) / 2);
    /* opacity: 0.7; */
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.banner .slick-next::before,
.banner .slick-prev::before {
    display: none;
}

.banner .slick-next:focus,
.banner .slick-next:hover {
    opacity: 1;
    background-image: url(../img/bnr-btn-right.png);
    background-size: 100%;
    background-position: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.banner .slick-prev:focus,
.banner .slick-prev:hover {
    opacity: 1;
    background-image: url(../img/bnr-btn-left.png);
    background-size: 100%;
    background-position: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.about {
    padding: 80px 0;
    overflow: hidden;
}

.about p {
    text-align: justify;
    line-height: 30px;
}

.about .abt-img {
    width: 100%;
}

.abt-icons {
    width: 60%;
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.abt-icons h5 {
    margin-bottom: 0;
    padding-left: 12px;
    font-size: 13px;
}
.abt-icons img {
    height: auto;
    width: 50px;
}
.abt-icons .abt-icons-each {
    margin-right: 30px;
}

.abt-above-img {
    position: absolute;
    width: 340px;
    height: 238px;
    padding: 55px 30px;
    left: -76px;
    bottom: 106px;
    background: #f2f2f2;
    box-shadow: 3px 3px 5px rgb(0 0 0 / 25%);
}

.img-circle {
    position: absolute;
    width: 220px;
    height: 220px;
    background: var(--color4);
    top: 115px;
    right: -110px;
    z-index: -1;
    border-radius: 150px;
}

.services {
    background-color: var(--color4);
    padding: 100px 0 220px 0;
    margin-top: 60px;
}
.services-inner {
    background-color: rgb(255 255 255) !important;
    padding: 0;
}
.services .services-slide {
    margin-top: 40px;
}

.services .slide-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.services .services-each {
    padding: 25px 10px;
}

.services .services-each h6 {
    color: var(--color1);
    margin: 8px 0 19px 0;
    height: 30px;
    font-size: 20px;
}

.services .services-each p {
    margin-bottom: 30px;
    min-height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: normal;
    max-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.services .services-each .slide-content {
    background-color: #fff;
    padding: 12px 21px;
}
.services-inner .services-each .slide-content {
    background-color: rgb(242 242 242) !important;
}
.services .slick-prev {
    position: absolute;
    left: 15px;
    bottom: -160px;
    top: initial;
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-image: url(../img/left-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.services .slick-next {
    position: absolute;
    left: 86px;
    bottom: -160px;
    top: initial;
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-image: url(../img/right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.services .slick-next:before,
.services .slick-prev:before {
    display: none;
}

.services .slick-next:hover,
.services .slick-next:focus {
    background: url(../img/right-arrow.png) #fff;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.services .slick-prev:hover,
.services .slick-prev:focus {
    background: url(../img/left-arrow.png) #fff;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.products {
    padding: 100px 0;
    background-color: var(--color1);
}
.products-inner {
    background-color: rgb(255 255 255);
}
.products .product-card {
    min-height: 320px;
    display: flex;
    align-items: end;
    margin-bottom: 25px;
    padding: 40px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.products .product-card p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 8px 0 0 0;
}

.products .product-card::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(18, 66, 73, 0) 0%, rgba(0, 0, 0, 0.9) 90.96%);
}
.products .product-card h5 {
    font-size: 20px;
}
.products .product-card .product-card-content {
    color: #fff;
    position: relative;
    z-index: 9;
}

.products .product-card .product-card-content h6 {
    margin-bottom: 10px;
}

.products .section-title,
.products .btn-inline {
    color: #fff;
}
.products-inner .products .btn-inline {
    color: #fff !important;
}
.products-inner .section-title {
    color: #000 !important;
}
.products .btn-inline::after {
    background-image: url(../img/btn-arrow-w.png);
}

.products .btn-inline:hover::after {
    background-image: url(../img/btn-arrow-hover.png);
}

.doctors {
    background-color: var(--color4);
    padding: 100px 0 220px 0;
    height: 100%;
}

.doctors .doctors-slide {
    margin-top: 40px;
}

.doctors .slide-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.doctors .doctors-each {
    padding: 15px;
}

.doctors .doctors-each h6 {
    color: var(--color1);
}

.doctors .doctors-each p {
    margin-bottom: 0;
}

.doctors .doctors-each .slide-content {
    background-color: #fff;
    padding: 16px;
}

.doctors .slick-prev {
    position: absolute;
    left: 15px;
    bottom: -160px;
    top: initial;
    width: 80px;
    height: 80px;
    background-color: #fff;
    background-image: url(../img/left-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.doctors .slick-next {
    position: absolute;
    left: 115px;
    bottom: -160px;
    top: initial;
    width: 80px;
    height: 80px;
    background-color: #fff;
    background-image: url(../img/right-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.doctors .slick-next:before,
.doctors .slick-prev:before {
    display: none;
}

.doctors .slick-next:hover,
.doctors .slick-next:focus {
    background: url(../img/right-arrow.png) #fff;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.doctors .slick-prev:hover,
.doctors .slick-prev:focus {
    background: url(../img/left-arrow.png) #fff;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.gallery {
    padding: 100px 0;
    overflow: hidden;
}

.gallery .gallery-slide {
    margin-top: 40px;
}

.gallery .slick-slide img {
    width: 100%;
}

.gallery .slick-slide {
    margin: 0 10px;
}

.gallery .slick-list {
    margin: 0 -10px;
}
.testi-avatar div {
    height: 60px;
    width: 60px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}
.testi-avatar img {
    display: block;
    height: 60px;
    width: 60px;
    object-fit: contain;
}
.testimonials {
    padding: 100px 0;
}

.testimonials .testi-each {
    display: flex !important;
    background-color: var(--color1);
    padding: 40px;
    height: 240px;
    border-radius: 0px;
}

.testimonials::before {
    content: "";
    width: 100%;
    height: 350px;
    background-image: url(../img/testi-bg.png);
    position: absolute;
    top: 0;
    z-index: -1;
    background-size: cover;
    background-position: bottom;
}

.testimonials .slick-slide {
    margin: 0 10px;
}

.testimonials .slick-list {
    margin: 30px -10px 0 -10px;
}

.testimonials .testi-content {
    padding-left: 30px;
}

.testimonials .testi-content .testi-head {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-bottom: 10px;
}

.testimonials .testi-content .testi-head h5 {
    margin-right: 5px;
}

.testimonials .testi-content .testi-body {
    color: #fff;
}
.testimonials p {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: normal;
    max-height: 100px;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.testimonials .slick-dots {
    position: initial;
    width: fit-content;
}

.testimonials .slick-dots li {
    margin: 0;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.testimonials .slick-dots li button {
    padding: 0;
    background: var(--color4);
    width: 10px;
    height: 10px;
}

.testimonials .slick-dots li button:before {
    display: none;
}

.testimonials .slick-dots li.slick-active button {
    background: var(--color1);
}

.articles {
    background-image: url(../img/article-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 150px;
}
.articles-inner {
    padding: 0;
    background-image: none !important;
}
.articles .article-each {
    position: relative;
    margin: 45px 0 0 0;
}

.articles .article-each .featured-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.articles .post-date {
    background: var(--color4);
    padding: 10px 20px;
    width: fit-content;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.articles .article-body {
    padding: 0 40px;
}

.articles .article-body .article-copy {
    background-color: var(--color4);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-top: -100px;
    position: relative;
    z-index: 9;
}

.articles .article-body .article-copy h6 {
    color: var(--color1);
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 22px;
    max-height: 60px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.articles .article-body .article-copy p {
    margin-bottom: 30px;
    min-height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: normal;
    max-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.partners {
    padding: 100px 0;
}
.partners .partners-slide img {
    width: 46%;
}
.partners .partners-each {
    /* background-color: var(--color4); */
    padding: 15px;
    min-height: 148px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.partners .slick-slide {
    margin: 0 10px;
}

.partners .partners-slide {
    margin-top: 40px;
}

.contact {
    background-image: url(../img/contact-bg.png);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 170px;
    overflow: hidden;
}
.contact-inner {
    padding: 2rem 0;
    background-image: none;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 170px;
    overflow: hidden;
}
.contact .contact-form {
    margin-top: 40px;
}

.contact .contact-form input {
    height: 50px;
    border: 1px solid var(--color4);
    padding: 0 30px;
    margin-bottom: 20px;
    color: #595959;
}

.contact .contact-form textarea {
    height: 200px;
    border: 1px solid var(--color4);
    padding: 10px 30px;
    margin-bottom: 20px;
    color: #595959;
    resize: none;
}

.contact .contact-form input,
.contact .contact-form textarea {
    outline: none;
}

.contact .btn-inline {
    color: #fff !important;
    min-height: 70px;
    background-color: var(--color1);
    padding: 0 30px;
    border: none;
}

.contact .btn-inline::after {
    background-image: url(../img/btn-arrow-w.png);
}

.contact .btn-inline:hover {
    background-color: var(--color2);
}

.contact .contact-map .tab-content {
    min-height: 600px;
    padding: 10px;
    border: 1px solid var(--color4);
    margin-top: -25px;
    display: flex;
    padding-top: 50px;
}

.contact .contact-map .tab-content iframe {
    width: 100%;
    height: 100%;
}

.contact .contact-map .tab-pane {
    min-height: 100%;
    width: 100%;
}

.contact .contact-map nav {
    display: flex;
    justify-content: center;
}

.contact .contact-map .nav-tabs {
    border: none;
}

.contact .contact-map .nav-link.active {
    background-color: var(--color1);
    color: #fff;
    /* width: 180px; */
    border-radius: 0;
    height: 55px;
    margin: 0 5px;
}

.contact .contact-map .nav-tabs .nav-link:not(.active) {
    background-color: #fff;
    border: 1px solid var(--color1);
    border-radius: 0;
    margin: 0 5px;
    color: var(--color1);
    /* width: 180px; */
    padding: 11px 15px !important;
    font-size: 12px !important;
}

.contact .contact-bottom-text {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -15px;
}

footer {
    display: grid;
    grid-template-areas: "footer-abt footer-menu" "footer-abt footer-branch";
    grid-auto-columns: 1.1fr 2fr;
    background-color: #000;
    color: #fff;
}

footer .footer-abt {
    grid-area: footer-abt;
    padding: 80px 0;
    padding-left: calc((100vw - 1576px) / 2);
    padding-right: 80px;
    border-right: 1px solid #2d2d2d;
}

footer .footer-menu {
    grid-area: footer-menu;
    padding: 80px 0;
    padding-right: calc((100vw - 1576px) / 2);
    padding-left: 80px;
    border-bottom: 1px solid #2d2d2d;
}

footer .footer-branch {
    grid-area: footer-branch;
    padding: 80px 0;
    padding-right: calc((100vw - 1576px) / 2);
    padding-left: 80px;
}

footer .footer-logo {
    margin-bottom: 30px;
    display: inline-block;
}

footer .social-links li {
    display: inline-block;
    margin-right: 5px;
}
.social-links ul {
    padding: 0;
    margin: 0;
}

footer .social-links li a:hover img {
    transform: scaleX(-1); /* Flips the image horizontally */
    transition: transform 0.3s ease-in-out; /* Applies the transition to the transform property */
    -webkit-transform: scaleX(-1); /* For older versions of Safari */
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transform: scaleX(-1); /* For older versions of Firefox */
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -ms-transform: scaleX(-1); /* For older versions of IE */
    -ms-transition: -ms-transform 0.3s ease-in-out;
    -o-transform: scaleX(-1); /* For older versions of Opera */
    -o-transition: -o-transform 0.3s ease-in-out;
}

footer .f-social {
    margin-bottom: 80px;
}

footer .f-menu {
    width: 100%;
}

footer .f-menu ul {
    padding: 0;
    margin-top: 20px;
}

footer .f-menu li {
    list-style: none;
    padding: 5px 0;
}

footer .f-menu li a {
    color: #fff;
    font-size: 14px;
}
footer .f-menu li a:hover {
    color: var(--color1);
}

footer .footer-address h6 {
    margin-bottom: 10px;
}

footer .footer-address ul {
    padding: 0;
}

footer .footer-address li {
    list-style: none;
    padding: 5px 0;
}

footer .footer-address li img {
    margin-right: 10px;
}

footer .footer-address li a {
    color: #fff;
}

footer .footer-address li a:hover,
footer .f-menu li a:hover {
    color: var(--color1) !important;
}

footer .footer-address {
    width: 25%;
}

/* preloader */

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: var(--color2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    /* opacity: 0.9; */
}

.preloader img {
    max-width: 500px;
    width: 100%;
    filter: brightness(100);
    padding: 65px;
}

/* style edit by VV */

.abt-above-img {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

header .toggle-btn {
    display: none;
}

.mobile-menu {
    /* display: none; */
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    backdrop-filter: blur(10px);
    text-align: center;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
    transition: all 0.3s ease-in-out;
}
.mobile-menu nav ul li.nav-btn {
    margin-top: 30px;
}

.mobile-menu nav ul li {
    list-style: none;
}

.mobile-menu nav ul li a {
    color: var(--color3);
    line-height: 26px;
    padding: 10px 0;
    display: inline-block;
    font-size: 16px;
}

.toggle-close {
    appearance: none;
    border: none;
    background: none;
    padding: 10px;
    position: fixed;
    top: 20px;
    right: 20px;
}

.mobile-menu .nav-btn a {
    background-color: var(--color1);
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
    margin-left: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.breadcrumb-item.active {
    color: rgb(255 255 255);
    font-weight: 500;
}

.mobile-menu {
    padding-left: 0;
}

.menu-open {
    overflow: hidden;
}
.breadcrumb {
    margin: 35px 0 0 0;
    color: white;
}
a {
    color: inherit;
    text-decoration: none;
}
/*About us styles*/
#about-paralax {
    margin: 0;
    background-size: cover;
    height: 290px;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-image: url(../img/about/about-paralax.png);
}
#about-paralax::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 63%);
    z-index: 1;
}

#about-paralax > * {
    position: relative; /* Ensure child elements are above the overlay */
    z-index: 2;
}
#service-paralax {
    margin: 0;
    background-size: cover;
    height: 290px;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-image: url(../img/services/service-paralax.png);
}
#service-paralax::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 63%);
    z-index: 1;
}
#service-paralax > * {
    position: relative; /* Ensure child elements are above the overlay */
    z-index: 2;
}
#products-paralax {
    margin: 0;
    background-size: cover;
    height: 290px;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    background-image: url(../img/products/prod-paralax.png);
}
#products-paralax::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 63%);
    z-index: 1;
}
#products-paralax > * {
    position: relative; /* Ensure child elements are above the overlay */
    z-index: 2;
}
.para-content {
    margin: 20px 0;
}
.para-small {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
    margin: 0 0 12px 0;
    color: rgb(255 255 255);
}
.para-big {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    color: white;
}
#about-sec {
    position: relative;
    padding: 2rem 0;
}
#about-sec .head {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
    text-align: justify;
    color: rgb(80 137 145);
}
#abt-content-01 {
    padding: 4rem 0;
    background: #f2f2f2;
}
#abt-content-01 p {
    text-align: justify;
}
#abt-content-02 {
    padding: 4rem 0;
}
.mssn-vsn-box {
    background: rgb(80 137 145);
    color: rgb(255 255 255);
    padding: 40px 40px;
    height: 264px;
}
.mission-vision-box-head {
    font-family: "Barlow";
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
}
.mssn-vsn-box .border {
    border: 1px solid #dee2e6 !important;
    margin: 16px 0;
}
.mssn-vsn-box-img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-title {
    color: rgb(80 137 145);
    font-family: "Barlow";
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 40px;
    text-align: justify;
}
.services-inner span {
    color: rgb(80 137 145);
    font-family: "Barlow";
    font-style: normal;
    font-size: inherit !important;
    line-height: 40px;
    text-align: justify;
}
#gallery {
    padding-top: 40px;
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
}
.img-overlay {
    cursor: pointer;
    background: rgb(80 137 145 / 88%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.img-overlay i {
    color: white;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    // Removes blue highlight
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}
#overlay img {
    width: 50%;
}
#nextButton {
    margin: 0 14px;
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    cursor: pointer;
}

#prevButton {
    margin: 0 14px;
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    cursor: pointer;
}
#exitButton {
    color: rgb(255 255 255);
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
}
.address-boxbg {
    position: relative;
    padding: 12px;
    height: auto;
    width: auto;
    max-width: initial;
    color: white;
    list-style-type: none;
    background-position: center;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
    z-index: 1;
}
.hsr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 37%);
    z-index: -1;
}
.hsr {
    background-image: url(../img/hsr.jpg);
}
.neeladri::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 37%);
    z-index: -1;
}
.neeladri {
    background-image: url(../img/neeladri.jpg);
}
.haralur::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 37%);
    z-index: -1;
}
.haralur {
    background-image: url(../img/haralur.jpg);
}
.bommana::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 37%);
    z-index: -1;
}
.bommana {
    background-image: url(../img/bommana.jpg);
}
.address-box {
    padding: 16px 31px;
}
.address-box ul {
    list-style-type: none;
    padding: 0;
}
.address-box img {
    filter: contrast(26.5);
}
.address-box .offce-label {
    background: rgb(80 137 145) !important;
    padding: 9px 12px !important;
    width: 210px !important;
    max-width: 210px !important;
    line-height: normal !important;
    margin: 12px 0 !important;
}
.contct-div {
    background: rgb(247 247 247);
    padding: 30px 40px;
    margin: 66px 0 0 0;
}
.contct-div .btn-inline {
    color: #fff !important;
    min-height: 70px;
    background-color: var(--color1);
    padding: 0 30px;
    border: none;
}
.contct-div .btn-inline:hover {
    background-color: var(--color2);
}
.contct-div .btn-inline::after {
    background-image: url(../img/btn-arrow-w.png);
}
.contct-div textarea {
    height: 135px;
}
.input-group {
    border: none;
    padding: 12px;
}
#articles-inner {
    padding: 2rem 0;
}

/*responsive media query*/
/*   Responsive   */

/***********************iPhone Portrait***********************/

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .breadcrumb {
        margin: 16px 0 0 0;
        color: white;
    }
    .para-content {
        margin: 10px 0 20px 0;
    }
    .para-big {
        font-size: 24px;
        line-height: normal;
    }
    .para-small {
        font-size: 14px;
        line-height: normal;
    }
    #about-paralax {
        height: auto;
    }
    .mssn-vsn-box {
        height: auto;
    }
    p {
        text-align: justify;
        font-size: 14px;
        line-height: 1.6 !important;
    }
    .address-boxbg {
        background-size: cover;
    }
    .address-boxbg {
        height: auto !important;
        width: auto !important;
    }
    .banner .slick-prev {
        right: initial;
        left: 12px;
        bottom: 0;
    }
    .banner .slick-next {
        right: 20px;
        left: initial;
        bottom: 0;
    }
    .testimonials .testi-content .testi-head {
        flex-wrap: wrap;
    }
    .testimonials .testi-content {
        padding-left: 0px;
    }
    .testimonials .testi-each {
        flex-wrap: wrap;
    }
    header .logo img {
        height: auto;
        width: auto;
    }
    .abt-above-img {
        left: 0 !important;
        bottom: 0 !important;
        /* left: initial; */
        min-height: 200px;
        height: auto;
    }
    .abt-icons .abt-icons-each {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .abt-icons {
        flex-wrap: wrap;
    }
    .contact .contact-map .nav-tabs .nav-link:not(.active) {
        width: 140px;
        min-height: 55px;
        margin-bottom: 10px;
        padding: 11px 15px !important;
        font-size: 12px !important;
    }
}

/***********************iPhone Landscape***********************/

@media only screen and (max-width: 767px) and (min-width: 480px) {
}

/***********************iPad Portrait***********************/

@media only screen and (max-width: 985px) and (min-width: 768px) {
    .pr-desk-10rem {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
    p {
        font-size: inherit;
    }
    .contct-div {
        margin: 0;
    }
    .address-boxbg {
        height: auto;
        width: auto;
        max-width: initial;
    }
}

/***********************iPad Landscape***********************/

@media only screen and (max-width: 1024px) and (min-width: 986px) {
    .banner .banner-item {
        min-height: 500px;
    }
}

/* above 1650 */

@media only screen and (min-width: 1650px) {
    .container {
        max-width: 1600px;
    }
    footer .footer-abt {
        padding-left: calc((100vw - 1576px) / 2) !important;
    }
    footer .footer-menu {
        padding-right: calc((100vw - 1576px) / 2) !important;
    }
    footer .footer-branch {
        padding-right: calc((100vw - 1576px) / 2) !important;
    }
}

/* above laptop */

@media only screen and (max-width: 1600px) and (min-width: 1400px) {
    .banner .slick-prev {
        right: calc(((100vw - 1320px) / 2) + 170px);
    }
    .banner .slick-next {
        right: calc((100vw - 1300px) / 2);
    }
    .contact .contact-map .nav-link.active {
        /* width: 120px; */
        padding: 11px 15px !important;
        font-size: 12px !important;
    }
    .contact .contact-map .nav-tabs .nav-link:not(.active) {
        /* width: 140px; */
        padding: 11px 15px !important;
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner .slick-prev {
        right: calc(((100vw - 1140px) / 2) + 170px);
    }
    .banner .slick-next {
        right: calc((100vw - 1100px) / 2);
    }
    footer .footer-address {
        width: 40%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner .slick-prev {
        right: calc(((100vw - 960px) / 2) + 170px);
    }
    .banner .slick-next {
        right: calc((100vw - 930px) / 2);
    }
}

@media only screen and (max-width: 1300px) and (min-width: 1025px) {
    header nav {
        padding-left: 0;
    }
    header nav li a {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1600px) {
    header nav {
        padding-left: 0;
    }
    header nav li a {
        padding: 0 10px;
    }
    footer .footer-abt {
        padding-left: calc((100vw - 1320px) / 2);
    }
    footer .footer-menu {
        padding-right: calc((100vw - 1320px) / 2);
    }
    footer .footer-branch {
        padding-right: calc((100vw - 1320px) / 2);
    }
    .contact .contact-bottom-text {
        width: 90%;
    }
}

@media only screen and (min-width: 576px) {
    footer .footer-abt {
        padding-left: calc((100vw - 540px) / 2);
    }
    footer .footer-menu {
        padding-right: calc((100vw - 540px) / 2);
    }
    footer .footer-branch {
        padding-right: calc((100vw - 540px) / 2);
    }
}

@media only screen and (min-width: 768px) {
    footer .footer-abt {
        padding-left: calc((100vw - 720px) / 2);
        padding-right: 40px;
    }
    footer .footer-menu {
        padding-right: calc((100vw - 720px) / 2);
    }
    footer .footer-branch {
        padding-right: calc((100vw - 720px) / 2);
    }
}

@media only screen and (min-width: 992px) {
    footer .footer-abt {
        padding-left: calc((100vw - 960px) / 2);
    }
    footer .footer-menu {
        padding-right: calc((100vw - 960px) / 2);
    }
    footer .footer-branch {
        padding-right: calc((100vw - 960px) / 2);
    }
}

@media only screen and (max-width: 992px) {
    .banner .slick-prev {
        right: calc(((100vw - 960px) / 2) + 170px);
    }
    .banner .slick-next {
        right: calc((100vw - 900px) / 2);
    }
    /* .abt-icons {
        margin-bottom: 40px;
    } */
    .about .row {
        flex-direction: column-reverse;
    }
    .about .section-title {
        margin-top: 40px;
    }
    .abt-above-img {
        left: initial !important;
        bottom: 50px !important;
        right: -100px;
        min-height: 200px;
        height: auto;
    }
    .abt-above-img .btn-inline {
        margin-top: 30px;
    }
    .services {
        margin-top: 0;
    }
    .products {
        padding: 60px 0;
    }
}

@media only screen and (min-width: 1200px) {
    footer .footer-abt {
        padding-left: calc((100vw - 1140px) / 2);
    }
    footer .footer-menu {
        padding-right: calc((100vw - 1140px) / 2);
    }
    footer .footer-branch {
        padding-right: calc((100vw - 1140px) / 2);
    }
}

@media only screen and (min-width: 1400px) {
    footer .footer-abt {
        padding-left: calc((100vw - 1296px) / 2);
    }
    footer .footer-menu {
        padding-right: calc((100vw - 1296px) / 2);
    }
    footer .footer-branch {
        padding-right: calc((100vw - 1296px) / 2);
    }
    footer .footer-address {
        width: 20%;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1400px) {
    footer .footer-branch {
        padding-left: 25px;
    }
    footer .footer-menu {
        padding-left: 25px;
    }
    .footer-branch {
        flex-wrap: wrap;
    }
    footer .footer-address {
        width: 30%;
    }
    .abt-icons {
        width: 100%;
    }
    .contact .contact-map .nav-tabs .nav-link {
        min-height: 35px !important;
        line-height: 35px !important;
        padding: 0 0.5rem;
    }
    .contact .contact-map .nav-link.active {
        width: initial;
        height: auto;
        line-height: 37px !important;
        border: 1px solid var(--color1);
    }
    .contact .contact-map .nav-tabs .nav-link:not(.active) {
        width: initial;
        min-height: 35px !important;
        line-height: 35px !important;
        padding: 11px 15px !important;
        font-size: 12px !important;
    }
    .contact {
        padding-bottom: 200px;
    }
    .contact .btn-inline {
        min-height: 50px;
    }
    .articles .post-date {
        padding: 5px 15px;
    }
}

@media only screen and (max-width: 1200px) {
    footer .footer-address {
        width: 40%;
        margin-bottom: 30px;
    }
    footer .footer-branch {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    footer .footer-menu {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    header nav {
        display: none;
    }
    header .toggle-btn {
        display: block;
    }
    .toggle-btn {
        display: block;
        width: 60px;
        height: 46px;
        border: none;
        border-radius: 5px;
        background-color: #056839;
    }
    .mobile-menu.open {
        pointer-events: initial;
        opacity: 1;
        transition: all 0.3s ease-in-out;
        z-index: 9999;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        padding-bottom: 20%;
    }
    .mobile-menu ul {
        padding: 0;
    }
    .abt-above-img {
        left: 0;
        bottom: 0;
    }
    .products .btn-inline {
        justify-content: flex-start !important;
        margin-top: 20px;
    }
    .doctors .btn-inline {
        justify-content: flex-start !important;
        margin-top: 20px;
    }
    .gallery .btn-inline {
        justify-content: flex-start !important;
        margin-top: 20px;
    }
    .articles .btn-inline {
        justify-content: flex-start !important;
        margin-top: 20px;
    }
    .partners .btn-inline {
        justify-content: flex-start !important;
        margin-top: 20px;
    }
    .services .btn-inline {
        justify-content: flex-start !important;
        margin-top: 20px;
    }
    .products {
        padding: 60px 0;
    }
    .articles .article-each {
        margin-bottom: 40px;
    }
    .articles .article-body {
        padding: 0 10px;
    }
    .articles {
        padding-bottom: 80px;
    }
    .contact .contact-map nav {
        margin-top: 40px;
    }
    .section-title {
        font-size: 35px;
    }
    .contact .contact-bottom-text {
        width: 90%;
    }
}

/* mobile and tablet screens */

@media only screen and (max-width: 986px) {
    footer .footer-address {
        width: 100%;
        margin-bottom: 30px;
    }
    footer .f-menu {
        width: 50%;
        margin-bottom: 25px;
    }
    footer .footer-menu {
        flex-wrap: wrap;
    }
    footer .f-menu ul {
        margin-top: 10px;
    }
    footer .footer-menu {
        padding-bottom: 10px;
    }
    .banner .slick-prev {
        right: initial;
        left: calc((100vw - 695px) / 2);
        bottom: 0;
    }
    .banner .slick-next {
        right: initial;
        left: calc((100vw - 350px) / 2);
        bottom: 0;
    }
    .testimonials {
        padding: 60px 0;
    }
    .partners {
        padding: 60px 0;
    }
    .gallery {
        padding: 60px 0;
    }
    .doctors,
    .services {
        padding: 60px 0 120px 0;
    }
    .products .product-card {
        min-height: 250px;
    }
    .services .slick-prev,
    .doctors .slick-prev {
        width: 50px;
        height: 50px;
        background-size: 25px;
        bottom: -100px;
    }
    .services .slick-next,
    .doctors .slick-next {
        left: 85px;
        width: 50px;
        height: 50px;
        background-size: 25px;
        bottom: -100px;
    }
    .partners .partners-each {
        min-height: 120px;
    }
    .contact .contact-map .tab-content {
        min-height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .banner .slick-prev,
    .banner .slick-prev:focus,
    .banner .slick-prev:hover {
        right: initial;
        left: 12px;
        bottom: 60px;
        width: 50px;
        height: 50px;
        background: url(../img/left-arrow.png) #fff no-repeat center center;
        background-size: 25px;
    }
    .banner .slick-next,
    .banner .slick-next:focus,
    .banner .slick-next:hover {
        right: initial;
        left: 80px;
        bottom: 60px;
        width: 50px;
        height: 50px;
        background: url(../img/right-arrow.png) #fff no-repeat center center;
        background-size: 25px;
    }
    .banner .banner-content h5 {
        font-size: 18px;
    }
    .banner .banner-content h2 {
        font-size: 30px;
    }
    .banner .banner-content p {
        /* font-size: 16px;
        margin: 8px 0; */
        display: none;
    }
    .banner .banner-item {
        min-height: 430px;
        padding-bottom: 50px;
    }
    .about {
        padding: 50px 0 50px;
    }
    .abt-above-img {
        position: relative;
        width: 90%;
        height: 240px;
        left: 0;
        bottom: 0;
        margin: auto;
        margin-top: -50px;
    }
    footer .f-menu {
        width: 25%;
        margin-bottom: 25px;
    }
    footer {
        grid-template-areas:
            "footer-menu footer-menu"
            "footer-branch footer-branch"
            "footer-abt footer-abt";
    }
    footer .footer-abt {
        padding-left: calc((100vw - 540px) / 2);
        padding-bottom: 60px;
        padding-top: 40px;
    }
    footer .footer-menu {
        padding-right: calc((100vw - 540px) / 2);
        padding-left: calc((100vw - 540px) / 2);
    }
    footer .footer-branch {
        padding-right: calc((100vw - 540px) / 2);
        padding-left: calc((100vw - 540px) / 2);
    }
    footer .f-social {
        margin-bottom: 30px;
    }
    .footer-abt p {
        margin-bottom: 0 !important;
    }
    footer .footer-address:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {
    footer .footer-abt {
        padding-left: 15px;
        padding-right: 15px;
    }
    footer .footer-menu {
        padding-right: 15px;
        padding-left: 15px;
    }
    footer .footer-branch {
        padding-right: 15px;
        padding-left: 15px;
    }
    .abt-above-img {
        left: 0 !important;
        bottom: 0 !important;
        /* left: initial; */
        min-height: 200px;
        height: auto;
    }
    .contact {
        padding-bottom: 110px;
    }
    .head-social {
        text-align: center;
    }
    footer .f-menu {
        width: 50%;
        margin-bottom: 25px;
    }
    .contact .contact-bottom-text {
        bottom: -5px;
    }
}
