 
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');
/*font-family: 'Roboto', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&amp;display=swap');
/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&amp;display=swap');
/*font-family: 'Quicksand', sans-serif;*/

/*
background-image: linear-gradient(to right bottom, #518afa, #7262d0, #8846b8, #b73a95, #ef2674);
}
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    color: #000;
	line-height: 1;
}

header {
/*    padding: 0 0 10px 0;*/

}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

.topbar {
    border-bottom: 1px solid #eee;
    padding: 2px 0;
    background-color: #d8f4ff;
}

.logo h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #414aa7;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.logo p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #4D54A3;
    font-size: 16px;
}
.logo img{
    width: 100%;
}
.topinfo {
    text-align: left;
    float: left;

}

.topinfo span {
    padding: 0 15px;
}

.topinfo p {
/*    font-weight: 500;*/
    font-size: 15px;
    color: #000;
    line-height: 28px;
}

.topinfo p a {
    font-weight: 400;
    color: #000000
}

.topinfo p a:hover {
    color: #A867BE;
}

.midbar {
    background: #f97b0b;
    padding: 3px 0;
}

.appbtn {
    float: right;
}
.appbtn a {
    background: #fff;
    color: #000;
    padding: 9px 15px;
    font-size: 15px;
    border-radius: 0px;
    transition: 0.5s ease;
    display: inline-block;
    border-radius: 0 22px;
}

.appbtn a:hover {
    background: #f97b0b;
}
.appbtn i{
    margin-left: 5px;
    font-size: 14px;
}

.b2{
    display: none;
}

