@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);
a {
  text-decoration: none;
  color: #000 !important;
}
h1,
h2,
h3,
h4 {
  font-family: "Rubik", sans-serif;
  color: #111013;
}

h2 {
  font-size: 35px;
  font-weight: 600;
}
h4 {
  font-size: 18px;
  color: #034925;
  font-weight: 600;
}
a,
button,
img,
input {
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

a {
  text-decoration: none;
  color: #000 !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #034a26;
}

.btn.focus {
  outline: none;
  box-shadow: none;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.spacing {
  padding: 120px 0px;
}

button {
  padding: 8px 18px 9px 18px;
  background-color: #034925;
  border: 2px solid #034925;
  border-radius: 5px;
  color: #fff;
}
button:hover {
  background-color: #009248;
  border: 2px solid #034925;
}
p {
  font-size: 18px;
}

/*=============================================
  Pre
  Loader
  =============================================*/
.preloader-active {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
}
.preloader-active .preloader-area-wrap {
  background-color: #ffffff;
  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: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.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%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    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 all ease;
  transition-delay: 0.5s;
}
.open_tm_preloader.loaded {
  opacity: 0;
  visibility: hidden;
}
.open_tm_preloader.loaded:before,
.open_tm_preloader.loaded:after {
  width: 0%;
}
.open_tm_preloader:before,
.open_tm_preloader:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.open_tm_preloader:before {
  top: 0;
  left: 0;
}
.open_tm_preloader:after {
  bottom: 0;
  right: 0;
}

/*=============================================
   Banner-section       
=============================================*/
.banner-section {
  padding: 60px 0px 90px;
}
.banner-section .banner-top h1 {
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 600;
}

.banner-section .banner-top p {
  margin-bottom: 40px;
  font-size: 20px;
  width: 90%;
}
.banner-section .banner-top span {
  color: #034925;
}
.banner-section .banner-top .btn-cont,
.experience-section .experience-right .btn-cont,
.contact-section .contact-left .btn-cont {
  gap: 15px;
}
.banner-section .banner-top .btn-cont a,
.experience-section .experience-right .btn-cont a,
.contact-section .contact-left .btn-cont a {
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
}
/*=============================================
   Banner-section end       
=============================================*/

/*=============================================
   text-section       
=============================================*/
.text-section {
  background: #fafafa;
}
.text-section .text-left {
  background-image: url("/images/Road_Ambulance/Call_banner.webp");
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
.text-section .text-left .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Change opacity or color here */
  z-index: 1;
}

.text-section .text-left .inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.text-section .text-left .inner h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
.text-section .text-left .inner p {
  font-size: 18px;
  color: #fff;
}
.text-section .text-left .inner a {
  color: #fff !important;
}

.text-section .text-right {
  padding-left: 50px;
}
.text-section .text-right .inner .custom-margin {
  margin-bottom: 5px;
}
/*=============================================
   text-section end  
=============================================*/

/*=============================================
   Service-section       
=============================================*/
.service-section {
  background: #fafafa;
  padding-top: 0px;
}

.service-section .service-top h2 {
  text-align: center;
}

.service-section .service-top p {
  font-size: 18px;
  text-align: center;
}

.service-section .service-bottom {
  margin-top: 50px;
  gap: 30px 0px;
}

.service-section .service-bottom .custom_padding {
  padding: 0px 20px 0px 0px;
}

.service-section .service-bottom .service-cont {
  padding: 20px;
  border: none;
  height: 100%;
  box-shadow: 0px 4px 12px 0px rgba(206, 196, 196, 0.45);
  border-radius: 5px;
  background: #fff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.service-section .service-bottom .service-cont i {
  font-size: 40px;
  color: #034925;
}

.service-section .service-bottom .service-cont h4 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0px 10px 0px;
}

.service-section .service-bottom .service-cont p {
  margin-bottom: 30px;
}

.service-section .service-bottom .service-cont button,
.experience-section .experience-right button {
  padding: 8px 18px 8px 18px;
}

.service-section .service-bottom .service-cont button a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
}

.service-section .service-bottom .service-cont:hover {
  background-color: rgba(144, 238, 144, 0.3);
}

/*=============================================
   Service-section End       
=============================================*/

