.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.primary-color {
  color: #008b9f;
}

.section-title {
  margin-bottom: 30px;
}
.section-title h2 {
  font-size: 24px;
  color: #008b9f;
}

#emergency_services_about_section {
  background-color: #f2f8f8;
}
#emergency_services_about_section .emergency-about-contents {
  padding-top: 80px;
}
#emergency_services_about_section .emergency-services-about-image {
  padding-right: 40px;
}
#emergency_services_about_section .emergency-services-about-contents-col {
  display: flex;
  align-items: center;
}
#emergency_services_about_section .emergency-services-about-contents h2 {
  font-size: 34px;
}
#emergency_services_about_section .emergency-services-about-contents p {
  line-height: 35px;
}
#emergency_services_about_section .emergency-services-about-contents .emergency-services-about-contents-btn a button {
  padding: 10px 20px;
  color: #fff;
  background-color: #f9aa1c;
  border: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
}
#emergency_services_about_section .emergency-services-about-contents .emergency-services-about-contents-btn a button span {
  margin: 0;
  font-size: 16px;
  font-family: "Inter-Regular";
  text-align: left;
}
#emergency_services_about_section .emergency-services-about-contents .emergency-services-about-contents-btn a button span b {
  font-size: 20px;
  letter-spacing: 1px;
}
#emergency_services_about_section .emergency-about-bottom-area {
  margin-top: 20px;
}

#emergency_services_slider_section .emergency-slider-area .emergency-slider .item .emergency-slider-image {
  border-radius: 10px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#emergency_services_slider_section .emergency-slider-area .emergency-slider .item .emergency-slider-content {
  cursor: pointer;
  position: relative;
  background-color: #008b9f;
  border: 2px solid #fff;
  padding: 10px 20px;
  width: 90%;
  left: 0;
  right: 0;
  height: 110px;
  top: -40px;
  margin: auto;
  border-radius: 10px;
}
#emergency_services_slider_section .emergency-slider-area .emergency-slider .item .emergency-slider-content p {
  color: #fff;
  margin: 0;
  font-size: 16px;
  margin-right: 30px;
  height: 100%;
  overflow-y: auto;
}
#emergency_services_slider_section .emergency-slider-area .emergency-slider .item .emergency-slider-content img {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: auto;
}

.insurance-benefit-slider-area {
  background-color: #f2f8f8;
  padding: 20px;
  border-radius: 20px;
}
.insurance-benefit-slider-area .benefit .item img {
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 100%;
  margin-bottom: 15px;
}
.insurance-benefit-slider-area .benefit .item p {
  color: #008b9f;
  font-size: 16px;
  margin: 0;
}

.treated-section-area {
  margin-top: -60px !important;
}

.line-div:last-child .line4 {
  display: none;
}

.line4 {
  position: absolute;
  width: 110px;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1600px) {
  #emergency_services_about_section .emergency-services-about-contents h2 {
    font-size: 28px !important;
  }
  .image-style-col .lg-image {
    width: 80%;
  }
  .image-style-col .small-image {
    width: 25%;
  }
  .image-style-col .side-con {
    left: -58px;
    top: -40px;
  }
  #emergency_services_about_section .emergency-services-about-contents h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .image-style-col .side-con {
    left: -41px;
    top: -40px;
    width: 130px;
  }
  .image-style-col .small-image {
    right: 10%;
  }
  #emergency_services_about_section .emergency-services-about-contents h2 {
    font-size: 28px !important;
  }
  #emergency_services_about_section .emergency-services-about-contents h2 br {
    display: none !important;
  }
  #emergency_services_about_section .emergency-services-about-contents p {
    line-height: 28px;
  }
  #emergency_services_about_section .emergency-services-about-contents .emergency-services-about-contents-btn a button {
    padding: 10px 15px;
  }
  #emergency_services_about_section .emergency-services-about-contents .emergency-services-about-contents-btn a button img {
    width: 40px;
  }
  #emergency_services_about_section .emergency-services-about-contents .emergency-services-about-contents-btn a button span {
    font-size: 14px !important;
  }
  #emergency_services_about_section .emergency-services-about-contents .emergency-services-about-contents-btn a button span b {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 1240px) {
  #emergency_services_about_section .emergency-about-contents {
    padding-top: 40px;
  }
  #emergency_services_about_section .emergency-services-about-image {
    padding-right: 30px;
  }
  #emergency_services_about_section .emergency-services-about-contents h2 {
    font-size: 26px !important;
  }
  #emergency_services_about_section .emergency-services-about-contents p {
    line-height: 25px;
  }
  #emergency_services_about_section .emergency-services-about-contents-btn a button {
    padding: 10px 15px;
  }
  #emergency_services_about_section .emergency-services-about-contents-btn a button img {
    width: 40px;
  }
  #emergency_services_about_section .emergency-services-about-contents-btn a button span {
    font-size: 13px !important;
  }
  #emergency_services_about_section .emergency-services-about-contents-btn a button span b {
    font-size: 14px !important;
  }
  .emergency-about-bottom-area img {
    margin-bottom: 15px !important;
  }
  .emergency-about-bottom-area h3 {
    font-size: 16px !important;
  }
  .image-style-col .lg-image {
    width: 80%;
  }
  .image-style-col .small-image {
    width: 25%;
  }
  .image-style-col .side-con {
    left: -27px;
    top: -29px;
    width: 100px;
  }
  #emergency_services_slider_section .emergency-slider-area .emergency-slider .item .emergency-slider-content p {
    font-size: 15px;
  }
  #emergency_services_slider_section .emergency-slider-area .emergency-slider .item .emergency-slider-content img {
    bottom: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .line-div .line4 {
    display: none;
  }
  #emergency_services_about_section .emergency-about-contents {
    padding-top: 0px;
  }
  #emergency_services_about_section .emergency-services-about-image {
    padding-right: 0px;
  }
  #emergency_services_about_section .emergency-services-about-contents h2 {
    font-size: 22px !important;
  }
  #emergency_services_about_section .emergency-services-about-contents .emergency-services-about-contents-btn a button {
    padding: 8px 10px;
  }
  #emergency_services_about_section .emergency-services-about-contents .emergency-services-about-contents-btn a button img {
    width: 35px;
  }
  #emergency_services_about_section .emergency-services-about-contents .emergency-services-about-contents-btn a button span {
    font-size: 13px !important;
  }
  #emergency_services_about_section .emergency-services-about-contents .emergency-services-about-contents-btn a button span b {
    font-size: 14px !important;
  }
  #emergency_services_slider_section .emergency-slider-area .emergency-slider .item .emergency-slider-content {
    height: 90px;
  }
  .image-style-col .lg-image {
    width: 100% !important;
    height: 50% !important;
  }
  .image-style-col .small-image {
    display: none !important;
  }
  .image-style-col .side-con {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #emergency_services_about_section .emergency-services-about-contents h2 {
    font-size: 18px !important;
  }
  .image-style-col {
    display: none !important;
  }
  .emergency-about-bottom-area .your-trip {
    padding-bottom: 0 !important;
  }
  .emergency-about-bottom-area h3 {
    font-size: 14px !important;
  }
  #emergency_services_slider_section .emergency-slider-area .emergency-slider .item .emergency-slider-content {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (max-width: 576px) {
  #join_our_team_section .join-our-team .join-our-team-contents h5 {
    font-size: 16px !important;
  }
  #join_our_team_section .join-our-team .join-our-team-contents h2 {
    font-size: 20px !important;
  }
  #join_our_team_section .join-our-team .join-our-team-contents p {
    line-height: 25px;
  }
}
