@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans');
@import url('https://fonts.googleapis.com/css?family=Lora:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');

.top
{
background-color: #f9f9f9;
width: 100%;
border-top: 1px solid #ededed;
border-bottom: 1px solid #ededed;
font-family: 'Roboto', sans-serif;
padding: 8px 0;
}

.top p span{
color: #96c11c;
padding-right: 8px;
}

.top .top-mail a{
   color: #5d5d5d;
   transition: .3s;
}

.top .top-mail a:hover{
   color: #96c11c;
   text-decoration: none;
}

.top .top-mail p{
   margin:0; 
}


.top-time{
  padding-left: 0px;
  list-style: none;
}

.top-time li{
  float: left;
  color: #5d5d5d;
  padding-right:15px;
}

.top-time li i{
color: #96c11c;
padding-right: 4px;
}
.contact_list{
float: right;
padding-left: 0px;
margin: 0px;
list-style: none;
      }

.contact_list li{
float: left;
}

.contact_list li a{
color: #5d5d5d;
padding: 0 12px;
transition: all .3s ease;
  font-size:14px;
          }      



.contact_list li a:hover
{
color: #96C11C;
text-decoration: none;
    }

.top-contact{
  padding-top: 16px;
}


.top-contact span{
float: left;
font-size: 18px;
color: #96C11C;
border: 2px solid #96C11C;
border-radius: 30px;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
     }

.top-contact .contact-info{
margin-left: 60px;
padding-top: 5px;
}

.top-contact .contact-info h2{
margin-top: 0;
font-size: 15px;
font-weight: 600;
margin-bottom: 5px;
color: #5d5d5d;
font-family: 'Roboto', sans-serif;
  }

.top-contact .contact-info p{
     margin: 0;
     color: #3b3d42;
     font-family: 'Montserrat', sans-serif;
     font-size: 15px;
}

.top-contact .contact-info p a{
background: #96C11C;
padding: 5px;
color: #fff;
font-size: 12px;
transition: .3s;
}

.top-contact .contact-info p a:hover{
background: #014a7f;
text-decoration:none; 
}




.navbar-inverse {
    background:none;
    border:none !important;
}

.navbar {
    position: relative;
    min-height: 38px;
    margin-bottom:0px !important;
    border: 1px solid transparent;
}

.navbar-inverse .navbar-nav > li > a {
color: #fff !important;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
padding: 12px 25px;
font-family: 'Lato', sans-serif;
}

.dropdown-menu > li > a {
    padding: 5px 20px;
    font-family: 'Lato', sans-serif;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #96c11c;
}

.dropdown-menu{
  width: 500px;
}

.dropdown-menu li{
width: 240px;
float: left;
  }



.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff !important;
    background-color: #96C11C !important;
}


header{
     padding: 15px 0;
background-color: #f9f9f9;
  }

     .logo{
float: left;
width: 17%;
     }

     .logo-text{
      margin-left:21%;
     }

      .logo-text h1{
font-family: 'Lora', serif;
font-size: 32px;
color: #96C11C;
margin: 0;
font-weight: 600;
text-transform: uppercase;
padding-top: 14px;
      }

         .logo-text h1 span{
    padding-left: 7px;
    color: #014a7f;
    font-weight: 400;
      }

      .logo-text p{
      color: #5d5d5d;
letter-spacing: 15px;
font-family: 'Alegreya Sans', sans-serif;
font-weight: 600;
text-transform: uppercase;
padding-left: 5px;
      }



.navigation{
background-color: #014a7f;
  box-shadow: 0px 6px 7px rgba(0, 0, 0, 0.5);
position: relative;
z-index: 9999;
}

.nav > li > a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #96C11C;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nav > li > a:hover::before, .nav > li > a:hover:focus::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.navbar-nav > li > a {
  padding: 18px 15px 18px 15px;
font-size: 15px;
}

.nav > li > a {
    position: relative;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}



.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
color: #fff;
background-color: #96C11C;
}

#search {
     position: relative;
     background: #F2F2F2 none repeat scroll 0% 0%;
     border: 1px solid #D8D8D8;
     width: 100%;
     height: 30px;
     border-radius: 2px;
     margin: 5px 0px 0px 10px;
     float: right;
}

#search input {
	border: none;
	font: 300 16px/18px 'Lato', sans-serif;
	color: #5b5b5b;
	padding: 0 13px;
	width: 100%;
	height: 28px;
	background: none;
	margin-right: 0;
}

#search a {
 position: absolute;
top: 9px;
right: 5px;
}

#search a img:hover {
	opacity: .8;
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}	  


.carousel-control.left {
    background: none;
} 

.carousel-control.right {
    background: none;
} 

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.carousel-caption h1{
font-family: 'Lora', serif;
text-transform: uppercase;
font-weight: 600;
line-height: 48px;
font-size: 32px;
}

.carousel-caption h3{
font-family: 'Roboto', sans-serif;
font-size: 22px;
margin-top: 0px;
margin-bottom: 16px;
  }

  .carousel-caption a{
font-family: 'Montserrat', sans-serif;
background: #014a7f;
border: none;
border-radius: 0px;
padding: 8px 15px;
transition: .3s;
  }

  .carousel-caption a:hover{
background: #96C11C;
  }

 .carousel-caption .btn-ctn{
  background: #96C11C;
 }

 .carousel-caption .btn-ctn:hover{
 background: #014a7f;
 }

  .carousel-caption {
    left: 12%;
    text-align: left;
    top: 20%;
    right: 50%;
}

.banner-form {
background-color: rgba(0,0,0,0.7);
color: #fff;
padding: 15px 20px;
width: 350px;
height: auto;
position: absolute;
bottom: 0px;
left: calc(50% + 200px);
z-index: 5;
margin-bottom: 0px;
}

.banner-form h4{
font-family: 'Montserrat', sans-serif;
font-weight: 600;
}

.banner-form .btn-primary{
  font-family: 'Montserrat', sans-serif;
background: #014a7f;
border: none;
border-radius: 0px;
padding: 8px 15px;
transition: .3s;
cursor: pointer;
}

.banner-form .btn-primary:hover{
background: #96C11C;
  }

.banner-form .form-control{
  font-family: 'Roboto', sans-serif;
  margin-bottom: 15px;
  transition: .4s;
}

.banner-form small{
  font-family: 'Roboto', sans-serif;
}

