
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/owl.carousel.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/themify-icons.css);
@import url(css/medilife-icons.css);
@import url(css/nice-select.css);
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Roboto", sans-serif; }
.heading{
  color: #007bff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase; 
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #081f3e;
  font-weight: 700; }

p {
  color: #57595c;
  font-size: 15px;
  line-height: 2;
  font-weight: 400; }

a {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  font-weight: 700; }
  a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    font-weight: 700; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

.medica-table {
  display: table;
  z-index: 9;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0; }

.medica-table-cell {
  display: table-cell;
  vertical-align: middle; }

.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-100 {
  margin-top: 100px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-100 {
  margin-bottom: 100px; }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-transparent {
  background-color: transparent; }

.bg-transparent-dark {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.bg-transparent-light {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

#scrollUp {
  background-color: #006cff;
  border-radius: 50%;
  bottom: 60px;
  right: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 30px;
  height: 70px;
  text-align: center;
  width: 70px;
  line-height: 66px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #081f3e; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #scrollUp {
      bottom: 30px;
      right: 30px;
      height: 50px;
      width: 50px;
      line-height: 46px; } }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px;
      height: 50px;
      width: 50px;
      line-height: 46px; } }

.section-padding-100 {
  padding: 100px 0; }

.section-padding-50 {
  padding: 50px 0; }

.section-padding-50-0 {
  padding: 50px 0 0 0; }

.section-padding-100-70 {
  padding: 100px 0 70px; }

.section-padding-100-50 {
  padding: 100px 0 50px; }

.section-padding-100-0 {
  padding: 100px 0 0; }

.section-padding-0-100 {
  padding: 0 0 100px; }

.section-padding-100-20 {
  padding: 100px 0 20px 0; }

.section-heading {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1; }
  .section-heading h2 {
    font-size: 44px;
    margin-bottom: 0; }

.btn {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
  .btn:hover, .btn:focus {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15); }