.carousel-caption{
    position: absolute;
    width: 41%;
    left: 10%;
    text-align: left;
    top: 20%;
}
.baner .banner1 h1{
    font-size: 42px;
    text-shadow: 0 5px 5px #00000015;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
	letter-spacing: 1px;
    padding-bottom: 18px;
}
.baner .carousel-indicators [data-bs-target]{
    background: #0993cb;    
    width: 6px;
    height: 6px;
    padding: 0;
    border: 3px solid #75d2f8;
    margin: 0 8px;
    border-radius: 50px;
    display: none;
}
.baner .banner1 h2{
   font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
    background: #6d6e6f;
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 12px;
/*    border-left: 4px solid #9343B2;*/
}
.carousel-caption a button{
    margin-top: 15px;
    border: none;
    background: #0082b7;
    color: #fff;
    padding: 12px 18px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 3px;
    margin-right: 15px;
    transition: 0.5s ease;
}
.carousel-caption a button:hover{
/*        background-image: linear-gradient(to right bottom, #518afa, #7262d0, #8846b8, #b73a95, #ef2674);*/
       /*opacity: .90;
    -webkit-opacity: .90;
    -moz-opacity: .90;*/
    background: #f97b0b;
}
.baner .banner1 a button i{
    font-size: 14px;
    margin-left: 2px;
}
.carousel-caption p{
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
.baner .carousel-control-prev, .baner .carousel-control-next{
    width: 50px;
    height: 50px;
    background: #f3861a;
    top: 45%;
    border-radius: 100%;
    opacity: 1;
}
.baner .carousel-control-prev:hover, .baner .carousel-control-next:hover{
    background: #0082b7;
}
.baner .carousel-control-prev{
    left: 2%;
}
.baner .carousel-control-next{
    right: 2%;
}
.baner .carousel-control-prev i, .baner .carousel-control-next i{
    font-size: 18px;
}

.baner .banner2 h1{
    line-height: 60px;
    color: #414aa7;
    font-size: 36px;
}
.baner .banner2 h1 span{
    font-size: 42px;
    font-weight: 600;
    color: #000000;
}

.baner .banner2 a button i{
    font-size: 14px;
    margin-left: 2px;
}
.baner .banner3 h1{
    font-size: 36px;
    line-height: 60px;
    color: #414aa7;
}
.baner .banner3 h1 span{
    font-size: 40px;
    font-weight: 600;
    color: #000000;

}
/*.baner .banner3 a button{
    margin-top: 25px;
    border: none;
    background: #f97b0b;
    color: #fff;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 15px;

}*/
.baner .banner3 a button i{
    font-size: 14px;
    margin-left: 2px;
}

.heading h1{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 45px;
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
}
.heading h1:before{
    position: absolute;
    content: '';
    width: 50%;
    height: 2px;
    border-bottom: 2px solid #f97b0b;
    left: 0;
    bottom: 0;
}
.heading h1:after{
    position: absolute;
    content: '';
    width: 51%;
    height: 2px;
    border-bottom: 2px solid #0082b7;
    right: 0;
    bottom: 0;
}
.serviceshome{
    padding: 60px 0 50px 0;
    background: #e4f7ff;
}
.serbox{
    background-color: #fff;
/*    text-align: center;*/
	transition: 0.5s;
    padding: 24px;
	box-shadow: 2px 2px 3px #bcbcbc;
/*    height: 520px;*/
}
.serviceshome .owl-carousel.owl-drag .owl-item{
   margin-right: 27.5px !important;
}
.serbox img{
    border: 1px solid #cfcfcf;
	transition: 0.5s;
    margin-bottom: 18px;

}
.serbox h2{
	font-size: 20px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    color: #000;
    font-weight: 500;
    transition: 0.5s;
    text-transform: capitalize;
    border-bottom: 1px solid #d8e6eb;
/*    display: inline-block;*/
    position: relative;
}
.serbox h2:before{
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    border-bottom: 2px solid #f97b0b;
    left: 0;
    bottom: -1px;
}
.serbox p{
    font-size: 15px;
    color: #000;
    line-height: 24px;
    padding-bottom: 0;	
}
.serbox button{
    background-color: #0082b7;
    color: #fff;
    border: none;
    margin-top: 10px;
    padding: 10px 15px;
    transition: .5s;
    font-size: 15px;
    border-radius: 3px;
}
.serbox:hover h2{
	/*background: #f3861a;
	color: #fff;*/
}
.serbox:hover button{
    background: #f97b0b;
    color: #fff;
}
.serbox:hover img{
    filter: brightness(110%);
}
.serbox:hover {
/*	transform: translateY(-10px);*/
}
.serviceshome .owl-carousel .owl-nav button.owl-prev, 
.serviceshome .owl-carousel .owl-nav button.owl-next{
    background-color: #f97b0b;
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 40%;
    border-radius: 50%;
    color: #fff;
    transition: 0.5s;
}
.serviceshome .owl-carousel .owl-nav button.owl-prev{
    left: -55px;
}
.serviceshome .owl-carousel .owl-nav button.owl-next{
    right: -55px;    
}
.serviceshome .owl-carousel .owl-nav button:hover{
    color: #fff;
    background-color: #0082b7;
}
.serviceshome .owl-carousel .owl-nav button.owl-prev i, 
.serviceshome .owl-carousel .owl-nav button.owl-next i{
    font-size: 16px;
}
.abouthome{
/*	background-color: #ebf2ff;*/
    
	padding: 60px 0;
    overflow: hidden;
}
.reveal{
    
}
.leftabt{
/*    position: relative;*/

}
.leftabt img{
    
    padding: 3px;
    position: relative;
}
.leftabt1{
    /*position: absolute;
    bottom: 0;
    right: 35px;*/
}
.leftabt1 img{
    width: 150px;
    position: absolute;
    bottom: 0;
    right: 35px;
}
.rgtabt{
	padding-left: 25px;
    
}
.rgtabt h3{
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	padding: 5px 12px;
	margin-bottom: 5px;
	background-color: #f3861a;
	display: inline-block;
}
.rgtabt h1{
	font-size: 38px;
	color: #f97b0b;
	font-weight: 600;
	padding: 0px 0 10px 0;
}
.rgtabt h2{
	color: #000;
	font-size: 22px;
	font-weight: 400;
	padding-bottom: 8px;
}
.rgtabt p{
	color: #000;
	font-size: 15px;
	line-height: 28px;
	padding-bottom: 8px;
    text-align: justify;
}
.rgtabt p:last-child{
	padding-bottom: 0;
}
.rgtabt a button{
/*	width: 140px;*/
    margin-top: 10px;
    border: none;
    background: #0082b7;
    color: #fff;
    padding: 13px 22px;
    font-size: 16px;
    border-radius: 3px;
    margin-right: 15px;
    transition: 0.5s ease;
}
.rgtabt a button i{
    font-size: 14px;
    margin-left: 2px;
}
.rgtabt a button:hover{
	background: #f97b0b;
/*    background-image: linear-gradient(to right bottom, #518afa, #7262d0, #8846b8, #b73a95, #ef2674);   */
}
.abttop {
	margin-bottom: 10px;
    border-bottom: 1px dashed #f3861a;
    padding-bottom: 6px;
}
.reveal{
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: 1s all ease;
  }
  
  .reveal.active{
	transform: translateY(0);
	opacity: 1;
  }
.testimonials{
	padding: 60px 0;
    background: #fff;
}
.apphome{
	background-color: #e4e4e4;
    padding: 30px;
    box-shadow: 1px 1px 3px #7e7e7e;
/*    margin-top: 73px;*/
}
.apphome h2{
	font-family: 'Quicksand', sans-serif;
    color: #f97b0b;
	text-align: left;
	font-weight: 800;
	font-size: 26px;
    text-align: center;
	/*text-transform: uppercase;*/
	padding-bottom: 20px;
}

.contactform form label{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}
.apphome form input{
    display: block;
    width: 100%;
    border-radius: 0;
    border: 1px solid #666;
    padding:  10px 15px;
	line-height: 30px;
    margin-bottom: 15px;
	font-weight: 300;
}
.apphome form input[type=submit]{
    margin-bottom: 0;
}
.apphome form input::placeholder{
    color: #666!important;
}
.apphome form input:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.apphome form textarea{
    display: block;
    width: 100%;
     margin-bottom: 15px;
    height: 100px;
    padding: 10px;
}
.apphome form textarea::placeholder{
    color: #000!important;

}
.apphome form textarea:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.apphome form input[type=submit]{
    width: 100%;
	padding: 8px 15px;
	border-radius: 4px;
	font-size: 16px;
    background: #f97b0b;
    color: #fff;
    border: none;
    cursor: pointer;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.apphome form input[type=submit]:hover{
    background: #f3861a;
}
.revbox{
/*    margin: 0 30px;*/
}
.revbox p{
    border-radius: 0px;
    background-color: #f3f3f3;
    padding: 40px;
    /* margin: 0 40px; */
    line-height: 26px;
    /* font-style: italic; */
    font-size: 15px;
    color: #000000;
    box-shadow: 1px 1px 3px #8a8a8a;
    position: relative;
    width: 95%;
    margin: 0 auto;
}
.revbox p::after{
	content: '';
	width: 40px;
	height: 40px;
	background-color: #f3f3f3;
	z-index: 999;
	position: absolute;
	bottom: -19px;
	left: 0; 
	right: 0;
	margin: auto;
	transform: rotate(45deg);
    box-shadow: 2px 2px 2px #b5b5b5;
}
.revbox p i{
    font-size: 24px;
    padding: 0 10px;
    color: #0082b7;
}
.testimonials .owl-carousel .owl-stage-outer{
	
}
.revbox h3{
	color: #0082b7;
	padding-top: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
    text-transform: capitalize;
}
.revbox h4{
	color: #fff;
	font-size: 16px;
	padding-top: 15px;
	font-weight: 400;
	text-align: center;
}
.testimonials .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block !important;
}
.testimonials .owl-carousel .owl-nav button.owl-prev, 
.testimonials .owl-carousel .owl-nav button.owl-next{
    background-color: #f97b0b;
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 32%;
    border-radius: 50%;
    color: #fff;
    transition: 0.5s;
}
.testimonials .owl-carousel .owl-nav button.owl-prev{
    left: -55px;
}
.testimonials .owl-carousel .owl-nav button.owl-next{
    right: -55px;    
}
.testimonials .owl-carousel .owl-nav button:hover{
    color: #fff;
    background-color: #0082b7;
}
.testimonials .owl-carousel .owl-nav button.owl-prev i, 
.testimonials .owl-carousel .owl-nav button.owl-next i{
    font-size: 16px;
}
.diagnose{
	padding: 4rem 0;
}
.diagnose .hedfading{
	margin-bottom: 25px;
}
.diagnose .heading h1{
        color: #000000;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
font-family: 'Poppins', sans-serif;
	padding-bottom: 16px;
}
.dvdc{
/*    padding-top: 15px;*/
background-color: #4d54a315;
/*     border: 1px solid #4d54a3;*/
    margin-top: 25px
}
.diagnose p{
	text-align: center;
	font-size: 24px;
    color: #284da5;
    padding-bottom: 16px;
}
.facilitybox {
    text-align: center;
    margin-top: 25px;
}
.facilitybox h2{
	text-align: center;
	font-size: 15px;
    padding-top: 15px;
    line-height: 26px;
    font-weight: 600;


}
.facilitybox img{
    padding: 10px;
    width: 90px;
    margin: auto;
    background-color: #fff;
    /*box-shadow: 0 5px 5px 5px #00000015;*/
    transition: 0.5s;
}
.facilitybox:hover img{
   /* border-radius: 100%;*/
   transform: scale(1.1);
}
.facilitybox img:hover{
 /*   background: #eee*/
}
.viewbtn{
    display: block;
    text-align: center;
}
.viewbtn a button{
    margin-top: 20px;
    border: none;
    background: #9343B2;
    color: #fff;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 17px;
    border-radius: 3px;
    margin-right: 15px;
    transition: 0.5s
}
.viewbtn a button i{
    font-size: 12px;
    padding-left: 8px;
    transition: 0.5s
}
.viewbtn a button:hover{
    background-image: linear-gradient(to right top, #9343B2, #824fa9, #6a49a2, #52439b, #353d93);
}
footer{
    background: #016e9b;
    padding: 50px 0 10px;
}
.footerbox h1{
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
    border-bottom: 1px solid #0684b9;
    margin-bottom: 15px;
    display: inline-block;
}
.footerbox ul{
    padding-left: 0;
    margin-bottom: 0;
}
.footerbox ul li{
    line-height: 26px;
    position: relative;
    padding-left: 0;
    padding-left: 25px;
    padding-bottom: 10px;

}
.footerbox ul li a{
    color: #fff;
    transition: .5s;
    font-size: 15px;
    text-transform: capitalize;
}
.footerbox ul li a:hover{
    color:#f97b0b;  
}

.footerbox ul li i{
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 8px;
    color: #fff;
}
.faddress P{
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    line-height: 26px;
    padding-bottom: 10px
}
.faddress p i{
    position: absolute;
    left: 0;  
    top: 6px;
    margin: 0;
    padding-bottom: 0;
    color: #fff;
}
.faddress P a{
    color: #fff;
   
}
.faddress P a:hover{
    color:#f97b0b;    
}
.footerbtm {
    padding: 15px 0;
    background-color: #0082b7;
}
.footerbtm p{
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
}
.footerbtm p a{
      color:#9343B2;  
      font-weight: 400;
    color: #fff;
}
.footerbtm p.des{
    text-align: right
}
img.sharp{
    width: 20px;
    margin-left: 5px
}
.socialicon ul{
    margin: 0;
    padding: 0;
    float: none;
    text-align: right;
}
.socialicon ul li{
    display: inline;
}
.socialicon ul li img{
    width: 30px;
    margin-right: 4px;
    transition: .5s;
}
.socialicon ul li img:hover{
    filter: brightness(120%);
}
.innerbanner {
    background-color: #d7d5d2;
    text-align: center;
    padding: 50px 0;
    background: url(../images/inner-bg.jpg) no-repeat;
}
.innerbanner h1{
    margin: 0;
    font-size: 32px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
}
.innerbanner ul{
    margin: 0;
    padding: 0;
}
.innerbanner ul li{
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
}
.innerbanner ul li a{
    color: #fff;
}
.innerbanner ul li a:hover{
    color: #f97b0b;
}
.innerbanner ul i{
    color: #fff;
    font-size: 9px;
    margin: 0 5px;
    transform: translateY(-1px);
}
.aboutpg{
    padding: 4rem 0;
    overflow: hidden;
}
.sidefix{
    position: relative;
}
ul.sidbar1{
    background-color: #f97b0b;
    margin-bottom: 0;
    padding: 10px 20px;
}
ul.sidbar1 li{
    line-height: 25px;
    border-bottom: 1px solid #3c438b;
    position: relative;
     transition: .5s;
   -webkit-transition: .5s;
   -moz-transition: .5s;
}
ul.sidbar1 li:hover:after{
    content: '';
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    background: #f97b0b;
    position: absolute;
    right: -30px;
    top: 23px;
   

}
ul.sidbar1 li.active:after{
    content: '';
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    background: #f97b0b;
    position: absolute;
    right: -30px;
    top: 23px;

}
ul.sidbar1 li:last-child{
   border-bottom: none; 
}
ul.sidbar1 li a{
    font-size: 16px;
    display: block;
    color: #ffffff;
    font-weight: 300;
    transition: .5s;
   padding: 20px 10px;
   transition: .5s;
   -webkit-transition: .5s;
   -moz-transition: .5s;
   
}
/*ul.sidbar1 li a:hover{
    color: #cccccc;
  /*  background-color: #5761cd;
}
*/
.abtdoctor{
    padding-left: 20px;
}
.abtdoctor img{
    max-width: 260px;
    float: right;
    margin: 0 0 20px 20px;
}
.abtdoctor h3{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    padding: 5px 12px;
    margin-bottom: 5px;
    background-color: #A867BE;
    display: inline-block;
    color: #fff;
}
.abtdoctor h1 {
    font-size: 40px;
    color: #f97b0b;
    font-weight: 800;
    padding: 12px 0 8px 0
}
.abtdoctor h2 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    }
.abtdoctor p {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 8px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
}
.abttable table{
    font-size: 16px;
    margin-top: 5px;
}
.abttable table tr th, .abttable table tr td{
    padding: 15px 20px;
}
.abttable table tr th{
    border: 1px solid #66666650;
    width: 40%;
    color: #333;
    vertical-align: middle;
    line-height: 26px;
}
.abttable table tr td{
 border: 1px solid #66666650;
    padding: 18px 15px;
    vertical-align: middle;
    line-height: 26px;
}
.abttable table tr td ul {
    margin-bottom: 0;
}
.abttable table tr td ul li{
    list-style: disc;
    margin-left: -10px;
}
.abttable h2{
    font-size: 24px;
    text-align: left;
    font-weight: 800;
    margin: 0;
    padding: 0;
    color: #f97b0b;
    padding-left: 10px;
    text-transform: uppercase;

}
.to_move_content {
    z-index: 999;
}
.abttable table a{
    transition: .5s;
}
.abttable table button{
    text-decoration: underline;
    background-color: #9343B2;
    color: #FFF;
    padding: 10px 25px;
    text-align: center;
    border: none;
    border: 1px solid #9343B2;
    transition: .5s;
}
.abttable table button:hover{
    color:  #9343B2;
    border: 1px solid #9343B2;
    background: #fff;
}
.abttable table tr td.center{
    text-align: center;
}
.content p{
 color: #000;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 8px;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
}
.content img{
    margin-bottom: 20px;
}
.contactpg{
    padding: 60px 0 40px;
/*    background: #f1efef;*/
}

.contactform form {
    padding: 26px 20px;
    text-align: left;
    transition: 0.5s;
    /* padding-bottom: 20px; */
    box-shadow: 0 5px 10px 5px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 5px 10px 5px rgb(0 0 0 / 10%);
}
.contactform form label{
    margin: 0;
    padding: 0;
    font-weight: 600;
    padding-bottom: 10px;
}
.contactform form input{
    display: block;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #666666;
    padding: 10px 15px;
    height: 52px;
    margin-bottom: 15px;
}
.contactform form input::placeholder{
    color: #666!important;
}
.contactform form input:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.contactform form textarea{
    display: block;
    width: 100%;
     margin-bottom: 15px;
    height: 205px;
    padding: 10px;
}
.contactform form textarea::placeholder{
    color: #666!important;
}
.contactform form textarea:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.contactform form input[type=submit]{
    width: 150px;
    margin-bottom: 0;
     background: #f97b0b;
    color: #fff;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
      transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.contactform form input[type=submit]:hover{
    background: #9343B2;
}
.contactinfo{
    background: #e4f7ff;
/*    border: 2px solid #fff;*/
    border-radius: 0px;
    box-shadow: 1px 1px 3px #c5c5c5;
    padding: 25px 25px;
/*    height: 450px;*/
    margin-bottom: 20px;
    background-size: cover;
}
.contactinfo ul{
    padding: 0;
    margin: 0;
}
.contactinfo ul li{
    position: relative;
    padding-left: 55px;
}
.contactinfo h3{
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    padding-bottom: 6px;
}
.contactinfo i{
    font-size: 18px;
    color: #9343B2;
    margin-right: 5px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
    background: #0082b7;
    color: #fff;
    position: absolute;
    left: 0;
}
.contactinfo p{
    padding-left: 49px;
}
.gap30 {
    margin: 20px!important;
}
.contactinfo a{
    font-size: 15px;
    line-height: 26px;
    color: #000000;
}
.contactinfo a:hover{
    color: #f97b0b;
}
.map{
  
}
.treatmentpg{
    padding: 4rem 0;
}

.service-main {
    padding: 50px 0;
}
#services .owl-stage-outer{
    padding: 10px;
}
.sidebar h2{
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    padding: 15px 0;
    background-color: #00719f;
    color: #fff;
    border-bottom: 1px solid #ffffff20;
}
.sidebar ul {
    margin: 0;
    padding: 2px 0;
    background-color: #0082b7;
}
.sidebar ul li {
    line-height: 26px;
    margin: 1px 3px;
    border-bottom: 1px solid #0076a6;
    transition: .5s;
    position: relative;
}
.sidebar ul li a{
    font-size: 15px;
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
}
.sidebar ul li i{
    position: absolute;
    font-size: 11px;
    left: 14px;
    top: 18px;
}
.sidebar ul li:hover{
   background: #f3861a;
}
.sidebar ul li.active{
    background: #f3861a;
}
.srvimg {
    width: 100%;
    margin: 25px 0;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
}
.srvimg img{
    margin: auto;
    transition: 0.5s;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
}
.srvimg:hover img{
/*    transform: scale(1.1);*/
}
.sercnt{
    padding-left: 20px;
}
.sercnt ul {
    margin: 0;
    padding: 0;
}
.sercnt ul li{
    line-height: 26px;
    font-size: 15px;
    padding-bottom: 6px;
    position: relative;
    padding-left: 18px;
}
.sercnt ul li i{
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 16px;
    color: #f97b0b;
}
.sercnt h1{
    font-size: 32px;
    color: #f97b0b;
    line-height: 38px;
    font-weight: 600;
    text-transform: capitalize;
}
.sercnt b{
    font-weight: 600;
}
.sercnt p{
    line-height: 26px;
    font-size: 15px;
    padding-bottom: 6px;
    text-align: justify;
}
.sercnt h2{
    margin-top: 20px;
    font-size: 28px;
    font-weight: 600;
    color: #9343B2;
    margin-bottom: 12px;
}
.sercnt h3{
    margin-top: 20px;
    font-size: 22px;
    font-weight: 400;
    color: #666;
    padding-bottom: 12px;
}
.treatmentpg .serbox{
    margin-bottom: 25px;
}
.testimonialspg{
    padding: 4em 0;
}
.mainsection{
    padding: 4em 0;
}

.para p{
    font-size: 16px;
    line-height: 26px;
}
.fcbox{
    position: relative;
}
.fcbox:before{
    content: '';
    position: absolute;
    background-color: #9343B2;
    width: 5px;
    height: 0;
    z-index: 99;
    transition: 0.5s;
}
.fcbox:hover:before{
    height: 100%;
}
.para h2{
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
     color: #f97b0b;
    position: relative;
}
.para h2:after{
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to right top, #9343B2, #824fa9, #6a49a2, #52439b, #353d93);
}
.textbox{
   /* box-shadow: 5px 5px #00000015;*/
}
.testimonialspg .revbox p:after{
    box-shadow: 10px 10px 15px #00000010; 
}
.testimonialspg .revbox{
    margin: 0;
    margin-bottom: 30px;
}
.testimonialspg .revbox p{
    margin: 0 25px; 
    font-size: 15px;
    line-height: 26px;
  
}
.testimonialspg .revbox i{
    color: #9343B2;
    font-size: 20px;
}
.testimonialspg .revbox h3{
    color: #4c4c4c;
}
.fcbox{
    margin-right: 30px;
    box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.1);
}
.fcgap{
    margin: 3rem 0;
}
.ggap{
    margin: 1rem 0;
}
.para .appbtn{
    float: left;
}
.para .appbtn a{
     margin-left: 0; 
}
.ctn {
    background-color: #dedded;
    padding: 50px ;
    margin-top: 20px;
}
.ctn h1{
    font-size: 28px;
    font-weight: 600;
    padding-top: 8px;
    text-align: left;
    color: #231e68;
}
.ctn a{
    border: none;
    background-color: #f97b0b;
    border: 1px solid #f97b0b;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    transition: 0.5s ease;
    padding: 15px 25px;
    margin-left: 20px;
    float: right;
}
.ctn a:hover{
    background-color: #fff;
    border: 1px solid #f97b0b;
    color: #f97b0b;

}
.gallbox{
    transition: ease 0.5s;
}
.gallbox:hover{
    transform: translateY(-10px);
    box-shadow: 5px 8px 5px #00000020;
}
.goog-te-gadget .goog-te-combo {
    position: absolute;
    margin: 4px 0;
    padding: 4px;
    background-color: #f7f7f7;
    margin-top: 0px!important;
}
.goog-logo-link {
    display:none !important;
} 
.goog-te-gadget{
    color: transparent ! important;
}
.whatsappbtn{
    position: fixed;
    bottom: 80px;
    right: 8px;
/*    display: none;*/
}
.whatsappbtn img{
    width: 55px;
}

