.axiom-service-page h1 {
  font-size: 3.5rem;
}
.axiom-service-page h2 {
  font-size: 2.5rem;
}
.axiom-service-page h3 {
  font-size: 2rem;
}
.axiom-service-page .section {
  margin-top: 30px;
}
.axiom-service-page img {
  border-radius: 10px;
}
.axiom-service-page p a {
  font-weight: bold;
}

.axiom-logo {
  display: block;
  padding: 15px;
}
.axiom-logo img {
  width: 130px;
  height: auto;
}

.ts-review-drop {
  margin: 0px !important;
}

.site-logo {
  padding: 10px;
}
@media (max-width: 849.98px) {
  .site-logo a img {
    max-height: 100px !important;
    width: auto;
  }
}
.site-logo a img {
  max-height: 100px;
  width: auto;
}

.sticky .mobile-screen-menu .header-top-start {
  display: none;
}

@media (max-width: 769px) {
  .header-desktop-contact {
    display: none;
  }
}

.header-three {
  background-color: transparent !important;
}

.header-contact {
  background-color: #682b81;
  padding: 10px;
}
.header-contact .right {
  justify-content: space-around !important;
}
.header-contact .right p {
  font-size: 1.8rem !important;
}
@media (max-width: 990.98px) {
  .header-contact .right {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: left !important;
    padding-left: 15px;
  }
}
@media (max-width: 990.98px) {
  .header-contact .right .mail {
    margin-left: 0px !important;
  }
}
@media (max-width: 849.98px) {
  .header-contact .xs-con {
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
    font-size: 2.5rem;
  }
  .header-contact .xs-con a:hover {
    color: #fff !important;
  }
}

.starbar-mobile {
  padding: 0px 0px 15px 0px;
}

.header-top-start {
  padding: 0px !important;
}

.main-header .mainmenu {
  padding: 0px;
  justify-content: center;
}

.sticky .thumbnail img {
  padding: 0px !important;
}

.header-one .main-header {
  margin-right: -34px;
}

.small-screen-menu {
  display: none;
}
@media (min-width: 850px) and (max-width: 991.98px) {
  .small-screen-menu {
    display: block;
  }
  .small-screen-menu .sm-reviews {
    display: flex;
    justify-content: center;
  }
}

.sm-scontact-row {
  display: flex;
}
.sm-scontact-row .call {
  padding: 10px;
  font-size: 2rem;
}
.sm-scontact-row .mail {
  margin-left: 0px !important;
  padding: 10px;
  font-size: 2rem;
}
.sm-scontact-row div {
  padding: 10px;
}

.mobile-screen-menu {
  display: none;
}
@media (max-width: 849.98px) {
  .mobile-screen-menu {
    display: block;
  }
}

.starbar-mobile {
  display: flex;
  justify-content: center;
}

.whatsapp-float {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  text-decoration: none;
  font-size: 28px;
}
@media (max-width: 849.98px) {
  .whatsapp-float {
    left: 20px;
    bottom: 20px;
  }
}

.whatsapp-float:hover {
  background-color: #1da851;
}

.homecare-hero {
  border-radius: 10px;
  overflow: hidden;
}

.rts-breadcrumb-area .title {
  font-size: 2.8rem !important;
  text-transform: uppercase;
}

.rts-breadcrumb-area .bread-tag {
  text-transform: capitalize;
}

.hero-cta {
  background-color: #682b81;
  color: #fff;
  padding: 15px;
  font-size: 2.5rem;
  font-weight: 400;
}

.home-page-wrapper {
  padding: 0px;
}

.rts-banner-area.three {
  height: 650px;
}
@media (max-width: 849.98px) {
  .rts-banner-area.three {
    height: 500px;
    margin-bottom: 30px;
  }
}
@media (max-width: 849.98px) {
  .rts-banner-area.three .banner-three-wrapper {
    top: 40%;
  }
}

.callback-home .inner {
  padding: 40px 60px;
  margin-top: -60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 849.98px) {
  .callback-home .inner {
    margin-top: 0px;
  }
}
.callback-home .callback-title h2 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #682b81;
}

#callback-form {
  position: relative;
  top: -30px; /* Negative margin to create the padding effect */
  height: 30px; /* Height to maintain scroll focus */
  visibility: hidden; /* Keep the anchor invisible */
}

.callback-form {
  padding-top: 30px; /* Top padding for the form */
}

.accordion-wrapper-area a {
  font-weight: bold;
}

@media (max-width: 990.98px) {
  .ts-review-drop {
    margin: 0 20px !important;
  }
}
@media (max-width: 990.98px) {
  .ts-review-drop .ts-stars {
    margin-top: 0px;
  }
}

.rts-appoinment-form .inner textarea {
  border: 1px solid #E7E7F3;
  border-radius: 15px;
  max-height: 100px;
  margin-bottom: 20px;
  padding-left: 25px;
}

@media (max-width: 768px) {
  .header-right-contents .thumbnail, .site-logo .thumbnail {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .header-right-contents .thumbnail img, .site-logo .thumbnail img {
    padding: 5px !important;
  }
}

@media (max-width: 768px) {
  .site-logo {
    width: 35%;
  }
}

@media (max-width: 768px) {
  .header-right-contents {
    width: 64.9%;
  }
}

.brand-one-wrapper a img {
  max-width: none;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
}

.trustist-review-list {
  max-height: 500px;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  .gap-div-faq {
    display: none;
  }
}

.faq-home {
  margin-top: 200px;
}
.faq-home .title {
  text-align: center;
}
@media (max-width: 992px) {
  .faq-home {
    margin-top: 30px;
    padding: 30px;
  }
}

.landing-page-content h2 {
  font-size: 2.5rem;
}
.landing-page-content h5 {
  font-size: 2rem !important;
}
.landing-page-content .trustist-review-list {
  max-height: 400px !important;
}

.more-content {
  margin-bottom: 60px;
}
.more-content h2 {
  font-size: 2.5rem;
}
.more-content h3 {
  font-size: 2rem;
}/*# sourceMappingURL=axiom-amends.css.map */