.medilife-btn {
  display: inline-block;
  color: #ffffff;
  background-color: #006cff;
  height: 45px;
  padding: 0 55px 0 30px;
  line-height: 42px;
  font-size: 14px;
  min-width: 140px;
  border-radius: 0;
  font-weight: 700;
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .medilife-btn span {
    width: 40px;
    height: 45px;
    background-color: #081f3e;
    display: inline-block;
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 24px;
    /* color: #ffffff; */
    font-weight: 500;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
  .medilife-btn:hover, .medilife-btn:focus {
    background-color: #081f3e;
    color: #ffffff; }
  .medilife-btn:hover span, .medilife-btn:focus span {
    color: #ffffff;
    background-color: #006cff; }
  .medilife-btn.btn-2 {
    background-color: #081f3e;
    color: #ffffff; }
    .medilife-btn.btn-2 span {
      color: #ffffff;
      background-color: #006cff; }
    .medilife-btn.btn-2:hover, .medilife-btn.btn-2:focus {
      background-color: #006cff;
      color: #ffffff; }
    .medilife-btn.btn-2:hover span, .medilife-btn.btn-2:focus span {
      color: #ffffff;
      background-color: #081f3e; }
  .medilife-btn.btn-3 {
    background-color: #ffffff;
    color: #081f3e;
    border: 2px solid;
    border-color: #006cff; }
    .medilife-btn.btn-3 span {
      top: -2px;
      right: -2px; }
  .medilife-btn.btn-4 {
    background-color: #ffffff;
    color: #081f3e;
    border: 2px solid;
    border-color: #006cff; }
    .medilife-btn.btn-4 span {
      background-color: #006cff;
      top: -2px;
      right: -2px; }

      

.medilife-appoint-btn {
  display: inline-block;
  color: #ffffff;
  background-color: black;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  font-size: 14px;
  min-width: 140px;
  border-radius: 0;
  font-weight: 500;
  -webkit-transition-duration: 500ms;
  transition: 1.5s ease-in-out;
  transition-duration: 500ms;
  text-transform: uppercase;
  box-shadow: none; }
  .medilife-appoint-btn span {
    font-weight: 700; }
  .medilife-appoint-btn:hover, .medilife-appoint-btn:focus {
    color: black;
    background-color: #ffffff;
    box-shadow: none;
    border-radius: 50px;
    transition: 1s;
    font-weight: 500; }
  .medilife-appoint-btn:hover span, .medilife-appoint-btn:focus span {
    font-weight: 700; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .medilife-appoint-btn {
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .medilife-appoint-btn {
      margin-top: 10px; } }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #006cff;
    opacity: 0.85;
    content: ''; }

.bg-overlay-black {
  position: relative;
  z-index: 1; }
  .bg-overlay-black::after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.85;
    content: ''; }

.bg-overlay-white {
  position: relative;
  z-index: 1; }
  .bg-overlay-white::after {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 241, 255, 0.5);
    content: ''; }

.bg-gray {
  background-color: #f5f7f9; }

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.nicescroll-rails {
  z-index: 999999 !important; }

/* :: 4.0 Header Area CSS */
.header-area {
  position: absolute;
  z-index: 10000;
  width: 100%;
  height: auto;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }

.top-header-area {
  position: relative;
  z-index: 1;
  height: 45px;
  background-color: #081f3e; }
  .top-header-area p {
    margin-bottom: 0;
    color: #b5b5b5; 
  }
    .top-header-area p span {
      color: #006cff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .top-header-area p {
        font-size: 13px; } }
    @media only screen and (max-width: 767px) {
      .top-header-area p {
        font-size: 12px; } }
  @media only screen and (max-width: 767px) {
    .top-header-area {
      height: auto;
      padding: 15px 0; } }

      .main-header-area {
        width: 100%;
        height: 110px;
        position: relative;
        z-index: 1;
        background-color: rgb(1, 172, 252);
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
      }
      
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .main-header-area {
          height: 100px;
        }
      }
      
      @media only screen and (max-width: 767px) {
        .main-header-area {
          height: 100px;
        }
        .navbar {
          height: 80px; 
        }
        .navbar-toggler {
          margin: 15px 0;
        }
      }
      
      .is-sticky .main-header-area {
        width: 100%;
        z-index: 10000 !important;
        height: 100px;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
        background-color: #edf050;
      }
      
      @media only screen and (max-width: 767px) {
        .is-sticky .main-header-area {
          height: 80px;
        }
      }
      
      .header-area .main-menu .nav-link {
        font-size: 14px;
        text-transform: capitalize;
        padding: 10px 20px;
        color: #ffffff;
        font-weight: 500;
        border-radius: 50px;
        margin: 0 1px;
      }
      
      .header-area .main-menu .nav-link:hover {
        background-color: #000305;
        border-radius: 1px;
      }
      
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .main-menu .nav-link {
          padding: 20px;
        }
      }
      
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .main-menu .nav-link {
          padding: 10px 30px;
          margin: 1px 0;
        }
      }
      
      @media only screen and (max-width: 767px) {
        .header-area .main-menu .nav-link {
          padding: 10px 30px;
          margin: 1px 0;
        }
      }
      
      .header-area .main-menu .nav-item.active .nav-link {
        background-color: black;
      }
      
      .navbar {
        padding: 0;
      }
      
      .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
      }
      
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar-toggler {
          margin: 20px 0;
        }
      }
      
      @media only screen and (max-width: 767px) {
        .navbar-toggler {
          margin: 15px 0;
        }
      }
      
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        #medilifeMenu {
          width: 100%;
          background-color: #0c3264;
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
          padding: 30px 15px;
          border-radius: 0 0 6px 6px;
          margin-top: -2px;
          border-radius: 0;
        }
      }
      
      @media only screen and (max-width: 767px) {
        #medilifeMenu {
          width: 100%;
          background-color: #081f3e;
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
          padding: 20px 10px;
          border-radius: 0 0 6px 6px;
          margin-top: -2px;
          border-radius: 0;
        }
      }
      

/* :: 5.0 Welcome Area CSS */
.single-hero-slide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 900px; 
}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
      height: 700px; } }
  @media only screen and (max-width: 767px) {
    .single-hero-slide {
      height: 700px; } }

.hero-slides-content h2 {
  color: black;
  font-size: 60px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides-content h2 {
      font-size: 40px; } }
  @media only screen and (max-width: 767px) {
    .hero-slides-content h2 {
      font-size: 24px; } }
.hero-slides-content h5 {
  color: #081f3e;
  font-size: 22px;
  font-weight: 600; }

.hero-area .owl-prev,
.hero-area .owl-next {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  line-height: 70px;
  text-align: center;
  color: #ffffff;
  left: 70px;
  margin-top: -35px;
  opacity: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #081f3e;
  font-size: 14px; }
  .hero-area .owl-prev:hover,
  .hero-area .owl-next:hover {
    background-color: black; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .owl-prev,
    .hero-area .owl-next {
      left: 30px;
      width: 50px;
      height: 50px;
      margin-top: -25px;
      line-height: 50px; } }
  @media only screen and (max-width: 767px) {
    .hero-area .owl-prev,
    .hero-area .owl-next {
      left: 15px;
      width: 40px;
      height: 40px;
      margin-top: -20px;
      line-height: 40px; } }
.hero-area .owl-next {
  left: auto;
  right: 70px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .owl-next {
      right: 30px; } }
  @media only screen and (max-width: 767px) {
    .hero-area .owl-next {
      right: 15px; } }