/*=============================================
   highlight-section       
=============================================*/

.highlight-section {
  background: #078f41;
  padding: 80px 0;
}
.highlight-icon-bg {
  background-color: #111013;
  padding: 13px;
}
.counter-section h4 {
  font-size: 58px;
  color: #fff;
  font-weight: 700;
}
.counter-section p {
  font-size: 48px;
  font-weight: 900;
  margin: 0 0 0 5px;
  color: #fff;
}
.counter-text {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

/*=============================================
   highlight-section End       
=============================================*/

/*=============================================
   process-section       
=============================================*/
.booking-process .steps-top {
  margin-bottom: 50px;
}
.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;
}
.card-title {
  font-size: 24px;
  font-weight: 500;
}
.booking-process .steps-bottom .steps-cont p {
  text-align: center;
  font-size: 16px;
}
.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%);
}
.steps-btn a:hover::before {
  width: 0%;
}

/*=============================================
   process-section end    
=============================================*/

/*=============================================
   choose-section    
=============================================*/
.choose-section .choose-top {
  margin-bottom: 50px;
}
.choose-us-bottom {
  gap: 20px 15px;
  justify-content: center;
}
.choose-section .choose-top h4,
.choose-section .choose-top h2 {
  text-align: center;
}
.choose-section .choose-top p {
  font-size: 18px;
  margin: 0;
  text-align: center;
}
.choose-section .choose-us-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;
}

.choose-section .choose-us-cont h4 {
  font-size: 22px;
  color: #111013;
  margin-bottom: 10px;
}
.custom-width-30 {
  width: 32.4%;
}
.icon-bg {
  padding: 13px;
  background-color: rgba(144, 238, 144, 0.2);
  border-radius: 100%;
  width: 80px;
  margin-bottom: 20px;
}

/*=============================================
   choose-section end    
=============================================*/

/*=============================================
   faq-section    
=============================================*/
.faq-top {
  margin-bottom: 50px;
}

.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;
}
.accordion button,
.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #111013;
  font-size: 20px;
}

/*=============================================
   faq-section end    
=============================================*/

/*=============================================
   highlight-text section end    
=============================================*/
.highlight-text-section {
  background: #078f41;
  padding: 120px 0;
}
.highlight-text-section .highlight-text-heading {
  text-align: center;
  color: #fff;
  width: 90%;
  margin: auto;
  margin-bottom: 50px;
}
.highlight-text-section .highlight-text-heading h2 {
  color: #fff;
}
.highlight-text-section .choose-us-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;
}

.highlight-text-section .choose-us-cont h4 {
  font-size: 22px;
  color: #111013;
  margin-bottom: 10px;
}

/*=============================================
   highlight-text section    
=============================================*/