.banner-form [type="date"], .banner-form [type="text"], .banner-form [type="email"]  {
    color: #fff;
    padding: 10px 0px;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #014a7f;
    box-shadow: none !important;
}

.banner-form [type="date"]:focus, .banner-form [type="text"]:focus, .banner-form [type="email"]:focus {
    background-color: transparent !important;
  border-bottom: 2px solid #fff;
}
.sec-photo h3 {
  color: #fff;
  margin-bottom: 30px;
}
.sec-photo  {
  background: url(../images/bg2.jpg);
  
}
.sec-photo  {
  padding: 40px 0;
}
.sec-photo  h1 {
  font-family: 'Anton', sans-serif;
  color: #fff;
}
.sec-photo  h4 {
  color: #EF7F1A;
}
.sec-photo p {
  color: #fff;
  text-transform: capitalize; 
}
.contbox {
  text-align: center;
  background:#fff;
  border: 1px solid #96C11C;
  border-radius: 4px;
  padding: 25px 0;
  margin-bottom: 30px;
}
.contbox i{
  font-size: 35px;
  color: #96C11C;
  margin-bottom: 10px;
}
.contbox h3 {
  margin-bottom: 10px;
}
.contbox h5 {
  color: #fff;
} 
.contbox p {
  margin-bottom: 0;
}
.contbox h4 {
  color: #014a7f;
    font-size: 16px;
    margin: 15px 0;
    font-weight: 600;
    font-family: 'Alegreya Sans', sans-serif;
}
.contbox a {
  color: #5D5D5D;
}
.sec-photo p {
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
}
.sec-1{
padding: 50px 0;
}
	   		
.sec-1 h1{
font-weight: 600;
font-size: 28px;
text-transform: uppercase;
color: #96c11c;
font-family: 'Montserrat', sans-serif;
        }	

.sec-1 h1::after{
content: "";
background: url("../images/emer-icon.png");
background-size: cover;
top: 14px;
left: 22%;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
opacity: 0.4;
width: 35px;
height: 49px;
}
        

        .sec-1 h1 span{
font-weight: 800;
color: #014a7f;
        }

.sec-1 h5{
color: #5d5d5d;
font-size: 16px;
margin: 15px 0;
font-weight: 600;
font-family: 'Alegreya Sans', sans-serif;
}

.sec-1 p{
font-family: 'Roboto', sans-serif;
color: #5d5d5d;
line-height: 26px;
margin-bottom: 15px;
}  

.sec-1 a{
  background: #96c11c;
padding: 12px 20px;
color: #fff;
font-family: 'Alegreya Sans', sans-serif;
font-size: 15px;

display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
border-radius: 0px;
padding: 10px 15px;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
text-decoration: none;
color: #fff;
}	

.sec-1 a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #014A7F;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}



.sec-1 a:hover::before {
    text-decoration: none;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.emergency-box {
    width: 100%;
    text-align: center;
    background-color: rgb(150, 193, 28);
    color: #FFF;
    padding: 29px;
    position: relative;
    z-index: 99;
    font-family: 'Montserrat', sans-serif;
}

.emergency-box::after {
    content: "";
    background: url("../images/about-us-2.jpg");
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
}		 		 

.emergency-box img {
    width: 65px;
    height: auto;
    /*margin-bottom: 24px;*/
}

.emergency-box h3 {
    color: #fff;
    font-size: 33px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
}


.emergency-box h5 {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;

}

.emergency-box h5 i {
padding-right: 5px;

  }

.emergency-box h6 a {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #014a7f;
    display: block;
     font-family: 'Montserrat', sans-serif;
}

.sec-2{
  padding: 80px 0px;
  background: url("../images/sec-2-bg.jpg");
  background-size: cover;
  background-position: center;
}

.information-box {
    padding: 15px 15px;
    border-right: 1px solid rgba(237,237,237, 0.3);
    text-align: center;
}

.information-box i {
font-size: 40px;
color: #96c11c;
margin-bottom: 2.5rem;
border: 1px solid #96c11c;
padding: 10px 15px;
border-radius: 4px;
 transition: .3s;
}

.information-box h4 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
     font-family: 'Montserrat', sans-serif;
     transition: .3s;
}

.information-box:hover h4 {
    color: #96c11c;
}

.information-box:hover i {
background: #96c11c;
color: #fff;
  }

.information-box p {
    color: #fff;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
}

.sec-3{
padding: 40px 0 70px;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    position: relative;
    padding-top: 60px;
    margin-bottom: 6px;
    font-weight: 600;
font-size: 28px;
text-transform: uppercase;
color: #014a7f;
font-family: 'Montserrat', sans-serif;
}

.section-title h2 span {
    color: #96c11c;
}

.section-title p{
   font-family: 'Roboto', sans-serif;
   color: #5d5d5d;
   font-size: 16px;
}

.section-title h2::before {
    content: " ";
    position: absolute;
    top: 0px;
    width: 35px;
    height: 50px;
    background-image: url("../images/dental-emergency-icon-dark.png");
    background-size: cover;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -17.5px;
}

.service-box {
    position: relative;
    background-color: #fff;
    border-bottom: 3px solid #DFDAD4;
}

.service:hover .service-box {
    border-bottom: 3px solid #014a7f;
}

.service-img {
    overflow: hidden;
    background-color: #014a7f;
    position: relative;
}

.service-img img {
    display: block;
    width: 100%;
    height: auto;
}

.service-img .service-detail {
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 30px;
    background-color: rgba(1, 74, 127,0.8);
    height: 100%;
    opacity: 0;
}

.service:hover .service-img .service-detail {
    opacity: 1;
}
.service-img .service-detail p{
  margin-bottom: 15px;
}


.service-img .service-detail a {
 color: #FFF;
font-family: 'Montserrat', sans-serif;
padding: 10px 12px;
 background-color: #014a7f;
 transition: .4s;
 box-shadow: 0 0px 3px #f9f9f9;
}


.service-img .service-detail a:hover {
background-color: #96c11c;
text-decoration: none;
}

.service-info h5 {
    text-align: center;
    border-left: 3px solid #014a7f;
    margin-top: 0px;
    margin-bottom: 0px;
    border-right: 3px solid #014a7f;
}

.service-info h5 a {
font-weight: 600;
padding: 10px;
padding-left: 15px;
font-family: 'Montserrat', sans-serif;
color: #3b3d42;
font-size: 16px;
display: block;
transition: .4s;
}

