header .top-head {
  padding: 10px 0px;
}
header .logo img {
  width: 70px;
  display: block;
}
.head-contact h5 {
  position: relative;
  padding-left: 50px;
  margin-left: 40px;
}
.head-contact h5 img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
}
.head-contact h5 span {
  display: block;
  font-weight: 400;
  font-size: 60%;
}

.navbar {
  border-top: solid 1px #e8e8e8;
  padding: 8px 0px;
}
.navbar .nav li {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
.navbar .nav li.dropdown::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 0px;
  top: 14px;
  font-size: 14px;
}
.navbar .nav li a {
  display: block;
  color: #333;
  padding: 10px 18px;
}
.navbar .nav li ul {
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: #fff;
  min-width: 200px;
  z-index: 9;
  box-shadow: 0px 10px 10px #ccc;
  padding-top: 10px;
  display: none;
}
.navbar .nav li ul li {
  display: block;
  text-transform: capitalize;
  border-bottom: solid 1px #ddd;
}
.navbar .nav li ul li a {
  font-size: 16px;
  padding: 7px 15px;
}
.navbar .nav li:hover ul {
  display: block;
}
.navbar .social li {
  display: inline-block;
  padding: 0px 7px;
}
.navbar .social li a {
  color: #0e54ae;
}

.mobile-header {
  padding: 10px 15px;
  display: none;
}
.mobile-header .logo {
  width: 80px;
}
.mobile-header .toggle {
  font-size: 24px;
}

.banner-section .banner-slide {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0px 60px;
  height: 518px;
}
.banner-section .banner-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  
}
.banner-section .banner-slide .banner-text {
  width: 60%;
  position: relative;
  z-index: 1;
}
.banner-section .banner-slide .flex {
  padding: 20px 0px 40px;
}
.banner-section .banner-slide h3 {
  color: #bc74a5;
  font-size: 24px;
}
.banner-section .banner-slide h2 {
  font-size: 100px;
  line-height: 1;
  color: #0e54ae;
  padding: 30px 0px 40px;
}
.banner-section .banner-slide .column {
  width: 50%;
  position: relative;
  padding: 0px 70px;
}
.banner-section .banner-slide .column img {
  width: 60px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.banner-section .banner-slide .column h4 {
  font-size: 20px;
  font-weight: 400;
  color: #0e54ae;
  padding-bottom: 10px;
}
.banner-section .banner-slide .column p {
  font-size: 16px;
}

.call_action{
	    text-align: center;
    position: fixed;
    background: #ff0000;
    
    padding: 9px;
    border-radius: 7px;
    width: 52px;
    height: 45px;
   right: 8px;
   top: 300px;
   z-index: 99;
}


.feature-section {
  background-color: #fdfdfd;
}
.feature-section .flex-row {
  padding-top: 30px;
}
.feature-section .column img {
  width: 70px;
}
.feature-section .column h3 {
  font-weight: 700;
  padding: 12px 0px 8px;
}

.service-section {
  background-color: #f1f7ff;
}
.service-section .column {
  width: calc(21% - -27px);
  background-color: #bc74a5;
  margin-bottom: 20px;
}
.service-section .column .img {
  position: relative;
}
.service-section .column .img > img {
  width: 100%;
  height: 212px;
}
.service-section .column .img .icon {
  position: absolute;
  bottom: -30px;
  left: 20px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  line-height: 70px;
  box-shadow: 0px 0px 10px #923574;
}
.service-section .column .img .icon img {
  max-width: 70%;
}
.service-section .column .text {
  padding: 60px 15px 15px;
  color: #fff;
}

.team-section .column {
  background-color: #fff;
  box-shadow: 0px 0px 10px #eaf3ff;
  padding: 40px 40px 20px;
}
.team-section .column img {
  width: 100%;
  margin-bottom: 20px;
}
.team-section .column h3 {
  font-weight: 700;
  color: #0e54ae;
}
.team-section .column h5 {
  padding: 10px 0px;
}

.appointment-section {
  background-color: #2e9dd1;
}
.appointment-section .left {
  width: 50%;
  color: #fff;
  padding: 60px 40px;
}
.appointment-section .left h2 {
  font-weight: 200;
  padding-bottom: 40px;
}
.appointment-section .left .btn {
  margin-top: 10px;
}
.appointment-section .right {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctors-section {
  background-color: #f1f7ff;
}
.doctors-section .column {
  background-color: #fff;
  padding: 15px;
  text-align: center;
      margin: 7px;
}
.doctors-section .column h3, .doctors-section .column p {
  padding-bottom: 10px;
}
.doctors-section .column h3 {
  color: #923574;
  font-weight: 700;
}
.doctors-section .column p {
  font-size: 16px;
  min-height: 52px;
}
.doctors-section .column img {
  width: 120px;
  height: 120px;
  display: block;
  border-radius: 50%;
  margin: 10px auto 20px;
}
.doctors-section .column .btn {
  margin-top: 12px;
}

.patient-section .column {
  width: 25%;
  background-color: #fffafd;
  color: #222;
  padding: 25px;
  margin: 0px 5px;
}
.patient-section .column img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid 2px #ddd;
}
.patient-section .column h3 {
  padding: 12px 0px 8px;
}
.patient-section .column p {
  font-weight: 300;
}

.timing-section {
  width: 69%;
  position: relative;
}
.timing-section iframe {
  width: 100%;
  height: 600px;
  display: block;
}
.timing-section .box {
  position: absolute;
  left: calc(100% - 0px);
  top: 49%;
  transform: translateY(-48%);
  color: #fff;
  min-width: 43%;
  background-color: #0e54ae;
  text-align: center;
  padding: 27px;
}
.timing-section .box h6 {
  font-weight: 400;
  padding: 10px 0px 30px;
}
.timing-section .box p {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: solid 1px #4682d0;
  font-size: 16px;
}
.timing-section .box p:last-child {
  border-bottom: none;
}

footer {
  background-color: #f2f2f2;
  padding: 40px 0px;
}
footer .column-1 {
  width: calc(30% - 20px);
}
footer .column-2 {
  width: 40%;
}
footer h3 {
  font-weight: 600;
  color: #0e54ae;
  margin-bottom: 20px;
}
footer h3::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #bc74a5;
  display: block;
  margin-top: 5px;
}
footer ul {
  margin-right: 50px;
}
footer ul li a {
  display: block;
  color: #333;
  text-transform: capitalize;
  padding: 5px 0px;
}
footer p {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}
footer p i {
  position: absolute;
  top: 4px;
  left: 0px;
  color: #0e54ae;
}
footer img {
     max-width: 135px;
    margin-left: 98px;
  
}

