@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);
a,
a:focus,
a:hover {
  text-decoration: none;
}
.scroll-top,
body.no-overflow {
  overflow: hidden;
}
.navigation-menu > ul > li > a:before,
.submenu > li > a > span:after {
  bottom: 0;
  transition: 0.3s ease-in-out;
  background-color: #034a26;
}
.mobile-menu-overlay,
.open_tm_preloader.loaded,
.scroll-top,
.submenu {
  visibility: hidden;
  opacity: 0;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: 0 !important;
}
body,
html {
  height: 100%;
}
body {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: Inter, sans-serif;
  color: #696969;
  position: relative;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5 {
  color: #333;
  font-family: Rubik, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
}
h1 {
  font-size: 70px;
}
h2 {
  font-size: 40px;
  color: #111013;
}
h4 {
  font-size: 18px;
  color: #034925;
  font-weight: 600;
}
a,
button,
img,
input {
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
a {
  color: #000 !important;
}
a:focus {
  color: inherit;
  outline: 0;
}
.submenu > li:hover > a > span,
a:hover {
  color: #034a26;
}
.btn.focus {
  outline: 0;
  box-shadow: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-messege-2.success,
.form-messege.success {
  color: green;
}
.form-messege-2.error,
.form-messege.error {
  color: red;
}
.mark,
mark {
  padding: 0;
  background-color: transparent;
}
button {
  padding: 12px 20px;
  background-color: #034925;
  border: 2px solid #034925;
  border-radius: 5px;
  color: #fff;
}
button:hover {
  background-color: #009248;
  border: 2px solid #034925;
}
.equipment-section,
.spacing {
  padding: 120px 0;
}
p {
  font-family: poppins;
}
.container {
  max-width: 1240px;
}
.preloader-active {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
}
.preloader-active .preloader-area-wrap {
  background-color: #fff;
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
}
.preloader-active .preloader-area-wrap .spinner div {
  background-color: #034a26;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  animation: 1.4s ease-in-out infinite both sk-bouncedelay;
}
.preloader-active .preloader-area-wrap .spinner div.bounce1 {
  animation-delay: -0.32s;
}
.preloader-active .preloader-area-wrap .spinner div.bounce2 {
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.preloader-area-wrap {
  display: none;
}
.open_tm_preloader {
  position: fixed;
  background-color: transparent;
  z-index: 9999;
  height: 100%;
  width: 100%;
  transition: 0.2s 0.5s;
}
.mobile-menu-overlay.active,
.scroll-top.show {
  visibility: visible;
  opacity: 1;
}
.open_tm_preloader.loaded:after,
.open_tm_preloader.loaded:before,
.steps-btn a:hover::before {
  width: 0%;
}
.open_tm_preloader:after,
.open_tm_preloader:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #fff;
  transition: 0.5s ease-in-out;
}
.header-area .is-sticky,
.scroll-top i {
  transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.open_tm_preloader:before {
  top: 0;
  left: 0;
}
.open_tm_preloader:after {
  bottom: 0;
  right: 0;
}
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: -30px;
  z-index: 999;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  background-color: #034a26;
  background-size: 200% auto;
  background-position: left center;
  color: #fff;
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header,
.header__logo,
.navigation-menu > ul {
  display: flex;
}
.scroll-top.show {
  bottom: 30px;
}
.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
}
.header-area,
.navigation-menu > ul > li.has-children--multilevel-submenu,
.submenu > li,
.submenu > li > a > span {
  position: relative;
}
.scroll-top .arrow-top,
.scroll-top:hover .arrow-bottom {
  transform: translate(-50%, -50%);
}
.scroll-top .arrow-bottom {
  transform: translate(-50%, 80px);
}
.scroll-top:hover {
  background-position: right center;
}
.scroll-top:hover .arrow-top {
  transform: translate(-50%, -80px);
}
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
.top-message {
  padding: 15px 0;
  margin: 0;
  width: fit-content;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
}
.top-message:hover {
  color: snow;
}
.header-top-wrap {
  background-color: #034925;
}
.header-area {
  z-index: 1000;
}
.header-area .is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: 0.95s ease-in-out fadeInDown;
  z-index: 1000;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.header-area--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.header-area--absolute__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.header-area--default {
  border-color: #e4e8f6;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.header {
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.header__logo {
  flex-basis: 20%;
  padding: 10px 0;
  align-items: center;
  flex-shrink: 0;
}
.header_logo > a img {
  width: 100%;
}
.header__logo.top-logo {
  padding: 25px 0;
}
.copyright .social-icons,
.header.default-menu-style .header-midle-box {
  display: flex;
  justify-content: center;
}
.number-section a {
  font-size: 20px;
}
.header-number-section .number-section a {
  color: #034925 !important;
  font-weight: 600px;
}
.navigation-menu > ul > li > a {
  display: block;
  padding: 3px 0;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  transition: ease-in-out;
}
.navigation-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
}
.navigation-menu > ul > li.has-children > a::after {
  position: static;
  margin-left: 8px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}
.navigation-menu > ul > li.has-children:hover > .submenu {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.navigation-menu > ul > li.active > a:before,
.navigation-menu > ul > li:hover > a:before {
  width: 100%;
  left: 0;
}
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #034a26;
  background-color: #f7f7f7;
  transition: 0.4s 0.2s;
  min-width: 260px;
  padding: 10px 0;
  z-index: 9;
  border-radius: 5px;
}
.submenu > li > a {
  display: block;
  padding: 5px 20px;
  font-weight: 400;
}
.submenu > li > a > span {
  font-size: 16px;
  padding-bottom: 5px;
}
.submenu > li > a > span:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
}
.submenu > li > a:hover > span:after {
  width: 100%;
  left: 0;
  right: auto;
}
.mobile-navigation-icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-navigation-icon i:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  content: "";
  transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-navigation-icon i:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  content: "";
  transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
}
.carousel-img,
.carousel-overlay {
  z-index: -1;
  left: 0;
  position: absolute;
}
.mobile-menu-overlay__inner {
  transform: translateX(-120%);
  width: 60%;
  height: 100%;
  float: left;
  background: #034a26;
  transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow-y: auto;
}
.mobile-menu-overlay.active .mobile-menu-overlay__inner {
  transform: translateX(0);
}
.mobile-menu-overlay__header {
  background-color: #fff;
  padding: 15px 0;
}
.mobile-menu-overlay a {
  color: #fff !important;
}
.navigation-menu > ul > li {
  margin: 0 20px 0 0;
}
.mobile-navigation-icon {
  width: 24px;
  height: 25px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:before {
  position: absolute;
  top: 23px;
  left: 8px;
  content: "";
  width: 24px;
  height: 3px;
  background: #333;
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:after {
  position: absolute;
  top: 23px;
  left: 8px;
  content: "";
  width: 24px;
  height: 3px;
  background: #333;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
  transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body {
  padding: 20px;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li:first-child a {
  padding: 10px 0 5px;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a,
.number-section-mob {
  display: block;
  color: #fff;
  padding: 20px 0 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li:last-child {
  border-bottom: 0;
}
.carousel-item,
.dicount-btn-cont,
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children {
  position: relative;
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children.active
  .menu-expand:before {
  content: "\f106";
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .menu-expand {
  position: absolute;
  right: 0;
  top: 12px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  transition: 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .menu-expand:before {
  content: "\f107";
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu {
  padding: 12px 0 12px 10px;
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  li
  a {
  display: block;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  line-height: 1.5;
  padding: 8px 0;
}
.carousel-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  top: 0;
}
.carousel-overlay {
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.text-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 15px 80px;
  text-align: center;
  color: #fff;
}
.heroic-text {
  font-size: 40px;
  line-height: 50px;
  width: 65%;
  margin-bottom: 15px;
  color: #fff;
}
.text-container p {
  font-size: 20px;
  color: snow;
  width: 65%;
}
.hero-btn {
  margin-top: 40px;
  gap: 20px;
}
.carousel-control-prev {
  left: 20px;
}
.carousel-control-next {
  right: 20px;
}
.carousel-control-next,
.carousel-control-prev {
  top: 40%;
  opacity: 0.9;
}
.carousel-control-next,
.carousel-control-next:hover,
.carousel-control-prev,
.carousel-control-prev:hover {
  background-color: #034925;
  border-radius: 50%;
  padding: 12px;
  width: fit-content;
  height: fit-content;
  border: none;
}
.location-service,
.service-section {
  background-color: #fafafa;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 20px;
  height: 20px;
}
.discount-btn {
  position: absolute;
  top: 5%;
  right: 2%;
  z-index: 5;
  width: fit-content;
}
.discount-img {
  width: 130px;
  height: auto;
  transition: transform 0.3s ease-in-out;
  animation: 16s linear infinite rotate360;
  z-index: 5;
}
.discount-img-inner {
  position: absolute;
  width: 100px;
  right: 11.5%;
  top: 6%;
  z-index: 5;
}
@keyframes rotate360 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.service-heading {
  font-size: 35px;
  font-weight: 600;
  line-height: 60px;
}
.faq-section .faq-top,
.service-bottom {
  margin-bottom: 50px;
}
.service-btn {
  gap: 20px;
  flex-wrap: wrap;
}
.service-section a {
  padding: 10px 15px;
  background-color: #034925;
  border: 2px solid #034925;
  border-radius: 5px;
  color: #fff !important;
}
.service-section a:hover {
  background-color: #000;
  border: 2px solid #034925;
}
.service-section .service-list {
  gap: 20px 0;
  justify-content: center;
}
.card {
  padding: 20px;
  border: none;
  box-shadow: 0 4px 12px 0 rgba(206, 196, 196, 0.45);
}
.card-img-top {
  border-radius: 5px;
}
.card-body {
  padding: 20px 0;
}
.card-title {
  font-size: 24px;
  font-weight: 500;
}
.card-text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-ambulance-image {
  width: 79%;
  margin: auto;
}
.highlight-icon-bg,
.icon-bg {
  border-radius: 100%;
  width: 80px;
}
.location-service {
  padding-top: 0;
}
.footer-top,
.location-top {
  margin-bottom: 40px;
}
.location-heading {
  font-size: 35px;
  margin-bottom: 5px;
}
.choose-section .choose-us-icon,
.equipment-section .equipment-icon,
.footer-logo,
.footer-title {
  margin-bottom: 20px;
}
.location-top p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
}
.location-bottom {
  gap: 20px 0;
}
.icon-bg {
  padding: 13px;
  background-color: rgba(144, 238, 144, 0.2);
}
.location-bottom p {
  font-size: 20px;
  color: #111013;
  font-weight: 600;
}
.equipment-section,
.highlight-section {
  background: #078f41;
  padding: 80px 0;
}
.highlight-icon-bg {
  background-color: #111013;
  padding: 13px;
}
.counter-section h4 {
  font-size: 58px;
  color: #fff;
}
.counter-section p {
  font-size: 48px;
  font-weight: 900;
  margin: 0 0 0 5px;
  color: #fff;
}
.counter-text {
  font-size: 20px;
  color: #fff;
}
.booking-process .steps-bottom {
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  border-top: solid;
  border-width: 5px;
  border-color: #034925;
}
.booking-process .steps::before {
  position: absolute;
  background: #333;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 75px;
  opacity: 0.1;
}
.booking-process .steps-bottom .steps-cont {
  display: block;
  padding: 30px 20px 45px;
}
.booking-process .steps-bottom .steps-cont span {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 55px;
  text-align: center;
}
.booking-process .steps-bottom .steps-cont span::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  background: #034925;
  left: 50%;
  margin-left: -6px;
  bottom: -30px;
  border-radius: 50%;
}
.booking-process .steps-bottom .steps-cont .card-title {
  text-align: center;
  color: #111013;
  margin-bottom: 10px;
}
.booking-process .steps-bottom .steps-cont p {
  text-align: center;
}
.steps-btn {
  justify-content: center;
}
.steps-btn a {
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
.steps-btn a:hover {
  color: #034925 !important;
}
.steps-btn a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #034925;
  bottom: 0;
  transition: 0.3s ease-in-out;
}
.steps-btn a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: #000;
  bottom: 0;
  transition: 0.6s ease-in-out;
}
.steps-btn a:hover::after {
  width: 100%;
  transform: translateX(-100%);
}
.choose-section .service-bottom p {
  font-size: 18px;
  margin: 0;
}
.choose-section .choose-us-cont,
.equipment-section .equipment-cont {
  background: #fff;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.accordion button,
.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #111013;
  font-size: 20px;
}
.choose-section .choose-us-cont h4,
.equipment-section .equipment-item h4 {
  font-size: 22px;
  color: #111013;
  margin-bottom: 10px;
}
.custom-width-30 {
  width: 32.4%;
}
.choose-us-bottom {
  gap: 20px 15px;
  justify-content: center;
}
.equipment-section .equipment-heading {
  text-align: center;
  margin-bottom: 50px;
}
.equipment-section .equipment-heading h2 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 5px;
}
.equipment-section .equipment-heading p {
  color: #fff;
  font-size: 18px;
}
.equipment-section .equipment-item {
  gap: 20px 15px;
}
.faq-section .faq-top h2 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 5px;
}
.accordion {
  padding: 40px 30px;
  background-color: #fff;
  box-shadow: 12px 19px 62px 0 rgba(13, 52.00000000000003, 79, 0.07);
  border-radius: 10px;
}
.accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.accordion button {
  border: 0;
  border-radius: 0;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #ccc;
}
.accordion button:hover {
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #ccc;
  border-left: 0;
}
.accordion .accordion-item {
  border: 0;
}
.accordion-button:focus {
  border: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  border: 0;
  border: none;
}
.accordion-body {
  font-size: 18px;
  padding: 10px 15px;
}
.footer {
  background-color: #1e1e1e;
  padding: 80px 0 0;
}
.footer-widget__list li {
  margin-bottom: 10px;
  width: fit-content;
}
.footer-logo p,
.footer-widget__list li a {
  color: #fff !important;
}
.footer-logo p {
  margin-top: 15px;
}
.footer-widget__list li:hover a {
  color: #034925 !important;
  cursor: pointer;
}
.footer-title {
  font-size: 20px;
  color: #fff;
}
.footer_service {
  padding: 20px 30px 0;
}
.footer-top .service-left {
  padding-left: 80px;
}
.copyright {
  color: #ffffffc4;
  font-size: 18px;
  padding: 30px 0 10px;
}
.copyright i {
  font-size: 22px;
  margin: 0 12px;
}
@media only screen and (max-width: 767px) {
  .spacing {
    padding: 60px 0;
  }
  button {
    padding: 8px 16px;
  }
  h1 {
    font-size: 34px;
  }
  .equipment-section .equipment-heading h2,
  h2 {
    font-size: 25px;
  }
  .scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    bottom: -40px;
  }
  .scroll-top.show {
    bottom: 40px;
  }
  .section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .header {
    padding: 0 10px;
  }
  .header__logo {
    flex-basis: 50%;
    padding: 0;
  }
  .top-message {
    padding: 12px 0;
    font-size: 14px;
  }
  .carousel-control-next,
  .carousel-control-prev,
  .header-number-section {
    display: none;
  }
  .mobile-menu-overlay__inner {
    width: 70%;
  }
  .mobile-menu-overlay__header {
    padding: 15px 0;
    background-color: #fff;
  }
  .number-section-mob {
    flex-wrap: wrap;
    gap: 15px !important;
  }
  .mobile-menu-overlay__body
    .offcanvas-navigation
    > ul
    > li.has-children
    .sub-menu
    li
    a {
    font-size: 16px;
    padding: 8px 0;
  }
  .text-container {
    padding: 70px 10px 90px;
  }
  .heroic-text {
    width: 100%;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .text-container p {
    width: 100%;
    font-size: 18px;
  }
  .hero-btn {
    margin-top: 40px;
    gap: 20px;
  }
  .discount-btn {
    top: 0;
    right: 3%;
  }
  .discount-img {
    width: 100px;
    height: auto;
    transition: transform 0.3s ease-in-out;
    animation: 16s linear infinite rotate360;
    z-index: 5;
  }
  .discount-img-inner {
    position: absolute;
    width: 74px;
    right: 13%;
    top: 14%;
  }
  .card-title {
    margin-bottom: 5px;
  }
  .service-bottom {
    margin-bottom: 25px;
  }
  .service-section .service-list {
    gap: 20px 20px;
  }
  .service-heading {
    margin-top: 10px;
    line-height: 36px;
    font-size: 26px;
  }
  .location-service {
    padding-top: 40px;
  }
  .location-heading {
    font-size: 26px;
  }
  .location-top p {
    font-size: 16px;
    width: 100%;
  }
  .equipment-section .equipment-heading p,
  .location-bottom p {
    font-size: 16px;
  }
  .icon-bg {
    padding: 14px;
    width: 70px;
  }
  .counter-section h4 {
    font-size: 45px;
  }
  .counter-section p {
    font-size: 40px;
  }
  .highlight-cont {
    gap: 25px;
  }
  .steps-bottom {
    width: 95%;
    margin: auto;
  }
  .choose-section .choose-us-bottom h4,
  .choose-section .service-bottom h2,
  .choose-section .service-bottom h4,
  .copyright p {
    text-align: center;
  }
  .custom-width-30 {
    width: 90%;
  }
  .choose-section .service-bottom p {
    text-align: center;
    font-size: 16px;
  }
  .equipment-section {
    padding: 80px 0;
  }
  .equipment-section .equipment-item {
    margin: 0;
    justify-content: center;
  }
  .equipment-section .equipment-heading {
    margin-bottom: 30px;
  }
  .faq-section .faq-top h2 {
    font-size: 35px;
  }
  .accordion {
    padding: 30px 15px;
  }
  .accordion button {
    padding: 20px 10px 20px 0;
    font-size: 18px;
  }
  .accordion-body {
    font-size: 16px;
    padding: 10px;
  }
  .footer-logo img {
    width: 80%;
  }
  .footer-logo p {
    margin-top: 10px;
  }
  .footer-top .mb-service-left,
  .footer-top .service-left {
    padding-top: 20px;
    padding-left: 15px;
  }
  .footer {
    padding: 40px 5px 0;
  }
  .footer-top {
    margin-bottom: 10px;
  }
  .copyright {
    padding: 30px 0 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .spacing {
    padding: 80px 0;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  .scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .scroll-top.show {
    bottom: 40px;
  }
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .header__logo {
    flex-basis: 40%;
  }
  .header-number-section {
    display: none;
  }
  .heroic-text {
    width: 80%;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 15px;
  }
  .text-container p {
    width: 85%;
    font-size: 18px;
  }
  .discount-btn {
    top: unset;
    bottom: 12%;
  }
  .carousel-control-prev {
    left: 10px;
  }
  .carousel-control-next {
    right: 10px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    opacity: 1;
  }
  .service-bottom {
    margin-bottom: 40px;
  }
  .service-list .col-md-6 {
    padding: 0 10px;
  }
  .service-section .service-list {
    gap: 20px 0;
  }
  .service-heading {
    margin-top: 10px;
    line-height: 45px;
  }
  .location-service {
    padding-top: 50px;
  }
  .location-top p {
    width: 100%;
    font-size: 18px;
  }
  .steps-bottom {
    width: 95%;
    margin: auto;
  }
  .choose-section .choose-us-bottom h4,
  .choose-section .service-bottom h2,
  .choose-section .service-bottom h4,
  .choose-section .service-bottom p {
    text-align: center;
  }
  .service-bottom h2 {
    font-size: 25px;
  }
  .custom-width-30 {
    width: 48.9%;
  }
  .choose-us-bottom {
    padding: 0 30px;
  }
  .equipment-section {
    padding-top: 80px;
  }
  .equipment-section .equipment-item {
    padding: 0 30px;
    justify-content: center;
    margin: 0;
  }
  .footer-top .service-left,
  .footer-top .service-left-md {
    padding-left: 50px;
  }
  .footer-logo p {
    margin-top: 15px;
    font-size: 18px;
  }
  .copyright {
    margin: 0;
  }
}
