#success-popup .success-message__text .btn {
  background: #f7b97c !important;
  font-size: 15px !important;
  padding: 15px !important;
  font-weight: 600 !important;
}

#success-popup .success-message__text .btn:hover {
  background: #f7b97c !important;
  font-size: 15px !important;
  padding: 15px !important;
  font-weight: 600 !important;
}

.modal-content.success-message {
  height: 275px !important;
}

.modal-content.success-message .modal-body {
  height: 275px !important;
}

#appointment .select-doctor figure {
  border-radius: 20% !important;
}

.not-editable .land-loc p {
  text-align: center !important;
}
section#location h4 {
  font-size: 20px !important;
}
html body .hovr-none {
  border: none !important;
}

section.tag-sec {
  background: #fff !important;
  padding: 3%;
  text-align: center;
}

section.tag-sec h2 {
  color: #000;
  font-size: 40px !important;
  font-weight: 600 !important;
}

.land-loc li {
  list-style: disc;
  padding: 10px 30px 10px 0;
  font-size: 20px;
  color: #f7b97c;
}

.land-loc li:first-child {
  list-style: none;
}

.land-loc ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

section.parallax .land-loc li {
  list-style-type: none !important;
}

.land-loc li::marker {
  color: white !important;
}

#reviews-content .reviews .reviews-middle ul.sort li.active .Google {
  color: white !important;
}

#contact .contactform .btn {
  background: #f7b97c !important;
  color: black !important;
  border: 2px solid black !important;
}

#contact .contactform .btn:hover {
  background: #fff !important;
  color: black !important;
  border: 2px solid black !important;
}

html body .w8da6rw .meet_the_team_inner p {
  font-size: 18px !important;
}

html body #page-content .page-content__list p {
  text-align: left !important;
  font-size: 18px !important;
  color: black !important;
}
html body #page-content .page-content__list ol li {
  text-align: left !important;
  font-size: 18px !important;
  color: black !important;
}
html body #page-content .page-content__list ul li {
  text-align: left !important;
  font-size: 18px !important;
  color: black !important;
}
html body #page-content .page-content__list h2 {
  text-align: left !important;
  color: black !important;
}
html body #page-content .page-content__list h3 {
  text-align: left !important;
  color: black !important;
}

#reviews-banner .reviews .reviews-top .container .btn {
  border-radius: 30px !important;
}

#contact .contactform .btn {
  border-radius: 30px !important;
}

.tooltip {
  z-index: 10 !important;
}

a:hover {
  cursor: pointer !important;
}

.progress-wrap .progress-value {
  background: #656565 !important;
}
.progress-wrap .done {
  background: #f7b97c !important;
}

.review-modal .modal-footer .btn {
  background: #f7b97c !important;
  color: black !important;
}

.not-editable p {
  text-align: left !important;
  font-size: 18px !important;
  color: #656565 !important;
}
.not-editable ol li {
  text-align: left !important;
  font-size: 18px !important;
  color: #656565 !important;
}
.not-editable ul li {
  text-align: left !important;
  font-size: 18px !important;
  color: #656565 !important;
}

#page-content .contentwrap p {
  text-align: left !important;
  font-size: 18px !important;
  color: #656565 !important;
}
#page-content .contentwrap ol li {
  text-align: left !important;
  font-size: 18px !important;
  color: #656565 !important;
}
#page-content .contentwrap ul li {
  text-align: left !important;
  font-size: 18px !important;
  color: #656565 !important;
}
#page-content .contentwrap h2 {
  text-align: left !important;
}
#page-content .contentwrap h3 {
  text-align: left !important;
}

.slick-slide img {
  object-position: 10% 10% !important;
}

#reviews-banner .reviews .reviews-top .container .user-img {
  background: white !important;
}

#reviews-content .reviews .reviews-middle ul.sort li.active a {
  color: #656565 !important;
}

#reviews-banner .reviews .reviews-top .container .btn {
  color: #656565 !important;
}

#footer .footer__details img {
  width: auto !important;
}

section.inner-page-head.services.lozad {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent),
    url(https://gp-assets-1.growthplug.com/website_files/5165/stylish_square_grid_pattern_background.webp) !important;
}

.popper {
  border: solid 2px #f7b97c;
  border-radius: 10px;
  padding: 13px;
  transition: all ease 200ms;
}

.popper:hover {
  transform: scale(1.04);
  transition: all ease 300ms;
  border: 2px transparent;
  box-shadow: 0 10px 55px 5px #f7b97c;
}

.gm-style-iw-chr {
  position: absolute;
  right: 0;
}

html body #appointment .checkbox-custom:checked + .checkbox-custom-label span {
  background: #f7b97c !important;
}

button.confirm:hover {
  border: 2px solid #000 !important;
  color: #000 !important;
  background: #fff !important;
}
button.confirm {
  background: #f7b97c !important;
  color: #000 !important;
  border: 2px solid #000 !important;

  border-radius: 50px !important;
  box-shadow: inset 0 0 0 2px transparent !important;
  transition: transform 200ms ease, box-shadow 200ms ease !important;
  font-weight: 500 !important;
  text-align: center !important;
  margin: 10px !important;
  display: inline-block !important;
  text-decoration: none !important;
  font-size: 16px !important;
}

#appointment .checkbox-custom-label span {
  background: #656565 !important;
}

