@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
/* font-family: 'Oswald', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');
/* font-family: 'Lato', sans-serif; 
font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');
/* font-family: 'Poppins', sans-serif; */
:root{
	--redcolor: #a1132a;
	--bluecolor: #10306b;
	--font: 'Lato', sans-serif;;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000000;	
	box-sizing: border-box;
}
p{
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
*{
	margin: 0;
	padding: 0;
}
.topheader{
	background-color: #10306b;
	padding: 5px 0;
}
.topheader ul{
	margin: 0;
	padding: 0;
	text-align: right;
}
.topheader ul li{
 	display: inline;
	padding-left: 20px;
}
.topheader ul li a{
	color: #fff;
	text-decoration: none;

}
.menubar{
	background-color: #ffffff;
}
.logo img{
	width: 270px;
}
.menu{
	padding-left: 35px;
}
.menu ul li a{
	 padding: 0 14px!important;
	 font-size: 15px;
    font-weight: 600;
}
.menu .dropdown-menu{
	border: none;
	border-radius: 0;
	border: 1px solid #cccccc60;
	padding: 0 5px;
	margin-top: 15px;
}
.menu .dropdown-menu li a{
	border-bottom: 1px solid #cccccc30;
	padding:8px 15px!important;
}
.menu .dropdown-menu li a:focus{
	background-color: #ffffff;
}
.menu .dropdown-menu li a:hover{
	color: #a1132a;
}
.banner{
	position: relative;
}
.bannertext{
	width: 40%;
	z-index: 1;
	position: absolute;
	top: 32%;
	left: 15%;
	text-align: center;
}
.bannertext h1{
	font-size: 48px;
	font-weight: 600;
	/*padding: 5px 10px;
	background-color: #fff;
	display: inline-block;*/
	font-family: 'Lato', sans-serif;
}
.bannertext h1 span{
	color: #10306b;
}
.bannertext a button{
	font-size: 16px;
	background-color: #a1132a;
	padding: 10px 18px;
	color: #ffffff;
	border: none;
	margin-top: 25px;
	transition: 0.5s ease;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
.bannertext a button:hover{
	background-color: #ba4d5e;
}	
.banner .carousel-control-prev{
	 position: absolute;
	 left: 5px;
	 width: 50px;
}
.banner .carousel-control-next{
	 position: absolute;
	 right: 5px;
	 width: 50px;
}
.aboutpage{
	padding: 70px 0;
}
.aboutcnt{
	text-align: left;
}
.aboutcnt h1{
	margin: 0;
	padding: 0;
	font-size: 45px;
	font-weight: 800;
	font-family: 'Lato', sans-serif;
	color: #10306b;
	padding-bottom: 15px;

}	
.aboutcnt h3{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #666;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.aboutcnt p{
	font-family: 'Open Sans', sans-serif;
	line-height: 1.6;
	font-weight: 400;
	margin-bottom: 10px;
	color: #333333;
	font-size: 15px;
}
.aboutcnt p:last-child{
	margin-bottom: 0;
	padding: 0;
}
.aboutcnt a button{
	position: relative;
	font-size: 14px;
	background-color: #a1132a;
	padding: 10px 18px;
	color: #ffffff;
	border: none;
	margin-top: 15px;
	transition: 0.5s ease;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	
}
.aboutcnt a button:after{
	content: '';
	width: 124px;
	height: 37px;
	z-index: -1;
	position: absolute;
	right: -5px;
	background-color: #51735a;
}
.aboutcnt a button:hover{
	background-color: #ba4d5e;
}	
.abtimg {
	text-align: center;
}
.abtimg img{
	width: 70%;
}
.treatments{
	text-align: center;
	padding-bottom: 60px;
}
.treatments .title{
	margin-bottom:20px;
}
.treatments .title h1 {
    margin: 0;
    padding: 0;
    font-size: 38px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    color: #10306b;
    padding-bottom: 18px;
}
.treatments .owl-carousel .owl-nav button.owl-prev, .treatments .owl-carousel .owl-nav button.owl-next{
	background-color: #ffffff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 17px;
	width: 35px;
	height: 35px;
	border-radius: 0;
}
.treatments .owl-carousel .owl-nav button.owl-prev:focus, .treatments .owl-carousel .owl-nav button.owl-next:focus{
	border: 1px solid #999;
}
.treatments [class^=btn-] {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  max-width: 135px;
  margin: 1rem auto;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #33333340;
}
.pbox{
	background-color: #33333315;
	padding: 15px;
}
.pbox h2{
	padding-top: 6px;
	font-weight: 600;
	color: #10306b;
	font-size: 22px;
	padding-bottom: 15px;
}
.pbox p{
	font-size: 15px;
}
.pbox .btn-6 {
  	color: #000000;
  	font-weight: 600;
  	transition: 0.5s ease;
}
.pbox .btn-6 i{

}
.pbox .btn-6 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #a1132a;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.pbox .btn-6:hover {
  color: #e3efcd;

}
.pbox .btn-6:hover span {
  width: 225%;
  height: 562.5px;
}
.pbox p{
	color: #333333;
	font-size: 15px;
}
.pbox .btn-6:active {
  background-color: #a1132a;
}
.hospital{
	text-align: center;
	padding-bottom: 60px;
}
.hospital .title{
	margin-bottom:20px;
}
.hospital .title h1 {
    margin: 0;
    padding: 0;
    font-size: 38px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    color: #10306b;
    padding-bottom: 18px;
}
.hbox{
	box-shadow: 0 0 8px #00000040;
	padding: 5px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.hbox img{
	padding: 5px;
	border-bottom: 1px solid #cccccc50;
}
.hbox h2{
	font-size: 16px;
	font-weight: 600;
	padding: 15px 0 8px 0;
	color: #10306b;
}
.testimonial-section {
	text-align: center;
	padding-bottom: 60px;
}
.testimonial-section .title{
	margin-bottom:20px;
}
.testimonial-section .title h1 {
    margin: 0;
    padding: 0;
    font-size: 38px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    color: #10306b;
    padding-bottom: 18px;
}
.testimonial-section h1 {
    font-size: 2.5em;
    color: royalblue;
    margin-bottom: 20px;
}

.testimonial-carousel {
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    scroll-behavior: smooth;
    flex-wrap: nowrap; /* Default: No wrapping for larger screens */
}

.testimonial-card {
    min-width: 300px;
    margin: 5px 10px;
    padding: 20px;
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
}

.testimonial-card:hover {
    transform: scale(1.05);
}

.client-image {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    overflow: hidden;
/*    border: 3px solid #a1132a;*/
}

.client-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-text {
    font-size: 1.2em;
    font-style: italic;
    color: #555555;
    margin-bottom: 15px;
}

.client-role {
    font-size: 0.9em;
    color: gray;
}

/* Responsive Design */
@media (max-width: 768px) {
    .testimonial-carousel {
        flex-wrap: wrap; /* Allow wrapping for smaller screens */
        justify-content: center; /* Center cards when stacked */
    }

    .testimonial-card {
        flex: 1 1 90%; /* Each card takes up 90% of the screen width */
        margin: 10px 0; /* Add vertical spacing */
    }
}

@media (max-width: 480px) {
    .testimonial-card {
        flex: 1 1 100%; /* Each card takes up full width on mobile */
    }
}

footer{
	background-color: #10306b;
	padding: 70px 0;
}
footer h2{
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	padding-bottom: 28px;
}
.widget ul{
	padding-left: 0;
}
.widget ul li{
	padding-bottom: 15px;
	list-style: none;
}
.widget ul li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
.widget ul li a{
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
}
.widget ul li a:hover{
	opacity: 0.9;
}
.widget p b{
	color: #ffffff;
	font-weight: 600;
}
.widget p{
	color: #ffffff;
	font-size: 15px;
	padding-bottom: 20px;
}
.map iframe{
	background-color: #ffffff;
	padding: 5px;
}
.footerbtm{
	padding: 10px 0;
	background-color: #0d2b62;
}
.footerbtm p{
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #ffffff90;
	font-weight: 500;
	text-align: center;
}
.pbbanner {
	background-color: #5375b5;
}
.pbbanner h1{
	text-align: center;
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	padding: 35px 0;
	position:relative;
}
.pbbanner h1 span{
	position: absolute;
	left: 0;
	top: 12%;
	z-index: 1;
	right: 0;
	font-size: 68px;
	opacity: 0.1;
}
.contactus{
	padding: 70px 0;
}
.contactus h1{
	font-size: 30px;
	font-weight: 700;
	    font-family: 'Lato', sans-serif;
	color: #10306b;
	margin-bottom: 50px;
}
.contactus .map iframe{
	border-radius: 30px;
	background-color: #fff;
	padding: 5px;
	box-shadow: 0 0 5px #11000015;
}
.box{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.boxl{
	width: 15%;
}
.boxr{
	width: 80%;
}
.boxr h2{
	font-size: 20px;
	font-weight: 600;
	color: #10306b;
	margin-bottom: 5px;

}
.boxr p {
	font-size: 15px;
	color: #666666;
}
.boxr p a{
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-bottom: 5px;
}
.social{
	margin-top: 30px;
}
.social h2{
	font-size: 22px;
	font-weight: 600;
	color: #10306b;
	margin-bottom: 20px;
	    font-family: 'Lato', sans-serif;
}
.social ul{
	margin: 0;
	padding: 0;
}
.social ul li{
	display: inline-block;	
}
.social ul li a i{
	font-size: 18px;
	background-color: #a1132a;
	width: 40px;
	height: 40px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	transition: 0.5s ease;
}
.social ul li a i:hover{
	opacity: .8;
}
.aboutuspg{
	padding: 70px 0;
}
.moreinfo{
	margin-top: 25px;
	background-color: #5375b5;
	padding: 30px;
}
.moreinfo p{
	color: #fff;
}
.innerpage{
	padding: 4rem 0;
}
.sidbar{
	background-color: #66666610;
	border: 1px solid #cccccc;
}
.sidbar ul{
	margin: 0;
	padding: 0;
}
.sidbar ul li{
	list-style: none;
	
}
.sidbar ul li a{
	padding: 10px 25px;
	text-decoration: none;
	color: #333333;
	display: block;
	border-bottom: 1px solid #cccccc;
	transition: 0.5s ease;
}
.sidbar ul li:last-child a{
	border-bottom: 0;
}
.sidbar ul li a:hover{
	background-color: #ffffff;
	padding-left: 35px;
	color: var(--redcolor);
}
.sercnt img{
	width: 100%;
}
.sercnt h1{
	font-size: 32px;
	font-weight: 400;
	color: var(--bluecolor);
	font-family: var(--font);
	padding-bottom: 15px;
	margin-top: 30px;
}
.sercnt h2{
	font-size: 22px;
 	margin-bottom: 12px;
	font-weight: 600;
	color: #444444;
}
.gap{
	margin-top: 25px;
}
.sercnt img{
		padding-bottom: 30px;
}
.sercnt p{
	font-size: 15px;
}
.sercnt ul{
	padding: 0;
	margin: 0;
}	
.sercnt ul li{
	list-style: square;
	font-size: 14px;
	line-height: 1.8;
	padding-bottom: 5px;
	margin-left: 20px;
}
.sercnt ul li::marker {
  color: var(--redcolor);
}
.sercnt ul li:last-child{
	padding-bottom: 0;
}
.testimonial-section h2{
	margin-bottom: 30px;
	font-size: 30px;
	color: #51735a;
}
.testimonial-section .testimonial-card {
	margin-bottom: 40px;
}