.appbtn1{
    margin-top: 35px;
    float: right;
}

.appbtn1 p{
    position: relative;
}

.appbtn1 span{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    position: absolute;
    padding-left: 46px;
}

.apptext a{
    color: #000;
    font-size: 15px;
    padding-left: 46px;
    margin-top: 10px !important;
}

.apptext a:hover{
    color: #f97b0b;
}

.appbtn1 p i{
    font-size: 20px;
    border: 1px solid #ffdddd;
    padding: 8px;
    color: #f97b0b;
    position: absolute;
    left: 0;
}

.apptext{
    margin-top: 12px;
}

.footerbox p{
    color: #fff;
    line-height: 25px;
    font-size: 15px;
}
.social{
    margin-top: 20px;
}

.social ul{
    float: none;
    padding-left: 0;
}

.social ul li{
    display: inline;
}

.social ul li i{
    font-size: 16px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 5px;
    background-color: #038fc8;
    transition: 0.5s;
    border-radius: 50%;
}

.social ul li i:hover{
    background: #f97b0b;
}

.publication{
    border: 1px solid #fcdbba;
    background: #fdf7f1;
    padding: 30px;
    margin-top: 30px;
}

.publication h1{
    font-size: 36px;
    padding-bottom: 20px;
    color: #282828;
}

