
@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;

}

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: 6px 0;
    background-color: #ffffff;
}

.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: 430px;
}
.topinfo {
    text-align: left;
    float: left;

}

.topinfo span {
    padding: 0 15px;
}

.topinfo p {
/*    font-weight: 600;*/
    font-size: 15px;
/*    color: #0E2F67;*/
    line-height: 26px;
}

.topinfo p a {
    font-weight: 400;
    color: #000000
}

.topinfo p a:hover {
    color: #0c6594;
}

.midbar {
    padding: 10px 0px;
}

.appbtn {
    float: right;
    margin-top: 40px;
}
.appbtn a {
    text-transform: uppercase;
   background: #0c659490;
    color: #fff;
    padding: 8px 18px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    margin-left: 15px;
    transition: 0.5s ease;
}
.s-appbtn a{
    background: #0c6594;
    color: #fff;
    padding: 8px 18px;
    font-weight: 500;
     text-transform: uppercase;
   font-size: 16px;
    border-radius: 5px;
    margin-left: 15px;
    transition: 0.5s ease;
}
.s-appbtn a:hover{
      background: #1f83b8;
    color: #fff;
}
.appbtn a:hover {
    width: 180px;
   
}
.appbtn i{
    margin-left: 5px;
    font-size: 14px;
}

