/*=========================================================
    Design Name       : Rohit Jangid
    Version           : V1.0
    Design Date       : 01/12/2025
============================================================*/


/* Outfit Font-family */


/* Start By Default Reset */

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

* {
    font-family: "Poppins", sans-serif;
}

:root {
    --primary-color: #e91e65;
    --secondary-color: #223645;
    --font-color: #444444;
}

body {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--font-color);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}

hr {
    margin: 16px 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hr:not([size]) {
    height: 1px;
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 0;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 16px;
    color: var(--font-color);
    font-weight: 500;
}

img {
    width: 100%;
}

ol,
ul {
    padding-left: 34px;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

blockquote {
    margin: 0 0 14px;
}

b {
    font-weight: 800;
}

strong {
    font-weight: 900;
}

small {
    font-size: 12px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #152a3d;
    text-decoration: none;
}


/* Container */

button {
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    border: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

input,
button,
select,
optgroup,
textarea,
.form-control {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    padding: 15px 20px;
}

::-moz-selection {
    background-color: #200468;
    color: #fff;
    text-shadow: none;
}

::selection {
    text-shadow: none;
}


/* ===============================
   TOP NAVBAR (Scoped Styling)
================================ */

header .top-navbar {
    background-color: #3558A3;
    padding: 8px 0;
    font-size: 14px;
}

header .top-navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header .top-navbar .left-item ul,
header .top-navbar .right-item ul {
    display: flex;
    align-items: center;
}

header .top-navbar .left-item ul li {
    display: flex;
    align-items: center;
    margin-right: 30px;
    color: #fff;
}

header .top-navbar .left-item ul li h5,
header .top-navbar .left-item ul li h6 {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

header .top-navbar .left-item ul li h5 {
    font-weight: 500;
    margin-right: 6px;
}

header .top-navbar .left-item ul li i {
    margin-right: 6px;
    font-size: 13px;
}

/* Right Side Icons */

header .top-navbar .right-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .top-navbar .right-item ul li {
    margin-left: 12px;
}

header .top-navbar .right-item ul li img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ffffff;
    padding: 4px;
    transition: 0.3s ease;
    cursor: pointer;
}

header .top-navbar .right-item ul li img:hover {
    transform: scale(1.1);
}

/* ===============================
   RESPONSIVE
================================ */



.top-navbar .left-item ul .right-containt {
    border-left: 2px solid;
}

.top-navbar .right-item ul {
    display: none;
}

.top-navbar .left-item ul li {
    display: flex;
}

.top-navbar ul li i {
    margin-right: 10px;
    margin-left: 13px;
}

.top-navbar ul li h5 {
    font-size: 18px;
    margin-right: 10px;
}

.top-navbar ul li h6 {
    margin-top: 2px;
}

.main-navbar .logo-img img {
    padding: 15px;
    width: 277px;
}

.navbar-nav {
    font-size: 18px;
}

.booknow-btn {
    justify-content: flex-end;
    background: linear-gradient(45deg, #f16f36, #de561b);
    border-radius: 54px;
    color: #ffffff;
    font-weight: 700;
    padding: 12px 30px 12px 30px;
    border: none;
    box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    margin: auto;
}

.main-banner {
    background-image: url(https://drddguptaent.com/wp-content/uploads/2026/02/entservicesbg.png);
    padding: 0px;
}

.main-banner .banner-item {
    text-align: center;
    background: #ffffff;
    border-radius: 4px 4px 10px 10px;
    border-bottom: 4px solid;
    height: 120px;
    margin: auto;
}

.main-banner .banner-item h6 {
    font-weight: 600;
    margin-top: 4px;
}

.main-banner .banner-item img {
    width: 55px;
    height: 55px;
    margin-top: 20px;
}

.main-banner p {
    margin: 10px 0;
}

.main-banner h2 {
    font-size: 46px;
    line-height: 60px;
    font-weight: 600;
    font-family: sans-serif;
    margin-top: 20px;
}

.main-banner .middle {
    color: #3558a3;
    display: flex;
}

.main-banner .first-containt {
    margin-top: 80px;
}

.main-banner .dr-middle {
    display: flex;
}

.dr-middle.main-banner h2 {
    margin-left: 10px;
}

.main-banner .dr-middle img {
    width: 25px;
    margin-right: 10px;
}

.main-banner .dr-middle h5 {
    color: #3558A2;
}

.main-banner .main-banner .book-btn {
    align-items: center;
    display: flex;
    justify-content: end;
}

.main-banner .booknow-btn {
    justify-content: flex-end;
    background: linear-gradient(45deg, #f16f36, #de561b);
    border-radius: 54px;
    color: #ffffff;
    font-weight: 700;
    padding: 12px 30px 12px 30px;
    border: none;
    box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    margin: 25px 10px;
    width: max-content;
    display: flex;
}

.main-banner .dr-img {
    margin-left: 100px;
    width: 80%;
}

.about-clinic {
    padding-top: 10px;
}

.about-our-clinic-containt {
    align-items: center;
}

.about-our-clinic .left-item img {
    width: 80%;
}

.about-our-clinic .right-item h5 {
    background: #ffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: max-content;
    border-radius: 30px;
    padding: 6px 20px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    color: #3558a3;
}

.about-our-clinic .right-item h5 i {
    margin-top: 0px;
    font-size: 7px;
    margin-right: 7px;
    line-height: 1.5rem;
}

.about-our-clinic .right-item h2 {
    text-align: start;
    margin-top: 15px;
    font-size: 40px;
    font-weight: 600;
    font-family: sans-serif;
    margin-bottom: 15px;
}

.about-our-clinic .icon .inner-icon {
    background: #3558a333;
    border-radius: 200px;
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}

.about-our-clinic .icon .inner-icon img {
    width: 70%;
}

.about-our-clinic .about-clinic {
    align-items: center;
    display: flex;
    margin-top: 20px;
}

.about-our-clinic .content {
    margin-top: 10px;
    margin-left: 10px;
}

.about-our-clinic .content h5 {
    font-size: 16px;
    font-weight: 600;
}

.ent-services {
    background-image: url(https://drddguptaent.com/wp-content/uploads/2026/02/entservicesbg.png);
}

.ent-services .ent-services-item h5 {
    background: #ffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: max-content;
    border-radius: 30px;
    padding: 6px 20px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    color: #3558a3;
    margin: auto;
    margin-top: -23;
}

.ent-services .ent-services-item h5 i {
    margin-top: 0px;
    font-size: 7px;
    margin-right: 7px;
    line-height: 1.5rem;
}

.ent-services .ent-services-item h2 {
    text-align: center;
    margin-top: 20px;
    font-size: 40px;
    font-weight: 600;
    font-family: sans-serif;
    margin-bottom: 25px;
}

.ent-services .ent-services-img img {
    width: 300px;
    height: 250px;
}

.ent-services .ent-services-content {
    background: white;
    border-radius: 20px;
    width: 90%;
    text-align: center;
    margin: auto;
    margin-top: -30px;
    z-index: 1111;
    position: relative;
    padding: 15px;
}

.ent-services .ent-services-content p {
    margin: 10px 0;
}

.ent-services .ent-services-content .read-more {
    background: linear-gradient(45deg, #f16f36, #de561b);
    border-radius: 54px;
    color: #ffffff;
    font-weight: 500;
    padding: 8px 20px;
    border: none;
    box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
}

.ent-services .ent-services-content h2 {
    text-align: center;
    font-weight: 600;
    font-size: 22px;
}

.media .container {
    background: linear-gradient(45deg, #3558a3, #668ad8);
    position: relative;
    padding: 35px 20px;
    border-radius: 10px;
}

.media-item .media-right-item {
    display: flex;
    justify-content: end;
}

.media .media-content a {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.media .media-content img {
    width: 40px;
    padding-right: 10px;
}

.media .media-content h6 {
    font-size: 14px;
    font-weight: 600;
}

.media .media-content .col-lg-3 {
    width: 25%;
}

.media {
    padding: 80px;
    margin-top: 50px;
}

.media .media-content-dr-img {
    position: absolute;
    right: 50px;
    bottom: 0;
}

.media .media-content-dr-img img {
    width: 200px;
}

.why-choose-us {
    background-image: url(https://drddguptaent.com/wp-content/uploads/2026/02/whychooseusbg.png);
    width: 100%;
    padding: 60px 0;
}

.why-choose-us {
    width: 100%;
}

.why-choose-us .col-lg-12 h5 {
    background: #ffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: max-content;
    border-radius: 30px;
    padding: 6px 20px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    color: #3558a3;
    margin: auto;
}

.why-choose-us .col-lg-12 h5 i {
    margin-top: 0px;
    font-size: 7px;
    margin-right: 7px;
    line-height: 1.5rem;
}

.why-choose-us .col-lg-12 h2 {
    text-align: center;
    margin-top: 20px;
    font-size: 40px;
    font-weight: 600;
    font-family: sans-serif;
    margin-bottom: 25px;
}

.why-choose-us .col-lg-12 h2 br {
    display: none;
}

section {
    padding: 60px 0;
}

.inner-why-choose {
    width: 100%;
}

.why-choose-us .inner-why-choose .c-icon {
    position: relative;
    border: 2px dotted;
    height: 100px;
    width: 100px;
    align-items: center;
    display: flex;
    margin: auto;
    border-radius: 100%;
}

.inner-why-choose {
    margin-top: 30px;
}

.why-choose-us .inner-why-choose .c-icon .inner-div {
    width: 75px;
    height: 75px;
    background-color: #fff;
    margin: auto;
    border-radius: 100px;
    box-shadow: 0px 4px 7px 0 rgba(0, 0, 0, 22%);
    align-items: center;
    display: flex;
}

.why-choose-us .inner-why-choose .c-icon .inner-div img {
    width: 60%;
    margin: auto;
    justify-content: center;
    display: flex;
    align-items: center;
}

.why-choose-us .inner-why-choose .c-icon h5 {
    position: absolute;
    height: 25px;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
    color: #fff;
    width: 25px;
    font-size: 16px;
    border-radius: 50px;
    background-color: #3558a3;
    right: 0;
    top: 0;
}

.why-choose-us .inner-why-choose .content {
    text-align: center;
    padding: 0 20px;
}

.choose-first-card {
    position: relative;
}

.inner-why-choose .choose-first-card .content {
    margin-top: 30px;
}

.inner-why-choose .choose-first-card .content h5 {
    font-weight: 600;
}

.inner-why-choose .col-lg-3:nth-child(1) .choose-first-card::after,
.inner-why-choose .col-lg-3:nth-child(3) .choose-first-card::after {
    background-image: url(https://drddguptaent.com/wp-content/uploads/2026/02/right.svg);
    content: "";
    position: absolute;
    top: -45px;
    width: 55%;
    height: 100%;
    background-size: contain;
    background-position: center;
    opacity: 1;
    background-repeat: no-repeat;
    right: -100px;
    --lzl-bg-img: "/wp-content/uploads/2025/04/right.svg";
}

.inner-why-choose .col-lg-3:nth-child(2) .choose-first-card::after {
    background-image: url(https://drddguptaent.com/wp-content/uploads/2026/03/left.svg);
    content: "";
    position: absolute;
    top: -125px;
    width: 55%;
    height: 100%;
    background-size: contain;
    background-position: center;
    opacity: 1;
    background-repeat: no-repeat;
    right: -100px;
    --lzl-bg-img: "/wp-content/uploads/2025/04/right.svg";
}

/* Social Media Images Fixed Height */
.social-media .media-slider a {
    display: block;
    height: 350px;
    /* 👈 Yaha height control karo */
    overflow: hidden;
    border-radius: 15px;
    background: #f5f5f5;
}

.social-media .media-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Image perfectly fit & crop */
    display: block;
    transition: 0.4s ease;
}

.social-media .media-slider a:hover img {
    transform: scale(1.06);
}

.ent {
    padding: 60px 0;
}

.ent-specialist {
    border: 1px dashed;
    border-radius: 10px;
    width: 89%;
    margin: auto;
    margin-top: 40px;
    position: relative;
}

.ent-specialist .container {
    margin: 20px;
    width: 97%;
    border-radius: 10px;
}

.ent-specialist .container {
    background: linear-gradient(45deg, #2350b0, #3558a3);
}

.ent-specialist .ent-specialist-img img {
    position: absolute;
    bottom: 0;
    width: 350px;
}

.ent-specialist .container {
    position: relative;
}

.ent-specialist .ent-specialist-contnet h5 {
    background: #fff;
    width: fit-content;
    border-radius: 20px;
    padding: 6px 20px 6px 20px;
    margin-top: 50px;
    margin-bottom: 15px;
}

.ent-specialist .ent-specialist-contnet .right-containt {
    display: flex;
    background: #fff;
    width: fit-content;
    padding: 10px 10px 10px 30px;
    border-radius: 70px 10px 10px 10px;
}

.ent-specialist .ent-specialist-contnet .right-containt h1 {
    border-right: 2px solid;
    margin-top: 10px;
    font-weight: 600;
    padding-right: 10px;
}

.ent-specialist .ent-specialist-contnet .right-containt h4 {
    margin-left: 10px;
}

.ent-specialist .ent-specialist-contnet .right-containt li {
    margin-top: 14px;
}

.ent-specialist .ent-specialist-contnet .right-containt {
    margin-top: 13px;
    list-style: none;
    position: absolute;
    right: 56px;
    top: 37px;
}

.ent-specialist .ent-specialist-contnet .right-containt span {
    margin-left: 10px;
}

.ent-specialist .ent-specialist-contnet h2 {
    color: #fff;
    font-size: 2.3rem;
    margin-bottom: 10px;
}

.ent-specialist .ent-specialist-contnet p {
    color: #fff;
}

.ent-specialist .ent-specialist-contnet h6 {
    color: #fff;
    font-weight: 600;
    margin: 10px 0;
}

.ent-specialist .ent-specialist-contnet .more-about-btn {
    background: linear-gradient(45deg, #f16f36, #de561b);
    border-radius: 54px;
    color: #ffffff;
    padding: 8px 20px;
    border: none;
    box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    margin-bottom: 25px;
    margin-top: 10px;
}

.social-media {
    background: #edf3ff;
}

.social-media .col-lg-6 {
    margin-top: 30px;
}

.social-media h5 {
    background: #ffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: max-content;
    border-radius: 30px;
    padding: 6px 20px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    color: #3558a3;
    margin: auto;
}

.social-media h5 i {
    margin-top: 0px;
    font-size: 7px;
    margin-right: 7px;
    line-height: 1.5rem;
}

.social-media h2 {
    text-align: center;
    margin-top: 20px;
    font-size: 40px;
    font-weight: 600;
    font-family: sans-serif;
    margin-bottom: 25px;
}

.social-media h2 br {
    display: none;
}

.social-media .social-media-facebook {
    display: flex;
    justify-content: end;
}

.social-media .social-media-facebook .facebook {
    border-radius: 5px;
    background-color: #ffffff;
    margin-top: 20px;
    width: fit-content;
    height: 48px;
    border: 0px #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin: auto;
}

.social-media .social-media-facebook .facebook span {
    font-weight: 600;
}

.social-media .social-media-facebook .facebook img {
    width: 20px;
    margin-right: 10px;
    margin-bottom: 2px;
}

.social-media .social-media-instagram .instagram {
    border-radius: 5px;
    background-color: #ffffff;
    width: fit-content;
    height: 48px;
    border: 0px #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.social-media .social-media-instagram .instagram span {
    font-weight: 600;
}

.social-media .social-media-instagram .instagram img {
    width: 20px;
    margin-right: 10px;
    margin-bottom: 2px;
}

.review .left-div {
    width: 100%;
    height: 243px;
    background: #3558a31a;
    padding: 20px;
    border-radius: 10px;
}

.review-end {
    width: 100%;
}

.review-top-item {
    width: 100%;
}

.review .left-div .review-left-containt {
    padding: 13px;
    background: #fff;
    border: 1px dashed;
    border-radius: 5px;
}

.review .left-div .review-left {
    display: flex;
    margin-top: 10px;
}

.review .left-div .review-left li {
    margin: 13px;
    list-style: none;
}

.review .left-div .review-right {
    display: flex;
    margin-top: 10px;
    justify-content: end;
}

.review .review-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.review .right-div {
    width: 100%;
    height: 243px;
    background: #3558a31a;
    padding: 20px;
    border-radius: 10px;
}

.review .right-div .review-right-containt {
    padding: 13px;
    background: #fff;
    border: 1px dashed;
    border-radius: 5px;
}

.review .right-div .review-div-right {
    display: flex;
    margin-top: 10px;
    justify-content: end;
}

.review .right-div .review-div-left {
    display: flex;
    margin-top: 10px;
    justify-content: start;
}

.review .right-div .review-div-left li {
    margin: 15px;
    margin-left: 0;
    list-style: none;
}

.review .left-div .review-div-left {
    display: flex;
    margin-top: 10px;
    justify-content: start;
}

.review .left-div .review-div-left li {
    margin: 13px;
    list-style: none;
}

.review .left-div .review-div-right {
    display: flex;
    margin-top: 10px;
    justify-content: end;
}

.review .review-containt h5 {
    background: #ffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: max-content;
    border-radius: 30px;
    padding: 6px 20px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    color: #3558a3;
    margin: auto;
}

.review .review-containt h5 i {
    margin-top: 0px;
    font-size: 7px;
    margin-right: 7px;
    line-height: 1.5rem;
}

.review .review-containt h2 {
    text-align: center;
    margin-top: 20px;
    font-size: 40px;
    font-weight: 600;
    font-family: sans-serif;
    margin-bottom: 25px;
}

.review .g-btn {
    display: flex;
    justify-content: end;
}

.review .googlereview-btn {
    border-radius: 5px;
    height: 50px;
    align-items: start;
    background-color: #ffffff;
    border: 1px solid #ddd;
    width: 213px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 600;
}

.review .googlereview-btn img {
    height: 20px;
    margin-right: 12px;
    border-right: 2px solid;
    width: 83px;
}

.review .google-btn {
    border-radius: 5px;
    height: 50px;
    align-items: start;
    background-color: #ffffff;
    border: 1px solid #ddd;
    width: 180px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    font-weight: 600;
}

.review .google-btn img {
    height: 20px;
    margin-right: 12px;
    width: 23px;
}

.getintouch {
    background-color: #3558a30f;
}

.getintouch .getintouch-containt h5 {
    background: #ffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: max-content;
    border-radius: 30px;
    padding: 6px 20px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    color: #3558a3;
    margin: auto;
}

.getintouch .getintouch-containt h5 i {
    margin-top: 0px;
    font-size: 7px;
    margin-right: 7px;
    line-height: 1.5rem;
}

.getintouch .getintouch-containt h2 {
    text-align: center;
    margin-top: 20px;
    font-size: 40px;
    font-weight: 600;
    font-family: sans-serif;
    margin-bottom: 25px;
}

.getintouch .contact-info ul {
    display: flex;
    list-style: none;
}

.getintouch .contact-info ul li {
    position: relative;
    padding-left: 45px;
    width: 100%;
}

.getintouch .contact-info ul li i {
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #1f4084;
    margin-right: 10px;
}

.getintouch .contact-info ul li span {
    display: block;
    font-weight: 600;
    margin-left: 5px;
    margin-bottom: 5px;
}

.getintouch .contact-info ul li a {
    text-align: start;
    margin-left: 5px;
}

.getintouch .getintouch-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.getintouch .col-lg-4 {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    padding-bottom: 20px;
}

.getintouch .form-btn {
    width: 390px;
    background: linear-gradient(45deg, #f16f36, #de561b);
    border-radius: 54px;
    color: #ffffff;
    padding: 8px 20px;
    border: none;
    box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    margin-bottom: 25px;
}

.video .video-containt h5 {
    background: #ffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: max-content;
    border-radius: 30px;
    padding: 6px 20px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    color: #3558a3;
    margin: auto;
}

.video .video-containt h5 i {
    margin-top: 0px;
    font-size: 7px;
    margin-right: 7px;
    line-height: 1.5rem;
}

.video .video-containt h2 {
    text-align: center;
    margin-top: 20px;
    font-size: 40px;
    font-weight: 600;
    font-family: sans-serif;
    margin-bottom: 25px;
}

.video .video-item .video-box {
    padding: 0;
    box-sizing: border-box;
    font-family: "Instrument Sans", sans-serif;
}

.video .video-item .video-box .image {
    width: 100%;
    height: 430px;
    border-radius: 10px;
    position: relative;
}

.video .video-item .video-box .image .title a {
    padding: 5px 5px 5px 15px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border-radius: 100px;
    width: fit-content;
    padding: 5px 5px 5px 15px;
    color: black;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    line-height: 1;
    transition: 0.4s ease-in;
    text-decoration: none;
}

.fancybox__content {
    padding: 0 !important;
}

.fancybox__iframe {
    width: 100% !important;
    height: 100% !important;
}

.fancybox__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fancybox__content {
    width: 420px !important;
    height: 750px !important;
    max-width: 95vw;
    max-height: 95vh;
    border-radius: 15px;
    overflow: hidden;
}

.video .video-item .video-box .image .title a i {
    background: #f22216;
    border-radius: 100%;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ffffff;
    padding-left: 3px;
}

/* Reel vertical popup fix */
.fancybox__slide.has-iframe .fancybox__content {
    width: 420px !important;
    height: 750px !important;
    max-width: 95vw !important;
    max-height: 95vh !important;
    padding: 0 !important;
    border-radius: 20px;
    overflow: hidden;
}

.fancybox__iframe {
    width: 100% !important;
    height: 100% !important;
}

.faq {
    background-color: #f4f4f4;
}

.faq .faq-containt h5 {
    background: #ffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: max-content;
    border-radius: 30px;
    padding: 6px 20px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    color: #3558a3;
    margin: auto;
}

.faq .faq-containt h5 i {
    margin-top: 0px;
    font-size: 7px;
    margin-right: 7px;
    line-height: 1.5rem;
}

.faq .faq-containt h2 {
    text-align: center;
    margin-top: 20px;
    font-size: 40px;
    font-weight: 600;
    font-family: sans-serif;
    margin-bottom: 25px;
}

.faq .accordion-button {
    background-color: #fff;
}

.faq .accordion-button:focus {
    box-shadow: none;
}

.video .owl-item .image img {
    transform: scale(0.9);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video .owl-item.active.center .image img {
    transform: scale(1);
}

.footer {
    background-image: url(https://www.drshwetadiagnostic.com/wp-content/uploads/2025/04/footer-bg.webp);
}

.footer .footer-logo {
    padding-right: 20px;
}

.footer .footer-logo img {
    background: white;
    border-radius: 15px;
    padding: 10px;
    height: 90px;
    margin-top: 50px;
    width: 310px;
}

.footer .footer-logo p {
    color: #ffffff;
    padding-top: 30px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 20px;
}

.footer .footer-social-media {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.footer .footer-social-media h5 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
}

.footer .footer-social-media ul {
    display: flex;
    list-style: none;
    gap: 10px;
}

.footer .footer-social-media ul li {
    margin-top: 12px;
}

.footer .footer-social-media ul li img {
    width: 30px;
}

.footer hr {
    color: #fff;
}

.footer .footer-end h5 {
    color: #fff;
}

.footer .footer-end p {
    color: #fff;
    margin: 10px 0;
    font-size: 15px;
}

.footer .footer-end .footer-end-right p i {
    margin-right: 10px;
}


.about-us-banner {
    background-image: url(../image/mainbannerbackground.png);
    padding: 0%;
}

.about-us-banner .content-box h4 {
    font-size: 700;
}

.about-us-banner .content-box h1 {
    font-size: 700;
}

.about-us-banner .item {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 20px 0 #0000000D;
    height: 110%;
    width: 111%;
}

.about-us-banner .item-box {
    margin-bottom: 15px;
    margin-top: 15px;
}

.about-us-banner .item span {
    margin: 0;
    font-size: 12px;
    color: #27374e;
    font-weight: 600;
    line-height: 1.5;
    display: block;
}

.about-us-banner h2 {
    font-size: 25px;
    font-weight: 600;
    color: #194dbb;
}

.about-us-banner .about-banner-btn {
    display: flex;
    gap: 10px;
    width: 63%;
}

.about-us-banner .right-containt {
    margin-top: 70px;
}

.about-us-banner .about-banner-btn a {
    justify-content: flex-end;
    background: linear-gradient(45deg, #f16f36, #de561b);
    border-radius: 54px;
    color: #ffffff;
    font-weight: 700;
    padding: 12px 30px 12px 30px;
    border: none;
    box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    margin: auto;
    margin-top: 20px;
    margin-left: 0px;
}

.about-us-banner .about-banner-btn-1 a {
    justify-content: flex-end;
    background: #3558a3;
    border-radius: 54px;
    color: #ffffff;
    font-weight: 700;
    padding: 12px 30px 12px 30px;
    border: none;
    box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    margin: auto;
    margin-top: 20px;
    margin-left: 0px;
}

.about-us-banner .about-banner-btn-1 {
    margin-top: 32px;
}

.about-us-banner .inner-content-box {
    display: flex;
    color: #3558a3;
    margin-bottom: 10px;
}

.about-us-banner .inner-content-box img {
    width: 3%;
}

.about-us-banner .inner-content-box h4 {
    margin-left: 10px;
}

.about-us-banner .dr-img {
    position: relative;
    margin-left: 190px;
    width: 50%;
}

.about-us-banner .dr-img .dr-name {
    position: absolute;
    box-shadow: 0 5.29px 21.93px 0 #0000001A;
    border: .76px solid #ddd;
    background: #fff;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    border-radius: 10px;
    padding: 15px;
}

.qualification {
    background: url('https://www.jaipurjoints.com/wp-content/uploads/2024/11/Qualifications-background.jpg')
}

.qualification .qualification-box h5 {
    background: #ffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: max-content;
    border-radius: 30px;
    padding: 6px 20px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    color: #3558a3;
    margin: auto;
    margin-bottom: 20px;
}

.qualification .qualification-box h5 i {
    margin-top: 0px;
    font-size: 7px;
    margin-right: 7px;
    line-height: 1.5rem;
}

.qualification .qualification-box h3 {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
}

.qualification .qualification-box p {
    text-align: center;
    font-weight: 600;
    margin: 10px;
}

.qualification .left-item {
    margin-top: 20px;
}

.qualification .timing-side-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
}

.qualification .head-timing h4 {
    font-size: 25px;
    color: #3558a3;
    margin-top: 20px;
}

.qualification .head-timing i {
    margin-right: 7px;
}

.qualification .head-timing p {
    margin-top: 10px;
}

.qualification .qualification-tabs {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
}

.qualification .qualification-tabs ul {
    column-gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
}

.qualification .qualification-tabs ul li button {
    color: #555;
    border: 1px solid #ddd;
    padding: 10px 30px;
    width: max-content;
}

.Qualification .qualification-tabs ul li {
    padding: 0;
    box-sizing: border-box;
    font-family: "Instrument Sans", sans-serif;
}

.nav-pills .nav-link.active {
    background: #007f8c;
    color: #fff;
    border: 1px solid #007f8c;
}

.qualification .qualification-content {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    background: #fff;
}

.align-items-center {
    align-items: center;
}

.m-auto {
    margin: auto !important;
}

.doctor-contacts .doctorimg {
    width: 135px;
    height: 135px;
    margin: auto auto 15px;
    display: block;
    background: #e3e3e3;
    border-radius: 100px;
    object-fit: cover;
    object-position: top;
    padding-top: 10px;
}

.doctor-contacts .contact-box {
    text-align: center;
}

.doctor-contacts .contact-box h1 {
    font-weight: 600;
    color: #3558a3;
    font-size: 26px;
}

.doctor-contacts .contact-box p {
    font-size: 20px;
    font-weight: 500;
}

.doctor-contacts .contact-box .logock {
    max-width: 200px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 0 3px 1px #c6c6c65c;
}

.doctor-contacts .contact-box ul {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    margin-top: 15px;
}

.doctor-contacts .contact-box ul li {
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #000;
}

.doctor-contacts .contact-box ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.doctor-contacts .contact-box ul li img {
    width: 30px;
    height: 30px;
    margin: 0;
}

.cotact-content {
    padding: 50px 0 0;
}

.content-box .pagetitle {
    font-weight: 700;
    font-size: 42px;
    color: black;
    line-height: 1.8;
    margin-top: 40px;
}

.content-box .pagetitle span {
    color: #3558a3;
}

.cotact-content.content-box p {
    padding: 10px 0 10px 60px;
    border-left: 4px solid #3558a3;
    font-size: 18px;
}

.cotact-content.content-box .top-content {
    margin-bottom: 40px;
}

.contact-us-area {
    background-image: url(../image/mainbannerbackground.png);
}

.contact-us-area .content-box h5 {
    background: #ffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: max-content;
    border-radius: 30px;
    padding: 6px 20px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    color: #3558a3;
    margin: auto;
    margin-bottom: 20px;
}

.contact-us-area .content-box h5 i {
    margin-top: 0px;
    font-size: 7px;
    margin-right: 7px;
    line-height: 1.5rem;
}

.content-box h3 {
    font-weight: 700;
    font-size: 28px;
    color: black;
    line-height: 1.8;
}

.content-box h3 span {
    color: #3558a3;
}

.content-box p,
.services .service-card .content .more {
    font-size: 20px;
    font-weight: 400;
    color: #222;
    line-height: 40px;
    margin: 20px;
}

.contact-us-form {
    background: #fafafa;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.contact-us-area .contact-us-form p,
.mdodal-appointment form p {
    margin: 0;
    width: 100%;
}

.contact-us-form .input-group {
    justify-content: center;
    display: flex;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}

.contact-us-area .contact-us-form .input-group-text p i {
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact-us-form form p input.wpcf7-form-control.wpcf7-submit.has-spinner.mt-4.default-btn {
    border-radius: 10px;
    background: var(--text-matte-color);
    color: #fff;
    transition: .3s;
}

.wpcf7-form-control2 {
    justify-content: flex-end;
    background: linear-gradient(45deg, #f16f36, #de561b);
    border-radius: 54px;
    color: #ffffff;
    font-weight: 700;
    padding: 12px 30px 12px 30px;
    border: none;
    box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    margin: auto;
}

.group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.contact-us-area .contact-us-form .form-label {
    display: none;
}

.contact-us-area .contact-us-form .input-group-text p {
    display: flex;
    margin: 0;
    width: 100%;
}

i :before {
    content: "\ec63";
}

.wpcf7-form-control-wrap {
    width: 100%;
    position: relative;
}

.wpcf7-form-control-wrap6 {
    width: 100%;
}

.contact-us-area .contact-us-form .col-lg-12 {
    border-radius: 10px;
    padding: 25px;
    padding-bottom: 20px;
}

.captcha-field p img {
    width: auto;
}

.contact-us-area .contact-us-form p,
.mdodal-appointment form p {
    margin: 0;
    width: 100%;
    display: flex;
}

.contact-us-area .contact-us-form .book-btn {
    display: flex;
    justify-content: center;
    background: linear-gradient(45deg, #f16f36, #de561b);
    border-radius: 54px;
    color: #ffffff;
    font-weight: 700;
    padding: 12px 30px 12px 30px;
    border: none;
    box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    margin: auto;
    margin-top: 40px;
    width: 300px;
}

.map-address .content-box .map-getintouch-containt h5 {
    background: #ffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: max-content;
    border-radius: 30px;
    padding: 6px 20px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    color: #3558a3;
    margin: auto;
    margin-bottom: 20px;
}

.map-address .content-box .map-getintouch-containt h5 i {
    margin-top: 0px;
    font-size: 7px;
    margin-right: 7px;
    line-height: 1.5rem;
}

.content-box p {
    font-size: 21px;
    font-weight: 400;
    color: #222;
    line-height: 40px;
    margin: 17px;
}

.map-address .innerBox {
    box-shadow: 0 2px 13px 0 #00000040;
    background: #efefef;
    padding: 20px;
    height: 100%;
}

.map-address .innerBox h5 {
    color: #27374e;
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 4px solid #ddd;
    display: block;
    margin: auto auto 15px;
    width: max-content;
    font-weight: 600;
}

.map-address .address-box ul {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-top: 20px;
}

.map-address .address-box .content-box ul li {
    display: flex;
    column-gap: 15px;
    align-items: center;
}

.map-address .address-box .content-box ul li i {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #3558a3;
}

.map-address .address-box .content-box ul li:first-child a {
    align-items: start;
}

.map-address .map-box {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.map-address .address-box .content-box ul li span {
    font-size: 16px;
    font-weight: 600;
}

.social-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-btn .btn-smo {
    background: #fafafb;
    border: 2px solid #ddd;
    box-shadow: 0 8px 24px rgba(149, 157, 165, .2);
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #666;
    padding: 15px 30px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.social-btn .btn-smo img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    object-fit: contain;
}

.contact-action .content-box h3 {
    font-weight: 700;
    font-size: 28px;
    color: var(--heading-4);
    line-height: 1.8;
    margin: 17px;
}

.contact-action .content-box p {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
}

.contact-action ul li {
    color: #fff;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.contact-action ul li::before {
    position: absolute;
    content: "\ebe7";
    display: inline-block;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-family: boxicons !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
}

.contact-action .content-box ul {
    margin: 17px;
    color: #fff;
}

.contact-action .theme-btn a {
    display: flex;
    justify-content: center;
    background: linear-gradient(45deg, #f16f36, #de561b);
    border-radius: 54px;
    color: #ffffff;
    font-weight: 700;
    padding: 12px 30px 12px 30px;
    border: none;
    box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    margin-top: 40px;
    width: 191px;
    margin-left: 17px;
}

.contact-action .card-doctor {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    max-width: 350px;
    margin-left: auto;
}

.contact-action .card-doctor .img {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    overflow: hidden;
    margin: auto auto 10px;
    background: #ddd;
    padding-top: 15px;
}

.contact-action .card-doctor .designation {
    text-align: center;
}

.contact-action .card-doctor .designation h4 {
    font-size: 20px;
    font-weight: 600;
    color: #3558a3;
}

.contact-action .card-doctor .designation p {
    font-weight: 500;
    line-height: 1.5;
}

.contact-action .card-doctor .designation img {
    max-width: 200px;
}

.contact-action .card-doctor .theme-btn a {
    display: flex;
    justify-content: center;
    background: linear-gradient(45deg, #f16f36, #de561b);
    border-radius: 54px;
    color: #ffffff;
    font-weight: 700;
    padding: 12px 30px 12px 30px;
    border: none;
    box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    margin-top: 40px;
    width: 191px;
    margin-left: 17px;
    margin: auto;
}

.banner-area {
    padding: 0px;
}

.banner-treatment .content-box .d-flex {
    margin-top: 30px;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.banner-treatment .content-box .content p {
    margin-left: 0px;
}

.banner-treatment .content-box .img-doc img {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    background: #dee2e6;
    object-fit: cover;
    object-position: top;
    border: 2px solid;
}

.banner-treatment .content-box .content {
    margin-top: 20px;
}

.banner-treatment .content-box .content .drname {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color: #222;
    display: block;
}

.banner-treatment .content-box .content .drdesignation {
    color: #3558a3;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    display: block;
}

.content-box p,
.services .service-card .content .more {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    line-height: 30px;
}

.banner-treatment .content-box h1 {
    color: #27374e;
    font-size: 30px;
    font-weight: 700;
}

.content-box p,
.services .service-card .content .more p {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    line-height: 30px;
    margin-left: 0px;
}

.banner-treatment .btn-group {
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.banner-treatment .btn-group .bg-logo {
    max-width: 180px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 0;
}

.banner-treatment .btn-group .bg-logo img {
    width: 100%;
    object-fit: contain;
}

.banner-area .theme-btn a {
    display: flex;
    justify-content: center;
    background: linear-gradient(45deg, #f16f36, #de561b);
    border-radius: 54px;
    color: #ffffff;
    font-weight: 700;
    padding: 12px 30px 12px 30px;
    border: none;
    box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 30px -8px rgba(0, 0, 0, 0.75);
    margin-top: 40px;
    margin-left: 17px;
    margin: auto;
}

.banner-treatment .treatment-img {
    max-width: 350px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid #ddd;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.banner-treatment .treatment-img img {
    width: 100%;
    border-radius: 14px;
}

.banner-treatment .treatment-img .doctor-stats span {
    text-align: center;
    margin-bottom: 0;
    padding: 6px 0;
    font-weight: 700;
    letter-spacing: 1px;
    color: #282828;
    display: block;
}

.treat-overview .content-box h5 {
    background: #ffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: max-content;
    border-radius: 30px;
    padding: 6px 20px;
    display: flex;
    font-size: 22px;
    font-weight: 600;
    color: #3558a3;
    margin-bottom: 20px;
}

.treat-overview .content-box h5 i {
    margin-top: 7px;
    font-size: 10px;
    margin-right: 7px;
    line-height: 1.5rem;
}

.treat-overview .treat-overview-images {
    position: sticky;
    top: 100px;
}

.treat-overview .treat-overview-images img {
    border-radius: 10px;
    width: 100%;
    position: relative;
}

.treat-overview .content-box .pagetitle {
    font-weight: 700;
    font-size: 33px;
    color: #222;
    line-height: 1.8;
    margin-bottom: 6px;
}

.treat-overview .content-box p {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    line-height: 30px;
    margin-left: 0px;
}

.emergency-contact .emergency-inner .image {
    width: 170px;
    bottom: -10px;
    height: 170px;
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    padding-top: 10px;
}

.emergency-contact .emergency-inner .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.emergency-contact .content-box h3 {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    line-height: 1.8;
}

.emergency-contact .content-box h4 {
    font-weight: 600;
}

.emergency-contact .content-box p {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.emergency-contact .social-contact .social {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    gap: 12px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    transition: .3s;
}

.emergency-contact .social-contact .social .icon img {
    width: 25px;
}

.emergency-contact .social-contact .social .title a {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    transition: .3s;
    margin-left: 2px;
}

.treat-callaction .content-box h5 {
    color: #3558a3;
    margin-bottom: 0;
}

.treat-callaction .content-box h3 {
    font-weight: 700;
    color: #222;
    font-size: 30px;
    margin: 0;
}

.treat-callaction .callaction-details .content-box h4 {
    font-weight: 700;
    font-size: 25px;
    color: #3558a3;
}

.treat-callaction .content-box p {
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}

.treat-callaction .text-end {
    text-align: right !important;
}

.treat-callaction .callaction-details {
    border-radius: 10px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.treat-callaction .callaction-details .doctor-image img {
    width: 240px;
    padding-top: 0;
    height: 260px;
    object-fit: cover;
    object-position: top;
    margin-top: 34px;
    margin-right: 50px;
}

.treat-callaction .justify-content-end {
    justify-content: flex-end !important;
}

.treatContent-area .content-box h5 {
    background: #ffff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    width: max-content;
    border-radius: 30px;
    padding: 6px 20px;
    display: flex;
    font-size: 22px;
    font-weight: 600;
    color: #3558a3;
    margin-bottom: 20px;
    margin: auto;
}

.treatContent-area .content-box h5 i {
    margin-top: 7px;
    font-size: 10px;
    margin-right: 7px;
    line-height: 1.5rem;
}

.treatContent-area .content-box h3 {
    font-weight: 700;
    font-size: 35px;
    color: black;
    line-height: 1.8;
    margin-top: 20px;
}

.treatContent-area .content-box p {
    font-size: 20px;
    font-weight: 400;
    color: #222;
    line-height: 30px;
    margin-left: 0px;
}

.treatContent-area #contenttab {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
    position: sticky;
    top: 90px;
    display: flex;
    gap: 10px;
    margin-top: 50px;
}

.treatContent-area #contenttab a.active {
    background: #3558a3;
    border: 1px solid transparent;
    transition: background .3s ease-in-out;
    padding: 14px;
}

.treatContent-area #contenttab {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
    position: sticky;
    top: 90px;
    display: flex;
    gap: 10px;
    margin-top: 50px;
}

.treatContent-area #contenttab a {
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fbfbfb;
    padding: 17px;
    font-size: 20px;
}

.treatContent-area .scrollspy-example h4 {
    margin-top: 20px;
    font-weight: 700;
    color: #3558a3;
    font-size: 30px;
}

.treatContent-area .scrollspy-example .content-box p {
    line-height: 1.8;
    margin-bottom: 15px;
}

.treatContent-area .scrollspy-example .content-box ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-left: 10px;
    list-style: none;
    padding: 0;
}

.treatContent-area .scrollspy-example .content-box ul li {
    padding-left: 26px;
    position: relative;
    line-height: 1.8;
    font-size: 21px;
    font-weight: 500;
    color: #555;
    margin-bottom: 0;
}

.treatContent-area .scrollspy-example .content-box ul li::before {
    background: url(https://oplusheartcentre.com/wp-content/uploads/2024/10/arrow-right-circle-1.png);
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 22px;
    height: 22px;
    background-size: cover;
    background-position: center;
    opacity: 1;
}

.treatment-pich {
    background: #ffeef3;
    padding: 20px 15px;
    text-align: center;
    border-radius: 10px;
}

.treatment-pich .doctor-img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 1px solid #3558a3;
    background: #fff;
}

.treatContent-area .scrollspy-example .content-box .treatment-pich p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.treatContent-area .scrollspy-example .treatment-pich .highlight {
    color: #3558a3;
    font-weight: bold;
    margin: 0;
    font-size: 26px;
}

.treatment-pich .appointment-box {
    background: white;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.treatContent-area .scrollspy-example .content-box .treatment-pich .appointment-box p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 6px;
    color: #444;
}

.treatment-pich .btn-appointment {
    background-color: #3558a3;
    color: white;
    border: 0;
    padding: 10px 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.treatment-pich-2 {
    background: linear-gradient(to right, #1d83951c, #1b8fa359);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.treatment-pich-2 .doc-info-box {
    display: flex;
    align-items: center;
    border-radius: 100px;
    background: #3558A2;
    padding: 7px 15px 7px 2px;
}

.treatContent-area .scrollspy-example .treatment-pich-2 .doc-info-box .doctor-image img {
    width: 160px;
    height: 160px;
    margin: 0;
    background: #fff;
}

.treatContent-area .scrollspy-example .treatment-pich-2 .doc-info-box .info-box p.doctor-name {
    font-size: 24px;
    font-weight: 700;
}

.treatContent-area .scrollspy-example .treatment-pich-2 .doc-info-box .info-box p {
    margin: 0;
    font-size: 12px;
    color: #f3f3f3;
    font-weight: 600;
}

.treatContent-area .scrollspy-example .treatment-pich-2 .doc-info-box .info-box p {
    margin: 0;
    font-size: 12px;
    color: #f3f3f3;
    font-weight: 600;
}

.treatment-pich-2 .doc-info-box .info-box {
    text-align: start;
    width: calc(100% - 160px);
    padding-left: 15px;
}

.treatment-pich-2 .info-side-box {
    text-align: center;
}

.treatContent-area .scrollspy-example .treatment-pich-2 .info-side-box .highlight-text {
    color: #333;
    margin: 0;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.treatContent-area .scrollspy-example .treatment-pich-2 .info-side-box .highlight-text strong {
    font-size: 26px;
    color: #3558a3;
}

.treatContent-area .scrollspy-example .treatment-pich-2 .info-side-box p {
    margin: 0;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}

.treatContent-area .theme-btn a {
    background: #3558a3;
    border: 1px solid #3558a3;
    padding: 8px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 100px;
    text-align: center;
    display: inline-block;
    transition: .3s ease-in;
}

.treatContent-area .text-center {
    text-align: center !important;
}


.modal .doctor-modal {
    border-radius: 15px;
    overflow: hidden;
    border: none;
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
}

.modal .left-section {
    background: #efefef;
    padding: 20px;
    color: #fff;
}

.modal .doctor-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #fff;
    object-fit: cover;
    margin-bottom: 10px;
    background-color: #3558A3;
}

.modal .doctor-name {
    font-size: 34px;
    margin-bottom: 15px;
    color: #3558A3;
    font-weight: 600;
}

.modal .doctor-degree,
.modal .doctor-designation {
    font-size: 18px;
}

.modal .ent-box-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.modal .ent-box {
    background: #f1f1f1;
    padding: 20px 15px;
    border-radius: 12px;
    width: 150px;
    text-align: center;
    box-shadow: 0 6px 0 #444;
}

.modal .ent-box img {
    width: 60px;
    margin-bottom: 10px;
}

.modal .ent-box h6 {
    margin: 0;
    font-weight: 600;
    color: #333;
}

.modal .right-section {
    background: #ffffff;
}

.wpcf7-spinner {
    position: absolute !important;
    bottom: 0;
    right: 0;
}

.modal-dialog {
    max-width: 70%;
}

.mobile-bottom-nav {
    position: fixed;
    display: none;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    max-width: 480px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    justify-content: space-around;
    padding: 10px 5px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

.mobile-bottom-nav .nav-item {
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    flex: 1;
}

.mobile-bottom-nav .nav-item i {
    display: block;
    font-size: 22px;
    margin-bottom: 3px;
    transition: 0.3s;
}

/* Active & Hover */
.mobile-bottom-nav .nav-item:hover i,
.mobile-bottom-nav .nav-item.active i {
    color: #3f5aa9;
    transform: translateY(-3px);
}

/* WhatsApp Highlight */
.mobile-bottom-nav .whatsapp i {
    color: #25D366;
}

/* Call Highlight */
.mobile-bottom-nav .call i {
    color: #e63946;
}

.mobile-header {
    display: none;
}

#menu-main-menu {
    display: -webkit-inline-box;
    gap: 20px;
}

.mobile-header {
    position: relative;
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    transition: all 0.4s ease;
    z-index: 999;
}

/* Sticky Active Class */
.mobile-header.sticky-active {
    position: fixed;
    z-index: 1111111;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    animation: smoothSlide 0.4s ease forwards;
}

/* Smooth Slide Animation */
@keyframes smoothSlide {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}