.publication p{
    color: #000;
    font-size: 15px;
    line-height: 28px;
    padding-bottom: 8px;
    text-align: justify;
}

.publication p{
    position: relative;
    padding-left: 25px;
}

.publication i{
    position: absolute;
    left: 0;
    top: 7px;
    color: #f3861a;
    font-size: 13px;
}

.appointment {
    border: 1px solid #b0c2cc;
    padding: 40px;
    background: #f6f6f6;
}

.contact-form-section .sec-title {
    margin-bottom: 35px;
}

.contact-form-section .sec-title h2 {
    padding-bottom: 0px !important;
    font-size: 38px;
}

.contact-form-section.style-three .wrapper-box {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.contact-form {
    position: relative;
}

.contact-form-section.style-three .contact-form .form-group {
    background: #fff;
    margin-bottom: 20px;
    padding: 10px 20px;
    /* box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1); */
    border: 1px solid #c1c1c7;
}

.contact-form-wrap {
/*    border: 2px solid #fff;*/
    padding: 30px;
    background: #e4f7ff;
    box-shadow: 1px 1px 3px #c5c5c5;
    border-radius: 0px;
    background-size: cover;
}

.contact-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 22px;
    color: #000;
    font-weight: 600;
}

.contact-form-wrap h4 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 26px;
    color: #000;
    font-weight: 600;
}

