@charset "utf-8";

/*@import url('https://fonts.googleapis.com/css?family=Oswald:500&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,900,700|Playfair+Display:700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body {
    padding: 0;
    margin: 0;
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'CircularStd-book';
	letter-spacing:1px;
}
body p{
	font-family: 'Open Sans', sans-serif;

}

.top-header{
	padding:5px 0;
}

.logo img{
	height:78px;
}

.top-header ul {
    float: right;
}

.top-header ul li {
    list-style: none;
    font-size: 24px;
    font-weight: 600;
}



/*.banner{
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}*/

.bigMidia{
	padding:27px 0;
}

.list ul li img{
	height:14px;
	margin-top: -4px;
	display:inline;
	margin-right: 38px;
}

.bannerImg{
	position:relative;
}
.bannerImg img{
	width:100%;
	height:680px;
}

.notified {
    padding: 40px 30px;
    background-color: #ffffff88;
    position: absolute;
    top:100px;
    right: 170px;
	border-radius: 10px;
    z-index: 999;
	box-shadow: 0px 0px 8px -3px #333;
}
.notified img{
	height:auto;
}

.notified h3 {
    color: #3d691a;
    font-weight: 600;
	    margin-top: 0;
    margin-bottom: 30px;
}

.notified h3 img {
    width: 105px;
}

.notified button {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 15px 25px;
}

.btn-green {
    background-color: #3d691a;
    box-shadow: 0px 0px 6px;
	display:block;
	margin:0 auto;
}
.btn-green span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-green span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.btn-green:hover span {
  padding-right: 25px;
}
.btn-green:hover{
  background-color: #D42427;
    color: #fff;
}

.btn-green:hover span:after {
  opacity: 1;
  right: 0;
}



.treatment{
    text-align: center;
}
.treatment h2 {
    display: inline-block;
    font-weight: 600;
    padding: 30px 0;
    font-size: 28px;
    
}

.border {
    display: inline-block;
    border: 2px solid #000;
    width:70px;
    margin: 10px 20px;
}

.details {
    text-align: center;
    background-color: #f2f2f2;
    padding: 30px 20px;
	border-radius: 10px;
}

.number {
	border-radius:10px;
}
.number img {
    height: 150px;
	transition:all 1s linear;
	-webkit-transition:all 1s linear;
	-moz-transition:all 1s linear;
}
.number:hover img {
	transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
}
.number {
    padding: 20px 0;
}
.number h4 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}
.number:hover h4 {
    color:#fff;
}

.number span {
   border: 1px solid #d9cccc;
    border-radius: 100%;
    /* padding: 10px; */
    font-size: 24px;
    font-weight: 600;
    height: 50px;
    width: 50px;
    content: '';
	color:#fff;
    display: block;
    background-color: #639E4D;
    line-height: 50px;
    margin: 0 auto;
}
.number:hover span {
    background-color: #fff;
	color:#000;
}
.number:hover{
    background-color: #639E4D;
}

.natural {
    text-align: center;
    padding: 30px 0;
}

.natural h2 {
    font-weight: 600;
    padding-bottom: 30px;
}

.pioneer {
    background-color: #f2f2f2;
    padding: 30px 20px;
    height: auto;
	border-radius: 10px;
}

.qualified {
    padding: 20px 0;
	height:210px;
}
.qualified img{
	height:100px;
}
.qualified p {
    font-weight: 600;
    margin: 10px;
    color: #383838a6;
}

.media.active{
    background-color: #fafff0;
}
.hoverMedia:hover{
    background-color: #fafff0;
}
.media-left {
    border-right: 2px solid #00000078;
} 
.sharda.media-left{
    border: none;
}
.media {
    padding-left:25px;
}
.media-body:hover {
      cursor: pointer;
      }
.media-left img {
    width: 80px;
    height: 80px;
	margin-top:15px;

}
.media-body{
	font-weight:600;
	color:#383838a6;
}
.media-body ul li{
    list-style: none;
}


