@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');


:root {
  --red: #df241f;
  --green:#5DADB1;
  --orange:#ef7c00;
  --white: #fff;
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--green);
}

body {}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'poppins';
  cursor: default;
}

a {
  text-decoration: none;
  color: black;
}

.modal-sm {
  max-width: 400px !important;
}


.btn {
  background: var(--orange);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  /* border: 2px solid #fff; */
  border-radius: 2rem;
  cursor: pointer;
  transition-duration: 0.5s;
  padding: 5px 20px;
  text-transform: uppercase;
}

.btn:hover {
  background: var(--orange);
  box-shadow: 0px 2px 5px 5px var(--orange);
  color: #fff;
}

input::placeholder {
  color: #000 !important;
}

#CTA .form-control {
  border: 2px solid var(--orange);
}

#choose .choose-sec {
  height: 120px;
}

.text-justify {
  color: #000;
}


.content {
  background-color: var(--blue);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: var(--white);
}

.content h4 {
  color: var(--green);
  font-weight: 800;
}

.banner-content h1 {
  letter-spacing: 2px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.banner-content h5 {
  color: #fff;
  font-weight: 400;
}

.contactmedia a {
  height: 40px;
  width: 40px;
  margin: 5px;
  border-radius: 50%;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  transition-duration: 0.4s;
}


.contactmedia a:hover {
  box-shadow: 0px 2px 15px 2px #fff;
}


.service-section .content {
  padding: 20px;
}

.static-rating {
  display: inline-block;
}

.static-rating .star {
  display: inline-block;
  font-size: 24px;
  color: #FFD700;
  /* Yellow color */
  margin-right: 5px;
}

.static-rating .star:last-child {
  margin-right: 0;
}


/* counter */
#stats .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('images/dentist-pattern2.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: 0;
}

#stats .container {
  position: relative;
  z-index: 1;
}
.counterimg{
  filter: brightness(0) saturate(100%) invert(71%) sepia(65%) saturate(5543%) hue-rotate(154deg) brightness(97%) contrast(88%) !important;
}

/* counter end */


/* call button */
.call-buton .cc-calto-action-ripple {
  z-index: 99999;
  position: fixed;
  right: 2rem;
  bottom: 5rem;
  background: #13e054;
  width: 3rem;
  height: 3rem;
  padding: 1rem;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
  animation: cc-calto-action-ripple 0.6s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;

}

.call-buton .cc-calto-action-ripple i {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 2.2rem;
}

@-webkit-keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2);
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2), 0 0 0 20px rgba(37, 211, 102, 0);
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2), 0 0 0 20px rgba(37, 211, 102, 0);
  }
}

@keyframes cc-calto-action-ripple {
  0% {
    -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2);
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 0 rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2), 0 0 0 20px rgba(37, 211, 102, 0);
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2), 0 0 0 5px rgba(37, 211, 102, 0.2), 0 0 0 10px rgba(37, 211, 102, 0.2), 0 0 0 20px rgba(37, 211, 102, 0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    /* opacity: 1; */
  }

  50% {
    transform: scale(1.05);
    /* opacity: 0.7; */
  }

  100% {
    transform: scale(1);
    /* opacity: 1; */
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.ctaform {
  /* background-color: #82c1bb; */
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px #5DADB1 !important;
  padding: 15px;
}


#contact-button {
  position: fixed;
  bottom: 1px;
  z-index: 1000;
  width: 100%;
}

#contact-button p {
  display: none;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--orange);
  color: white;
}

@media (max-width: 576px) {
  #choose .choose-sec {
    height: 100%;
  }

  #contact-button p {
    display: block;
  }
}

.video .owl-dots {
  text-align: center;
  padding-top: 20px;
}

.video .owl-dots span {
  background: var(--red);
  width: 10px;
  display: block;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}

.ctbox {
  background-color: #fff;
}

.owl-dots {
  display: none;
}