.hero-area:hover .owl-prev, .hero-area:hover .owl-next {
  opacity: 1; }
.hero-area .owl-dots {
  width: 1110px;
  position: absolute;
  bottom: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-area .owl-dots {
      width: 920px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .owl-dots {
      width: 680px; } }
  @media only screen and (max-width: 767px) {
    .hero-area .owl-dots {
      width: 85%; } }
.hero-area .owl-dot {
  display: inline-block;
  width: 36px;
  height: 4px;
  background-color: #cacaca;
  margin-right: 8px; }
  .hero-area .owl-dot.active {
    background-color: #006cff; }
    .medilife-btn{
      background-color: #303538;
    }
    .medilife-btn:hover{
      background-color: #000305;
    }

/* :: 6.0 Book An Appoinment Area */
.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch; }

.form-control {
  background-color: transparent;
  width: 100%;
  height: 38px;
  border-radius: 0;
  font-size: 14px;
  font-style: italic;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 500;
  padding: 0 15px;
  border: 2px solid #536174; }
  .form-control:hover, .form-control:focus {
    background-color: transparent;
    box-shadow: none; }

textarea {
  width: 100%;
  height: 100px !important;
  padding: 20px; }
/* Change placeholder color to white */
input::placeholder, textarea::placeholder {
  color: #ffffff !important;
  opacity: 1; 
}

.nice-select {
  line-height: 34px; }
  .nice-select .list {
    left: 0 !important;
    right: 0 !important;
    border-radius: 0; }

.clinic-book-an-appoinment-area {
  position: relative;
  z-index: 1;
  margin-top: -65px; }
  .clinic-book-an-appoinment-area .appointment-form-content {
    background-color: #081f3e; }
  .clinic-book-an-appoinment-area .medilife-appointment-form {
    background-color: #081f3e;
    padding: 60px 50px; }
    .clinic-book-an-appoinment-area .medilife-appointment-form select {
      border: 2px solid #536174;
      background-color: transparent; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .clinic-book-an-appoinment-area .medilife-appointment-form {
        padding: 40px 30px; } }
    @media only screen and (max-width: 767px) {
      .clinic-book-an-appoinment-area .medilife-appointment-form {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .clinic-book-an-appoinment-area .medilife-appointment-form button[type=submit] {
        margin-top: 15px; } }
  .clinic-book-an-appoinment-area .medilife-contact-info {
    padding: 30px;
    background-color: black; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .clinic-book-an-appoinment-area .medilife-contact-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 0; } }

.single-contact-info img {
  margin-bottom: 15px; }
.single-contact-info p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0; }


/* doctor qualification */
.doctor-qualification {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 40px 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.doctor-image-container {
  position: relative;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.doctor-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
}

.doctor-image:hover {
  transform: scale(1.1);
}

.doctor-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.doctor-details h4 {
  font-size: 24px;
  color: #333;
  text-align: center;
}

.doctor-details p {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.doctor-details .doctor-name {
  font-size: 26px;
  font-weight: bold;
  color: #343a40;
}

.doctor-details .doctor-degree,
.doctor-details .doctor-gold-medalist,
.doctor-details .doctor-achievements {
  font-size: 16px;
}

.doctor-details .doctor-bio {
  font-size: 14px;
  color: #6c757d;
  text-align: center;
}

/* Responsive Design */
@media only screen and (max-width: 767px) {
  .doctor-qualification {
      padding: 30px 15px;
  }

  .doctor-image {
      width: 180px;
      height: 180px;
  }

  .doctor-details h4 {
      font-size: 22px;
  }

  .doctor-details .doctor-bio {
      font-size: 13px;
  }
}

  
/* About Us Section */
.about-us-area {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.about-image-container img {
  width: 450px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.icon-box {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.icon-box:hover {
  transform: translateY(-10px);
}

.icon-box i {
  color: #4c9f70;
}

.text-primary {
  color: #4c9f70;
}

.text-center {
  text-align: center;
}

/* Facilities Area */
.clinic-facilities-area {
  background-color: #f9f9f9;
  /* padding: 80px 0; */
}

.clinic-facilities-content {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.clinic-facilities-content:hover {
  transform: translateY(-10px);
}

.clinic-facilities-content h2 {
  font-size: 44px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 700;
}

.clinic-facilities-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #777;
  margin-bottom: 30px;
}

.clinic-facilities-content a {
  font-size: 16px;
  font-weight: 600;
  color: #006cff;
  border: 2px solid #006cff;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}

.clinic-facilities-content a:hover {
  background-color: #006cff;
  color: #fff;
}

.single-facility-area {
  margin-bottom: 60px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  padding: 30px;
}

.facility-icon i {
  font-size: 40px;
  color: #006cff;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}

.facility-icon i:hover {
  color: #ff6600;
  transform: scale(1.1);
}

/* Responsive Design */
@media only screen and (max-width: 991px) {
  .clinic-facilities-content h2 {
      font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .clinic-facilities-content h2 {
      font-size: 28px;
  }

  .single-facility-area {
      margin-bottom: 40px;
  }
}



/* Doctor Certifications Section */
.doctor-certifications {
  padding: 60px 0;
  background-color: #f8f8f8; 
  color: #333;
}


.doctor-certifications p {
  text-align: center;
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto 40px;
}

/* Certification Images Section */
.certification-images img {
  border-radius: 12px;
  /* padding: 10px; */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  height: auto;
}

.certification-images img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* Doctor's Card */
.doctor {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.doctor h3 {
  font-size: 28px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.certifications {
  margin-top: 20px;
}

/* Certification Items */
.certification-item {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #fafafa;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.certification-item h4 {
  font-size: 20px;
  color: #4CAF50;
  margin-bottom: 10px;
  font-weight: 500;
}

.certification-item p,
.certification-item ul {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
}

.certification-item ul {
  padding-left: 20px;
  list-style-type: disc;
}

.certification-item li {
  margin-bottom: 5px;
  color: #777;
}

/* Responsive Design */
@media (max-width: 767px) {
  .certification-images img {
      margin-bottom: 20px;
  }

  .doctor {
      margin-top: 30px;
  }
}


/* Contact Form Area */
.clinic-contact-form-area {
  background-color: #f9f9f9;

}

.clinic-contact-form p {
  font-size: 18px;
  color: #777;
  text-align: center;
  margin-bottom: 40px;
}

.clinic-contact-form .form-group label {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.clinic-contact-form .form-control {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  font-size: 16px;
  color: #555;
  width: 100%;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}

.clinic-contact-form .form-control:focus {
  border-color: #006cff;
  outline: none;
}

.clinic-contact-form .btn {
  background-color: #006cff;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.clinic-contact-form .btn:hover {
  background-color: #ff6600;
}

.clinic-contact-form .btn:active {
  transform: scale(0.98);
}

/* Responsive Design */
@media only screen and (max-width: 767px) {
  .clinic-contact-form h2 {
      font-size: 28px;
  }

  .clinic-contact-form p {
      font-size: 16px;
  }

  .clinic-contact-form .form-group {
      margin-bottom: 15px;
  }
}



/* Footer Area */
.footer-area {
  background-color: black;
  color: white;
  padding: 50px 0;
}

/* Footer Logo */
.footer-logo h1 {
  font-size: 36px;
  font-weight: bold;
  color:white;
  margin-bottom: 20px;
}

.footer-logo-img {
  border-radius: 8px;
  margin-bottom: 20px;
}

/* Footer Social Icons */
.footer-social-info {
  margin-top: 20px;
}

.footer-social-info .social-icon {
  font-size: 20px;
  margin-right: 10px;
  transition: color 0.3s ease;
}

.footer-social-info .social-icon.google { color: #db4437; }
.footer-social-info .social-icon.pinterest { color: #e60023; }
.footer-social-info .social-icon.facebook { color: #4267b2; }
.footer-social-info .social-icon.twitter { color: #1da1f2; }

.footer-social-info .social-icon:hover {
  color: #007bff;
}

/* Footer Contact Form & Newsletter */
.footer-contact-form .form-control, 
.footer-newsletter-area .form-control {
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.footer-contact-form .btn-contact,
.footer-newsletter-area .btn-subscribe {
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.footer-contact-form .btn-contact {
  background-color: #5cb85c;
  border: none;
  color: white;
}

.footer-contact-form .btn-contact:hover { background-color: #4cae4c; }

.footer-newsletter-area .btn-subscribe {
  background-color: #007bff;
  border: none;
  color: white;
}

.footer-newsletter-area .btn-subscribe:hover { background-color: #0056b3; }

.footer-newsletter-area p {
  font-size: 14px;
  margin-top: 15px;
}
.footer-social-info i{

  text-decoration: none;
  transition: color 0.3s ease;
  margin-right: 10px;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
  margin-left: 10px;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
  vertical-align: middle;

}
/* Bottom Footer */
.bottom-footer-area {
  background-color: #333;
  color: white;
  padding: 20px 0;
}

.bottom-footer-content {
  text-align: center;
}

.copywrite-text p {
  font-size: 14px;
}

.copywrite-text a {
  color: #5cb85c;
  text-decoration: none;
}
.footer-widget-area {
    color: white;
}

.copywrite-text a:hover { text-decoration: underline; }