.baner .banner1 {
    position: absolute;
    width: 45%;
    left: 10%;
    text-align: left;
    top: 20%;
}
.baner .banner1 h1{
    font-size: 52px;
    text-shadow: 0 5px 5px #00000015;
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
	letter-spacing: 1px;
    padding-bottom: 20px;
}
.baner .carousel-indicators [data-bs-target]{
    background: #0E2F67 ;    
    width: 6px;
    height: 6px;
    padding: 0;
    border: 3px solid #ddd;
    margin: 0 8px;
    border-radius: 50px;
}
.baner .banner1 h2{
   font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
    background: #284da5;
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 20px;
/*    border-left: 4px solid #9343B2;*/
}
.baner .banner1 a button{
    margin-top: 25px;
    border: none;
    background: #9343B2;
    color: #fff;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 15px;

}
.baner .banner1 a button:hover{
        background-image: linear-gradient(to right bottom, #518afa, #7262d0, #8846b8, #b73a95, #ef2674);
       /*opacity: .90;
    -webkit-opacity: .90;
    -moz-opacity: .90;*/
}
.baner .banner1 a button i{
    font-size: 11px;
    margin-left: 5px;
}
.baner .banner1 p{
    font-size: 18px;
    color: #000;
    line-height: 30px;
}

.baner .carousel-control-prev{
    left: 2%;
    width: 40px;
    height: 40px;
    background: #0E2F6785 ;
    top: 45%;
    border-radius: 5%;
}
.baner .carousel-control-next{
    right: 2%;
    width: 40px;
    height: 40px;
    background: #0E2F6785 ;
    top: 45%;
    border-radius: 5%;
}
.baner .banner2 {
    position: absolute;
    width: 45%;
    left: 12%;
    text-align: left;
    top: 25%;
}
.baner .banner2 h1{
   
    line-height: 60px;
    color: #414aa7;
    font-weight: 300;
     font-size: 36px;
}
.baner .banner2 h1 span{
      font-size: 42px;
    font-weight: 800;
    color: #303676;
}
.baner .banner2 a button{
    margin-top: 20px;
    border: none;
    background: #9343B2;
    color: #fff;
    padding: 12px 15px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 15px;

}
.baner .banner2 a button:hover{
    background-image: linear-gradient(to right bottom, #518afa, #7262d0, #8846b8, #b73a95, #ef2674);
}
.baner .banner2 a button i{
    font-size: 11px;
    margin-left: 5px;
}
.baner .banner3 {
    position: absolute;
    width: 50%;
    left: 12%;
    text-align: left;
    top: 25%;
}
.baner .banner3 h1{
    font-size: 36px;
    line-height: 60px;
    color: #414aa7;
    font-weight: 300;
}
.baner .banner3 h1 span{
    font-size: 40px;
    font-weight: 800;
    color: #303676;

}
.baner .banner3 a button{
    margin-top: 25px;
    border: none;
    background: #9343B2;
    color: #fff;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 15px;

}
.baner .banner3 a button i{
    font-size: 11px;
    margin-left: 5px;
}
.serviceshome{
    padding: 4rem 0 2rem 0;

}
.serviceshome .heading{
	margin-bottom: 15px;
}
.serviceshome .heading h1{
    color: #0c6594;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
#services .owl-stage-outer{
    padding: 30px 0;
}

.serbox{
    text-align: center;
	transition: 0.5s;
    padding-bottom: 20px;
     border-radius: 30px;
}
.serbox img{
    border-radius: 30px 30px 0 0;
    border: 1px solid #eee;
    border-bottom: 0;
	transition: 0.5s;
}
.serbox h2{
	font-size: 20px;
    padding: 12px 8px;
    padding-top: 20px;
    margin-bottom: 0;
    color: #0c6594;
    font-weight: 600;
	line-height: 24px;
	transition: 0.5s;
/*    background-color: #0c6594 ;*/
/*    border-bottom: 2px solid #9343B2;*/
}
.serbox p{
    font-size: 15px;
    color: #000;
    line-height: 24px;
    padding-bottom: 0;
    padding: 0 15px;
	
}
.serbox button{
    background-color: #fff;
    color: #0E2F67 ;
    border: none;
     margin-top: 15px;
    padding: 10px 12px;
    border: 1px solid #66666626;
    transition: .5s;
}
.serbox:hover h2{
/*	background-image: linear-gradient(to right bottom, #518afa, #7262d0, #8846b8, #b73a95, #ef2674);*/
/*background: #175b7f;
	color: #fff;*/
}
.serbox:hover button{
/*    background-image: linear-gradient(to right bottom, #518afa, #7262d0, #8846b8, #b73a95, #ef2674);*/
    color: #fff;
      border: 1px solid #175b7f;
     background: #175b7f;
}
.serbox:hover img{
	opacity: 0.7;
}
.serbox:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 10px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 15px 10px 5px rgba(0, 0, 0, 0.1);
}
.serviceshome .owl-carousel .owl-nav button.owl-prev{
    background-color: #00000085;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: -55px;
    top: 30%;
    border-radius: 50%;
    color: #fff;
    transition: 0.5s;
}
.serviceshome .owl-carousel .owl-nav button.owl-next{
     background-color: #00000085;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: -55px;
    top: 30%;
    border-radius: 50%;
   color: #fff;
   transition: 0.5s;
}
.serviceshome .owl-carousel .owl-nav button:hover{
   color: #fff;
    background-color: #175b7f;
}
.abouthome{
/*	background-color: #ebf2ff;*/
	padding: 0 0 4rem 0;
}
.leftabt img{
    margin-top: 20px;
/*	border-radius: 10px;*/
/*
	box-shadow: 0 15px 10px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 15px 10px 5px rgba(0, 0, 0, 0.1);
*/
}
.rgtabt{
	padding-left: 25px;
}
.rgtabt h3{
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	padding: 5px 12px;
	margin-bottom: 5px;
	background-color: #ED1C24;
	display: inline-block;
	color: #fff;
}
.rgtabt h1{
	font-size: 40px;
	color: #000;
	font-weight: 800;
	padding: 12px 0 8px 0;
}
.rgtabt h2{
	color: #000;
	font-size: 26px;
	font-weight: 400;
    margin-bottom: 20px;
	/*padding-bottom: 11px;*/
}
.rgtabt p{
	color: #000;
	font-size: 16px;
	line-height: 28px;
	padding-bottom: 8px;
}
.rgtabt p:last-child{
	padding-bottom: 0;
}
.rgtabt a button{
	width: 140px;
    margin-top: 10px;
    border: none;
    background: #755ccb;
    color: #fff;
    padding: 15px 12px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 15px;
/*	transition: 0.5s;*/
}
.rgtabt a button i{
    font-size: 11px;
    margin-left: 2px;
}
.rgtabt a button:hover{
	background: rgb(152,85,175);
    background-image: linear-gradient(to right bottom, #518afa, #7262d0, #8846b8, #b73a95, #ef2674);   
}
.abttop {
	padding-left: 0;
	padding-top: 15px;
	margin-bottom: 10px;
}
.reveal{
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: 1s all ease;
  }
  
  .reveal.active{
	transform: translateY(0);
	opacity: 1;
    padding-top: 20px;
  }
.testimonials{
	padding: 4rem 0;
	background-color: #0E2F67 ;
}
.testimonials .heading{
	margin-bottom: 35px;
}
.testimonials .heading h1{
    text-align: center;
  font-weight: 400;
	color: #fff;
    text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
.apphome{
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 15px 10px 5px rgb(0 0 0 / 10%);
}
.apphome h2{
	font-family: 'Quicksand', sans-serif;
    color: #282c54;
	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: #755ccb;
    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-image: linear-gradient(to right top, #9343B2, #824fa9, #6a49a2, #52439b, #353d93);
}
.revbox{
	   margin: 0 30px;

	}
.revbox p{

	border-radius: 30px;
	background-color: #fff;
	padding: 30px;
    margin: 0 40px;
	line-height: 32px;
    font-style: italic;
	font-size: 16px;
	color: #000000;
     box-shadow: 0 5px 15px 5px #00000015;
	position: relative;
}
.revbox p::after{
	content: '';
	width: 40px;
	height: 40px;
	background-color: #fff;
	z-index: 999;
	position: absolute;
	bottom: -15px;
	left: 0; 
	right: 0;
	margin: auto;
	transform: rotate(45deg)
}
.revbox p i{
    font-size: 24px;
    padding: 0 10px;
        color: #9343B2;
}
.testimonials .owl-carousel .owl-stage-outer{
	
}
.revbox h3{
	color: #fff;
	padding-top: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.revbox h4{
	color: #fff;
	font-size: 16px;
	padding-top: 15px;
	font-weight: 400;
	text-align: center;
}
.testimonials .owl-carousel .owl-nav button.owl-prev{
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 25%;
    border-radius: 50%;
    color: #303676;
    transition: 0.5s;
}
.testimonials .owl-carousel .owl-nav button.owl-next{
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 25%;
    border-radius: 50%;
   color: #303676;
   transition: 0.5s;
}
.testimonials .owl-carousel .owl-nav button:hover{
   color: #fff;
    background-color: #9343B2;
}
.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: #434a5a;
    padding: 3rem 0px;
}
.footerbox h1{
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 25px;
}
.footerbox ul{
    padding-left: 0;
    margin-bottom: 0;
}
.footerbox ul li{
    line-height: 32px;
    position: relative;
    padding-left: 0;

}
.footerbox ul li a{
    color: #fff;
    font-size: 15px;
    transition: .5s;
}
.footerbox ul li a:hover{
    color:#ccc;  
}
.footerbox ul li a:hover{
    color: 
}
.footerbox ul li i{
  /*  font-size: 9px;
    position: absolute;
    left: 0;
    top: 8px;*/
    font-size: 9px;
    position: absolute;
    left: 0;
    top: 11px;
    color: #fff;
}
.faddress P{
    color: #fff;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    line-height: 26px;
    padding-bottom: 15px
}
.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:#ccc;  
  
}
.footerbtm {
    padding: 15px 0;
    background-color: #0c6594;
    text-align: center;
}
.footerbtm p{
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 0;
    color: #fff;
       

}
.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: right;
}
.socialicon ul li{
    display: inline;
}
.socialicon ul li img{
    width: 25px;
    margin-right: 8px;
    transition: .5s;
}
.socialicon ul li img:hover{
    filter: grayscale(100%);
}
.innerbanner {
    background-color: #0c6594;
    text-align: center;
    padding: 2rem 0;
}
.innerbanner h1{
    margin: 0;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 10px;
}
.innerbanner ul{
    margin: 0;
    padding: 0;
}
.innerbanner ul li{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.innerbanner ul li a{
    color: #fff;
}
.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: #303676;
    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: #303676;
    position: absolute;
    right: -30px;
    top: 23px;
   

}
ul.sidbar1 li.active:after{
    content: '';
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    background: #303676;
    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: #303676;
    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: #303676;
    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: 4rem 0;
}

.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: #303676;
    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 h3{
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #0f70a3;
    font-size: 20px;
    padding-bottom: 0;
    margin-top: 35px;
}
.contactinfo h3 i{
    font-size: 18px;
    color: #9343B2;
    margin-right: 5px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100%;
background:#0f70a3 ;
    color: #fff;
}
.contactinfo p{
    font-size: 16px;
    line-height: 26px;
    padding-left: 56px;
}
.gap30 {
    margin: 30px!important;
}
.contactinfo p a{
    color: #000000;
}
.contactinfo p a:hover{
    color: #ED1C24;
}
.map{
    padding: 20px;
    background-color: #33333315;
}
.treatmentpg{
    padding: 4rem 0;
}
.sidebar h2{
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    text-align: left;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #0c6594;
    color: #fff;
    border-bottom: 1px solid #ffffff20;
}
.sidebar ul {
    margin: 0;
    padding: 10px 0;
    background-color: #0c6594;
}
.sidebar ul li {
    line-height: 28px;
    margin: 0 8px;
    padding: 5px 15px;
/*    border-bottom: 1px solid #00000020;*/
    transition: .5s;
    position: relative;
    padding-left: 35px;
}
.sidebar ul li a{
    font-size: 16px;
    color: #fff;
    display: block;
}
.sidebar ul li i{
    position: absolute;
    font-size: 11px;
    left: 14px;
    top: 12px;
}
.sidebar ul li:hover{
    background-color: #0f70a3;
    box-shadow: 0 0 5px #00000015;
}
.sidebar ul li.active{
    background-color: #0f70a3;
    box-shadow: 0 0 5px #00000015;
}
.srvimg {
    margin: auto;
    text-align: center;
/*    border-radius: 50px;*/
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
}
.srvimg img{
    margin: auto;
/*    border-radius: 30px;*/
    transition: 0.5s;
}
.srvimg:hover img{
/*    transform: scale(1.1);*/
}
.sercnt ul {
    margin: 0;
    padding: 0;
}
.sercnt ul li{
    line-height: 28px;
    font-size: 16px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.sercnt ul li i{
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 10px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    height: 20px;
    color: #fff;
    border-radius: 30px;
    background-color: #666;
}
.sercnt video{
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.sercnt p{
    line-height: 28px;
    font-size: 16px;
    padding-bottom: 10px;
}
.sercnt h2{
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #0c6594;
    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: #303676;
    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: #00000015;
    padding: 34px ;
    margin-top: 20px;
}
.ctn h1{
    font-size: 1.3rem;
    font-weight: 600;
    padding-top: 10px;
    text-align: left;
}
.ctn button{
    border: none;
    background-color: #0d6efd;
    border: 1px solid #0d6efd;
    color: #fff;
    width: 100%!important;
    padding: 0 15px;
    font-weight: 600;
    height: 45px;
    font-size: 1rem;
    line-height: 35px;
    text-transform: uppercase;
    transition: 0.5s ease;
}
.ctn button:hover{
    background-color: #fff;
    border: 1px solid #0d6efd;
    color: #0d6efd;

}
.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: 60px;
    right: 25px;
    display: none;
}

.serbox p{
    overflow: hidden;
     text-overflow: ellipsis; 
     display: -webkit-box;
     -webkit-line-clamp: 4; 
     -webkit-box-orient: vertical;
}
.rgtabt h4{
    background: #0E2F67 ;
    color: #fff;
    padding: 10px;
}
.rgtabt ul li{
    font: 500 16px / 28px 'Roboto', sans-serif;
    color: #4a4a4a;
    position: relative;
 
    margin: 5px 0;
}
.rgtabt ul{
    padding: 0;
}

.coutbox{
    display: flex;
    justify-content: center;
  align-items: center;
}
.counter {
 
}
.leftabt img{
        width: 100%;
    border-radius: 50%;
    border: 10px solid #f38e38;
    -webkit-animation: border-transform-default 10s linear infinite alternate forwards;
    animation: border-transform-default 10s linear infinite alternate forwards;
}
footer{
   background: url(../images/footer-bg.jpg) center no-repeat; 
background-size: cover;

}

.ui_habout1 {
  
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}
.abtinfo {
    float: right;
}
.abtinfo_more h2 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    padding: 11px 10px;
    border-radius: 0px;
    letter-spacing: 0px;
    /* border: 1px solid #054f81; */
    background: #0c6594;
    margin-top: 0px;
    text-align: center;
}
.ui_habtcnt1 {
    text-align: left;
/*    padding-bottom: 30px;*/
}
.ui_habtcnt1 h3 {
    font-size: 45px;
    font-weight: 700;
    color: #0c6594;
    letter-spacing: 0px;
    margin-top: 0;
    padding-bottom: 0;
    font-family: 'Poppins', sans-serif;

}
.ui_habtcnt1 h4 {
    font-size: 22px;
    font-weight: 400;
    color: #343434;
    line-height: 28px;
    margin-top: 8px;
    font-family: 'Poppins', sans-serif;
/*    letter-spacing: 1px;*/
 
}
.ui_habtcnt1 p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
    color: #282828;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}
.ui_habtcnt1 a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 13px 35px;
    border-radius: 35px;
    display: inline-block;
    background: #0c6594;
    /* border: 1px solid #03244d; */
    margin-top: 20px;
}
.ui_habtcnt1 a:hover{
    background: #0f70a3;

}
.countdown{
     background: url(../images/footer-bg.jpg) center no-repeat; 
     background-size: cover;
}
.cbox:hover img {
    background: transparent;
    transform: translateY(-10px);
    box-shadow: 0 0 0 #00000085;
    border-radius: 0 10px;
}
.cbox img {
    width: 80px;
    transition: 0.5s;
}
.cbox p span {
    color: #ff5800;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    display: block;
    padding-bottom: 10px;
}
.fun-fact .grid {
    position: relative;
    padding-left: 125px;
    text-align: left;
}
.fun-fact .icon {
    background-color: #fff;
    width: 95px;
    height: 95px;
    padding-top: 15px;
    line-height: 95px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.fun-fact .icon img {
    width: 60px;
    font-size: 3.46667rem;
    color: #ffffff;
    filter: brightness(0) saturate(50%) invert(10%) sepia(39%) saturate(77%) hue-rotate(342deg) brightness(19%) contrast(55%);
}
.fun-fact h3 {
    font-size: 45px;
    font-size: 3.2rem;
    color: #fff;
    margin: 0;
}
.fun-fact {
    background: url(../images/fun-fact-bg.jpg) center center / cover no-repeat fixed;
    padding: 85px 0;
    position: relative;
}
.fun-fact:before {
    content: "";
    background-color: rgb(24 33 42 / 90%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.fun-fact span {
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
}
.testimonials{
    background: url(../images/test1.png) center no-repeat;
    background-size:cover;

}
.attachment{
    padding: 80px 0px;
    background: #f1f1f1 !important;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap');
.testimonials{position: relative;background-repeat: no-repeat;background-size: cover;padding:50px 0;font-family:'Poppins', sans-serif}
.testimonials::before{content:'';position: absolute;right:0;left:0;top:0;bottom:0;background: #0E2F6765 ;}
.testimonials .title {text-align: center;margin-bottom: 50px;position: relative;padding: 20px 0;max-width: 600px;margin: 0 auto;}
.testimonials .title h5 {color: #ED1C24;line-height: 1.2em;font-size: 18px;font-weight: 900;margin-bottom: -3px;}
.testimonials .title h2 {color: #000;line-height: 1.2em;font-weight: 900;font-size: 41px;letter-spacing: -1px;margin:10px 0}
.testimonials .title img {margin-top: -10px;}
.testimonials .title p {margin: 0 0 10px;margin-bottom: 0;color: #5A3733;}
.testimonials .testi .item {background: #fff;padding: 50px 30px;border-radius:15px;}
.testimonials .testi .item .profile {display:flex;padding-left: 15px;}
.testimonials .testi .item .profile img {border-radius: 100%;width:50px;height:50px;object-fit:cover}
.testimonials .testi .item .profile .information {padding-left:20px;margin-bottom:15px}
.testimonials .testi .item .profile .information .stars i {color:#ffd832}
.testimonials .testi .item .profile .information p {font-size: 24px;margin: 0px auto 0px;color: #0E2F67 ;font-weight: 900;line-height: 1;}
.testimonials .testi .item .profile .information span {color: #EB6D2F;font-weight: bold;margin-top: -4px;line-height: 1.6em;font-size: 14px;}
.testimonials .testi .item>p {margin-bottom: 15px;font-size: 16px;line-height: 1.6em;display: block;z-index: 2;font-style: italic;color: #5A3733;text-align: center;}
.testimonials .testi .item .icon {text-align: center;}
.testimonials .testi .item .icon i {font-size: 32px;color: #0E2F67 ;}


.default-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}
.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}
.services-area.inc-icon .item {
    background: #ffffff;
    position: relative;
    padding: 50px 30px 50px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #0E2F67 ;
    z-index: 1;
    overflow: hidden;
}
.services-area.inc-icon .item h4, .services-area.inc-icon .item p, .services-area.inc-icon .item a, .services-area.inc-icon .item i {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.services-area.inc-icon .item i {
    height: 100px;
    width: 100px;
    line-height: 100px;
    color: #ffffff;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 30px;
    font-size: 45px;
    background: #0E2F67 ;
    position: relative;
    z-index: 1;
    text-align: center;
}
.ui_hservices {
 
    padding: 0 0px 0px 20px;
    overflow: hidden;
}
.ui_srvinfo {
    background: url(../images/services-bg.jpg) no-repeat;
    width: 100%;
    border-radius: 15px;
    text-align: center;
    padding: 50px 50px;
    background-size: cover;
}
.ui_hservices h3 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    /* text-transform: capitalize; */
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 25px;
    padding: 0;
}
.ui_hservices h2 span {
    color: #fff;
    font-weight: 300;
}
.servblock {
    text-align: center;
}
.servblock h2 {
    font-size: 23px;
    color: #fff;
    line-height: 38px;
    text-transform: none;
    font-weight: 800;
    position: relative;
    /* padding-left: 70px; */
}
.attachment h2{
  
    color: #0c6594;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 40px;
}
.card {
    margin: 0 0px;
    border: 2px solid #d2e0f9 !important;
}
.card a{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 3px;
    display: inline-block;
    background: #0c6594;
    /* border: 1px solid #03244d; */
    margin-top: 0px;
    line-height: 24px;

}
.card p{
    font-size: 16px;
    color: #000;
    line-height: 24px;
    padding-bottom: 0;
    padding: 0 0px 0px 0;
    margin-bottom: 0px;
}

.footerbox.footer-treatment ul li{
    width:33.33%;
    float: left;
    padding-left: 21px;
}
.footerbox p{
     font-size: 15px;
    color: #fff;
    line-height: 24px;
  
}
.footerbox p b{
    font-size: 16px;
    padding-bottom: 8px;
}
.border-radius-10 {
    border-radius: 10px;
}
.about-style1 .about-image {
    position: relative;
}
.about-style1 .about-image .box {
    position: absolute;
    right: -7px;
    top: 53%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    background-color: #0c6594;
    color: #ffffff;
    width: 130px;
    padding: 15px;
    border-radius: 10px;
    height: 160px;
}
.about-style1 .about-image .box span {
    display: inline-block;
    font-size: 40px;
}
.about-style1 .about-image .box p {
    color: #ffffff;
    line-height: initial;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}
.about-style1 .about-image .box span {
   
    font-size: 40px;
}

.about-style1 h3{
    font-size: 45px;
    font-weight: 700;
    color: #0c6594;
    letter-spacing: 0px;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
}
.about-style1 h4{
    font-size: 18px;
    font-weight: 500;
    color: #282828;
    line-height: 25px;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
/*    letter-spacing: 1px;*/
}
.about-style1 p{
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
    color: #282828;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
}
.about-us{
    padding: 60px 0;
}
.ui_hservices a{
    color: #fff;
}
.servblock i{
    background: #fff;
    padding: 15px;
    color: #0c6594;
    font-size: 25px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.vg-nav-main-container .dropdown.show > ul {

    width: 1052px;
}
.vg-nav-main-container .dropdown.show > ul  li {
    float: left;
    width: 24%;

}
.about-1:before{
        content: "";
    background-color: #0c6594;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

}

.card .card-img{
background-color: #fff;
    width: 48%;
    height: 260px;
    line-height: 95px;
    text-align: center;
 
    position: absolute;
    left: 0;
    top: 0px;
}

.card {
position: relative;
    padding-left: 125px;
    text-align: left;
    height: 270px;
}
.card  .card-body{
    background-color: #fff;
    width: 52%;
    height: 260px;
    line-height: 95px;
    
    /* border-radius: 50%; */
    position: absolute;
    right: 0;
    top: 0px;
}
.card-body{
display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.card-body h3{
    margin: 0;
}
.about-one_image img{
    border-radius: 10px 10px 0 0;
}
.servpage{
    padding: 70px 0;
}
.sercnt img{
    width: 550px;
}

.contactform {
    padding: 0 150px;
}
.contactform form label{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    font-size: 15px;
    color: #0c6594;
}
.contactform form input{
    display: block;
    width: 100%;
    border-radius: 0;
    border: 1px solid #66666650;
    padding: 10px;
    margin-bottom: 15px;
}
.form form input::placeholder{
    color: #ccc!important;
}
.contactform form input:focus{
    outline: none;
    box-shadow: 5px 5px 10px #305eab50;
}
.contactform form textarea{
    display: block;
    width: 100%;
     border: 1px solid #66666650;
     margin-bottom: 15px;
    height: 100px;
    padding: 10px;
}
.contactform form textarea::placeholder{
    color: #ccc!important;
}
.contactform form textarea:focus{
    outline: none;
   box-shadow: 5px 5px 10px #305eab50;
}
.contactform form input[type=submit]{
    width: 150px;
    height: 45px;
    font-size: 17px;
     background: #0c6594;
    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: #0c659495;
}
.attachments{
    padding-top: 60px;
}
.logo img{
    width: 102px;
}
.hbox{
    text-align: center;
    height: 240px;
    background: #ffffff;
    padding: 30px 10px;
    border: 2px solid #d2e0f9;
    transition: 0.5s ease; 
}
.hbox:hover{
    box-shadow: 0 0 10px 5px #d2e0f9;
}
.hbox h2{
    font-weight: 500;
    font-size: 18px;
    margin: 0;
    color: #333333;
    text-transform: none;
    padding-bottom: 15px;
    line-height: 1.5;
}
.hbox p{
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
}
.hbox button{
    background: #0c6594;
    padding: 10px 15px;
    color: #ffffff;
    border: none;
    margin-top: 20px;
    border-radius: 4px;
}
.hbox button:hover{
    background: #0f70a3;
}
.attpage{
    padding: 60px 0;
}
.hbox{
    margin-bottom: 25px;
}
.attpage iframe{
    height: 180px;
    width: 180px;
    border-radius: 100%;
    margin-bottom: 15px;
}
.attpage .hbox{
    height: 390px;
}
.contactform p{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    padding-bottom: 26px;
}

.lightbox-gallery{
	padding: 60px 0;
	color: #000;
	overflow-x: hidden;
}
.lightbox-gallery .photos{
	padding-bottom:20px;
}
.lightbox-gallery .item{
	padding-bottom:30px
}
.lightbox-gallery .item img{
	border: 1px solid #c6c6c6;
	padding: 3px;
}
.lb-nav a.lb-next, .lb-nav a.lb-prev{
	opacity: 1 !important;
	position: absolute;
}
.lb-nav a.lb-next{
	right: -45% !important;
}
.lb-nav a.lb-prev{
	left: -45% !important;
}
.lb-data .lb-number{
	display: none !important;
}
.lb-dataContainer{
	position: absolute;
    top: -5%;
    right: 20%;
}

