.text-bottom {
    text-align: center;
}
.text-bottom i{
    background: #0193ac;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    border-radius: 100%;
}
.owl-carousel.owl-drag .owl-item:hover .text-bottom i{
     background: #f9a31a;
}
.aboutus{
    background: #0193ac;
    padding: 50px 0;
    height: 620px;
    overflow: hidden;
}
.abtleft{
    position: relative;
}
.abtleft img{
    border: 1px solid #000;
    padding: 3px;
    border-radius: 15px;
    box-shadow: -5px 5px #f9a31a;
    

    position: absolute;
    
}
.abtcnt{
    padding-right: 20px;
    text-align: center;
}
.abtcnt h3{
    background: url(../images/whiteico.png) bottom 2px center no-repeat;
    color: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}
.abtcnt h3::after{
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.abtcnt h1{
    color: #fff;
    text-align: center;
    font-size: 45px;
    padding-top: 10px;
    padding-bottom: 11px;
    font-family: 'Poppins', sans-serif;
}
.abtcnt h2{
    text-align: center;
    color: #fff;
    font-size: 34px;
    line-height: unset;
    padding-bottom: 7px;
    font-weight: 500;
}
.abtcnt h2 span{
    color: #fff;
    text-align: center;
    font-size: 34px;
      font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
.abtcnt a button{
    border: none;
    color: #000;
    text-align: center;
    border-radius: 4px;
    padding: 5px 20px;
    font-size: 22px;
    background: #fff;
     border: 1px solid transparent;
     transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.abtcnt a button:hover{
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.abtcnt p{
    color: #fff;
    text-align: justify;
}
.testimonia-section{
   overflow: hidden;
    background: url(../img/testimonial-index-bg.jpg) right center no-repeat;
    height: 390px;
}
.testimonia-section .sec-title{
    margin-bottom: 20px;
}
.testimonials-inner{
    
}
.testleft{
    padding: 60px 0;
}
.rs-defult-partner{
    padding: 60px 0;
}
.hospbox{
   
    background: #fff;
    padding: 0 3px;
    padding-top: 12px;
    text-align: center;
    position: relative;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.hospbox h2{
    font-size: 24px;
    padding-top: 15px;
    font-weight: 500;
}
.hospbox h3{
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 600;
}
.hospbox i{
    width: 60px;
    height: 60px;
    line-height: 56px;
    background: #18609a;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 32px;
    border: 4px solid #18609a;
    border-radius: 100%;
    z-index: 999;
     transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.rs-defult-partner .owl-carousel .owl-stage-outer{
    overflow: visible!important
}

.rs-defult-partner .sec-title .title {
    color: #fff;
}
.hospbox:hover i{
    background: #f9a31a;
}
.hospbox:hover{
    background: #ffffff;
}
.hospbox:hover h2{
    color: #18609a;
}
.hospbox:hover h3{
    color: #18609a;
}
.homecontact{
    padding: 40px 0;
}
.homecontact h1{
    font-size: 34px;
    font-weight: 400;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.homecontact h3{
    font-size: 25px;
    color: #666;
    text-transform: uppercase;
}
.homecontact p{

    color: #000;
}

.contactform form {

}
.contactform form label{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}
.contactform form input{
    display: block;
    width: 100%;
    border-radius: 0;
    border: 1px solid #66666620;
    padding: 10px;
    margin-bottom: 15px;
}
.contactform form input::placeholder{
    color: #333!important;
}
.contactform form input:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.contactform form textarea{
    display: block;
    width: 100%;
     margin-bottom: 15px;
    height: 100px;
    padding: 10px;
      border: 1px solid #66666620;
}
.contactform form textarea::placeholder{
    color: #333!important;
}
.contactform form textarea:focus{
    outline: none;
    box-shadow: 5px 5px 10px #00000025;
}
.contactform form input[type=submit]{
    width: 150px;
     background: #18609a;
    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: #f9a31a;
    
}
.footer-info p{
    color: #000;
    text-align: justify;
}
.footer-top h2{
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #f9a31a;
    text-decoration-style: double;
    /* text-decoration-line: underline; */
    font-size: 20px;
    line-height: unset;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
}
.copy{
    text-align: right;
}
.copy p{
    margin-bottom: 0;
    padding-bottom: 0;
    color: #fff;
}
.copy p a{
    color: #0193ac;
    font-weight: bold;
}
.copyright p{
    margin-bottom: 0;
}
.copy p a:hover{
    color: #999
}
.whts {
    position: fixed;
    bottom: 40px;
    left: 17px;
    z-index: 999;
    transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.whts:hover{
    transform: rotate(360deg)
}
.aboutpage{
    padding: 60px 0 50px 0;
}
.innerbanner{
    background: url(../img/innerbanner.jpg) no-repeat;
    height: 190px;
    padding-top: 60px;
	width: 100%;
    background-size:cover;
}
.innertitle h1{
    color: #fff;
    font-size: 35px;
    font-weight: 500;
}
.innertitle ul {
    margin-bottom: 0;
     color: #f9a31a;
}
.innertitle ul li{
    display: inline;
    color: #fff;
    padding: 0 5px;
}
.innertitle ul li a{
    color: #f9a31a;
    font-size: 14px;
}
.profilepic img{
    border: 1px solid #000;
    padding: 20px;
}
.profilecnt p{
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 7px;
    color: #000;
    text-align: justify;
    padding-top: 6px;
}
.profilecnt h1{
    font-size: 44px;
     font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}
.profilecnt h2{
    font-size: 38px;
   font-weight: 400;
    color: #0193ac;
}
.profilecnt h3{
    font-size: 38px;
    color: #f9a31a;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.profilecnt a button{
    border: none;
    font-size: 20px;
    padding: 8px 20px;
    background: #425ba1;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
     transition:0.5s ease;
    -moz-transition:0.5s ease;
    -webkit-transition:0.5s ease;
}
.profilecnt a button:hover{
    background: #da1111
}
.address{
	background:#e5e5e5;
	padding:20px;
    box-shadow: 0 0 8px #0007;
}
.address h2{
	color:#000;
    text-decoration: underline;
	font-weight:600;
	font-size:33px;
    text-align: center;
}
.address h3{
	color: #f9a31a;
    font-weight: normal;
    font-size: 20px;
	font-family: 'Poppins', sans-serif;
}
.address p{
	color:#000;
    text-align: justify;

}


.address p a{
	color:#000;
}
.address p a:hover{
	color:#000;
}
.addressdetail{
	padding:15px 0;
	padding-left:60px;
	position:relative;
	border-bottom:1px solid #333;
}
.addressdetail p{
	margin-bottom:0;
}
.addressdetail i{
	position:absolute;
	top:15px;
	left:5px;
	font-size:30px;
	color:#0193ac;
	width:40px;
	text-align:center
}
.addressdetail.last-child{
	border-bottom:none;
}
.locations{
	padding: 47px 0 50px 0;
}
.locations .sec-title{
	text-align:center
}
.locationbox{
	border:1px solid #33333325;
	padding:20px;
	text-align:center;
    background: #fff;
	box-shadow:2px 5px 10px #00000015;
	margin:10px 0;
    height: 267px;	
}
.locationbox h2{
	font-size: 25px;
    text-decoration: underline;
    color: #f9a31a;
    padding-bottom: 6px;
}

.locationbox ul li{
  position: relative;
  text-align: left;
  padding-left: 25px;
  padding-bottom: 10px;
  color: #000;
  text-align: justify;
}


.locationbox ul li i{
  position: absolute;
  text-align: left !important;
  width: 0px !important;
  background: none;
  color: #000;
  top:3px !important;
  left: 0px;
  font-size: 17px;
  border:none;

}

.locationbox ul li a{
  color: #000;
}

.contactform form {

}
.contactform form label{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}
.contactform form input{
    display: block;
    width: 100%;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 10px 20px;
    margin-bottom: 15px;
	border-radius:5px;
	
}
.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%;
	 border: 1px solid #ddd;
     margin-bottom: 15px;
    height: 232px;
		border-radius:5px;
   padding: 10px 20px;
}
.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;
	border-radius:0px;
    background: #0193ac;
    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{
    opacity: 0.8;

}
.contactform h2{
	font-size:28px;
	font-weight:500;
	padding-bottom:15px;
}
.cate-box{
	background:#276ea2;
	padding:20px;
}
.cate-box h2{
	color:#fff;
	font-size:40px;
	font-weight:400;
	padding-bottom:5px;

}
.cate-box ul li a{
	color:#fff!important;
	display:block
}
.cate-box ul li.active{
	color:#ffffff!important;
	background:#ffffff30!important;
}
.cate-box ul li{
	color:#fff!important;
	border-bottom:1px solid #ffffff15!important;
}
.cate-box ul li:last-child{
	border-bottom:0!important;
}
.practice-content h2{
	font-size:28px;
	padding:8px 0;
	color:#01b498;
}
.doctorsidebar {
	background:#276ea2;
	padding:25px 25px 15px 25px;
}
.imgpic img{ border-radius:20px; box-shadow:2px 2px 5px #00000015; }
.doctorsidebar h1{
	color:#fff;
	font-size:26px;
	text-align:center;
	padding:20px 0 0 0;
}
.doctorsidebar h3{
	text-align:center;
	color:#fff;
	font-size:21px;
}

.about-tab{
    padding-left: 120px;
}
.contact-text-1 h2{
   color: #fff !important;
}
.whts img{
    width:58px;
}

.contactus{
    padding: 60px 0 50px 0;
}
.message-input{
    margin-bottom: 20px;
    
}

#more1{
    display: none;
}
#more2{
    display: none;
}
#more3{
    display: none;
}
#more4{
    display: none;
}
#more5{
    display: none;
}
#more6{
    display: none;
}
#more7{
    display: none;
}
#more8{
    display: none;
}
#more9{
    display: none;
}
#more10{
    display: none;
}
#more11{
    display: none;
}
#more12{
    display: none;
}
#more13{
    display: none;
}
/*.gallerypg .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}*/