.contact-form-wrap .form-group {
    margin-bottom: 20px;
}

.contact-form-wrap .form-group .form-control {
    height: 50px;
    padding: 10px 15px;
    line-height: initial;
    border: 1px solid #b0e8ff;
    border-radius: 0;
    font-weight: 400;
    border-radius: 3px;
    color: #000;
    background: #fff;
}

.contact-form-wrap .form-group textarea.form-control {
    min-height: 115px;
}

.default-btn {
    padding: 12px 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 0;
    z-index: 0;
    background-color: #0082b7;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 3px;
    border: none;
    transition: 0.5s ease;
}
.default-btn:hover{
    background-color: #f97b0b;
}

.appointment_section{
    padding: 60px 0;
/*    background: #f1efef;*/
}

.form-control{
    font-size: 14px;
    padding: 10px 25px;
}

.form-control{
    border: 1px solid #bebebe;
    background: none;
}
.form-control:focus{
    background: none;
    box-shadow: none;
    border-color: #bebebe;
}

.tlr {
    float: none;
    text-align: center;
}
.tlr ul{
    margin: 0;
}
.tlr ul li {
    display: inline-block;
    line-height: 20px;
    padding-left: 18px;
    transition: 0.5s ease;
}
.tlr ul li i {
    color: #fff;
    border: 1px solid #e0f6ff;
    margin-left: 0;
    margin-right: 10px;
    font-size: 17px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    transition: 0.5s ease;
}
.tlr ul li a {
    color: #fff;
    font-size: 15px;
}
.tlr ul li:hover a{
    color: #000;
}
.tlr ul li:hover i{
    background: #0082b7;
    color: #fff;
}