.copyright {
  background-color: #0e54ae;
  color: #fff;
  padding: 30px 0px;
      margin-bottom: -74px;
}
.copyright ul li {
  display: inline-block;
  padding: 0px 15px;
}
.copyright ul li a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.primary-service-section .col-img {
  width: 100%;
}

.primary-service-section .col-img  img{
  padding: 7px;
    float: left;
    margin: 7px;
    width: 481px;
}
.primary-service-section .col-text {
  width: 60%;
  padding: 20px 100px;
}

.doctor-section {
  background-color: #eaf3ff;
}
.doctor-section .card {
  width: calc(50% - 20px);
  background-color: #fff;
  padding: 20px;
  margin: 0px 10px;
}
.doctor-section .card h3 {
  font-weight: 700;
}
.doctor-section .card img {
  max-width: 60%;
}
.doctor-section .form-control {
  color: #333;
}
.doctor-section .form-control::placeholder {
  color: #333;
}

.inner-banner img {
  display: block;
}

.about-section .column-img {
  width: 30%;
}
.about-section .column-text {
  width: 70%;
  padding: 40px;
}
.about-section .column-text h2 span{
  font-weight: 400;
  font-size: 50%;
}

.blog-section {
  background-color: #f1f7ff;
}
.blog-section .blog-card {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 20px;
}
.blog-section .blog-card .column-img {
  width: 40%;
}
.blog-section .blog-card .column-text {
  width: 60%;
  padding-left: 30px;
}
.blog-section .blog-card .column-text h3 {
  font-size: 28px;
  color: #923574;
  font-weight: 700;
  padding-bottom: 10px;
}
.blog-section .blog-card .column-text h5 {
  padding-bottom: 10px;
}
.blog-section .blog-card .column-text .title {
  font-weight: 500;
  color: #923574;
  padding-right: 20px;
  padding-bottom: 0px;
}
.blog-section .blog-card .column-text p {
  font-weight: 300;
  padding-bottom: 10px;
}
.blog-section .blog-card .column-text ul li {
  width: 34px;
  height: 34px;
  background-color: #0e54ae;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  margin: 0px 4px;
}
.blog-section .blog-card .column-text ul li a {
  color: #fff;
}