.service:hover h5 a {
 color: #fff;
text-decoration: none;
background: #96c11c;
}


.sec-4 {
    padding: 50px 0px;
    z-index: 0;
    background: url(../images/sec-4-bg.jpg) fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center right;
}

.sec-4 .sec-4-bg {
position: absolute;
left: -130px;
width: 65%;
height: 550px;
background-color: #96c11c;
z-index: -1;
transform: skewX(-25deg);
-webkit-transform: skewX(-25deg);
-moz-transform: skewX(-25deg);
-ms-transform: skewX(-25deg);
-o-transform: skewX(-25deg);
top: 0px;
}

.sec-4 h3 {
    font-size: 23px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    margin-top: 5px;
font-weight: 600;
}

.sec-4 h4 {
    font-size: 20px;
    color: #014a7f;
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 600;
}


.sec-4 ul {
    padding-left: 0px;
    list-style: none;
}

.sec-4 ul li i {
float: left;
font-size: 20px;
border-radius: 30px;
padding: 15px;
color: rgb(80, 105, 10);
margin-right: 18px;
border: 2px solid rgb(80, 105, 10);
transition: .4s;
}

.sec-4 li:hover i{
color: #fff;
border: 2px solid #014a7f;
background:#014a7f; 
}

.sec-4 ul li {
line-height: 30px;
padding: 5px 0;
}

.sec-4 ul li h5{
font-family: 'Raleway', sans-serif;
font-weight: 800;
font-size: 18px;
  color: #014a7f;
  }

  .sec-4 ul li p{
font-family: 'Roboto', sans-serif;
  color: #fff;
  }

  .sec-5{
    padding: 50px 0;
  }

    .sec-5 h1{
      font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 24px;
text-transform: uppercase;
color: #014a7f;
margin-bottom: 24px;
    }


.sec-5 h1::after {
content: "";
position: absolute;
top: 53px;
left: 16px;
width: 60px;
height: 2px;
background: #014a7f;
}

    .sec-5 h6{
      font-family: 'Montserrat', sans-serif;
font-weight: 600;
font-size: 16px;
color: #014a7f;
    }

      .sec-5 p{
       
        font-family: 'Alegreya Sans', sans-serif;
        color: #96c11c;
        font-size: 17px;
        margin-bottom: 25px;
      }

      .sec-5 ul{
        padding-left: 0px;
        list-style: none;
      }

      .sec-5 ul li{
 font-family: 'Roboto', sans-serif;
 line-height: 34px;
 color: #5d5d5d;
      }

       .sec-5 ul li span{
padding-right: 5px;
color:#96c11c;
       }


