
body {font-family: "Poppins", sans-serif;color: #444;}a {color: #3fbbc0;text-decoration: none;}a:hover {color: #65c9cd;text-decoration: none;}h1, h2, h3, h4, h5, h6 {font-family: "Poppins", sans-serif;}#header {background: #fff;transition: all 0.5s;z-index: 997;padding: 5px 0;top: 0px;box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);}#header.header-scrolled {top: 0;}#header .logo img {max-height: 65px;}.appointment-btn {margin-left: 25px;}.navbar {padding: 0;}.navbar ul {margin: 0;padding: 0;display: flex;list-style: none;align-items: center;}.navbar li {position: relative;}.navbar a, .navbar a:focus {display: flex;align-items: center;justify-content: space-between;padding: 10px 10px 10px 20px;font-size: 15px;color: #444;white-space: nowrap;transition: 0.3s;text-transform:capitalize;font-weight: 500;}.navbar a i, .navbar a:focus i {font-size: 12px;line-height: 0;margin-left: 5px;}.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {color: #1D6EB7;}.navbar .dropdown ul {display: block;position: absolute;left: 14px;top: calc(100% + 30px);margin: 0;padding: 10px 0;z-index: 99;opacity: 0;visibility: hidden;background: #fff;box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);transition: 0.3s;border-radius: 4px;}.navbar .dropdown ul li {min-width: 200px;}.navbar .dropdown ul a {padding: 10px 20px;text-transform: none;}.navbar .dropdown ul a i {font-size: 12px;}.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {color: #3fbbc0;}.navbar .dropdown:hover>ul {opacity: 1;top: 100%;visibility: visible;}.navbar .dropdown .dropdown ul {top: 0;left: calc(100% - 30px);visibility: hidden;}.navbar .dropdown .dropdown:hover>ul {opacity: 1;top: 0;left: 100%;visibility: visible;}@media (max-width: 1366px) {.navbar .dropdown .dropdown ul {left: -90%;}.navbar .dropdown .dropdown:hover>ul {left: -100%;}}.mobile-nav-toggle {color: #555555;font-size: 28px;cursor: pointer;display: none;line-height: 0;transition: 0.5s;}.mobile-nav-toggle.bi-x {color: #fff;}@media (max-width: 991px) {.mobile-nav-toggle {display: block;}.navbar ul {display: none;}}.navbar-mobile {position: fixed;overflow: hidden;top: 0;right: 0;left: 0;bottom: 0;background: rgba(60, 60, 60, 0.9);transition: 0.3s;z-index: 999;}.navbar-mobile .mobile-nav-toggle {position: absolute;top: 15px;right: 15px;}.navbar-mobile ul {display: block;position: absolute;top: 55px;right: 15px;bottom: 15px;left: 15px;padding: 10px 0;border-radius: 8px;background-color: #fff;overflow-y: auto;transition: 0.3s;}.navbar-mobile a, .navbar-mobile a:focus {padding: 10px 20px;font-size: 15px;color: #444;}.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a {color: #1D6EB7;}.navbar-mobile .dropdown ul {position: static;display: none;margin: 10px 20px;padding: 10px 0;z-index: 99;opacity: 1;visibility: visible;background: #fff;box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);}.navbar-mobile .dropdown ul li {min-width: 200px;}.navbar-mobile .dropdown ul a {padding: 10px 20px;}.navbar-mobile .dropdown ul a i {font-size: 12px;}.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover>a {color: #3fbbc0;}.navbar-mobile .dropdown>.dropdown-active {display: block;}#hero {width: 100%;height: 82vh;overflow: hidden;position: relative;margin-top:4em;background: linear-gradient(90deg, #1CB5E0 0%, #000851 100%);}#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {position: absolute;top: 0;right: 0;left: 0;bottom: 0;}#hero .carousel-item {background-size: cover;background-position: center;background-repeat: no-repeat;}#hero .container {display: flex;align-items: flex-end;justify-content: flex-start;position: absolute;top: 30%;left: 55px;right: 55px;color:#fff;}.call-mar {margin-top: 2em;}.bg-back {padding: 20px;background-color: transparent;color: #fff;margin-bottom: 10px;border-radius: 8px;font-size: 0.9em;font-weight: 500;border: 4px solid #fff;transition: all 0.5s ease-in-out;}.consilt-doct h4 {margin-bottom: 10px;font-size: 1.2em;font-weight: 600;text-transform: capitalize;}#hero h2 {color: #fff;margin-bottom: 10px;font-size: 2.8em;font-weight: 700;text-transform: capitalize;line-height: 1.4;}#hero h3 {color: #fff;margin-bottom: 10px;font-size: 1.2em;font-weight: 500;text-transform: capitalize;}#hero .carousel-inner .carousel-item {transition-property: opacity;background-position: center center;}#hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end {opacity: 0;}#hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-start, #hero .carousel-inner .carousel-item-prev.carousel-item-end {opacity: 1;transition: 0.5s;}#hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-start, #hero .carousel-inner .active.carousel-item-end {left: 0;transform: translate3d(0, 0, 0);}#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {background: none;font-size: 30px;line-height: 0;width: auto;height: auto;background: transparent;border-radius: 50px;transition: 0.3s;color: rgba(255, 255, 255, 0.5);width: 54px;height: 54px;display: flex;align-items: center;justify-content: center;}#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {background: transparent;color: rgba(255, 255, 255, 0.8);}#hero .carousel-indicators li {cursor: pointer;background: #fff;overflow: hidden;border: 0;width: 12px;height: 12px;border-radius: 50px;opacity: 0.6;transition: 0.3s;}#hero .carousel-indicators li.active {opacity: 1;background: #3fbbc0;}#hero .btn-get-started {font-family: "Roboto", sans-serif;font-weight: 500;font-size: 14px;letter-spacing: 1px;display: inline-block;padding: 14px 32px;border-radius: 4px;transition: 0.5s;line-height: 1;color: #fff;background: #3fbbc0;}#hero .btn-get-started:hover {background: #65c9cd;}@media (min-width: 1024px) {#hero .carousel-control-prev, #hero .carousel-control-next {width: 5%;}}.timetable-h1{padding:70px 0 70px;}.title-fig img{border-radius: 1em;}.meta-head h1{margin-bottom: 10px;font-size: 2.6em;font-weight: 700;text-transform: capitalize;line-height: 1.3;}.meta-head p{font-size: 1em;font-weight: 400;line-height: 1.7;}.card {position: relative;overflow: hidden;cursor: pointer;}.intro {position: absolute;height: 80px;width: 100%;bottom: 0;overflow: hidden;padding: 10px;color: #121212;background-color: rgba(113,169,66, .7);transition: .4s ease-in-out;}.card:hover .intro {height: 340px;bottom: 0;background-color: #71A942;}.card:hover .text-p {opacity: 1;visibility: visible;}.card:hover img {transform: scale(1.1) rotate(-3deg);}.up-img {height: 500px;width: 100%;object-fit: cover;border-radius: 4px;transition: transform .4s ease-in-out;}.text-h1 {margin: 10px;text-transform: uppercase;font-size: 1.6em;font-weight:600;}.text-p {font-size: 15px;padding: 5px;visibility: hidden;opacity: 0;line-height:1.5;font-weight:500;margin-bottom:4px;}.intro ul li{line-height:1.7;font-weight:500;font-size: 15px;}
.depat-gap{margin-top:5em;}.departments-head{text-align:center;margin-bottom:2em;}.departments-head h3{margin-bottom: 10px;font-size: 2em;font-weight: 700;text-transform: capitalize;line-height: 1.3;}.departments-head p{margin-bottom: 10px;font-size: 1em;font-weight: 500;text-transform: capitalize;line-height: 1.3;}.specalities{background-color:#f5f5f5f5;margin-top:5em;padding:60px 0 60px;}.specal-box{text-align:center;border-radius:1em;padding:20px;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;height:100%;}.note-headding{padding:20px;border-radius:1em;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;height:100%;background-color: #1D6EB7;color:#fff;}.proid-text h4{margin-top: 10px;font-size: 1.1em;font-weight: 500;text-transform: capitalize;line-height: 1.4;}.specal-box img{height:65px;}.note-headding ul li{margin-top: 20px;font-size: 1.1em;font-weight: 500;text-transform: capitalize;line-height: 1.4;}.doctors-bg{background-color:#DA4C4D;padding:30px;border-radius:1em;color:#fff;text-align:center;position:relative;z-index: 1;height:100%;}.doctors-bg::before{position:absolute;content:"";width: 30%;background: url("../images/icons/knee.png") no-repeat center center;background-size: cover;height:100%;top: 0;left: 0;opacity: 0.4;}.doctors-1 h5{margin-bottom: 5px;font-size: 1.8em;font-weight: 700;text-transform:uppercase;line-height: 1.3;}.doctors-1 h6{margin-bottom: 5px;font-size: 1.1em;font-weight: 700;text-transform:uppercase;line-height: 1.3;}.doctors-1 p{margin-bottom: 3px;font-size: 1em;font-weight: 500;text-transform:capitalize;line-height: 1.6;}.doctors-female-bg{background-color:#1D6EB7;padding:30px;border-radius:1em;color:#fff;text-align:center;position:relative;height:100%;z-index: 1;}.doctors-female-bg::before{position:absolute;content:"";width: 30%;background: url("../images/icons/general-medicine.png") no-repeat center center;background-size: cover;height:100%;top: 0;left: 0;opacity: 0.4;}.bg-green{padding:30px;border-radius:1em;text-align:center;position:relative;height:100%;width: 100%;background: url("../images/janatha-hospital-building-nandikotukor.webp") no-repeat center center;background-size: cover;display: flex;justify-content: center;align-items: center;}.green-text{position:relative;color:#fff;}.bg-green::before{position:absolute;content:"";width: 100%;background-color:rgb(0,0,0,0.55);height:100%;top: 0;left: 0;border-radius:1em;}.bg-green h4{margin-bottom: 5px;font-size: 1.8em;font-weight: 700;text-transform: uppercase;line-height: 1.3;}.bg-green p{margin-bottom: 4px;font-size: 1.1em;font-weight: 500;text-transform: capitalize;line-height: 1.6;}#doctors{padding:60px 0 80px;}.doctors-image img{height:200px;margin-bottom:10px;}.space-gap{margin-bottom:30px;}.card-title{margin-top: 5px;font-size: 1.2em;font-weight: 600;text-transform: capitalize;line-height: 1.2;}.card-text{margin-top: 5px;font-size: 0.95em;font-weight: 500;line-height: 1.4;}.care-1 img{height:50px;margin:0 auto;}.care1-img{height:80px;width:80px;border-radius:50px;border:4px solid #1D6EB7;padding:10px;background-color:#f5f5f5f5;text-align:center;margin: 0 auto;}#Treatments{padding:100px 0 70px;}.ortho-tret{background-color:#f5f5f5f5;padding:60px 0 60px;}.sugar-tret1{padding:60px 0 60px;}.ortho-box1 h2{margin-bottom: 10px;font-size: 2.4em;font-weight: 700;text-transform: capitalize;line-height: 1.3;color:#1D6EB7;}.ortho-box1 h3{margin-bottom: 10px;font-size: 1.8em;font-weight: 700;text-transform: capitalize;line-height: 1.3;}.ortho-box1 h5{margin-bottom: 10px;font-size: 1.2em;font-weight: 700;text-transform: capitalize;line-height: 1.3;}.ortho-box1 h6{margin-bottom: 10px;font-size: 1em;font-weight: 500;text-transform: capitalize;line-height: 1.3;}.ortho-box1 p{margin-bottom: 10px;font-size: 1em;font-weight: 400;line-height: 1.6;}.treatm-ortho{margin-top:3em;margin-bottom:3em;text-align:center;}.treatm-ortho h3{margin-bottom: 10px;font-size: 1.6em;font-weight: 600;text-transform: capitalize;line-height: 1.3;}.care-1{border:1px solid #dddd;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;padding:15px;border-radius:1em;height:100%;}.care-1 h3{margin-top: 10px;margin-bottom: 10px;font-size: 1.1em;font-weight: 600;text-transform: capitalize;line-height: 1.3;text-align: center;}.care-1 p{margin-bottom: 6px;font-size: 0.9em;font-weight: 500;line-height: 1.6;}.care-gap{margin-bottom:30px;}.book1{width: 100%;background: url("../images/banners/treatments-sugar-thyroid.webp") no-repeat top center;background-size: cover;position:relative;padding:40px 0 40px;background-attachment: fixed;}.book1::before {position: absolute;content: "";width: 100%;background-color: rgb(0,0,0,0.65);height: 100%;top: 0;left: 0;}.tret-cta{position:relative;color:#fff;}.tret-cta h2{margin-bottom: 10px;font-size: 2em;font-weight: 700;text-transform: capitalize;line-height: 1.3;}.tret-cta p{font-size: 1em;font-weight: 400;line-height: 1.6;margin-bottom:10px;}.button {line-height: 1;text-decoration: none;display: inline-flex;border: none;cursor: pointer;align-items: center;gap: 0.75rem;background-color: #1D6EB7;color: #fff;border-radius: 10rem;font-weight: 600;padding: 0.65rem 1.5rem;padding-left: 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: background-color 0.3s;font-size:0.9em;text-transform:capitalize;}.button__icon-wrapper {flex-shrink: 0;width: 25px;height: 25px;position: relative;color: #1D6EB7;background-color: #fff;border-radius: 50%;display: grid;place-items: center;overflow: hidden;}.button:hover {background-color: #71A942;}.button:hover .button__icon-wrapper {color: #71A942;}.button__icon-svg--copy {position: absolute;transform: translate(-150%, 150%);}.button:hover .button__icon-svg:first-child {transition: transform 0.3s ease-in-out;transform: translate(150%, -150%);}.button:hover .button__icon-svg--copy {transition: transform 0.3s ease-in-out 0.1s;transform: translate(0);}.grid-container {border: solid 1px #eeeeee;padding: 0.5vw;display: grid;grid-template-columns: repeat(3, 1fr);grid-auto-rows: 24.5vw;grid-gap: 0.5vw;}.griditem {background-size: cover;background-position: center;padding: 2vw;font-size: 1.5vw;color: darkorange;box-sizing: border-box;}
.image2 {background-image: url("../images/orthopedic-doctor.webp");}.image1 {background-position:center center;background-image: url("../images/janatha-hospital-building-nandikotukor.webp");}.image3 {background-image: url("../images/x-ray-equipment.webp");}#Gallery{padding:70px 0 70px;}.marquee-container {width: 100%;overflow: hidden;white-space: nowrap;background: #A0C878;padding: 20px 0;}.marquee-text {display: inline-block;white-space: nowrap;font-size: 1.1em;font-weight:600;color: #222;text-transform:capitalize;transform: translateX(-50%);animation: marquee 40s linear infinite;}.marquee-container:hover .marquee-text {animation-play-state: paused;}@keyframes marquee {from {transform: translateX(50%);}to {transform: translateX(-100%);}}.span1{color:#222;}.span2{color:#222;}.cta-common1{margin-top:2em;margin-bottom: 2em;}#Contact {padding: 70px 0 70px;background-color:#f5f5f5f5;}.contact-us-item {border: 1px solid var(--dark-divider-color);border-radius: 30px;padding: 20px;box-shadow: 0px 4px 40px 0px #ddd;height: calc(100% - 30px);margin-bottom: 30px;}.contact-us-item .icon-box {background: #EFF8FF;border-radius: 100px;height: 52px;width: 52px;display: flex;align-items: center;justify-content: center;margin-bottom: 20px;}.contact-us-item .contact-info-content h3 {font-size: 20px;font-weight: 600;text-transform: capitalize;margin-bottom: 10px;}.contact-us-item .contact-info-content p {width: 100%;font-size: 1em;font-weight:500;margin: 0;line-height: 1.5;}.contat-head h3{margin-bottom: 10px;font-size: 2em;font-weight: 700;text-transform: capitalize;line-height: 1.3;}.contat-head h4{margin-bottom: 10px;font-size: 1.3em;font-weight: 700;text-transform: capitalize;line-height: 1.3;}.contat-head p{font-size: 1em;font-weight: 500;line-height: 1.6;}.gap-cont{margin-top:3em;}footer {background-color: #f5f5f5f5;color: #444;padding: 30px 0 30px;}.copyright {text-align: center;font-size: 13px;font-weight: 500;}.copyright a {color: #444;}.image-phy img{border-radius:1em;}.cover-led{background-color: #71A942;padding:60px 0 60px;color:#fff;}.cta-common3{position:relative;}@-webkit-keyframes border-transform{0%,100% {border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;}14% {border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;}28% {border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;}42% {border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;}56% {border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;}70% {border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;}84% {border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;}}.progress-wrap {position: fixed;right: 30px;bottom: 30px;height: 46px;width: 46px;cursor: pointer;display: block;border-radius: 50px;box-shadow: inset 0 0 0 2px rgba(0,0,0,0.1);z-index: 9;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}.progress-wrap::after {position: absolute;font-family: 'bootstrap-icons';content: '\f139';text-align: center;line-height: 46px;font-size: 24px;color: #1D6EB7;left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;transition: all 200ms linear;}.progress-wrap:hover::after {opacity: 0;}.progress-wrap::before {position: absolute;font-family: 'bootstrap-icons';content: '\f139';text-align: center;line-height: 46px;font-size: 24px;opacity: 0;background: #1D6EB7;color:#fff;-webkit-background-clip: text;-webkit-text-fill-color: transparent;left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 2;-webkit-transition: all 200ms linear;transition: all 200ms linear;}.progress-wrap:hover::before {opacity: 1;}.progress-wrap svg path {fill: none;}.progress-wrap svg.progress-circle path {stroke: #1D6EB7;stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear;transition: all 200ms linear;}.card-gap{margin-bottom:20px;}.float {position: fixed;width: 65px;height: 60px;bottom: 80px;right: 20px;color: #FFF;border-radius:50px;text-align: center;font-size: 30px;z-index: 100;padding:5px;}.img-fluid-what {width: 50px;height: auto;}
.meta-head h5{margin-bottom: 10px;font-size: 1.2em;font-weight: 700;text-transform: capitalize;line-height: 1.3;}.meta-head h6 a{color:#444;}.meta-head h6{font-size: 1.1em;font-weight: 600;text-transform: capitalize;line-height: 1.6;}
/*media* css*/
/*xs  Extra Small devices (phones, 600px and down)*/
@media (max-width:391px){
#header .logo img {max-height: 55px;}#hero {height: 85vh;margin-top: 3em;}#hero h2 {font-size: 1.8em;}.consilt-doct h4 {margin-bottom: 5px;font-size: 1.1em;}#hero h3 {font-size: 1.1em;line-height: 1.4;}#hero .container {top: 20%;left: 5px;right: 5px;}.button {padding: 0.55rem 1.5rem;font-size: 0.8em;}.marquee-container {padding:10px 0;}.marquee-text {font-size: 1em;letter-spacing: 0.5px;}.timetable-h1 {padding:40px 0 40px;}.meta-head h1 {margin-bottom: 10px;font-size: 1.4em;}.depat-gap {margin-top: 3em;}.departments-head h3 {font-size: 1.6em;}.text-h1 {margin:5px;font-size: 1.2em;}.text-p {font-size: 13px;}.intro ul li {line-height: 1.5;font-size: 14px;}.proid-text h4 {margin-top: 10px;font-size: 1em;}.specal-box img {height: 55px;}.doctors-1 h5 {font-size: 1.4em;}.doctors-1 h6 {font-size: 0.9em;}.doctors-1 p {font-size: 0.95em;}.bg-green p {font-size: 1em;}.tret-cta h2 {font-size: 1.6em;}.ortho-box1 h2 {font-size: 1.6em;}.ortho-box1 h5 {font-size: 1.1em;font-weight: 600;}#Treatments {padding:80px 0 20px;}.contat-head h3 {font-size: 1.4em;}#Contact {padding:70px 0 10px;}
}
@media (min-width: 392px) and (max-width: 575.98px){
#header .logo img {max-height: 55px;}#hero {height: 75vh;margin-top: 3em;}#hero h2 {font-size: 1.8em;}.consilt-doct h4 {margin-bottom: 5px;font-size: 1.1em;}#hero h3 {font-size: 1.1em;line-height: 1.4;}#hero .container {top: 20%;left: 5px;right: 5px;}.button {padding: 0.55rem 1.5rem;font-size: 0.8em;}.marquee-container {padding:10px 0;}.marquee-text {font-size: 1em;letter-spacing: 0.5px;}.timetable-h1 {padding:40px 0 40px;}.meta-head h1 {margin-bottom: 10px;font-size: 1.4em;}.depat-gap {margin-top: 3em;}.departments-head h3 {font-size: 1.6em;}.text-h1 {margin:5px;font-size: 1.2em;}.text-p {font-size: 13px;}.intro ul li {line-height: 1.5;font-size: 14px;}.proid-text h4 {margin-top: 10px;font-size: 1em;}.specal-box img {height: 55px;}.doctors-1 h5 {font-size: 1.4em;}.doctors-1 h6 {font-size: 0.9em;}.doctors-1 p {font-size: 0.95em;}.bg-green p {font-size: 1em;}.tret-cta h2 {font-size: 1.6em;}.ortho-box1 h2 {font-size: 1.6em;}.ortho-box1 h5 {font-size: 1.1em;font-weight: 600;}#Treatments {padding:80px 0 20px;}.contat-head h3 {font-size: 1.4em;}#Contact {padding:70px 0 10px;}
}
/*sm Small devices (portrait tablets and large phones, 601px to 768px) */
@media (min-width: 576px) and (max-width: 767.98px){
 #header .logo img {max-height: 45px;}#hero {height: 72vh;margin-top: 3em;}#hero h2 {font-size: 2.2em;}.consilt-doct h4 {margin-bottom: 5px;font-size: 1.2em;}#hero h3 {font-size: 1.2em;line-height: 1.4;}#hero .container {top: 25%;left: 5px;right: 5px;}.button {padding: 0.55rem 1.5rem;font-size: 0.8em;}.marquee-container {padding:10px 0;}.marquee-text {font-size: 1em;letter-spacing: 0.5px;}.timetable-h1 {padding:40px 0 40px;}.meta-head h1 {margin-bottom: 10px;font-size: 1.8em;}.depat-gap {margin-top: 3em;}.departments-head h3 {font-size: 1.6em;}.text-h1 {margin:5px;font-size: 1.2em;}.text-p {font-size: 13px;}.intro ul li {line-height: 1.5;font-size: 14px;}.proid-text h4 {margin-top: 10px;font-size: 1em;}.specal-box img {height: 55px;}.doctors-1 h5 {font-size: 1.4em;}.doctors-1 h6 {font-size: 0.9em;}.doctors-1 p {font-size: 0.95em;}.bg-green p {font-size: 1em;}.tret-cta h2 {font-size: 1.8em;}.ortho-box1 h2 {font-size: 1.6em;}.ortho-box1 h5 {font-size: 1.1em;font-weight: 600;}#Treatments {padding:80px 0 20px;}.contat-head h3 {font-size: 1.4em;}#Contact {padding:70px 0 10px;}.treatm-ortho h3 {font-size: 1.4em;}
}
/*md Medium devices (landscape tablets, 769px to 992px) */
@media (min-width: 768px) and (max-width: 991.98px){
 #header .logo img {max-height: 45px;}#hero {height: 72vh;margin-top: 3em;}#hero h2 {font-size: 2.2em;}.consilt-doct h4 {margin-bottom: 5px;font-size: 1.2em;}#hero h3 {font-size: 1.2em;line-height: 1.4;}#hero .container {top: 25%;left: 5px;right: 5px;}.button {padding: 0.55rem 1.5rem;font-size: 0.8em;}.marquee-container {padding:10px 0;}.marquee-text {font-size: 1em;letter-spacing: 0.5px;}.timetable-h1 {padding:40px 0 40px;}.meta-head h1 {margin-bottom: 10px;font-size: 1.8em;}.depat-gap {margin-top: 3em;}.departments-head h3 {font-size: 1.6em;}.text-h1 {margin:5px;font-size: 1.2em;}.text-p {font-size: 13px;}.intro ul li {line-height: 1.5;font-size: 14px;}.proid-text h4 {margin-top: 10px;font-size: 1em;}.specal-box img {height: 55px;}.doctors-1 h5 {font-size: 1.4em;}.doctors-1 h6 {font-size: 0.9em;}.doctors-1 p {font-size: 0.95em;}.bg-green p {font-size: 1em;}.tret-cta h2 {font-size: 1.8em;}.ortho-box1 h2 {font-size: 1.6em;}.ortho-box1 h5 {font-size: 1.1em;font-weight: 600;}#Treatments {padding:80px 0 20px;}.contat-head h3 {font-size: 1.4em;}#Contact {padding:70px 0 10px;}.treatm-ortho h3 {font-size: 1.4em;}
}
/*lg Large devices (laptops/desktops, 993px to 1200px)*/
@media (min-width: 993px) and (max-width: 1200px) {
#header .logo img {max-height: 55px;}.button {gap:0.45rem;padding:0.65rem 1.3rem;padding-left: 20px;font-size: 0.85em;}#hero {height: 72vh;}#hero h2 {font-size: 2.2em;}.meta-head h1 {margin-bottom: 5px;font-size: 1.8em;}.up-img {height: 400px;}.text-h1 {font-size: 1.3em;}.intro ul li {line-height: 1.6;font-size: 14px;}.proid-text h4 {font-size: 1em;}.doctors-bg {padding: 20px;}.doctors-1 h5 {font-size: 1.3em;}.doctors-1 h6 {font-size: 1em;}.doctors-1 p {font-size: 0.85em;}.bg-green p {font-size: 1em;}.departments-head h3 {font-size: 1.6em;}.ortho-box1 h2 {font-size: 2em;}.care-1 h3 {font-size: 1em;font-weight: 500;}
}
/*xl  Extra Large devices (large laptops and desktops, 1201px to 1400px)*/
@media (min-width:1201px) and (max-width: 1400px) {
.button {gap:0.45rem;padding:0.65rem 1.3rem;padding-left: 20px;font-size: 0.85em;}#hero {height: 72vh;}#hero h2 {font-size: 2.2em;}.meta-head h1 {margin-bottom: 5px;font-size: 1.8em;}.up-img {height: 400px;}.text-h1 {font-size: 1.3em;}.intro ul li {line-height: 1.6;font-size: 14px;}.proid-text h4 {font-size: 1em;}.doctors-bg {padding: 20px;}.doctors-1 h5 {font-size: 1.3em;}.doctors-1 h6 {font-size: 1em;}.doctors-1 p {font-size: 0.85em;}.bg-green p {font-size: 1em;}.departments-head h3 {font-size: 1.6em;}.ortho-box1 h2 {font-size: 2em;}.care-1 h3 {font-size: 1em;font-weight: 500;}
}