/*=============================================
   contact-section 
=============================================*/
.contact-section {
  background-color: #fafafa;
}
.contact-section .contact-col h2 {
  text-align: center;
}
.contact-section .contact-col p {
  text-align: center;
}
.contact-section .contact-col .btn-cont {
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}
.contact-section .contact-col .btn-cont a {
  color: #fff !important;
}
/*=============================================
   contact-section end
=============================================*/
/*** 
=============================================
    Area Section
=============================================
***/
.area-section .top-section h2 {
  text-align: center;
}
.area-section .bottom-section {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.area-section .bottom-section .custom-padding {
  padding: 0px 12px;
}
.area-section .bottom-section .cont {
  padding: 40px 30px;
  box-shadow: 0px 4px 12px 0px rgba(206, 196, 196, 0.45);
  background-color: #078f41;
  border-radius: 10px;
}
.area-section .bottom-section h4 {
  color: #fff;
}
/*** 
=============================================
    Area Section End
=============================================
***/

.internal-link {
  text-decoration: none;
  color: #034925 !important;
  font-weight: 500;
}


@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .spacing {
    padding: 80px 15px 80px 15px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
  }
  .banner-section {
    padding: 50px 15px;
  }
  .banner-section .banner-top h1 {
    font-size: 45px;
  }
  .banner-top > :first-child {
    margin-bottom: 40px;
  }
  .banner-section .banner-top p {
    margin-bottom: 30px;
  }
  .banner-section .banner-top .btn-cont a {
    font-size: 20px;
  }
  .banner-section .banner-top p {
    width: 100%;
  }
  .text-section .text-right {
    padding-left: 12px;
    margin-bottom: 30px;
  }
  .text-section .text-left {
    margin: auto;
  }
  .text-section .text-left .inner h4 {
    font-size: 24px;
  }
  .booking-process .steps-top {
    margin-bottom: 30px;
  }
  .service-section .service-bottom {
    padding: 0px 15px;
  }
  .service-section .service-bottom {
    margin-top: 30px 0px;
    gap: 20px 0px;
  }
  .choose-section .choose-top {
    margin-bottom: 30px;
  }
  .area-section .bottom-section .custom-padding {
    padding: 8px;
  }
  .area-section .bottom-section {
    margin-top: 30px;
  }
  .booking-process .steps-bottom {
    margin: 0px;
  }
  .choose-us-bottom {
    padding: 0 10px;
  }

  .choose-section .choose-us-cont h4 {
    font-size: 24px;
  }
  .highlight-text-section {
    padding: 80px 15px;
  }
  .highlight-text-section .highlight-text-heading {
    width: 100%;
    margin-bottom: 30px;
  }
  .highlight-text-section .choose-us-bottom {
    margin: 0px;
  }
  .faq-top {
    margin-bottom: 30px;
  }
  .custom-width-30 {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
  .spacing {
    padding: 60px 0px 60px 0px;
  }
  button {
    padding: 8px 16px 8px 16px;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 25px;
    text-align: center;
  }
  .banner-section {
    padding: 50px 0px;
  }
  .banner-section .banner-top h1 {
    font-size: 26px;
    text-align: center;
  }
  .banner-top > :first-child {
    margin-bottom: 40px;
  }
  .banner-section .banner-top p {
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
  }
  .banner-section .banner-top .btn-cont a {
    font-size: 18px;
  }
  .banner-section .banner-top p {
    width: 100%;
  }
  .banner-section .banner-top .btn-cont {
    justify-content: center;
  }
  .text-section .text-right {
    padding: 0px;
    margin-bottom: 30px;
  }
  .text-section .text-right p {
    font-size: 16px;
    text-align: center;
  }
  .text-section .text-left {
    margin: auto;
  }
  .text-section .text-left .inner h4 {
    font-size: 24px;
  }
  .text-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .service-section .service-top p {
    font-size: 16px;
  }
  .service-section .service-bottom {
    padding: 0px 15px;
  }
  .icon-bg {
    padding: 12px;
    width: 80px;
  }
  .service-section .service-bottom {
    margin-top: 30px;
  }
  .service-section .service-bottom .custom_padding {
    padding: 0px;
  }
  .service-section .service-bottom .service-cont h4 {
    font-size: 22px;
  }
  .booking-process .steps-top {
    margin-bottom: 30px;
  }
  .highlight-section {
    padding: 60px 0px;
  }
  .highlight-cont {
    gap: 25px;
  }
  .counter-section h4,
  .counter-section p {
    font-size: 45px;
  }
  .counter-section p {
    margin: -5px 0 0 5px;
  }
  .counter-text {
    font-size: 18px;
  }
  .choose-section .choose-top {
    margin-bottom: 30px;
  }
  .area-section .bottom-section {
    margin-top: 30px;
  }
  .area-section .bottom-section .cont {
    padding: 30px 20px;
  }
  .booking-process .steps-bottom {
    margin: 0px;
  }
  .card-title {
    font-size: 22px;
  }
  .custom-width-30 {
    width: 90%;
  }

  .highlight-text-section .highlight-text-heading {
    width: 100%;
    margin-bottom: 30px;
  }
  .highlight-text-section .choose-us-bottom {
    margin: auto;
  }
  .area-section .bottom-section {
    gap: 20px 0px;
  }
  .faq-top {
    margin-bottom: 30px;
  }
  .accordion {
    padding: 30px 15px;
  }
  .accordion button {
    padding: 20px 10px 20px 0;
    font-size: 18px;
  }
  .accordion-body {
    font-size: 16px;
    padding: 10px;
  }
  .contact-section .contact-col .btn-cont{
    gap: 15px;
    flex-wrap: wrap;
  }
}