.img-comp-container {
  position: relative;
  height: 200px; /*should be the same height as the images*/
}
.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
}
.img-comp-img img {
  display:block;
  vertical-align:middle;
}
.img-comp-slider {
position: absolute;
z-index: 99999;
cursor: ew-resize;
width: 40px;
height: 40px;
border-radius: 50%;
border: 2px solid #fff;

box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.img-comp-slider::after{
content: " ";
display: block;
background: #fff;
position: absolute;
z-index: -1;
width: 3px;
height: 304px;
top: -134px;
left: 17px;
box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-overlay {
    transition-property: background;
    background: transparent;
    z-index: 25;
    transition-duration: 0.5s;
    position: absolute;
top: 0;
width: 100%;
height: 100%
}

/*.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}
  */

.sec-5-img{
  position: relative;
}

.about-banner{
  padding: 60px 0;
  background-image: url(../images/about-banner.jpg);
position: relative;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.gallery-banner{
  padding: 60px 0;
  background-image: url(../images/gallery-banner.jpg);
position: relative;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.doctor-banner{
  padding: 60px 0;
  background-image: url(../images/doctor-banner.jpg);
position: relative;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.contact-banner{
  padding: 60px 0;
  background-image: url(../images/contact-banner.jpg);
position: relative;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.feedback-banner{
  padding: 60px 0;
  background-image: url(../images/feedback-banner.jpg);
position: relative;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.feedback-banner::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
  background-color: rgba(150, 193, 28, 0.7);
}

.contact-banner::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
  background-color: rgba(150, 193, 28, 0.7);
}
.doctor-banner::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
  background-color: rgba(150, 193, 28, 0.7);
}

.about-banner::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
  background-color: rgba(150, 193, 28, 0.7);
}
.gallery-banner::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
  background-color: rgba(150, 193, 28, 0.7);
}
.inner-top{
      font-family: 'Roboto', sans-serif;
      position: relative;
 }

.inner-top h1{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    color: #014a7f;
    margin-bottom: 15px;
}

.inner-top h1::after{
content: '';
position: absolute;
bottom: 25px;
left: 14px;
width: 40px;
height: 2px;
background-color:#014a7f;
}

.inner-top ul{
padding-left: 0px;
}

.inner-top ul li{
list-style: none;
float: left;
padding-right:6px; 
color: #5d5d5d;
  }

  .inner-top ul li a{
    color: #5d5d5d;
    transition: .4s;
  }

  .inner-top ul li a:hover{
    text-decoration: none;
    color: #014a7f;
  }

.matter-in{
  padding: 40px 0;
}

.matter-in h2{
  font-weight: 600;
font-size: 28px;
text-transform: uppercase;
margin-top: 0px;
color:#96c11c;
font-family: 'Montserrat', sans-serif;
}

.matter-in h5 {
    color: #014a7f;
    font-size: 16px;
    margin: 15px 0;
    font-weight: 600;
    font-family: 'Alegreya Sans', sans-serif;
}

.matter-in p {
    font-family: 'Roboto', sans-serif;
    color: #5d5d5d;
    line-height: 28px;
    text-align: justify;
}
.contact-matter-in{
  padding: 40px 0;
}

.contact-matter-in h2{
  font-weight: 600;
font-size: 28px;
text-transform: uppercase;
margin-top: 0px;
color:#96c11c;
font-family: 'Montserrat', sans-serif;
}

.contact-matter-in h5 {
    color: #014a7f;
    font-size: 16px;
    margin: 15px 0;
    font-weight: 600;
    font-family: 'Alegreya Sans', sans-serif;
}

.contact-matter-in p {
    font-family: 'Roboto', sans-serif;
    color: #5d5d5d;
    line-height: 28px;
    text-align: center;
}
.about-sec{
  padding: 50px 0;
background: #f3f3f3;
}

.about-sec-top{
  padding: 40px 0px;
}

.about-sec-top h1{
font-weight: 600;
font-size: 28px;
text-transform: uppercase;
margin-top: 0px;
color: #96c11c;
font-family: 'Montserrat', sans-serif;
margin-top: 20px;
text-align: center;
}

.about-sec-top h1::before {
    content: " ";
    position: absolute;
    top: 0px;
    width: 35px;
    height: 50px;
    background-image: url("../images/dental-emergency-icon-dark.png");
    background-size: cover;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -17.5px;
}

.about-sec-top p {
    font-family: 'Roboto', sans-serif;
    color: #5d5d5d;
    font-size: 16px;
    text-align: center;
}

.about-box{
  text-align: center;
}

.about-box span{
font-size: 30px;
border: 1px dashed #96c11c;
border-radius: 50px;
height: 70px;
width: 70px;
line-height: 65px;
color: #014a7f;
transition: .4s;
}

.about-box h1{
  font-family: 'Raleway', sans-serif;
font-weight: 600;
font-size: 23px;
color: #96c11c;
transition: .4s;
}

.abou-in ul{
  padding-left: 0px;
}

.abou-in ul li{
font-family: 'Roboto', sans-serif;
color: #5d5d5d;
line-height: 28px;
list-style: none;
}

.abou-in ul li span{
  padding-right: 5px;
  color: #96c11c;
}

.about-img{
text-align: right;
}

.about-img img{
  width: 90%;
display: inline-block;
}

.about-img::before {
content: '';
position: absolute;
left: 22px;
top: 25px;
width: 85%;
height: 100%;
border: 1px dashed;
z-index: -1;
border-color: #08364b;
}


.about-box p{
  font-family: 'Roboto', sans-serif;
color: #5d5d5d;
line-height: 26px;
}

.about-box:hover span{
color: #fff;
background: #96c11c;
border: 1px solid #96c11c;
} 

.about-box:hover h1{
color: #014a7f;
  }

  .single-doctor{
    box-shadow: 0 0px 4px #dbdbdb;
margin: 20px 0;
padding: 25px 15px;
display: inline-block;
transition: .4s;
  }

.single-doctor:hover  {
    box-shadow: 0 0px 4px #9f9f9f;
  }

  .doctor-matter h3{
font-family: 'Raleway', sans-serif;
font-weight: 600;
font-size: 20px;
margin-top: 0px;
color: #014a7f;
  }

   .doctor-matter h6{
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #96c11c;
  }

.appointment-form{
    font-family: 'Alegreya Sans', sans-serif;
  }

.appointment-form .form-control{
    margin-bottom: 25px;
    height: 40px;
    border-radius: 0px;
    font-size: 16px;
  }

  .appointment-form .btn-defalut{
    font-family: 'Montserrat', sans-serif;
margin-left: 15px;
background: #96c11c;
border-radius: 0pc;
padding: 10px 20px;
color: #fff;
transition: .4s;
margin-top: 21px;
  }

   .appointment-form .btn-defalut:hover{
background-color: #014a7f;
   }


.pro-box {
  margin-bottom: 10px;
}


.footer{
       padding: 60px 0;
	}

    .footer .footer-logo img{
float: left;
width: 20%;
margin-right: 10px;
    }



.dark-bg{
background-color: rgba(47,47,47,.9);
position: relative;
}

.dark-bg::after {
    content: "";
    background: url("../images/footer-bg.jpg");
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-position: center;
}



.footer p {
    float: left;
    padding: 12px 0px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    margin:0px; 
    text-align: justify;
}

.footer .f-more{
  padding: 8px 12px;
  background:#014a7f; 
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  transition: .4s;
}

.footer .f-more:hover{
background:#96C11C;
text-decoration:none; 
}

.footer h2 {
font-size: 23px;
color: #96c11c;
margin-top: 0px;
font-family: 'Lato', sans-serif;
text-transform: uppercase;
margin-bottom: 25px;
}



.footer h2::after {
content: "";
position: absolute;
top:36px;
left: 16px;
width: 60px;
height: 1px;
background: #96c11c;
}



.footer h1 {
color: #fff;
font-size: 18px;
text-transform: uppercase;
margin: 0;
padding-top: 5px;
font-family: 'Lora', serif;
font-weight: 600;
}

.footer h5 {
color: #fff;
letter-spacing: 6px;
font-family: 'Alegreya Sans', sans-serif;
font-weight: 600;
text-transform: uppercase;
padding-left: 5px;
font-size: 13px;
  }

.footer h1 span{
  color: #96c11c;
  font-weight: 400;
}

.footer ul {
	padding: 0;
}

.footer ul li a{
	color: #fff;
	line-height: 25px;
	
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
  transition: all .3s ease;
  padding: 8px 0px;
  display: block;
}

.footer ul li a i{
 padding-right: 4px;
font-size: 10px;
color:#96C11C;
}

.footer ul li span{
float: right;
}

.footer ul li a:hover{
   color:#96C11C;
   text-decoration:none;
 }

.footer ul li {
	color: #fff;
	line-height: 30px;

	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	list-style: none;
  border-bottom: 1px dashed rgba(237,237,237, 0.3);

}
.f-time
{
  width: 460px;
}

.f-time li{
padding: 8px 0px;
display: block;
line-height: 26px !important;
float: left;
width: 150px;
}

.footer ul li i{
 padding-right: 4px;
font-size: 10px;
color: #96C11C;
  }
.bottom-make {
    padding: 8px;
    background-color: #014A7F; 
}

.bottom-make p {  
    color: #89AD1D;
    margin: 0px;
    font-size: 12px;
    padding: 0px; 
    text-align: center;
    font-family: 'Roboto', sans-serif;
    /*font-weight: 600;*/
}

.bottom-make p a{
    color: #fff;
    font-family: 'Roboto', sans-serif;
}


@media (max-width:320px){
  .top-contact .contact-info h2 {
    font-size: 10px !important;
    margin-bottom: 5px !important;
}

.top-contact .contact-info {
    margin-left: 29px !important;
    padding-top: 0px;
}

.top-contact span {
    font-size: 10px !important;
    width: 25px !important;
    height: 25px !important;
    line-height: 23px !important;
}

.top-contact .contact-info p a {
    font-size: 7px !important;
}

}



@media (min-width:320px) and (max-width:414px){


.top {
    padding: 4px 0;
}

.top .top-mail a {
    font-size: 13px;
}

.top p span {
    padding-right: 4px;
    font-size: 12px;
}

.top-time li i {
   font-size: 12px;
}

.top-time li {
    font-size: 13px;
}

.logo-text h1 {
    font-size: 22px;
    padding-top: 4px;
} 

.logo-text p {
    letter-spacing: 9px;
    font-size: 13px;
}

.top-contact span {
 font-size: 10px;
width: 30px;
height: 30px;
line-height: 27px;
}

.top-contact .contact-info {
    margin-left: 34px;
    padding-top: 0px;
}

.top-contact .contact-info h2 {

    font-size: 12px; 
 
}

.top-contact .contact-info p a {
   padding: 3px;
    font-size: 9px;
}

.top-contact {
    padding-top: 10px;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 13px;
    padding: 10px 12px;
}

.navbar-toggle {
    background-color: #96c11c;
    }

    .navbar-inverse .navbar-toggle {
    border-color: #96c11c;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #96c11c;
}

.open > .dropdown-menu {
    display: inline-block;
}

.navbar-nav .open .dropdown-menu {
    background-color: #fff;
  }

.dropdown-menu li {
    width: 100%;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #96c11c;
}

.banner-form {
    padding: 12px 15px;
    width: 100%; 
    position: relative;
    left: 0px;
}


.banner-form h4 {
    font-size: 15px;
}

.banner-form .form-control {
    margin-bottom: 10px;
    font-size: 13px;
}

.carousel-indicators {
  display: none;
  }

  .carousel-caption {
    left: 12%;
    top: 0px;
    right: 9%;
    padding-top: 0px;
}

.carousel-caption h1 {
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 6px;
}

.carousel-caption h3 {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.carousel-caption a {
    padding: 3px 6px;
    font-size: 12px;
}


.banner-form .btn-primary {
    padding: 6px 12px;
    font-size: 12px;
}

.sec-1 {
    padding: 30px 0;
}

.sec-1 h1 {
    font-size: 17px;
    text-align: center;
}

.sec-1 h1::after {
    top: -14px;
    left: 37%;
    }

.sec-1 h5 {
    font-size: 14px;
    text-align: center;
    margin: 6px 0;
}

.sec-1 p {
    line-height: 23px;
    font-size: 13px;
    text-align: justify;
    margin-bottom: 6px;
}

.sec-1 a {
    padding: 12px 20px;
    font-size: 13px;
    padding: 6px 10px;
    margin-bottom: 10px;
}

.emergency-box {
    padding: 18px;
    }

.emergency-box img {
    width: 35px;
    margin-bottom: 0px;
}

.emergency-box h3 {  
    font-size: 22px;
    line-height: 26px;
    margin-top: 10px;
}

.emergency-box h6 a {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.sec-2 {
    padding: 50px 0px;
    }

    .information-box {
    padding: 10px 10px;
    border-right: 0px solid rgba(237,237,237, 0.3);
    border-bottom: 1px solid rgba(237,237,237, 0.3);
}

.information-box i {
    font-size: 25px;
    margin-bottom: 1rem;
    padding: 8px 12px;
}

.information-box h4 {
    font-size: 14px;
    }

    .information-box p {
 font-size: 13px;
}

.sec-3 {
    padding: 20px 0 30px;
}

.section-title h2::before {
  width: 22px;
  height: 32px;
}

.section-title h2 {
    padding-top: 45px;
    font-size: 20px;
    }

.section-title p {
    font-size: 11px;
}

.section-title {
    margin-bottom: 20px;
}

.service-info h5 a {
    padding: 5px 3px;
    font-size: 12px;
}

.service-img .service-detail {
    padding: 35px 9px 9px;
}

.service-img .service-detail a {
    padding: 6px 8px;
    font-size: 12px;
}

.service-box {
    margin-bottom: 10px;
}

.service-img .service-detail p {
   display: none;
}

.sec-4 {
    padding: 30px 0px;
}

.sec-4 h4 {
    font-size: 15px;
    margin: 0;
}

.sec-4 h3 {
    font-size: 14px;
}

.sec-4 ul li i {
    font-size: 14px;
    padding: 12px;
    margin-right: 8px;
}

.sec-4 ul li h5 {
   font-size: 14px;
margin-bottom: 0px;
margin-top: 0px;
}

.sec-4 ul li p {
    font-size: 12px;
    margin-left: 48px;
    line-height: 20px;
}

.sec-4 .sec-4-bg {
    left: 0px;
    width: 100%;
    transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
}

.img-comp-img {
    width: 100%;
    height: 100%;
}

.img-comp-img img {
    width: 276px;
    height: 200px;
}

.sec-5-img {
    overflow: hidden;
}

.sec-5 h1 {
    font-size: 17px;
    margin-bottom: 15px;
}

.sec-5 h1::after {
    top: 24px;
}

.sec-5 p {
    font-size: 13px;
    margin-bottom: 10px;
}

.sec-5 ul li {
    line-height: 26px;
    font-size: 13px;
}

.sec-5 {
    padding: 30px 0;
}

.footer {
    padding: 30px 0;
}



.footer .footer-logo {
    margin-right: 0px;
}

.footer h1 {
    font-size: 16px;
    margin: 0;
    padding-top: 5px;
}

.footer h5 {
    margin-top: 5px;
    letter-spacing: 4px;
    font-size: 11px;
}

.footer p { 
    padding: 5px 0px 12px; 
    line-height: 23px;
    font-size: 13px;
}

.footer .f-more {
    padding: 6px 8px;
    font-size: 12px;
}

.footer h2 {
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.footer h2::after {
    top: 28px;
    }

.footer ul li a {
    line-height: 24px;
    padding: 6px 0px;
    font-size: 13px;
}

.f-time li {
    width: 100px;
    font-size: 11px;
    line-height: 22px !important;
}

.f-time {
    width: 300px;
}

.bottom-make {
    padding: 4px;
    }

.bottom-make p {
    font-size: 10px;;
}

.inner-top h1 {
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 7px;
}

.inner-top h1::after {
    bottom: 0px;
}

.inner-top ul li {
    font-size: 13px;
}

.gallery-banner {
    padding: 40px 0;
    }

    .about-banner {
    padding: 40px 0;
    background-position: 75% 0%;
}

.doctor-banner {
    padding: 40px 0;
    }
    .feedback-banner {
    padding: 40px 0;
  }

  .contact-banner {
    padding: 40px 0;
    background-position: 85% 0%;
}

.matter-in h2 {
    font-size: 18px;
    }

    .matter-in {
    padding: 30px 0;
}

.matter-in p {
    line-height: 23px;
    font-size: 13px;
}

.matter-in h5 {
    font-size: 14px;
    margin: 8px 0; 
}

.about-img::before {
    left: 28px;
    top: 25px;
    width: 78%;
    height: 94%;
}

.about-img {
    margin-bottom: 35px;
}

.abou-in ul li {
    line-height: 24px;
    font-size: 13px;
}

.about-sec {
    padding: 35px 0;
    }

  .about-sec-top h1::before {
width: 17px;
height: 25px;
  }

  .about-sec-top h1 {
      font-size: 22px;
    margin-top: 10px;
}

.about-sec-top p {
    font-size: 11px;
    }

    .about-sec-top {
    padding: 25px 0px;
}

.about-box span {
    font-size: 23px;
    height: 50px;
    width: 50px;
    line-height: 47px;
}

.about-box h1 {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 6px;
}

.about-box p {
    line-height: 20px;
    font-size: 13px;
}

.doctor-img{
text-align: center;
}

.doctor-img img{
display: inline-block;
width: 55%;
  }

  .single-doctor {
    margin: 15px 0;
    padding: 15px 10px;
}

  .doctor-matter h3 {
    font-size: 16px;
    padding-top: 5px;
    text-align: center;
    margin-bottom: 2px;
}

.doctor-matter h6 {
    font-size: 13px;
    margin: 5px 0;
    text-align: center;
}

.appointment-form .form-control {
    margin-bottom: 15px;
    height: 35px;
    font-size: 14px;
}

textarea.form-control {
    margin-bottom: 15px;
}

.appointment-form .btn-defalut {
    margin-left: 0px;
    padding: 6px 15px;
    margin-top: 0px;
    font-size: 13px;
}

.contact-matter-in h2 {
    font-size: 18px;
    }

    .contbox i {
    font-size: 20px;
  }

  .contbox h4 {
    font-size: 14px;
    margin: 4px 0;
  }

  .contact-matter-in p {
    line-height: 20px;
    font-size: 12px;
}

.contbox a {
    display: block;
    line-height: 10px;
    font-size: 10px;
}

.contbox {
    padding: 16px 4px;
    margin-bottom: 20px;
}

.m-mail-us a{
line-height: 16px;
font-size: 10px;
}


}


@media (min-width:480px) and (max-width:736px){

.top {
    padding: 4px 0;
}

.top .top-mail a {
    font-size: 13px;
}

.top p span {
    padding-right: 4px;
    font-size: 12px;
}

.top-time li i {
   font-size: 12px;
}

.top-time li {
    font-size: 13px;
}

.logo-text h1 {
font-size: 35px;
padding-top: 25px;
} 

.logo-text p {
    letter-spacing: 9px;
    font-size: 13px;
}

.top-contact span {
 font-size: 10px;
width: 30px;
height: 30px;
line-height: 27px;
}

.top-contact .contact-info {
    margin-left: 34px;
    padding-top: 0px;
}

.top-contact .contact-info h2 {

    font-size: 14px; 
 
}

.top-contact .contact-info p a {
padding: 4px;
font-size: 12px;
}

.top-contact {
    padding-top: 10px;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 13px;
    padding: 10px 12px;
}

.navbar-toggle {
    background-color: #96c11c;
    }

    .navbar-inverse .navbar-toggle {
    border-color: #96c11c;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #96c11c;
}

.open > .dropdown-menu {
    display: inline-block;
}

.navbar-nav .open .dropdown-menu {
    background-color: #fff;
  }

.dropdown-menu li {
    width: 100%;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #96c11c;
}

.banner-form {
    padding: 12px 15px;
    width: 100%; 
    position: relative;
    left: 0px;
}


.banner-form h4 {
    font-size: 15px;
}

.banner-form .form-control {
    margin-bottom: 10px;
    font-size: 13px;
}

.carousel-indicators {
  display: none;
  }

  .carousel-caption {
    left: 12%;
    top: 30px;
    right: 9%;
    padding-top: 0px;
}

.carousel-caption h1 {
line-height: 20px;
font-size: 20px;
margin-bottom: 15px;
}

.carousel-caption h3 {
 font-size: 14px;
margin-top: 0px;
margin-bottom: 16px;
}

.carousel-caption a {
padding: 8px 15px;
font-size: 14px;
}


.banner-form .btn-primary {
    padding: 6px 12px;
    font-size: 12px;
}

.sec-1 {
    padding: 30px 0;
}

.sec-1 h1 {
    font-size: 17px;
    text-align: center;
}

.sec-1 h1::after {
    top: -14px;
    left: 37%;
    }

.sec-1 h5 {
    font-size: 14px;
    text-align: center;
    margin: 6px 0;
}

.sec-1 p {
    line-height: 23px;
    font-size: 13px;
    text-align: justify;
    margin-bottom: 6px;
}

.sec-1 a {
    padding: 12px 20px;
    font-size: 13px;
    padding: 6px 10px;
    margin-bottom: 10px;
}

.emergency-box {
    padding: 18px;
    }

.emergency-box img {
    width: 35px;
    margin-bottom: 0px;
}

.emergency-box h3 {  
    font-size: 22px;
    line-height: 26px;
    margin-top: 10px;
}

.emergency-box h6 a {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.sec-2 {
    padding: 50px 0px;
    }

    .information-box {
    padding: 10px 10px;
    border-right: 0px solid rgba(237,237,237, 0.3);
    border-bottom: 1px solid rgba(237,237,237, 0.3);
}

.information-box i {
    font-size: 25px;
    margin-bottom: 1rem;
    padding: 8px 12px;
}

.information-box h4 {
    font-size: 14px;
    }

    .information-box p {
 font-size: 13px;
}

.sec-3 {
    padding: 20px 0 30px;
}

.section-title h2::before {
  width: 22px;
  height: 32px;
}

.section-title h2 {
    padding-top: 45px;
    font-size: 20px;
    }

.section-title p {
    font-size: 11px;
}

.section-title {
    margin-bottom: 20px;
}

.service-info h5 a {
    padding: 5px 3px;
    font-size: 13px;
}

.service-img .service-detail {
    padding: 35px 9px 9px;
}

.service-img .service-detail a {
    padding: 6px 8px;
    font-size: 12px;
}

.service-box {
    margin-bottom: 10px;
}

.service-img .service-detail p {
   display: none;
}

.sec-4 {
    padding: 30px 0px;
}

.sec-4 h4 {
    font-size: 15px;
    margin: 0;
}

.sec-4 h3 {
    font-size: 14px;
}

.sec-4 ul li i {
    font-size: 14px;
    padding: 12px;
    margin-right: 8px;
}

.sec-4 ul li h5 {
   font-size: 14px;
margin-bottom: 0px;
margin-top: 0px;
}

.sec-4 ul li p {
    font-size: 12px;
    margin-left: 48px;
    line-height: 20px;
}

.sec-4 .sec-4-bg {
    left: 0px;
    width: 100%;
    transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    -o-transform: skewX(0deg);
}

.img-comp-img {
    width: 100%;
    height: 100%;
}

.img-comp-img img {
    width: 600px;
    height: 200px;
}

.sec-5-img {
    overflow: hidden;
}

.sec-5 h1 {
    font-size: 17px;
    margin-bottom: 15px;
}

.sec-5 h1::after {
    top: 24px;
}

.sec-5 p {
    font-size: 13px;
    margin-bottom: 10px;
}

.sec-5 ul li {
    line-height: 26px;
    font-size: 13px;
}

.sec-5 {
    padding: 30px 0;
}

.footer {
    padding: 30px 0;
}

.footer .footer-logo img {
    width: 10%;
}

.footer .footer-logo {
    margin-right: 0px;
}

.footer h1 {
    font-size: 16px;
    margin: 0;
    padding-top: 5px;
}

.footer h5 {
    margin-top: 5px;
    letter-spacing: 4px;
    font-size: 11px;
}

.footer p { 
    padding: 5px 0px 12px; 
    line-height: 23px;
    font-size: 13px;
}

.footer .f-more {
    padding: 6px 8px;
    font-size: 12px;
}

.footer h2 {
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 20px;
}

.footer h2::after {
    top: 28px;
    }

.footer ul li a {
    line-height: 24px;
    padding: 6px 0px;
    font-size: 13px;
}

.f-time li {
width: 200px;
font-size: 13px;
    line-height: 22px !important;
}

.f-time {
    width: 600px;
}

.bottom-make {
    padding: 4px;
    }

.bottom-make p {
    font-size: 10px;;
}

.inner-top h1 {
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 7px;
}

.inner-top h1::after {
    bottom: 0px;
}

.inner-top ul li {
    font-size: 13px;
}

.gallery-banner {
    padding: 40px 0;
    }

    .about-banner {
    padding: 40px 0;
    background-position: 75% 0%;
}

.doctor-banner {
    padding: 40px 0;
    }
    .feedback-banner {
    padding: 40px 0;
  }

  .contact-banner {
    padding: 40px 0;
    background-position: 85% 0%;
}

.matter-in h2 {
    font-size: 18px;
    }

    .matter-in {
    padding: 30px 0;
}

.matter-in p {
    line-height: 23px;
    font-size: 13px;
}

.matter-in h5 {
    font-size: 14px;
    margin: 8px 0; 
}

.about-img::before {
  left: 51px;
top: 25px;
width: 78%;
height: 98%;
}

.about-img {
    margin-bottom: 35px;
}

.abou-in ul li {
    line-height: 24px;
    font-size: 13px;
}

.about-sec {
    padding: 35px 0;
    }

  .about-sec-top h1::before {
width: 17px;
height: 25px;
  }

  .about-sec-top h1 {
      font-size: 22px;
    margin-top: 10px;
}

.about-sec-top p {
    font-size: 11px;
    }

    .about-sec-top {
    padding: 25px 0px;
}

.about-box span {
    font-size: 23px;
    height: 50px;
    width: 50px;
    line-height: 47px;
}

.about-box h1 {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 6px;
}

.about-box p {
    line-height: 20px;
    font-size: 13px;
}

.doctor-img{
text-align: center;
}

.doctor-img img{
display: inline-block;
width: 55%;
  }

  .single-doctor {
    margin: 15px 0;
    padding: 15px 10px;
}

  .doctor-matter h3 {
    font-size: 16px;
    padding-top: 5px;
    text-align: center;
    margin-bottom: 2px;
}

.doctor-matter h6 {
    font-size: 13px;
    margin: 5px 0;
    text-align: center;
}

.appointment-form .form-control {
    margin-bottom: 15px;
    height: 35px;
    font-size: 14px;
}

textarea.form-control {
    margin-bottom: 15px;
}

.appointment-form .btn-defalut {
    margin-left: 0px;
    padding: 6px 15px;
    margin-top: 0px;
    font-size: 13px;
}

.contact-matter-in h2 {
    font-size: 18px;
    }

    .contbox i {
    font-size: 20px;
  }

  .contbox h4 {
    font-size: 14px;
    margin: 4px 0;
  }

  .contact-matter-in p {
    line-height: 20px;
    font-size: 12px;
}

.contbox a {
    display: block;
    line-height: 10px;
    font-size: 13px;
}

.contbox {
    padding: 16px 4px;
    margin-bottom: 20px;
}

.m-mail-us a{
line-height: 20px;
font-size: 13px;
}





  }

  @media (min-width:768px) and (max-width:980px){

.top {
    padding: 4px 0;
}


  .top .top-mail a {
    font-size: 12px;
}

.top p span {
    padding-right: 6px;
    font-size: 11px;
}

.sm-add{
display: none;
}

.top-time li {
    font-size: 12px;
}

.logo-text h1 {
    font-size: 21px;
    padding-top: 3px;
    }

  .logo-text p {
    letter-spacing: 7px;
    padding-left: 5px;
    font-size: 11px;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 12px;
    padding: 9px 8px;
}

.logo-text {
    padding-top: 5px;
}

.top-contact {
    padding-top: 9px;
    margin-left: -16px;
}

.top-contact span {
    font-size: 11px;
    width: 30px;
    height: 30px;
    line-height: 27px;
}

.top-contact .contact-info {
    margin-left: 34px;
    padding-top: 0px;
}

.top-contact .contact-info h2 {
    font-size: 11px;
}

.top-contact .contact-info p a {
    padding: 3px;
    font-size: 10px;
}

.banner-form h4 {
    font-size: 16px;
}

.banner-form {
    padding: 10px 0px;
    width: 310px;
    left: calc(32% + 200px); 
}

.banner-form [type="date"], .banner-form [type="text"], .banner-form [type="email"] {
    padding: 5px 0px;
}

.banner-form .form-control {
    margin-bottom: 5px;
    padding: 0px 0px;
    font-size: 12px;
    height: 26px;
}

.banner-form small {
    font-size: 10px;
}

.banner-form .btn-primary {
    padding: 5px 12px;
    font-size: 12px;
}

.carousel-caption {
  top: 13%;
    right: 43%;
}

.carousel-caption h1 {
    line-height: 23px;
    font-size: 18px;
}

.carousel-caption h3 {

    font-size: 15px;
}

.carousel-caption a {
    padding: 6px 12px;
    font-size: 12px;
}

.sec-1 h1 {
    font-size: 23px;
    }

    .emergency-box img {
    width: 40px;
  }

  .emergency-box h3 {
    font-size: 24px;
  }

  .emergency-box h5 {
    font-size: 18px
  }

  .emergency-box h6 a {
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.emergency-box {
    padding: 18px;
    margin-top: 22px;
}

.sec-1 p {
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 12px;
}

.information-box i {
    font-size: 28px;
    margin-bottom: 2rem;
    padding: 8px 12px;
}

.information-box h4 {
    font-size: 15px;
    }

    .service-info h5 a {
padding-left: 10px;
    font-size: 13px;
}

.sec-4 h3 {
    font-size: 16px;
    }

  .sec-4 ul li h5 {
    font-size: 16px;
    margin:0px; 
  }

  .sec-4 {
    padding: 28px 0px;
  }

  .sec-4 ul li i {
    font-size: 14px;
    padding: 10px;
    margin-right: 10px;
}

.sec-4 ul li p {
    line-height: 20px;
}

.sec-4 .sec-4-bg {
    left: -210px;
    width: 80%;
}

.img-comp-img {
    width: 100%;
    height: 100%;
}

.img-comp-img img {
    height: 200px;
    width: 345px;
}

.img-comp-container {
    overflow: hidden;
}

.service-img .service-detail {
    padding: 48px 30px 0px;
}

.service-img .service-detail a {
    padding: 8px 9px;
    font-size: 11px;
}

.service-img .service-detail p {
    display: none;
}

.sec-5 h1 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.sec-5 h1::after {
    top: 26px;
    }

.sec-5 p {
    font-size: 15px;
    margin-bottom: 0px;
}

.sec-5 h6 {
    font-size: 14px;
    margin-bottom: 0px;
}

.sec-5 ul li {
    line-height: 26px;
    font-size: 13px;
}

.footer .footer-logo img {
    width: 15%;
    margin-right: 5px;
    padding-top: 2px;
}

.footer h1 {
    font-size: 12px;
    margin: 0;
    padding-top: 5px;
}

.footer h5 {
    letter-spacing: 2px;
    padding-left: 25px;
    font-size: 11px;
    margin-top: 0px;
}

.footer p {
    padding: 0px 0px 12px;
    line-height: 22px;
    margin: 0px;
    font-size: 13px;
}

.footer .f-more {
    padding: 6px 8px;
    font-size: 12px;
}

.footer h2 {
    font-size: 13px;
    margin-bottom: 10px;
}

.footer h2::after {
    top: 21px;
  }

.footer ul li a {
    line-height: 25px;
    padding: 4px 0px;
    font-size: 11px;
}

.f-time {
    width: 300px;
}

.f-time li {
    padding: 4px 0px;
    width: 100px;
    font-size: 11px;
}

.doctor-img{
text-align: center;
margin-bottom: 8px;
}

.doctor-img img{
  width: 50%;
display: inline-block;
}

.doctor-matter h3 {
    font-size: 16px;
    margin-top: 0px;
    text-align: center;
}

.doctor-matter h6 {
    font-size: 13px;
    margin-bottom: 5px;
    text-align: center;
}

.matter-in p {
    line-height: 26px;
    font-size: 13px;
}


  }

  @media (width:1024px){

.navbar-inverse .navbar-nav > li > a {
    font-size: 13px;
    padding: 9px 15px;
}

.top-time li {
    padding-right: 5px;
    font-size: 11px;
}

.top .top-mail a {
    font-size: 11px;
}

.top {
    padding: 4px 0;
}

.logo-text h1 {
    font-size: 29px;
    padding-top: 8px;
}

.logo-text p {
    letter-spacing: 10px;
    padding-left: 5px;
}

.top-contact .contact-info p a {
    font-size: 11px;
}

.carousel-caption {
    top: 10%;
    }

    .banner-form {
    padding: 10px 15px;
    width: 330px;
    left: calc(47% + 200px);
}

.banner-form h4 {
    font-size: 16px;
    margin-bottom: 7px;
}

.banner-form [type="date"], .banner-form [type="text"], .banner-form [type="email"] {
    padding: 5px 0px;
}

.banner-form .form-control {
    margin-bottom: 10px;
    height: 28px;
}

.banner-form .btn-primary {
    padding: 6px 12px;
    font-size: 13px;
}

.service-info h5 a { 
    font-size: 15px;
}

.service-img .service-detail {
    padding: 18px;
}

.service-img .service-detail p {
   padding-bottom: 5px;
    font-size: 12px;
}

.service-img .service-detail a {
    padding: 8px 10px;
    font-size: 13px;
}

.sec-4 {
    padding: 35px 0px;
    }

  .sec-4 .sec-4-bg {
    width: 69%;
    height: 583px;
  }

  .img-comp-img img {
    height: 300px;
    width: 455px;
}

.sec-5 h1 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.sec-5 h1::after {
    top: 30px;
    }

.sec-5 p {
    font-size: 15px;
    margin-bottom: 11px;
}

.sec-5 ul li {
    line-height: 30px;
}

.footer h2 {
    font-size: 18px;
    }

.footer ul li a {
    font-size: 13px;
}

.f-time {
    width: 410px;
}

.f-time li {
    width: 135px;
}

.footer ul li {
   font-size: 13px;
}

.single-doctor {
    height: 365px;
}

  }

		 