#button {
  display: inline-block;
  background-color: #f97b0b;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 15px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #f97b0b;
}
#button:active {
  background-color: #f97b0b;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.floating_btn {
  position: fixed;
  bottom: 12%;
  right: 0px;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #19be2f;
  color: #fff;
  width: 55px;
  height: 55px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}


.hospital_attachments{
    padding: 60px 0 50px 0;
    background: #e4f7ff;
    border-top: 1px dashed #0082b7;
}
.hospital_attachments .owl-carousel.owl-drag .owl-item {
    margin-right: 27.5px !important;
}
#attachments .owl-stage-outer {
    padding: 10px;
}
.hospital_attachments .owl-carousel .owl-nav button.owl-prev, 
.hospital_attachments .owl-carousel .owl-nav button.owl-next {
    background-color: #f97b0b;
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 40%;
    right: 0;
    border-radius: 50%;
    color: #fff;
    transition: 0.5s;
}
.hospital_attachments .owl-carousel .owl-nav button.owl-prev:hover, 
.hospital_attachments .owl-carousel .owl-nav button.owl-next:hover{
    background: #0082b7;
}
/*.hospital_attachments .owl-carousel .owl-nav button.owl-prev{
    right: 50px; 
}*/
.hospital_attachments .owl-carousel .owl-nav button.owl-prev {
    left: -55px;
}
.hospital_attachments .owl-carousel .owl-nav button.owl-next {
    right: -55px;
}
.hospital_attachments .serbox{
    height: 400px;
}
.hospital_attachments .serbox h2{
    font-size: 18px;
}
.hospital_attachments a{
    color: #000;
}
.hospital_attachments .serbox:hover a{
    color: #f97b0b;
}
.hospital_attachments iframe{
    border: 1px solid #cfcfcf;
    margin-bottom: 15px;
}

