:root {
  --main-color: #27237d;
  --second-color: #40c2cd;

  --white-color: #ffffff;
  --background-color: rgba(192, 192, 192, 0.2);
  --placeholder-color: #a1a1a1;
  --box-shadow: rgba(0, 0, 0, 0.2) 0px 9px 32px;
}
@media (max-width: 576px) {
}
@media (max-width: 768px) {
  html,body {
    overflow-x: hidden !important;
  }
  .header-section{
    h2 {
      font-size: 30px !important;
    }
  }
  .hero-pages {
    margin: 0 0px;
    border-radius: 0px;
    .overlay {

      border-radius: 0px;
    }
  

  }
  footer {

    margin:0px 0px 0px 0px;
    border-radius: 0px;
  }
  .dental-about-section {
    height: 100%;
    .header-section{
      h2 {
        font-size: 45px !important;
        font-weight: 700 !important;
      }
    }
    .img-one {
      img {
        height: 400px !important;
        width: 100%;
      }
    }
    .img-two {
      display: none;
    }
  }
  .dental-services-ticker {

    margin: 0 0px;
  
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .dental-before-after-section {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 0px;
    margin: 0 0px;
  
    
  
  }
  .swiper-button-prev,.swiper-button-next{
    display: none;
  }
  .project-card {
    img {
      height: 400px;
    }
  }
  .contact-form-wrapper {

    padding: 20px !important;
    position: relative;
    z-index: 1;

  
  }
}
@media (max-width: 991px) {
}
@media (max-width: 992px) {
}
@media (max-width: 1200px) {
  .dental-about-section {
    .img-one {
      img {
        height: 600px;
        width: 100%;
      }
    }
    .header-section {
      h3 {
        font-size: 40px;
      }
    }
    .img-two {

      bottom: -25px;
      background-color: transparent;
    }
    p {
      font-size: 16px;
    }
    li {
      font-size: 15px;
      color: #555151;
    }
  }

}

@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  .header-home.fixed-top {
    .navbar {
      .navbar-nav {
        .nav-link {
          color: var(--white-color) !important;
        }
      }
    }

  }
  .header-home.fixed {
    .navbar {
      .navbar-nav {
        .nav-link {
          color: var(--main-color) !important;
          &:hover {
            color: var(--white-color) !important;
          }
          &.active {
            color: var(--white-color) !important;
          }
        }

      }
    }
    
  }
}

@media (min-width: 992px) {
  .blog-details-sidebar {
    position: sticky;
    top: calc(var(--header-height, 0px) + 20px);
    align-self: start;
  }
}