.modal-body .pop_h3 {
  font-size: 24px !important;
  font-weight: 500 !important;
}

html body .location-address p {
  font-size: 15px !important;
}

#location > div > div > div:nth-child(1)::before {
  content: "SHELBY";
  font-size: 22px;
  display: block;
  font-weight: 600;
  color: #000;
  max-width: max-content;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 1%;
  text-transform: uppercase;
}

#location > div > div > div:nth-child(2)::before {
  content: "Anniston  ";
  font-size: 22px;
  display: block;
  font-weight: 600;
  color: #000;
  max-width: max-content;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 1%;
  text-transform: uppercase;
}

#location > div > div > div:nth-child(3)::before {
  content: "Carrollton";
  font-size: 22px;
  display: block;
  font-weight: 600;
  color: #000;
  max-width: max-content;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 1%;
  text-transform: uppercase;
}

#location > div > div > div:nth-child(4)::before {
  content: "Gadsden ";
  font-size: 22px;
  display: block;
  font-weight: 600;
  color: #000;
  max-width: max-content;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 1%;
  text-transform: uppercase;
}

.class-google-map-loaded {
  border: 5px solid #f6ede7 !important;
}

#footer .footer__legal {
  background: #f7b97c;
  padding: 10px !important;
  border-radius: 30px;
}
#footer .footer {
  background: #f6ede7 !important;
}
.location-hours li span {
  width: 75% !important;
}

#location .location.two .location-hours-details .location-action .btn-primary {
  font-size: 16px !important;
  text-transform: uppercase !important;
}

a {
  text-decoration: none !important;
}
#footer .footer__legal a {
  color: black !important;
}

.header-top {
  box-shadow: inset 0px -3px 7px 0px #00000026 !important;
}
.button-1 {
  border-radius: 30px !important;
}
#footer .footer__details p {
  color: #656565 !important;
}

.column-8.w-col.w-col-3.w-col-medium-6 a {
  display: block;
  line-height: 26px;
}
#footer .footer .container .footer-address a {
  font-size: 18px !important;
}

.logo-img {
  height: 93px !important;
}

.button-1 {
  background: #f7b97c !important;
  font-size: 15px !important;
  padding: 15px !important;
  font-weight: 600 !important;
}

.mainMenu-2 li > a {
  font-size: 18px !important;
  font-weight: 500 !important;
}

p {
  font-size: 18px !important;
  color: #656565;
}

.header-top .left-section {
  width: 15% !important;
}
.header-top .center-section {
  width: 65% !important;
}
.header-top .right-section {
  width: 20% !important;
}

.location-hours li span {
  color: #656565 !important;
}
#navigation .builder-dynamic-rmm.style ul ul li a {
  text-transform: uppercase !important;
}
#success-popup .success-message__text p i.fa {
  color: #f7b97c !important;
}
#success-popup .success-message__text p {
  font-size: 13px !important;
}
#success-popup .success-message__text p i.fa::after {
  height: 30px !important;
  width: 40px !important;
  top: 30% !important;
  left: 16% !important;
}
#success-popup .success-message__text p i.fa {
  font-size: 70px !important;
}
@media screen and (max-width: 1100px) {
  .edt {
    padding: 20px !important;
  }

  #navigation ul.header-rt li.ctanav2 .btn {
    width: 100% !important;
  }

  .location-hours li span {
    font-size: 14px !important;
    color: #656565 !important;
  }
}
@media screen and (min-width: 1900px) {
  #page-content .page-content {
    max-width: 90% !important;
  }
  .container {
    width: 90% !important;
  }
}
@media screen and (min-width: 1025px) {
  .footer-address {
    display: flex;
    gap: 50px;
  }
}

@media (min-width: 1300px) and (max-width: 1400px) {
  html body .subMenu-1 li > a {
    padding: 9px !important;
  }

  html body .mainMenu-2 li > a {
    font-size: 14px !important;
  }
}

@media (max-width: 1500px) {
  .mainMenu-2 li > a {
    font-size: 16px !important;
  }
}

@media (max-width: 1400px) {
  .mainMenu-2 li > a {
    font-size: 14px !important;
  }
}

@media (max-width: 1300px) {
  .mainMenu-2 li > a {
    font-size: 12px !important;
  }
  .button-1 {
    background: #f7b97c !important;
    font-size: 12px !important;
  }
}

@media screen and (min-width: 3525px) {
  .banner {
    height: 250vh !important;
    max-height: 1550px !important;
  }
}

@media only screen and (max-width: 980px) {
  html body .modal-dialog.animated.zoomIn.appointment-modal {
    width: 94%;
  }
  html body .appointment-modal__doctors__list,
  html body .appointment-modal__locations__list {
    display: block;
    max-width: 100% !important;
    overflow: hidden;
    position: relative;
    min-width: 100% !important;
    margin: 10px 0 !important;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(51 87 123 / 10%);
    border: solid 2px transparent;
  }
  html body #appointment .days-group {
    justify-content: center !important;
  }
  .edt {
    padding: 10px !important;
  }
  div#content-main {
    padding: 5px !important;
  }
}
@media only screen and (max-width: 550px) {
  #appointment .g-recaptcha {
    margin-left: 20px !important;
  }
  .modal-dialog.animated.zoomIn.appointment-modal {
    width: 95% !important;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 380px) {
  #appointment .g-recaptcha {
    margin-left: 7px !important;
  }
}
