@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
*{ margin: 0; padding: 0;}
body { font-family: 'Rubik', sans-serif;
    font-size: 16px; font-weight: 400; }
ul{ list-style: none; margin: 0;}
a{text-decoration: none;}
a:focus{outline: none;}
p, h1, h2, h3, h4, h5 { margin: 0; padding: 0; }
img { border: none;}
.pb10 { padding-bottom: 10px; } .mb10 { padding-bottom: 10px; } 
.pb20 { padding-bottom: 20px; } .mb20 { padding-bottom: 20px; } 
.pb30 { padding-bottom: 30px; } .mb30 { padding-bottom: 30px; } 
.pb40 { padding-bottom: 40px; } .mb40 { padding-bottom: 40px; } 
.pb50 { padding-bottom: 50px; } .mb50 { padding-bottom: 50px; } 
.pt10 { padding-top: 10px; } .mt10 { padding-top: 10px; } 
.pt20 { padding-top: 20px; } .mt20 { padding-top: 20px; } 
.pt30 { padding-top: 30px; } .mt30 { padding-top: 30px; } 
.pt40 { padding-top: 40px; } .mt40 { padding-top: 40px; } 
.pt50 { padding-top: 50px; } .mt50 { padding-top: 50px; } 
.intro{
    padding:60px;
    padding-top: 140px;
    text-align: center;
}
.mainlogo{
    text-align: center;
    margin: auto;
}
.mainlogo img{
    max-width: 550px;  
}
.introbutns{
    text-align: center;
    padding-top: 80px;
}
.bt button{
    width: 300px;
    height:80px;
    font-size: 30px;
    background: #ccc;
    border-radius: 0;
    border: 5px solid #eeeeee;
    cursor: pointer;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.bt button:hover{
    border: 5px solid #333;
    transform: scale(1.1,1.1);
    -webkt-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
  
}
.enter {
    margin-top: 90px;
    text-align: center;
    display: inline-block;
}
.enter a{
    color:#333;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Libre Baskerville', serif;
    text-decoration: none;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    position: relative;
}
.enter a:hover{
    color:#7e4f25;
}
.enter a i{
    position: absolute;
    top: 5px;
    right: -35px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
 }
.enter a:hover i{
   right: -45px;
}
.booknow{
    width: 280px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #da3c98;
    color: #ffffff;
    padding-left: 0px;
    float:right;
    margin-top: 0px;
    border-radius: 40px;
       transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.booknow a{
    color:#fff;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    font-weight: 500;

}
.booknow:hover{
    background: #003e7d
}
.booknow a img{
    width: 20px;
    position: relative;
    top: -2px;
    margin-left: 10px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}


.booknow:hover a img{

    transform: rotate(20deg);
}

.tophead{
    background-color:#fff;
    padding: 5px 0;
    border-bottom: 1px solid #999;
}
.toplft ul {
    padding-top: 2px;
}
.toplft ul li{
    color: #333;
    display: inline;
    padding-right: 15px;
    font-weight: 400;
}
.toplft ul li:hover i{
    
}
.social{
    float: right;
}
.social ul li{
    display: inline;
    margin-left: 15px;
}
.social ul li i{
    color: #444;
    text-align: center;
    border-radius: 100%;
}
.social ul li i:hover{
    color:#7e4f25;
}
.bottomhead {
    padding: 0px 0;
	/* background:#f1f1f1; */
}
.logo{
    display: block;
}
.logo a{
    text-decoration: none;
}
.logo img{
     width: 100%; 
    /* margin-right: 15px; */
    /* float: left; */
}
.logo h1{
    font-size: 22px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    color: #1b1278;
}
.logo p{
    font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    color: #333;
}
/* .wrapper img{width: 100%;} */
 .banner img{
     width: 100%;
 }
 .banner{
     position: relative;
 }
 .banner .carousel-caption{
     position: absolute;
     left: 7%;
     top: 22%;
     text-align: left;
     max-width: 500px;
 }
 .banner .carousel-caption h1{
     color:#7e4f25;
     padding-bottom: 25px;
     font-size: 66px;
     font-family: 'Open Sans Condensed', sans-serif;
     font-weight: 600;
     text-shadow: 2px 2px 2px #ffffff95;
 }
 .banner .carousel-caption h3{
    color:#333;
    padding-bottom: 35px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
     
}
.banner .carousel-caption a{
    background: #333;
    padding: 8px 25px;
    padding-right: 30px;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    position: relative;
    
}
.banner .readmore{
    text-align: left;
}
.banner .carousel-caption a:hover{
    text-decoration: none;
    background: #7e4f25;
    color: #ffffff;
}
.banner .carousel-caption a i{
    position: absolute;
    top: 9px;
    right:20px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.banner .carousel-caption a:hover i{
    right: 15px;
}
.banner .carousel-control-prev{
    width: 50px;
    height: 50px;
    background: #333333;
    position: absolute;
    top: 45%;
}
.banner .carousel-control-next{
    width: 50px;
    height: 50px;
    background: #333333;
    position: absolute;
    top: 45%;
}
.banner .carousel-indicators li{
    cursor: pointer;
}

/***********************************************************************
About Section
***********************************************************************/

.about{
   padding: 4em  0;
   background:#fdf0f0;
   /* background:url(../img/doctor-bg.jpg) no-repeat; */
   /* background-size:cover; */
   width:100%;
}
.aboutinner {
    /* background: #e4eeff; */
    /* padding: 50px 30px; */
    /* border-bottom: 5px solid #1d98cb; */
}
.aboutinner h1{
    font-size: 36px;
    padding-bottom: 10px;
    color: #a1191b;
    text-transform: uppercase;
    font-weight: 700;
}
.aboutinner h2{
    font-size: 18px;
    font-family:'Lato', sans-serif;
    margin-bottom: 10px;
    color: #000;
	line-height:32px;
    /* font-weight: 500; */
}
.heading h1{
    font-size: 40px;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 20px;
    position: relative;
    color: #000;
    font-weight: 400;
    text-align:center;
    text-transform: uppercase;
}
/* }
.profile h1:before{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color: #3f3888;
    bottom: -10px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
}
.profile h1:after{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color:#24abf2;
    bottom: -10px;
    left: 60px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
} */
.about h3{
    font-size: 22px;
    padding-top: 18px;
    padding-bottom: 20px;
}.about h3 span{
    color: #7e4f25
}
.about ul li{
    color: #666;
    position: relative;
    padding-left: 35px;
    line-height: 38px;
}
.about ul{
    padding-bottom: 15px;
}
.about ul li img{
    width: 35px;
    position: absolute;
    left: 0;
    top: 0;
}
.profile .read{
    text-align: left;
}
.profile p{
    padding-bottom: 15px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-align:justify;
}
.read{
    margin-top: 10px;
}
.read a{
    background: #a1191b;
    padding: 11px 20px;
    /* padding-right: 30px; */
    color: #fff;
    border-radius: 0px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    position: relative;
}
.read a:hover{
    text-decoration: none;
    background: #fda572;
    color: #ffffff;
}
.read a i{

    font-size: 13px;
    /* right:15px; */
	padding-left:10px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.read a img{
	width:25px;
	margin-left:7px;
}

.profilepic img{
     border: 5px solid #fff;
     margin:auto;
     width: 350px;
    box-shadow: 10px 10px 10px #00000008;
	/* border-radius:50%; */
}
.profilepic{
    text-align: left;
    float: left;
    padding-right: 20px;
    margin-right: 20px;
}
.profilepic h3{
    font-size: 24px;
    padding-bottom: 5px;
    color:#1b1278; 
}
.profilepic p{ 
    color: rgb(77, 72, 72);
    font-size: 18px;
    font-weight: 400;
}

.service {
   /* background:url(../images/bg.jpg) no-repeat; */
    padding: 3em 0;
    position: relative;
	background:#a1191b;
}
.service h1{
    font-size: 32px;
    margin-bottom: 30px;
    position: relative;
    color: #ffffff;
    
    margin-bottom: 30px;
}
.service h1:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #ffffff;
    bottom: -10px;
    left: -50px;
    right: 0;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    margin: auto;
}
.service h1:after{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color:#64ae8e;
    bottom: -10px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    left:30px;
    right: 0;
    margin: auto;
}
.serviceinner {
    text-align: center;
    
}
.prodbox{
   padding-top: 15px;
    height: auto;
    /* border: 5px solid #fff; */
    text-align: center;
    margin: auto;
    position: relative;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.overlaybox{
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
     /* background-color: #ffffff20;  */
    top: -250px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.overlaybox p{
    color:#ffffff;
    background-color: #000;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
}
.prodbox img { 
    /* width: 280px!important;   */
    height: auto;
    margin: auto;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
	border:5px solid #f1f1f1;
    /* border-radius: 50%; */
}

.prodbox:hover img{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
	border:5px solid #fda572;
	transition:0.5s;
}

.prodbox:hover .overlaybox{
    display: block;
    top:0;
}
.serviceinner{
     padding: 0 45px;
}
.serviceinner h2{
    color:#fff;
    font-size: 18px;
    padding-top: 20px;
    font-weight: 400;
}
.serviceinner a{
    text-decoration: none;
}
.service .owl-carousel .owl-nav button.owl-next{
    width: 35px;
    height: 35px;
    background:#282828;
    color: #fff;
    position: absolute;
    right: -5%;
    top: 34%;
    line-height: 35px;
    border-radius: 10px;
}
.service .owl-carousel .owl-nav button.owl-prev{
     width: 35px;
    height: 35px;
    background:#282828;
    color: #fff;
    position: absolute;
    left: -5%;
    top: 34%;
    line-height: 35px;
    border-radius: 100%;
    border-radius: 10px;
	opacity:1;
}
.service .owl-carousel .owl-nav button.owl-next:focus{
    outline: none;
}
.service .owl-carousel .owl-nav button.owl-prev:focus{
    outline: none;
}
.service .owl-carousel .owl-nav button.owl-prev:hover{
    background: #da3c98;
}
.service .owl-carousel .owl-nav button.owl-next:hover{
    background: #da3c98;
}
.reviews {
    background: #eeeeee;
    padding: 4em 0;
    position: relative;
}
.reviews h1{
    font-size: 30px;
/*    font-family: 'Libre Baskerville', serif;*/
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    margin-bottom: 40px;
    text-align: center;
}
.reviews h1:before{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color: #da3c98;
    bottom: -10px;
    left: -60px;
    right: 0;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    margin: auto;
}
.reviews h1:after{
    position: absolute;
    content: '';
    width: 50px;
    height: 3px;
    background-color:#666;
    bottom: -10px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    left:60px;
    right: 0;
    margin: auto;
}
.reviews span{
    font-size: 18px;
    color:#333;  
}
.reviews .carousel-inner {
    text-align: center;
    width: 75%;
    margin: auto;
}
.reviewbox h3{
    text-align: center;
    font-size:20px;
    padding-top: 15px;
}
.reviewbox i{
    font-size: 40px;
    padding-bottom: 15px;
    color:#24abf2;
}
.reviewbox p{
    font-size: 16px;
    padding-top: 5px;
}
.book{
    /* background: #1b1278; */
    padding: 4% 0;
    text-align: center;
}
.book h1{
    color: #a1191b;
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
    font-family: 'Libre Baskerville', serif;
}
.book h2{
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    padding-top: 10px;
    font-size: 35px;
    text-align: center;
    background-color: #a1191b;
    padding: 10px 0;
    margin-top: 20px;
    width: 80%;
    margin:auto;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.book h2:hover{
    transform: scale(1.1,1.1);
}
.book a{
    color: #fff;
}
.book a:hover{
    text-decoration: none;
}
.book:hover a{
    color: #dd9658;
}
.footertop {
    background: #a1191b;
    /* background: #254958; */
    /* background: #f1f1f1; */
    padding: 3em 0 2em;
}
.footertop h2{
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3c3c3c30;
    /* margin-right: 30px; */
    /* font-weight: 400; */
    text-transform: uppercase;
}
.footertop p{
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
}
.footertop p a{
    color: #fff;
}
.footertop p a:hover{
    color: #d6ac17;
    text-decoration: none;
}
.footerbtm{
    background-color:#146a39;
    padding:10px 0;
}
.footerbtm p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    
}
.footerbtm p a{
    color: #fff;
}
.footerbtm p a:hover{
    color: #fff;
    text-decoration: none;
}
.footerbox ul {
    margin-bottom: 0;
}
.footerbox ul li{
    line-height: 32px;
    position: relative;
    padding-left: 15px;
}
.footerbox img {
    width:6px;
    position: absolute;
    left: 0;
    top: 12px;
}
.footerbox ul li a{
    font-size: 15px;
    color:#fff;
    transition: 0.5s ease;
    font-weight: 400;
}
.footerbox ul li i{
    font-size: 12px;
}
.footerbox ul li a:hover{
    text-decoration: none;
    color: #fff;
}
.footerbox p{
    color:#ccc;
    position: relative;
    padding-left: 25px;
    padding-bottom: 7px;
    font-size: 14px;
}
.footerbox p i{
    position: absolute;
    left: 0;
    top:4px;
    color: #fff;
}

.last {
    float: right;
}
.bannerinner{
	padding: 30px 0;
	background:#252526;
    text-align: center;
	border-top:1px solid #252526;
}
.bannerinner h1{
    color: #fff;
    font-size: 36px;
	margin:0px;
	padding:0 0 15px;
	text-transform:uppercase;
}
.bannerinner ul{
 /* padding-top: 30px; */
 /* padding-bottom: 10px; */
	margin:0px;
	padding:0px;
}

.bannerinner ul li{
    display: inline;
    color: #fff;
}
.bannerinner ul li a{
    color: #fff;
    transition: o.5s ease;
    -webkit-transition: o.5s ease;
    -moz-transition: o.5s ease;
    font-weight: 300;
}
.bannerinner ul li a:hover{
    text-decoration: none;
    color:#127199;
}
.wrapper, .wrapper ul{
	max-width:100%!important;
}

.bannerinner ul li i{
   `color: #f89fc0;
    font-size: 12px;
    position: relative;
    margin: 0 10px;
}
.contactpage{
    padding: 4% 0;
}
.address{
    text-align: left;
    background: #e9e9e9;
    padding: 15px 15px 15px;
    border: 5px solid#fff;
    box-shadow: 1px 1px 10px 3px #d7d7d7;
}
.address i{
    font-size: 14px;
    background-color: #a1191b;
    color: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    border: 2px solid #fff;
	position:absolute;
	left:0px;
	top:0px;
}
.address p{
    margin-bottom: 25px;
    color: #000000;
	position:relative;
	padding-left:60px;
	line-height:30px;
}
.address p b{
    font-size: 22px;
    /* padding-left: 10px; */
    font-weight: 500;
	color:#a1191b;
}
.app{
    padding: 30px;
    background: #eee;
}
.app label{
    color:#000
}
.app input{
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding: 0 10px;
    background: #fff;
    border: none;
}
.app input:focus{
    outline: none;
    box-shadow: 0 0 5px 5px #00000010
}
.app input:placeholder-shown{
   color: #ccc
}
.app span{
    color:red;
}
.app textarea{
    width: 100%;
    height: 140px;
    padding: 10px 10px;
    background: #fff;
    border: none;
}
.app textarea:focus{
    outline: none;
    box-shadow: 0 0 5px 5px #00000010
}
.app textarea:placeholder-shown{
   color: #ccc
}
.app input[type="submit"]{
    cursor: pointer;
   background: #000;
    width: 150px;
    height:40px;
    border: none;
    color: #fff;
    margin-top: 15px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    font-size: 16px;
}
.app input[type="submit"]:hover{
    background-color: #da3c98;
}
.appointpage {
    padding: 4% 0;
}
.appointpage img{
    border: 1px solid #eeeeee;
    margin-top: 20px;
}
.news{
    padding: 3em 0;
}
.news img{
    margin:0 0 15px 0;
    border: 1px solid #eeeeee;
    padding: 5px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.news img:hover{
    background: #ccc;
}
.gallery{
    position: relative;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.galboxview{
    position: absolute;
    display: none;
    top: -10%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background: #da3c9875;
    text-align: center;
    left: 45%;
    font-size: 25px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.galboxview i{
    color: #fff;
     transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.gallery:hover .galboxview{
    top:40%;
    display: block;
    color: #333;
}
.fancybox-skin{
    background: none;
    padding: 0!important;
}
.tab{
    text-align: center;
    margin-bottom: 10px;
} 
.tab ul li{
    display: inline-block;
    margin: 0 10px;
}
.tab ul li a{
    display: block;
    background-color: #ffffff;
    border:1px solid #24abf2;
    width: 100px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
}
.tab ul li a:hover{
    text-decoration: none;
}
.tab ul li a.active{
    background: #24abf2;
    color:#ffffff;
}
.box{
    text-align: center;
    margin-bottom: 10px;
    background: #ffffff;
    
}
.box p{
    text-decoration: none;
    /* border:1px solid #eeeeee; */
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    padding: 10px 10px;
    border-top: none;
}
.box img{
    margin-bottom: 0;
}
.box a{
    text-decoration: none;
}
.box:hover p{
   /* border: 1px solid #24abf2;
   border-top: none; */
}
.articlebox{
    border:1px solid #eeeeee;
    margin-top: 30px;
    padding:10px;
}
.articlebox p{
    text-align: left;
    padding-bottom:0px;
}
.articlebox p span{
    font-weight:300;
    font-size: 18px;
}
.articlebox:hover p span{
    color:#24abf2;
   
}
.sergerypage h3{
    text-align: left;
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    color: #3f3888;
    margin-bottom: 20px;
}
/* .sergerypage p{
    padding:0;
    padding-top: 20px;
    font-weight: 400;
} */
.sergerypage ul{
    padding-left: 30px;
}
.sergerypage ul li{
    list-style-position: inside;
    font-size: 18px;
    list-style: disc;
    padding: 0;
    text-align: left;
    line-height:32px ;
}
.sergerypage .read{
    margin-top:20px;
}
.sergerypage .read a{
    width: 195px;
}.sergerypage .read a div{
    width: 195px;
}

.servicepage p{
    font-weight: 400!important;
    font-size: 16px;
    padding-left: 0;
    line-height: 28px;
}
.servicepage .read{
    margin-top:20px;
}
.servicepage .read a{
    width: 195px;
}.servicepage .read a div{
    width: 195px;
}
.blogs {
    background: url(../img/testi_bg.png) no-repeat;
    /* background: linear-gradient(to bottom left, #fbd93a, #bf8f00); */
    background-size: cover;
    padding: 3em 0;
    position: relative;
}
.blogs h1{
    font-size: 30px;
    position: relative;
    color: #f9f5f7;
    margin-bottom: 40px;
    text-align: center;

}
.blogs h1:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #010101;
    bottom: -10px;
    left: -60px;
    right: -10px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    margin: auto;
}
.blogs h1:after{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color:#f9f5f7;
    bottom: -10px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    left:30px;
    right: 0;
    margin: auto;
}
.bloginner {
    padding:  0 50px;
}
.blogbox {
    background: #fff;
    padding-bottom: 15px;
    /* margin: 20px; */
    padding: 15px;
    position: relative;
    height: 290px;
    box-shadow: 10px 10px 10px #00000008;
}

.blogbox:hover{
    
}
.blogbox img{
    border:5px solid#fff;
    width:50px!important;
    left:30px;
    position: absolute;
    opacity: 0.8;
}
.blogbox h2{
    text-align: center;
    font-size: 20px;
    color: #a1191b;
    padding-top: 8px;
}
.blogbox p{
    color: #363636;
    padding: 10px 15px;
    font-weight: 400;
    padding-top: 25px;
    line-height: 28px;
    
}
.bloginner a{
    text-decoration: none;
    font-size: 16px;
    color: #000;
}
.readmore{
    text-align: center;
    color: #363636;
}
.blogbox:hover .readmore, h2{
    color: #da3c98;
}

.bloginner .owl-carousel .owl-nav button.owl-next{
           width: 35px;
        height: 35px;
        background: #010101;
        color: #fff;
        position: absolute;
        right: -5%;
        top: 45%;
        line-height: 35px;
        border-radius: 10px;
		opacity:1;
}
.bloginner .owl-carousel .owl-nav button.owl-prev{
         width: 35px;
        height: 35px;
        background: #010101;
        color: #fff;
        position: absolute;
        left: -5%;
        top: 45%;
        line-height: 35px;
        border-radius: 10px;
		opacity:1;
}
.bloginner .owl-carousel .owl-nav button.owl-next:focus{
    outline: none;
}
.bloginner .owl-carousel .owl-nav button.owl-prev:focus{
    outline: none;
}
.map h3{
    padding-bottom: 20px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
}
.map iframe{
    border: 5px solid #ccc;
}
.desc h3{
    padding-bottom: 15px;
}
.desc img{
    width: auto;
    border-radius: 0;
}
.disc{
    background: #ffffff;
   width: 600px;
   height:auto;
   padding: 30px;
   margin: auto;
   position: absolute;
   left: 0;
   right: 0;
   top: 5%;
}
.disc h3{ text-align: center; padding:0 0 10px 0; font-weight: 400;}
.disc p{ text-align: justify; font-size: 14px; padding-bottom: 10px;}
.disc ul li{ text-align: justify; padding-bottom: 10px; font-size: 14px;}
.disc button.btn{ background: #333; color: #fff; width: 100px; float: left; margin-top: 5px;}
.disc button.btn:focus{ outline: none; }
.qkcontact {
    background: #000;
}
.qkcontact h4{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}
.form {
    background: #7e4f25;
    padding: 20px;
}
.qkcontact form input{
    width: 100%;
    margin-bottom: 10px;
    height: 35px;
    padding: 10px;
    border: none;
}
.qkcontact form textarea{
    width: 100%;
    margin-bottom: 10px;
    height: 130px;
    padding: 10px;
     border: none;
}
.qkcontact form input::placeholder{
    font-weight: 300!important;
}
.qkcontact form textarea::placeholder{
    font-weight: 300!important;
}
.qkcontact form input:focus, .qkcontact form textarea:focus{
    outline: none;
}
.qkcontact form input[type=submit]{
    width: 100px;
    height: 35px;
    line-height: 35px;
    padding: 0!important;
    margin: auto;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    background: #00000075;
    color: #fff;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    border-radius: 5px;
}
.qkcontact form input[type=submit]:hover{
    background: #00000095;
}
.navbar-toggler-icon{
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0;
}
.navbar-toggler-icon i{
    color: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
}

.callus{
    margin-top: 0px;
}
.callus i{
    font-size: 40px;
    color: #da3c98;
    position: absolute;
    left: 0;
    background: #eee;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    margin-right: 8px;
    border-radius: 5px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.callus:hover i{
    left: -5px;    
}
.callus a{
    text-decoration: none;
}
.callus h1{
    font-size: 18px;
    position: relative;
    text-align: left;
    padding-left: 60px;
    font-weight: 400;
    line-height: 28px;
    color: #666;
}
.callus h1 span{
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.specialist{
    padding: 50px 0;
	/* background:#a1191b; */
	position:relative;
}
.specialist1{padding:50px 0;}
/* .specialist:before{ */
	/* position:absolute; */
	/* left:0px; */
	/* top:0px; */
	/* content:''; */
	/* background:#db204c; */
	/* width:58.5%; */
	/* height:100%; */
	/* z-index:-1; */
/* } */
/* .specialist:after{ */
	/* position:absolute; */
	/* right:0px; */
	/* top:0px; */
	/* content:''; */
	/* background:#146a39; */
	/* width:41.5%; */
	/* height:100%; */
	/* z-index:-1; */
/* } */
.we_care{}
.specialist h1{
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
    text-align: left;
	text-transform:uppercase;
}
.specialist h1:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #fda572;
    bottom: -10px;
    left: 0px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    margin: auto;
}
.specialist h1:after{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color:#ffd7c0;
    bottom: -10px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    left:40px;
    margin: auto;
}
.why_choos h1{
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    color: #a1191b;
    text-align: left;
	text-transform:uppercase;
}
.why_choos h1:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #a1191b;
    bottom: -10px;
    left: 0px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    margin: auto;
}
.why_choos h1:after{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color:#4a4a4a;
    bottom: -10px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    left:40px;
    margin: auto;
}

.we_care p{
	font-size:16px;
	color:#fff;
	text-align:justify;
}
.service1{
	text-align:center;
	width:100%;
	padding-top:20px;
}
/* .our_price{padding-bottom:80px;} */
.our_price{padding:20px;}
.service1 h1{
    font-size: 32px;
    margin-bottom: 30px;
    position: relative;
    color: #a1191b;
    
    margin-bottom: 30px;
}
.service1 h1:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #a1191b;
    bottom: -10px;
    left: -50px;
    right: 0;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    margin: auto;
}
.service1 h1:after{
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color:#4a4a4a;
    bottom: -10px;
    transform: skew(-40deg);
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    left:30px;
    right: 0;
    margin: auto;
}
.we_care table{width:100%;}
.we_care table tr{
	/* border:1px solid #fff; */
}
.we_care table tr th{
	font-size:16px;
	font-weight:600;
	background:#3a3839;
	padding:10px;
	border:1px solid #5e5e5e;
	/* border:1px solid #3b8b68; */
	text-align:center;
	color:#fff;
}
.we_care table tr td{
	font-size: 14px;
    /* font-weight: 600; */
    background: #fbfbfbe6;
    color: #323232;
    padding: 5px;
    border: 1px solid #cbcbcb;
}


/***************************************************************
Acordian Tab
***************************************************************/

#accordion{padding-top:10px;}
#accordion .panel{
    border: none;
    border-radius: 0;
    margin-bottom: 1px;
    box-shadow: none;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
       display: block;
    padding: 14px 55px 14px 16px;
    margin: 0;
    background: #f7e5e9;
    font-size: 16px;
    font-weight: 400;
    color: #1a1a1a;
    text-transform: capitalize;
    /* letter-spacing: 1px; */
    position: relative;
    line-height: 26px;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "";
    width: 20px;
    height: 2px;
    background: #4a4a4a;
    position: absolute;
    top: 31px;
    right: 30px;
}
#accordion .panel-title .arr:before,
#accordion .panel-title .arr.collapsed:before{
    content: "";
    width: 20px;
    height: 2px;
    background: 4a4a4a;
    position: absolute;
    top: 41px;
    right: 30px;
}
#accordion .panel-title .arr:after,
#accordion .panel-title .arr.collapsed:after{
    content: "";
    width: 2px;
    height: 20px;
    background: #4a4a4a;
    position: absolute;
    bottom: 28px;
    right: 39px;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "";
    width: 2px;
    height: 20px;
    background: #4a4a4a;
    position: absolute;
    bottom: 12px;
    right: 39px;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a:after{ height: 0; }
#accordion .panel-body{
    padding: 20px 20px;
    background: #ffffff;
    border-top: 2px solid #a1191b;
    font-size: 15px;
    color: #2a2a2a;
    line-height: 26px;
    /* letter-spacing: 1px; */
	text-align:justify;
}
/* #accordion .panel-collapse.active{display:block;} */


.logo_right{margin-top:50px;}
.logo_right ul{float:right;}
.logo_right ul li {
    padding: 0 24px 0 0;
    position: relative;
    /* background: #1d98cb; */
    /* background: linear-gradient(to bottom left, #e58f5d, #e7a883); */
    background: linear-gradient(to bottom left, #db204c, #b2193d);
	font-weight: normal;
	float: left;
	list-style: none !important;
}
.logo_right .call-div {
    display: flex;
    align-items: center;
}
.logo_right .call-div i {
    /* background-color: #fda572; */
    background-color: #1a4172;
    color: #fff;
    border-radius: 0px;
    margin-right: 10px;
    font-size: 19px;
    width: 38px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-weight: 900;
}
.logo_right .call-div img {
    /* background-color: #fda572; */
    background-color: #f1f1f1;
    /* color: #fff; */
    /* border-radius: 0px; */
    margin-right: 0px;
    /* font-size: 19px; */
    width: 38px;
    /* height: 44px; */
    display: flex;
    align-items: center;
    justify-content: center;
	font-weight: 900;
}
.logo_right .call-div h4 {
    color: #5e4f54;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}
.logo_right .call-div h4 a {
    color: #fff;
}


.marque_header{
	background:#a1191b;
	/* background:#db204c; */
	padding:5px;
	/* border-top:1px solid #931d39; */
}
.marque_header marquee{
	font-size:14px;
	color:#fff;
	margin:0px;
	padding:0px;
	height:20px;
	line-height:28px;
}



.doctor img{
    border-radius: 10%;
    border: 2px solid #eee;
    box-shadow: 0px 0px 6px 2px #33333325;
}
.specialist p{
    padding-bottom: 20px;
    line-height: 28px;
}
.specialist p:last-child{
    padding-bottom: 0px;
}
.doctor h2{
    text-align: center;
    color: #003e7d;
    font-size: 22px;
    padding: 10px 0;
}
.doctor p{
    text-align: center;
    font-size: 15px;
}
.whts{
	background:#000000b8;
	border:1px solid #626262;
	border-radius:30px 0 0 30px;
	padding:5px 5px 5px 10px;
	text-align:center;
	position: fixed;
    right: 0px;
    bottom: 70px;
    z-index: 999;
	width:145px;
}
.whts1{
	background:#db204c;
	border:1px solid #db204c;
	border-right:none;
	border-radius:30px 0 0 30px;
	padding:5px 10px 5px 10px;
	text-align:center;
	position: fixed;
    right: 0px;
    bottom: 130px;
    z-index: 999;
	width:145px;
}
.whts p{
	font-size:14px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	padding-top:0px;
}
.whts1 p{
	font-size:14px;
	color:#fff;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	padding-top:0px;
}
.whts img,
.whts1 img{
    width: 40px;
	float:left;
	margin-right:10px;
}
.whts a:hover, .whts1 a:hover, .mail a:hover{text-decoration:none;}
.mail{
	background:#000000b8;
	border:1px solid #626262;
	border-right:none;
	border-radius:30px 0 0 30px;
	padding:5px 5px 5px 10px;
	text-align:center;
	position: fixed;
    right: 0px;
    bottom: 10px;
    z-index: 999;
	width:145px;
}
.mail p{
	font-size:14px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	padding-top:5px;
	word-wrap:break-word;
}
.mail img{
	width: 40px;
	float:left;
}
/********************************************
Header Top Section
********************************************/

.top_header{
	background:#146a39;
}
.top_add{}
.top_add ul{margin:0px;padding:0px;}
.top_add ul li{
	display:inline-block;
	font-size:16px;
	font-weight:400;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	border-right:1px solid #258d52;
	padding:7px 15px;
	margin:0px;
}
.top_add ul li i{
	padding-right:10px;
}
.top_add ul li img{width:30px;}


.footerlogo img{
    position: static;
    width: 190px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.footerlogo p{
    padding-left: 0;
    padding-top: 10px;
}
.footerbox h3{
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.social{
    text-align: left;
   
}
.socialmedia ul{
    margin: 0;
     margin-top: 10px;
}
.socialmedia ul li{
    display: inline;
    padding-left: 0;
}
.socialmedia ul li img{
    width: 30px;
    position: static;
    margin: 0;
    margin-right: 10px;
}
.testimonial{
    padding: 3em 0;
   
}
.testimonial a{
    text-decoration: none;
}
.testimonial .blogbox{
    background: #efefef;  
    margin: 0;
    margin-bottom: 35px;
    margin-right: 25px;
}
.testimonial img{
    border: none;
    width: 40px!important;
}
.servicepage ul li {
    position: relative;
}
.servicepage ul li img{
    width: 18px;
    position: absolute;
    top: 7px;
    left: 5px;
}
.servicepage h4{
    font-size: 18px;
    color: #003e7d;
    padding-bottom: 20px;
    font-weight: 600;
    position: relative;
}
.servicepage h4:after{
    position: absolute;
    width: 30px;
    height: 2px;
    bottom: 10px;
    left: 0;
    background: #da3c98;
    content: '';
    
    
}
i.fa-whatsapp{
    /* color: forestgreen!important; */
}



/*****************************************************************************************
Procedures and Services Section
*****************************************************************************************/

/* .procd_main{padding:50px 0;} */
.procd_main1{padding:50px 0;}
.procd_main2{padding:60px 0 50px;}
.header_title{
	text-align:center;
	padding-bottom:30px;
	width:100%;
}
.header_title h1{
	font-size:32px;
	/* font-family: 'Lato', sans-serif; */
    color: #3e64a1;
	font-weight:600;
	text-transform: uppercase;
	letter-spacing:0.5px;
	position:relative;
	margin:0 0 10px;
}
.header_title h5{
	text-transform: capitalize;
    color: #fa0085;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0px;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
/* .header_title h1:before{ */
	/* content:''; */
	/* position:absolute; */
	/* left:0%; */
	/* right:0; */
	/* top:19px; */
	/* background:#c7e5f9; */
	/* height:2px; */
	/* width:150px; */
/* } */
/* .header_title h1:after{ */
	/* content:''; */
	/* position:absolute; */
	/* right:22%; */
	/* top:19px; */
	/* background:#c7e5f9; */
	/* height:2px; */
	/* width:150px; */
/* } */

/* Hospital Attachments */

.attach_det{
	background: #e9e9e9;
    padding: 45px 15px 15px;
    border: 5px solid#fff;
    box-shadow: 1px 1px 10px 3px #d7d7d7;
	position:relative;
	overflow:hidden;
	z-index:1;
	height:310px;
}
.hospi_logo{
	position: absolute;
    left: 0%;
    right: 0%;
    /* top: -80px; */
    width: 102px;
    margin: 0 auto;
    z-index: 99;
	transform:translateY(-72px);
}
.hospi_logo img{
	width:100%;
	border:5px solid #f1f1f1;
	border-radius:50%;
}
.attach_det h1{
	font-size:21px;
	font-family:'Lato', sans-serif;
	color:#64585d;
	font-weight:600;
	margin:0px;
	padding-bottom:15px;
	/* text-align:center; */
}
.attach_det ul{
	height:130px;
	margin:0px;
}
.attach_det ul li{
	font-size:14px;
	font-family:'Roboto', sans-serif;
	color:#4a4a4a;
	padding:0px 0 0 22px;
	margin:7px 0;
	position:relative;
}
.attach_det ul li i{
	position:absolute;
	left:0px;
	top:5px;
	color:#edc325;
}
.attach_det .hosp_btn{
	font-size:15px;
	font-family:'Roboto', sans-serif;
	color:#fff;
	background:#edc325;
	padding:7px 18px;
	font-weight:400;
}
.map_hosp{
	position:absolute;
	right:5px;
	bottom:5px;
	background:#edc325;
	border-radius:5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	transform:translateX(50px);
}
.map_hosp i{
	color:#fff;
	font-size:16px;
	text-align:center;
}
.attach_det:hover .map_hosp{
	transform:translateX(0px);
	transition:0.5;
}
.top_paddin{padding-top:70px;}
.top_paddin1{padding-top:110px;}



/********************************************************************
Consulatastion Section
********************************************************************/


.free_consultant1{
	/* background:url(../img/cons-apt-visit1.jpg) no-repeat; */
	/* background:linear-gradient(to bottom left, #fbd93a, #bf8f00); */
	background:#fda572;
	/* background:#148aaa; */
	/* background:#1b94c7; */
	/* background:#010101; */
	/* background-size:100% 100%; */
	/* background-attachment:fixed; */
	/* padding:60px 0; */
}
.consult_dscrip1{text-align:left;padding:30px 0;}
.consult_dscrip1 h1{
	font-size:28px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-weight:700;
	margin:0px;
	padding:0 0 10px;
}
.consult_dscrip1 p{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	color:#fff;
	line-height:26px;
	margin:0px;
	padding:0px 0 5px;
}
.consult_dscrip1 ul{margin:0px;}
.consult_dscrip1 ul li{
	font-size:15px;
	font-family: 'Roboto', sans-serif;
	color:#efefef;
	margin:7px 0;
	position:relative;
	padding-left:21px;
}
.consult_dscrip1 ul li i{
	/* padding-right:15px; */
	width:12px;
	position:absolute;
	left:0px;
	top:4px;
}
.consult_dscrip1 a{
	background:#f47920;
	padding:6px 22px;
	font-size:18px;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.5px;
	/* border-radius:15px; */
	display:inline-block;
	margin-top:16px;
}
.consult_dscrip1 a:hover{
	/* background:#083f88; */
	background:#083f88;
	color:#fff;
	text-decoration:none;
	transition:0.5s;
}

.book_apt_consult{padding:30px 0;}
.book_apt_consult h1 {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-weight: 700;
    margin: 0px;
    padding: 30px 0 30px;
	text-align:center;
}
.book_apt_consult ul{text-align:center;padding-top:0px;}
.book_apt_consult ul li{
	display: inline-block;
    line-height:58px;
	padding:0 5px;
}
.book_apt_consult ul li a{
	    background: #64ae8e;
    padding: 10px 19px;
    color: #fff;
    border-radius: 25px;
    /* font-weight: 400; */
    border: 1px dashed #ddd;
	box-shadow:0px 0px 7px 0px #1e1c1c3b;
}
.book_apt_consult ul li a:hover{
	/* background:#5e4f54; */
	background:#010101;
	color:#fff;
	transition:0.5s;
	text-decoration:none;
	border-radius:5px;
}


/********************************************************************
Contact Section
********************************************************************/


.cnt_public1{
	background: #e9e9e9;
    padding: 15px 15px 15px;
    border: 5px solid#fff;
    box-shadow: 1px 1px 10px 3px #d7d7d7;
	/* margin:15px 0; */
	/* box-shadow:0px 15px 30px 0px rgb(0 0 0 / 10%); */
	/* height:200px; */
	/* width:100%; */
	/* text-align:center; */
	/* display:inline-block; */
}
/* Form */

.cnt_public1 h4{
	font-size:28px;
	font-family: 'Roboto', sans-serif;
	color:#584d51;
	padding-bottom:5px;
}
.cnt_public1 form{}
.cnt_public1 .form-control1{
	width:100%;
	border:1px solid #f2f7ff;
	background:#f2f7ff;
	padding:11px;
	margin:7.5px 0;
	outline-color: #f83d5a;
	font-family: 'Roboto', sans-serif;
}
.cnt_public1 .form-control{border:1px solid #f2f7ff;outline-color: #f83d5a!important;margin:7px 0;}
.frm_btn input{
	background:#a1191b;
	padding:5px 18px;
	color:#fff;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	letter-spacing:1px;
	border:none;
	cursor:pointer;
	margin-top:10px;
}


/*****************************************************************************************
Form Contact Section
*****************************************************************************************/

.form-review1 .form-horizontal .form-group{width:91%;margin-bottom:20px;}
.form-review1 .form-horizontal .form-terms{width:91%;margin-bottom:20px;}




/********************************************************************
Footer Section
********************************************************************/

.sms_logo{padding-left:10px;}
.sms_logo img{width:20px;}





/*****************************************************************************************
Testimonials
*****************************************************************************************/

.testimonials_inner{
	padding:50px 0;
}

.testi_description{
	background: #e9e9e9;
    padding: 15px 15px 15px;
    border: 5px solid#fff;
    box-shadow: 1px 1px 10px 3px #d7d7d7;
	position:relative;
	overflow:hidden;
	z-index:1;
	
	margin:15px 0;
}
.frt_height{height:260px;}
.sec_height{height:350px;}
.testi_description h1{
	font-size:21px;
	font-family:'Lato', sans-serif;
	color:#d1aa16;
	font-weight:600;
	margin:0px;
	padding-bottom:15px;
	
}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}

.testi_description p{
	font-size:15px;
	font-family:'Roboto', sans-serif;
	color:#4a4a4a;
	padding:0px 0 0 26px;
	margin:7px 0;
	position:relative;
	text-align:justify;
	padding:26px;
}
.testi_description p i{
	position:absolute;
	left:-5px;
	top:-10px;
	color:#d1aa16;
	font-size:28px;
	opacity:0.5;
}

.testi_description .hosp_btn{
	font-size:15px;
	font-family:'Roboto', sans-serif;
	color:#fff;
	background:#db72b0;
	padding:7px 18px;
	font-weight:400;
}

/*******************************************************************
Services Section
*******************************************************************/

.why-us {
    padding: 50px 0;
}
.why-us2 {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}
.why-us-detail {
    padding: 20px;
	display:inline-block;
}
.why-us-detail h1 {
    font-size: 25px;
    color: #a1191b;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	text-align:center;
	border-bottom:1px solid #f1f1f1;
	padding-bottom:8px;
}
.why-us-detail ul {
    padding: 14px 0 0;
}
.why-us-detail li {
    width: 49%;
    padding: 10px 9px;
    /* display: inline-block; */
    float: left;
}
.why-us-detail img {
    width: 30px;
    float: left;
}
.why-us-detail1 {
    padding-left: 45px;
}
.why-us-detail1 h2 {
    font-size: 16px;
    color: #282828;
    margin-bottom: 10px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
	height:30px;
}
.why-us-detail1 p {
    font-size: 14px;
    text-align: justify;
    color: #444;
    margin: 0;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.why-form {
    background-color: #a1191b;
}
.why-form h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 33px 36px 30px;
    font-family: Montserrat , arial;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 0 0 rgb(255 255 255 / 15%);
}
.form-group {
    margin-bottom: 0!important;
    padding: 14px 40px 10px;
}
.indexfour .form-control {
    font-size: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 1.475rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	    border-radius: 0 !important;
    margin-bottom: 15px;

}
.find-course__wrap-btn {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    background-color: #a1191b;
}
.btn-info {
    color: #fff;
    background-color: #3a3839;
    border-color: #3a3839;
	
	/* display: inline-block; */
    /* font-weight: 400; */
    /* color: #212529; */
    /* text-align: center; */
    /* vertical-align: middle; */
    /* -webkit-user-select: none; */
    /* -moz-user-select: none; */
    /* -ms-user-select: none; */
    /* user-select: none; */
    /* background-color: transparent; */
    /* border: 1px solid transparent; */
    /* padding: 0.375rem 0.75rem; */
    /* font-size: 1rem; */
    /* line-height: 1.5; */
    /* border-radius: 0.25rem; */
    /* transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
}



/*******************************************************************
Blog Section
*******************************************************************/

.blog_inner{padding:50px 0;}


.gallery_main{
	padding:50px 0;
}
.gallery_main img{
	width:100%;
	border:2px solid #ddd;
	margin:15px 0;
}

.qr img{width:100%;}

.col_2{columns:2;}





.single-header-info {
    float: right;
    padding-left: 35px;
}
.single-header-info .icon-box, .single-header-info .content {
    display: table-cell;
    vertical-align: middle;
}
.single-header-info .icon-box .inner-box {
    border: 1px solid #e1e1e1;
    height: 46px;
    margin-right: 15px;
    text-align: center;
    width: 46px;
}
.single-header-info .icon-box .inner-box i {
    color: #a1191b;
    font-size: 22px;
    line-height: 42px;
    text-align: center;
}
.single-header-info .content h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #a1191b;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    margin: 0;
    margin-bottom: 5px;
}
.single-header-info .content p {
    font-size: 16px;
    margin: 0;
    color: #272727;
    font-weight: 500;
}
.single-header-info .content p a{
    color: #272727;
}