.hospital_attachments1{
    padding: 60px 0;
    border-top: none;
}
.hospital_attachments1 .serbox{
    margin: 12px 0;
}


.testimonials1 .revbox{
    margin: 20px 0;
}
.testimonials1 img{
    width: 40%;
    margin: 0 auto;
}



.gallery_section{
    padding: 50px 0;
}
.gallery_section img{
    border: 1px solid #b0b0b0;
    padding: 4px;
    margin: 10px 0;
}
.photo-gallery {
  color:#313437;
  background-color:#fff;
}
.photo-gallery .photo-gallery p {
  color:#7d8285;
}
.photo-gallery .photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}
@media (max-width:767px) {
  .photo-gallery .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}
.photo-gallery .photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}
.photo-gallery .photo-gallery .intro p {
  margin-bottom:0;
}
.photo-gallery .photo-gallery .photos {
  padding-bottom:20px;
}
.photo-gallery .photo-gallery .item {
  padding-bottom:30px;
}


/* .....................................................new code.......................... */
/* reset link */
.service-link{
    text-decoration: none;
    display: block;
    color: inherit;
}

/* CARD */
.service-card{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 320px;
}

/* IMAGE */
.service-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* NORMAL TITLE ON IMAGE */
.service-title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 130, 183, 0.9);
    padding: 16px;
    z-index: 2;
}