.section-gallery {
  background-color: #f1f7ff;
}
.section-gallery .column {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.section-gallery .column img {
  width: 100%;
  height: 240px;
  display: block;
}

.contact-section {
  background-color: #f1f7ff;
}
.contact-section h2 {
  padding-bottom: 40px;
}
.contact-section .column-left {
  width: 40%;
}
.contact-section ul li {
  min-height: 50px;
  position: relative;
  padding-left: 65px;
  margin-bottom: 20px;
}
.contact-section ul li span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  background-color: #a94c83;
  color: #fff;
}
.contact-section .column-right {
  width: 60%;
}
.contact-section .column-right .form-control {
  color: #333;
}
.contact-section .column-right .form-control::placeholder {
  color: #333;
}

.map iframe {
  width: 100%;
  height: 400px;
  display: block;
}

@media (max-width: 767px) {
  .mobile-header {
    display: block;
  }

  header {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #fff;
    z-index: 11;
    width: 280px;
    height: 100%;
    overflow-y: auto;
    transform: translateX(-320px);
    transition: all 0.5s;
    box-shadow: 0px 0px 10px #000;
  }

  header.active {
    transform: translateX(0px);
  }

  .head-contact h5 {
    margin-left: 0px;
    margin: 10px 0px;
  }

  .navbar ul {
    width: 100%;
  }

  .navbar .nav li {
    display: block;
  }

  .navbar .social {
    padding-top: 20px;
  }

  .navbar .nav li.dropdown::after {
    display: none;
  }

  .navbar li.dropdown .expend {
    width: 24px;
    height: 24px;
    background-color: #0e54ae;
    right: 15px;
    top: 10px;
    text-align: center;
    line-height: 24px;
    position: absolute;
  }

  .navbar li.dropdown .expend::after {
    content: "\f067";
    font-family: FontAwesome;
    color: #fff;
  }

  .navbar li.dropdown .expend.active::after {
    content: "\f068";
  }

  .navbar .nav li ul {
    position: static;
    box-shadow: none;
  }

  .navbar .nav li:hover ul {
    display: none;
  }

  .banner-section .banner-slide .banner-text {
    width: 100%;
  }

  .banner-section .banner-slide {
    padding: 50px 0px;
  }

  .banner-section .banner-slide h2 {
    font-size: 40px;
  }

  .banner-section .banner-slide .column {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 15px;
  }

  .service-section .column {
    width: 100%;
  }

  .team-section .column {
    padding: 20px;
  }

  .patient-section .column {
    width: 100%;
  }

  .appointment-section .left {
    width: 100%;
    padding: 30px 20px;
  }

  .timing-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .timing-section iframe {
    height: 240px;
  }

  .timing-section .box {
    position: static;
    transform: translateY(0px);
    order: -1;
  }

  footer .column-1, footer .column-2 {
    width: 100%;
  }

  .copyright p {
    padding-bottom: 20px;
  }

  .copyright ul {
    display: flex;
    flex-wrap: wrap;
  }

  .copyright ul li {
    width: 100%;
    padding: 10px 0px;
  }

  .primary-service-section .col-img {
    width: 100%;
  }

  .primary-service-section .col-text {
    width: 100%;
    padding: 20px 0px;
  }

  .doctor-section .column {
    margin-top: 15px;
  }

  .doctors-section .column {
    margin-bottom: 12px;
  }

  .about-section .column-img {
    width: 100%;
  }

  .about-section .column-text {
    width: 100%;
    padding: 20px 0px;
  }

  .blog-section .blog-card .column-img {
    width: 100%;
  }

  .blog-section .blog-card .column-text {
    width: 100%;
    padding-left: 0px;
    padding-top: 12px;
  }

  .contact-section .column-left {
    width: 100%;
  }

  .contact-section .column-right {
    width: 100%;
    padding-top: 20px;
  }

  .contact-section .row .column {
    padding-top: 0px;
  }

  .contact-section h2 {
    padding-bottom: 20px;
  }

  .map iframe {
    height: 200px;
  }

  .doctor-section .card {
    width: 100%;
    padding: 15px;
    margin: 0px 0px 15px;
  }

  .doctor-section .card img {
    max-width: 100%;
  }

  .grid-2 .column {
    padding-top: 0px;
    margin-top: 0px;
  }
}