.media-body {
    padding-left: 12px;
    border-right: 10px solid #baaeae8a;
}
.media-body h4{
    font-weight: 600;
	color:#3d691a;
}

.bigMediaD{
	border:none;
	padding-right:20px;
}
.bigMediaD h4{
	font-size:26px;
}
.bigMediaD ul{
	padding:0 !important;
}
.bigMediaD ul li{
	font-size:18px;
}
.pakra img{
    width: 330px;
    height: 340px;
}
.sharda {
    border-right: none;
}

.patient h2 {
    font-weight: 600;
    padding-bottom: 35px;
    text-align: center;
}
.carousel-indicators{
    bottom:-30px;
}
.comment {
    background-color: #f2f2f2;
    padding: 30px 0px;
	border-radius:10px;
}


.photo-details ul li {
    list-style: none;
    margin: 10px;
}

.photo-details h4 {
    padding: 20px 0 10px;
    font-size: 20px;
    color: #3d691a;
    font-weight: 600;
}

.clinics {
    padding: 30px 40px;
}

.clinics a {
    font-weight: 600;
}


.places{
    padding:6px;
   color: #fff;
     background-color: #3d691a;
}

.clinics span {
    margin: 0 10px;
    border-right: 1px solid #000;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
}
.clinics span:first-child {
    border: none;
}
.clinics span:last-child {
    border: none;
}
@media only screen and (max-width:991px) {
    .container{
        width: 96%;
    }
    .top-header{
        top:20px;
        
    }
    .top-header ul li {
    font-size:14px;
        
}
    .notified{
        top:-410px;
    }
    .notified h3{
        font-size:18px;
    }
    .from-control,
.from-group {
    margin-bottom: 0;
}

.from-group input {
    width: 100%;
    height: 35px;
}
.notified button {
    font-size:18px;
    font-weight: 600;
    color: #fff;
    padding: 15px 15px;
}
    .treatment h2, .patient h2, .natural h2{
        font-size: 18px;
    }
    
    .clinics a{
        font-size: 10px;
    }
}
@media screen and (max-width: 768px) {
    .logo img {
        padding-left: 20px;
        height: auto;
    }
	
    .clinics span{
        font-size: 10px;
		padding: 3px 3px;
    }
	.number h4 {
    font-size: 16px;
}
    .top-header ul li{
        font-size: 10px;
    }
	.list ul li img {
    height: 6px;
    margin-right: 0;
}
	.list ul{
    padding:0;
	margin:0;
}
	.bannerImg img {
    height: auto;
}
.comment {
    padding: 10px 13px;
}
.media-body {
    border-right:none;
}
	
    .notified {
         position: inherit;
    top: -20px;
    right: 0;
}
    .notified button{
        font-size: 14px;
        padding: 10px 15px;
		margin: 0 auto;
    display: block;
    }
    .notified h3 img{
        width: 35px;
    }
    .border{
        width: 30px;
        margin:3px;
        border: 1px solid #000;
    }
    
    .treatment h2, .patient h2, .natural h2{
        font-size:15px;
		margin-top: 0;
    }
    .number img {
    /* width: 100px; */
}
    .media-body h4{
        font-size: 12px;
    }
    .media-body p, .photo-details p{
        font-size: 8px;
    }
    .media {
    padding-left:0px;
}
    .photo-details ul li{
        font-size: 10px;
    }
	
	.clinics {
    padding: 30px 0;
}


.btn-callD{
	    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding: 10px 25px;
	background-color: #3d691a;
    box-shadow: 0px 0px 6px;
	width:100%;
	position:fixed;
	left:0;
	right:0;
	bottom:0px;
	z-index:999999;
	text-align:center;
	text-decoration:none;
}
.btn-callD:hover{
	color:#fff;
}


   
}
    .clinics span {
     margin: 0px;
    
}