.service-title h2{
    color: #fff;
    font-size: 20px;
    margin: 0;
}

/* HOVER CONTENT */
.service-hover{
    position: absolute;
    inset: 0;
    background: #0082b7;
    color: #fff;
    padding: 25px;
    z-index: 3;

    display: flex;
    flex-direction: column;
    justify-content: center;

    opacity: 0;
    transition: opacity 0.35s ease;
}

/* SHOW ON HOVER */
.service-card:hover .service-hover{
    opacity: 1;
}

/* hide title when hover */
.service-card:hover .service-title{
    opacity: 0;
}

/* TEXT */
.service-hover h2{
    font-size: 22px;
    margin-bottom: 10px;
}

.service-hover p{
    font-size: 14px;
    line-height: 1.5;
}

.read-more{
    margin-top: 15px;
    font-weight: 600;
}


/* ...........................................about code............................... */
.about-magazine{
    padding: 80px 0;
    background: #fff;
}

/* GRID LAYOUT */
.about-grid{
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 40px;
    align-items: center;
}

/* LEFT IMAGE */
.about-left img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* CENTER CONTENT */
.about-center h1{
    font-size: 36px;
    margin-bottom: 20px;
    color:#f97b0b;
}

.about-center blockquote{
    font-size: 18px;
    font-style: italic;
    color: #555;
    border-left: 3px solid #000;
    padding-left: 15px;
    margin-bottom: 25px;
}

.about-center p{
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #333;
}

.about-btn{
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    background-color: #0082b7;
    padding: 15px 10px;
    border-radius: 10px;
}

/* RIGHT IMAGE */
.about-right img{
    width: 100%;
    height: 470px;
    object-fit: cover;
    padding-top: 15px;
    border-radius: 50px 0 50px 0 !important;
}

/* RESPONSIVE */
@media(max-width: 991px){
    .about-grid{
        grid-template-columns: 1fr;
    }

    .about-left img,
    .about-right img{
        height: auto;
    }
}




/* ..whatsp_calling... */
/* whatsp_call_icon_code */
.fixed-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

/* Base Icon Style */
.fixed-icons .icon {
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    padding: 16px 16px;
    text-align: center;
    display: inline-block;
    font-size: 28px;
    transition: 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Phone Button */
.fixed-icons .icon.phone {
    background-color: #007bff;
}

/* WhatsApp Button */
.fixed-icons .icon.whatsapp {
    background-color: #25d366;
}

/* Hover Effect */
.fixed-icons .icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
}


.contact-icon-wrap {
    display: flex;
    justify-content: center; /* boxes ko center karega */
    gap: 30px;               /* boxes ke beech space */
}