@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  outline: 0 !important
}

body {
  margin: 1px auto 0;
  padding: 0;
  font-family: Raleway, sans-serif;
  color: #2d2d2d;
  font-size: 16px;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden
}

ol li,
p,
ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #2d2d2d
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d2d2d;
  font-weight: 500
}

a {
  color: #48a146;
  text-decoration: none;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}

button {
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  cursor: pointer
}

input[type=submit] {
  -webkit-transition: .3s all;
  transition: .3s all;
  cursor: pointer
}

a:focus,
a:hover {
  color: #666;
  text-decoration: none
}

header {
  transition: .4s all
}



.phone-number a {
  font-size: 21px;
  line-height: 31px;
  font-weight: 600;
  margin: 0;
}

.menu-area {
  padding: 10px 0;
  background-color: #fff;
  z-index: 9999;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  padding: 15px 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  transition: 0.3s all ease-in-out;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}






.navigation-area.menu-fix .menu-area {
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;

}

.logo-area {
  width: 50%;
}


.navigation-area.menu-fix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999
}


.inner-banner-bg,
.differ-bg {
  position: relative;
  padding: 200px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.inner-banner-bg::before,
.differ-bg::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.inner-banner-caption h1 {
  font-size: 55px;
  font-weight: 600;
  color: #fff;
  line-height: 35px;
  margin: 0 0 40px;
}

.inner-banner-caption p {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
}

.sub-heading {
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 30px;
}

.contact-details.contact-form {
  padding: 30px;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.13);
  background-color: #f9f9f9;
}

.sub-head {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;

}



.btn-main {
  background-color: #074a07;
  border: none;
  color: #fff;
  padding: 13px 30px;
  border: 1px solid #074a07;
  font-size: 14px;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out
}

.btn-main:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #3d813d;
  transition: all .3s ease;
  top: 0;
  border-radius: 4px
}

.btn-main:focus,
.btn-main:hover {
  color: #fff !important;
  border: 1px solid #3d813d
}

.btn-main:hover:after {
  top: 0;
  height: 100%
}

.form-control {
  height: 48px;
  border: none;
  font-size: 14px;
  border: solid 1px #ccc;
}

.form-group {
  margin-bottom: 25px
}

.form-control:focus {
  border-color: none;
  box-shadow: none
}


.form-control.error,
.form-select.error {
  border: 1px solid #f00;
  background-color: rgba(255, 244, 244, 0.5);
}

.error {
  color: #f00;
  margin: 0;
}

textarea.form-control {
  min-height: 100px
}

.differ-bg {
  padding: 60px 0;
}

.differ-bg::before {
  background-color: rgba(0, 0, 0, 0.8);
}

.differ-bg .sub-heading,
.differ-bg p {
  color: #fff;
}

.grey-bg {
  background-color: #f5f5f5;
}

.pad-60 {
  padding: 60px 0;
}

.section-divider {
  margin: 0 0 60px;
}

.call-text {
  font-size: 22px;
  line-height: 32px;
  color: #000000;

}

.call-text a {
  color: #6db46b;
  font-weight: 600;
}


.doctor-img img {
  outline: solid 3px #3d813d !important;
  outline-offset: 3px
}

.doctor-info .sub-head-small {
  font-size: 22px
}

.doctor-info h4 {
  font-size: 15px;
  font-weight: 600
}

.about-doctor .sub-head {
  margin-bottom: 40px
}

.rep-testimonial-slider-single {
  background-color: #fff !important;
  padding: 20px !important;
}


.copyright-bg {
  background-color: #074a07;
  padding: 15px 0;
  text-align: center;
}

.copyright-bg a,
.copyright-bg p {
  color: #fff;
  font-size: 14px
}




@media(max-width:1024px) {

  .inner-banner-bg,
  .differ-bg {
    position: relative;
    padding: 100px 0;
  }
}

@media(max-width:767px) {
  
  .inner-banner-caption p {
 
  font-size: 18px;
  line-height: 28px;
 
}
  .pad-60 {
    padding: 40px 0;
  }

  .section-divider {
    margin: 0 0 40px;
  }



  .inner-banner-bg,
  .differ-bg {
    padding: 60px 0;
  }

.inner-banner-caption h1 {
    font-size: 28px;
    line-height: 35px;
    margin: 0 0 15px;
}


  .sub-heading {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 20px;
  }

  .doctor-info {
    margin-top: 30px;
  }
}