/**
 * Plugin Name: HTSG Custom Plugin Core
 * Description: This is a custom plugin for custom developed sections, addons & widgets. This plugin required Elementor Page Builder. Make sure it install before using it.
 * Version:     1.1
 * Author:      Health Tech Services Group
 * Author URI:  http://hts.group
 * License:     GPL2
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Domain Path: /languages
 * Text Domain: hts
 */
/*=================================
    CSS Index Here
==================================*/
/*
01. Addons Style
    1.1. Partner Logo
    1.2. Modal Style
    1.3. Hero Slider
    1.4. Hero Banner
    1.5. Image Slider
    1.6. Service Box
    1.7. Newsletter Popup
*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Addons Style
==================================*/
/*------------------- Common -------------------*/
.rh-title-area {
  text-align: center;
  margin: 0 auto 70px auto;
}
.rh-title-area .rh-section-title {
  font-size: 46px;
  text-transform: capitalize;
  margin: -0.26em auto 32px auto;
  max-width: 730px;
}
.rh-title-area .rh-section-text {
  font-size: 18px;
}
.rh-title-area .rh-section-text i {
  color: #FFA600;
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: -2px;
}
.rh-title-area .rh-section-text a {
  font-weight: 700;
  text-decoration: underline;
}

.rh-section-divider {
  width: 65px;
  height: 5px;
  background-color: var(--title-color);
  border-radius: 9999px;
  margin: 0 auto 30px auto;
  position: relative;
}
.rh-section-divider:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  background-color: var(--theme-color);
  border-radius: 9999px;
}

@media (max-width: 1199px) {
  .rh-title-area .rh-section-title {
    font-size: 40px;
    margin: -0.26em auto 27px auto;
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .rh-title-area {
    margin: 0 auto 50px auto;
  }
  .rh-title-area .rh-section-title {
    font-size: 30px;
  }
  .rh-title-area .rh-section-text {
    font-size: 16px;
  }
}
/*------------------- 1.3. Hero Slider -------------------*/
.htsg-hero-style1 .slide-img-one,
.htsg-hero-style1 .slide-img-two {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-color: var(--theme-color);
}

.htsg-hero-style1 .slide-img-two {
  z-index: 1;
}

.htsg-hero-style1 .htsg-slider-content {
  width: calc(var(--main-container) + 30px);
  max-width: 100%;
  position: relative;
  z-index: 4;
  margin-left: auto;
  margin-right: auto;
  padding: 95px 15px 100px;
}

.htsg-hero-style1 .slide-title-one {
  background-color: var(--title-color);
  color: var(--white-color);
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 10px 30px 14px;
  border-radius: 0 0 20px 20px;
  position: absolute;
  right: 10%;
  top: 0;
}

.htsg-hero-style1 .slide-title-two {
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
  line-height: 1;
}

.htsg-hero-style1 .slide-title-three {
  font-size: 90px;
  line-height: 1;
  color: var(--white-color);
  margin-bottom: 10px;
  letter-spacing: -0.04em;
}

.htsg-hero-style1 .slide-title-four {
  color: var(--white-color);
  font-size: 26px;
  margin-bottom: 28px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
}

.htsg-hero-style1 .slide-title-five {
  padding: 8px 25px;
  background-color: var(--white-color);
  border-radius: 9999px;
  color: #805d9f;
  font-weight: 700;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 7px;
}

.htsg-hero-style1 .slide-title-six {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.htsg-hero-style1 .htsg-slider-btns .vs-btn.btn-two,
.htsg-hero-style1 .slick-arrow {
  background-color: var(--white-color);
  color: var(--title-color);
}

.htsg-hero-style1 .htsg-slider-btns .vs-btn {
  flex-direction: row;
  background-color: var(--title-color);
  color: var(--white-color);
}

.htsg-hero-style1 .htsg-slider-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.htsg-hero-style1 .htsg-slider-btns .vs-btn.btn-two:hover {
  background-color: transparent;
  color: var(--white-color);
}

.htsg-hero-style1 .background-image {
  background-position: center center;
}

.htsg-hero-style1 .slick-arrow {
  right: 15px !important;
  bottom: 15px;
  margin: 0;
  transform: none;
  top: auto;
  left: auto;
  border: none;
}

.htsg-hero-style1 .slick-arrow.slick-prev {
  right: 80px !important;
}

@media (max-width: 1024px) {
  .htsg-hero-style1 .slide-title-three {
    font-size: 60px;
  }
  .htsg-hero-style1 .slide-title-two {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .htsg-hero-style1 .slide-title-four {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .htsg-hero-style1 .slide-title-five {
    padding: 7px 25px;
    font-size: 16px;
  }
  .htsg-hero-style1 .slide-title-six {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .htsg-hero-style1 .slide-title-one {
    font-size: 18px;
    padding: 7px 20px 10px;
    right: 5%;
  }
}
@media (max-width: 767px) {
  .htsg-hero-style1 .slide-title-two {
    font-size: 12px;
    margin-bottom: 7px;
  }
  .htsg-hero-style1 .slide-title-three {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .htsg-hero-style1 .slide-title-four {
    font-size: 12px;
    margin-bottom: 14px;
  }
  .htsg-hero-style1 .slide-title-five {
    padding: 4px 21px;
    font-size: 12px;
    margin-bottom: 4px;
  }
  .htsg-hero-style1 .slide-title-six {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .htsg-hero-style1 .htsg-slider-btns .vs-btn {
    padding: 10px 18px;
    font-size: 12px;
    line-height: 1;
  }
  .htsg-hero-style1 .htsg-slider-content {
    padding: 40px 10px 50px;
  }
  .htsg-hero-style1 .htsg-slider-btns {
    gap: 15px;
  }
  .htsg-hero-style1 .slick-arrow {
    right: 10px !important;
    bottom: 10px;
    --icon-size: 30px;
    --icon-font-size: 14px ;
  }
  .htsg-hero-style1 .slick-arrow.slick-prev {
    right: 48px !important;
  }
  .htsg-hero-style1 .slide-title-one {
    font-size: 12px;
    padding: 7px 14px 8px;
    right: 5%;
    border-radius: 0 0 10px 10px;
  }
  .htsg-hero-style1 .slide-img-two {
    display: block;
  }
  .htsg-hero-style1 .slide-img-one {
    display: none;
  }
}
/*------------------- 1.4. Hero Banner -------------------*/
.htsg-banner-area .hero-bg-desktop img {
  width: 100%;
}
.htsg-banner-area .htsg-banner-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.htsg-banner-area .hero-bg-mobile {
  display: none;
}
.htsg-banner-area .htsg-banner-title {
  margin-top: -0.3em;
  line-height: 1.4;
}
.htsg-banner-area .htsg-banner-content {
  max-width: 650px;
}
.htsg-banner-area .htsg-banner-desc {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
}
.htsg-banner-area .htsg-banner-btns .vs-btn:hover:before,
.htsg-banner-area .htsg-banner-btns .vs-btn:hover:after {
  background-color: var(--white-color);
}
.htsg-banner-area.banner-simple {
  padding: 120px 0;
  background-position: bottom center;
}
.htsg-banner-area.banner-simple .htsg-banner-title {
  margin-bottom: 40px;
}
.htsg-banner-area.banner-responsive {
  padding-top: 0;
  padding-bottom: 0;
}
.htsg-banner-area.banner-responsive img {
  width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .htsg-banner-area .htsg-banner-content {
    max-width: 400px;
  }
  .htsg-banner-area .htsg-banner-title {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .htsg-banner-area .htsg-banner-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .htsg-banner-area .htsg-banner-btns .vs-btn {
    padding: 9px 25px;
    font-size: 14px;
  }
  .htsg-banner-area.banner-responsive .htsg-banner-title {
    font-size: 46px;
    margin-bottom: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .htsg-banner-area .htsg-banner-content {
    max-width: 350px;
  }
  .htsg-banner-area .htsg-banner-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .htsg-banner-area .htsg-banner-desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .htsg-banner-area .htsg-banner-btns .vs-btn {
    padding: 10px 25px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .htsg-banner-area .hero-bg-desktop {
    display: none;
  }
  .htsg-banner-area .hero-bg-mobile {
    display: block;
  }
  .htsg-banner-area .htsg-banner-body {
    text-align: center;
  }
  .htsg-banner-area .htsg-banner-content {
    max-width: 100%;
  }
  .htsg-banner-area.banner-responsive .htsg-banner-title {
    font-size: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
  .htsg-banner-area.banner-responsive .htsg-banner-btns {
    justify-content: center;
  }
}
@media (max-width: 360px) {
  .htsg-banner-area .htsg-banner-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
/*------------------- New One of Care Safe.io -------------------*/
/*------------------- 1.8. HTSG Header -------------------*/
.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.will-sticky .sticky-active.active {
  top: 0;
}

.trustpilot-widget {
  background-color: var(--title-color);
  padding: 10px 0;
}

.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  font-size: 0.8rem;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid var(--theme-color);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}
.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 34.5px;
  top: 30px;
  width: 1px;
  background-color: #ededed;
  height: calc(100% - 60px);
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 0;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 21px;
}
.main-menu ul.sub-menu li a:before {
  content: "\f111";
  position: absolute;
  top: 2.5em;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: var(--theme-color);
  font-weight: 700;
  background-color: var(--white-color);
  box-shadow: inset 0px 2px 4px 0px rgba(173, 136, 88, 0.4);
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.main-menu .mega-menu-wrap {
  position: static;
}

.htsg-header {
  --main-container: 1720px;
}
.htsg-header .htsg-logo {
  padding: 20px 0;
}
.htsg-header .header-btn,
.htsg-header .htsg-logo {
  width: 300px;
}
.htsg-header .header-btn {
  text-align: right;
}
.htsg-header .vs-mobile-menu {
  padding-top: 50px;
  margin-top: 0;
}
.htsg-header .vs-mobile-menu ul li a {
  padding: 15px 0;
  font-size: 20px;
}
.htsg-header .vs-menu-wrapper .vs-menu-toggle {
  width: 40px;
  height: 40px;
  color: var(--white-color);
  background-color: var(--title-color);
  font-size: 22px;
}
.htsg-header .vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.htsg-header .vs-menu-toggle {
  border-radius: 50%;
  background-color: var(--title-color);
  color: var(--white-color);
}
.htsg-header .vs-menu-toggle:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

.htsg-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.htsg-menu > ul > li {
  display: inline-block;
  margin-right: 40px;
}
.htsg-menu > ul > li:last-child {
  margin-right: 0;
}
.htsg-menu > ul > li > a {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 42px 0px;
  color: var(--title-color);
  font-family: var(--title-font);
  position: relative;
}
.htsg-menu > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 20px;
  transition: all ease 0.4s;
  background-color: var(--theme-color);
  transform: scaleX(0);
  opacity: 0;
  visibility: hidden;
}
.htsg-menu > ul > li > a:hover {
  color: var(--theme-color);
}
.htsg-menu > ul > li > a:hover::before {
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1400px) {
  .htsg-header .header-btn,
  .htsg-header .htsg-logo {
    width: max-content;
    max-width: 100%;
  }
  .htsg-header .vs-menu-toggle {
    margin-left: 10px;
  }
  .htsg-header .row:not([class*=gx-]) {
    --bs-gutter-x: 1.5rem;
  }
  .htsg-menu > ul > li {
    margin-right: 34px;
  }
  .htsg-menu > ul > li > a {
    font-size: 18px;
  }
}
.htsg-header.will-sticky .sticky-active {
  z-index: 999;
}

@media (max-width: 992px) {
  .htsg-menu > ul > li > a {
    padding: 30px 0px;
  }
  .htsg-header .htsg-logo {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .htsg-header .htsg-btn {
    padding: 0;
    font-size: 0;
  }
  .htsg-header .htsg-btn i {
    width: 45px;
    height: 45px;
    display: inline-block;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    margin: 0;
  }
  .htsg-header .htsg-logo img {
    width: 150px;
  }
  .htsg-header .vs-menu-toggle {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.rh-header-style1 .header-btn {
  width: max-content;
}
.rh-header-style1 a.header-call-btn.htsg-btn {
  display: none;
  font-size: 14px;
  padding: 9px 20px 11px 20px;
}
.rh-header-style1 a.header-call-btn.htsg-btn i {
  width: auto;
  height: auto;
  line-height: 1;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .rh-header-style1 a.header-call-btn.htsg-btn {
    display: inline-block;
  }
}

/*------------------- 1.8. HTSG Footer -------------------*/
.htsg-footer {
  padding: 100px 0 0 0;
  position: relative;
  z-index: 3;
}

.htsg-widget {
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  margin-bottom: 100px;
  border-left: 1px solid rgba(43, 43, 114, 0.15);
  height: calc(100% - 100px);
}

.htsg-footer [class*=col-]:first-child .htsg-widget {
  padding-left: 0;
  border-left: none;
  text-align: left;
}

.htsg_widget_title {
  line-height: 1;
  margin: -0.15em 0px 30px 0;
  font-size: 30px;
}

.htsg_widget_text {
  margin-bottom: 22px;
}

.newsletter-footer {
  max-width: 285px;
}
.newsletter-footer input {
  border-radius: 9999px;
  background-color: var(--white-color);
  border: none;
  margin-bottom: 0;
  font-size: 16px;
}
.newsletter-footer .form-group {
  margin-bottom: 20px;
}
.newsletter-footer .vs-btn {
  padding: 13px 34.5px;
  font-size: 20px;
}

.widget_menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_menu li {
  margin-bottom: 20px;
}
.widget_menu li:last-child {
  margin-bottom: 0;
}
.widget_menu a {
  color: var(--title-color);
  font-size: 18px;
}

.copywrite_menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.copywrite_menu li {
  display: inline-block;
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid var(--title-color);
  line-height: 1;
}
.copywrite_menu li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.copywrite_menu a {
  font-size: 16px;
  color: var(--title-color);
  transition: all ease 0.4s;
}

.htsg_copywrite {
  margin: 0;
}

.copywrite-wrap {
  padding: 32px 0;
  border-top: 1px solid rgba(43, 43, 114, 0.15);
}

.footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  margin-top: 30px;
  margin-right: -10px;
}
.footer-social .social-text {
  font-size: 16px;
  font-family: var(--title-font);
  font-weight: 700;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.footer-social .social-links a {
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 1;
  background-color: transparent;
  color: var(--title-color);
  font-size: 24px;
  margin-right: 15px;
}
.footer-social .social-links a:last-child {
  margin-right: 0;
}
.footer-social .social-links a:hover {
  color: var(--title-color);
  background-color: transparent;
}

.htsg-rh-footer {
  padding: 0;
  border: none;
}
.htsg-rh-footer .copywrite-wrap {
  border: none;
  background-color: rgba(75, 0, 130, 0.1);
}

@media (max-width: 1200px) {
  .htsg-widget {
    border: none;
  }
}
@media (max-width: 992px) {
  .htsg-widget {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-social {
    margin-right: 0;
  }
  .htsg_widget_title {
    font-size: 26px;
  }
  .copywrite-wrap {
    text-align: center;
  }
  .htsg_copywrite {
    margin-top: 20px;
  }
  .copywrite_menu li {
    margin-right: 20px;
    padding-right: 0;
    border-right: none;
  }
  .copywrite_menu a {
    font-weight: 400;
    font-size: 14px;
    font-family: var(--body-font);
  }
}
@media (max-width: 767px) {
  .htsg-footer {
    padding-top: 60px;
  }
  .htsg-widget {
    border: none;
    padding: 0;
    margin-bottom: 60px;
  }
  .htsg-footer [class*=col-]:first-child .htsg-widget {
    text-align: center;
  }
  .newsletter-footer {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-social {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .copywrite_menu li {
    margin-right: 10px;
    padding-right: 12px;
  }
}
@media (max-width: 992px) {
  .htsg-rh-footer .htsg_copywrite {
    margin-top: 0;
  }
  .htsg-footer.htsg-rh-footer {
    padding-top: 0;
  }
  .rh-cta-style1 {
    padding: 60px 0;
  }
}
/*------------------- 1.9. HTSG Hero -------------------*/
.htsg-hero-style1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.htsg-hero-style1 .htsg-hero-title {
  font-size: 60px;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.htsg-hero-style1 .htsg-hero-content {
  text-align: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.htsg-hero-style1 .htsg-hero-desc {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .htsg-hero-style1 .htsg-hero-title {
    font-size: 46px;
    margin-bottom: 20px;
  }
  .htsg-hero-style1 .htsg-hero-desc {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .htsg-hero-style1 {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .htsg-hero-style1 .htsg-hero-title {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .htsg-hero-style1 .htsg-hero-desc {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .htsg-hero-style1 .htsg-hero-title {
    font-size: 34px;
    margin-bottom: 15px;
  }
  .htsg-hero-style1 .htsg-hero-desc {
    font-size: 18px;
  }
}
/*------------------- 1.9. HTSG Hero -------------------*/
.htsg-card-style1 {
  --main-container: 1825px;
}
.htsg-card-style1 .htsg-card-icon a {
  display: block;
  background-color: var(--title-color);
  text-align: center;
  height: 275px;
  line-height: 275px;
}
.htsg-card-style1 .htsg-card-box {
  background-color: #ddd;
  background-color: var(--white-color);
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}
.htsg-card-style1 .htsg-card-content {
  padding: 40px 35px 34px 39px;
}
.htsg-card-style1 .htsg-card-title {
  font-size: 28px;
  margin-top: -0.4em;
  margin-bottom: 12px;
}
.htsg-card-style1 .htsg-card-title a {
  color: inherit;
}
.htsg-card-style1 .htsg-card-title a:hover {
  color: var(--theme-color);
}
.htsg-card-style1 .htsg-card-btn {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--title-color);
  text-decoration: underline;
  letter-spacing: 0;
  font-size: 18px;
}
.htsg-card-style1 .htsg-card-btn:hover {
  color: var(--theme-color);
}
.htsg-card-style1 .slick-list {
  padding-left: 0 !important;
}

@media (max-width: 1500px) {
  .htsg-card-style1 .htsg-card-content {
    padding: 40px 25px 34px 25px;
  }
  .htsg-card-style1 .htsg-card-title {
    font-size: 26px;
  }
  .htsg-card-style1 .htsg-card-btn {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .htsg-card-style1 .htsg-card-title {
    font-size: 24px;
  }
  .htsg-card-style1 .htsg-card-btn {
    font-size: 14px;
  }
  .htsg-card-style1 .htsg-card-content {
    padding: 30px 25px 24px 25px;
  }
  .htsg-card-style1 .htsg-card-icon a {
    height: 180px;
    line-height: 180px;
  }
}
/*------------------- 1.9. HTSG Counter -------------------*/
.counter-item {
  border: 1px solid rgba(43, 43, 114, 0.1);
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 32px 30px 25px 30px;
  border-radius: 20px;
}
.counter-item .counter-number {
  font-size: 60px;
  font-weight: 700;
  margin: -0.15em 0 0 0;
  margin-right: 10px;
  font-family: var(--title-font);
  display: block;
  line-height: 1;
}
.counter-item .counter-text {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 15px;
}
.counter-item .counter-body {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.2em;
}
.counter-item .counter-img {
  margin-top: -15px;
  margin-bottom: -5px;
}

@media (max-width: 767px) {
  .counter-item {
    padding: 25px 20px 20px 20px;
    text-align: center;
  }
  .counter-item .counter-number {
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .counter-item .counter-text {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .counter-item .counter-body {
    margin-bottom: 10px;
    justify-content: center;
  }
  .counter-item .counter-img {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
/*------------------- 1.9. HTSG Review Card -------------------*/
.review-style1 .htsg-review-box {
  background-color: var(--white-color);
  margin-bottom: 30px;
  padding: 40px;
  border-radius: 30px;
}
.review-style1 .review-rating {
  color: var(--yellow-color);
  font-size: 16px;
  margin-bottom: 10px;
}
.review-style1 .review-rating a {
  color: inherit;
}
.review-style1 .review-rating i {
  margin-right: 4px;
}
.review-style1 .review-date {
  font-size: 14px;
  display: block;
  margin-top: 15px;
  line-height: 1;
  font-style: italic;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--theme-color);
}
.review-style1 .review-date a {
  color: inherit;
}
.review-style1 .review-author {
  font-size: 26px;
  margin-bottom: 7px;
  font-weight: 700;
  line-height: 1.3;
  font-family: var(--title-font);
  color: var(--title-color);
}
.review-style1 .review-author a {
  color: inherit;
}
.review-style1 .review-author a:hover {
  color: var(--theme-color);
}
.review-style1 .review-text {
  margin-bottom: 0;
}
.review-style1 .review-text a {
  color: inherit;
}

.review-style2 a {
  color: inherit;
}
.review-style2 .htsg-review-box {
  padding: 40px;
  background-color: rgba(105, 0, 255, 0.05);
  border-radius: 20px;
  position: relative;
}
.review-style2 .htsg-review-box:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  right: 30px;
  bottom: 40px;
  font-size: 4rem;
  font-weight: 100;
  opacity: 0.1;
  color: var(--theme-color);
}
.review-style2 .htsg-review-content {
  display: flex;
  flex-direction: column;
}
.review-style2 .review-rating {
  order: 0;
  color: #FFA600;
  letter-spacing: 0.3em;
  margin-bottom: 16px;
  font-size: 20px;
}
.review-style2 .review-location {
  order: 3;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  font-size: 14px;
}
.review-style2 .review-text {
  order: 1;
  font-size: 18px;
  margin-bottom: 14px;
}
.review-style2 .review-author {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 1;
  margin-bottom: 13px;
  order: 2;
}

@media (max-width: 1199px) {
  .review-style1 .row {
    --bs-gutter-x: 20px;
  }
  .review-style1 .htsg-review-box {
    padding: 35px 25px;
  }
}
@media (max-width: 767px) {
  .review-style2 .htsg-review-box {
    padding: 40px 20px;
  }
  .review-style2 .review-text {
    font-size: 16px;
  }
  .review-style2 .review-author {
    font-size: 18px;
  }
}
/*------------------- 1.9. HTSG Partner Grid -------------------*/
.partner-grid-style1 {
  --main-container: 1220px;
}
.partner-grid-style1 .row:not([class*=gx-]) {
  --bs-gutter-y: 50px;
}
@media (min-width: 1500px) {
  .partner-grid-style1 .row:not([class*=gx-]) {
    --bs-gutter-x: 80px;
  }
}
.partner-grid-style1 .partner-item img {
  width: auto;
}

@media (max-width: 767px) {
  .partner-grid-style1 .row:not([class*=gx-]) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
  }
}
/*------------------- 1.9. HTSG CTA -------------------*/
.cta-area,
.form-area {
  padding: 60px 15px 50px 15px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.cta-area::before,
.form-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: inherit;
  opacity: 0.3;
  background-image: linear-gradient(-55deg, rgb(255, 218, 185) 9.8%, rgb(205, 137, 255) 97.5%);
}

.form-area {
  padding: 40px 80px 60px 80px;
}
.form-area .htsg-sec-title {
  margin-bottom: 50px;
}

.cta-text {
  font-size: 20px;
  max-width: 820px;
  margin: 0 auto 30px auto;
}

.cta-style1 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.form-area {
  margin-bottom: 50px;
}

.htsg-transport-form,
.cs-contact-form {
  text-align: left;
}
.htsg-transport-form .form-btn,
.cs-contact-form .form-btn {
  text-align: center;
}
.htsg-transport-form .wpcf7-not-valid-tip,
.cs-contact-form .wpcf7-not-valid-tip {
  margin-top: 10px;
}
.htsg-transport-form input:not([type=radio]):not([type=checkbox]),
.htsg-transport-form select,
.htsg-transport-form textarea,
.cs-contact-form input:not([type=radio]):not([type=checkbox]),
.cs-contact-form select,
.cs-contact-form textarea {
  background-color: var(--white-color);
  height: 60px;
  font-size: 16px;
  border-radius: 14px;
  border: none;
}
.htsg-transport-form .form-group > label,
.cs-contact-form .form-group > label {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 1500px) {
  .htsg-transport-form .row,
  .cs-contact-form .row {
    --bs-gutter-x: 30px;
  }
}
.htsg-transport-form label,
.cs-contact-form label {
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.htsg-transport-form input[type=checkbox],
.htsg-transport-form input[type=radio],
.cs-contact-form input[type=checkbox],
.cs-contact-form input[type=radio] {
  display: none;
}
.htsg-transport-form label .wpcf7-list-item-label:before,
.cs-contact-form label .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--title-color);
}
.htsg-transport-form .wpcf7-list-item,
.cs-contact-form .wpcf7-list-item {
  display: inline-block;
  margin-right: 35px;
  margin-left: 0;
}
.htsg-transport-form .wpcf7-list-item.last,
.cs-contact-form .wpcf7-list-item.last {
  margin-right: 0;
}
.htsg-transport-form label input:checked + .wpcf7-list-item-label:before,
.cs-contact-form label input:checked + .wpcf7-list-item-label:before {
  background-color: var(--theme-color);
}
.htsg-transport-form .sr-only,
.cs-contact-form .sr-only {
  display: none;
}

.cta-style2 .cta-content {
  text-align: center;
  padding: 70px 20px;
  background-color: var(--white-color);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.02);
  border-radius: 30px;
}

.rh-cta-style1 {
  padding: 100px 0;
  background-color: var(--title-color);
  background-image: linear-gradient(to right, rgba(105, 0, 255, 0.75) 6%, rgba(63, 0, 153, 0.9) 71%);
}
.rh-cta-style1 .rh-cta-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.rh-cta-style1 .rh-cta-title {
  color: var(--white-color);
  margin-top: -0.3em;
  margin-bottom: 24px;
}
.rh-cta-style1 .rh-cta-text {
  color: var(--white-color);
  padding: 0 40px;
  margin: 0 0 43px 0;
}
.rh-cta-style1 .rh-cta-btn {
  background-color: var(--white-color);
  color: var(--title-color);
}
.rh-cta-style1 .rh-cta-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

@media (max-width: 992px) {
  .form-area {
    padding: 40px 20px 60px 20px;
  }
  .form-area .wpcf7-list-item {
    margin-right: 20px;
  }
  .form-area .wpcf7-list-item {
    margin-bottom: 10px;
  }
  .form-area span.wpcf7-form-control.wpcf7-radio {
    margin-bottom: -10px;
    display: block;
  }
  .form-area .htsg-sec-title {
    margin-bottom: 35px;
  }
  .cs-contact-form .row {
    --bs-gutter-x: 25px;
  }
}
@media (max-width: 767px) {
  .cta-style1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .cta-text {
    font-size: 18px;
  }
  .htsg-transport-form input:not([type=radio]):not([type=checkbox]),
  .htsg-transport-form select,
  .htsg-transport-form textarea,
  .cs-contact-form input:not([type=radio]):not([type=checkbox]),
  .cs-contact-form select,
  .cs-contact-form textarea {
    background-color: var(--white-color);
    height: 50px;
    font-size: 16px;
    border-radius: 14px;
    border: none;
  }
  .cta-style2 .cta-content {
    padding: 40px 20px;
  }
  .rh-cta-style1 {
    padding: 60px 0;
  }
}
/*------------------- 1.9. HTSG Vehicle -------------------*/
.vehicle-card-style1 .htsg-vehicle-box {
  background-color: #F5F5F5;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 30px;
}
.vehicle-card-style1 .htsg-vehicle-content {
  padding: 24px 38px 40px 38px;
  text-align: center;
}
.vehicle-card-style1 .htsg-vehicle-images img {
  width: 100%;
}
.vehicle-card-style1 .htsg-vehicle-text {
  margin-bottom: 21px;
}
.vehicle-card-style1 .htsg-vehicle-title {
  font-size: 30px;
}
.vehicle-card-style1 .slick-arrow.slick-next,
.vehicle-card-style1 .slick-arrow {
  left: auto;
  width: 40px;
  height: 40px;
  border: none;
  background-color: var(--title-color);
  color: var(--white-color);
  right: 20px;
  top: auto;
  bottom: 20px;
  margin: 0;
}
.vehicle-card-style1 .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.vehicle-card-style1 .slick-arrow.slick-prev {
  right: 70px;
}

@media (max-width: 1199px) {
  .vehicle-card-style1 .htsg-vehicle-content {
    padding: 24px 20px 40px 20px;
  }
  .vehicle-card-style1 .htsg-vehicle-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .vehicle-card-style1 .slick-arrow.slick-next,
  .vehicle-card-style1 .slick-arrow {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
  }
  .vehicle-card-style1 .slick-arrow.slick-prev {
    right: 50px;
  }
}
/*------------------- 1.9. HTSG Vehicle -------------------*/
.transport-hero1 {
  padding-top: 80px;
  padding-bottom: 120px;
}
.transport-hero1 .container {
  --main-container: 1720px;
}
.transport-hero1 .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.transport-hero1 .hero-images img {
  width: 100%;
}
.transport-hero1 .single-img {
  overflow: hidden;
  border-radius: 20px;
}
.transport-hero1 .single-img img {
  width: 100%;
}
.transport-hero1 .hero-content {
  max-width: 900px;
}
.transport-hero1 .htsg-hero-title {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: -0.28em;
}
.transport-hero1 .htsg-hero-desc {
  margin-bottom: 52px;
}

.htsg-transport-form {
  max-width: 700px;
}
@media (min-width: 1500px) {
  .htsg-transport-form .row:not([class*=gx-]) {
    --bs-gutter-x: 20px;
  }
}
.htsg-transport-form input:not([type=radio]):not([type=checkbox]),
.htsg-transport-form textarea,
.htsg-transport-form select {
  border: none;
  border-radius: 9999px;
  border: 1px solid #eee;
}
.htsg-transport-form .form-btn {
  text-align: center;
  margin-top: 40px;
}

.transport-withmap .wpcf7-form-control-wrap input:not([type=radio]):not([type=checkbox]),
.transport-withmap .wpcf7-form-control-wrap textarea,
.transport-withmap .wpcf7-form-control-wrap select {
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background-position: right 15px center;
  border-radius: 15px;
}
.transport-withmap .location-field {
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
  padding: 0;
  line-height: 40px;
}
.transport-withmap .location-field label {
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-family: var(--body-font);
  font-size: 16px;
  min-width: 75px;
  padding: 0;
  border-right: 1px solid #eee;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 40px;
  z-index: 3;
}
.transport-withmap .location-field .wpcf7-form-control-wrap-main {
  flex: 1;
}
.transport-withmap .location-field .wpcf7-form-control-wrap-main input:not([type=radio]):not([type=checkbox]) {
  padding-right: 15px;
  padding-left: 105px;
  height: 60px;
  background-color: var(--white-color);
  border: 1px solid #eee;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .transport-withmap .location-field label {
    font-size: 14px;
    min-width: 70px;
    line-height: 30px;
  }
  .transport-withmap .location-field .wpcf7-form-control-wrap-main input:not([type=radio]):not([type=checkbox]) {
    padding-left: 100px;
    height: 50px;
  }
  .transport-withmap .wpcf7-form-control-wrap select {
    background-position: right 6px center;
  }
}
@media (max-width: 1500px) {
  .transport-hero1 .htsg-hero-title {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .transport-hero1 .htsg-hero-desc {
    margin-bottom: 32px;
  }
}
@media (max-width: 1200px) {
  .transport-hero1 .htsg-transport-form,
  .transport-hero1 .hero-content {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .transport-hero1 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .transport-hero1 .htsg-transport-form {
    margin-bottom: 80px;
  }
  .htsg-transport-form .form-btn,
  .transport-hero1 .htsg-hero-desc,
  .transport-hero1 .htsg-hero-title {
    text-align: center;
  }
}
.htsg-transport-form .wpcf7-not-valid-tip {
  display: none;
}

.htsg-transport-form .location-field .wpcf7-form-control-wrap-main input:not([type=radio]):not([type=checkbox]).wpcf7-not-valid,
.htsg-transport-form input:not([type=radio]):not([type=checkbox]).wpcf7-not-valid,
.htsg-transport-form select.wpcf7-not-valid {
  border-color: var(--error-color);
}

@media (max-width: 767px) {
  .transport-hero1 {
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .transport-hero1 .htsg-hero-title {
    font-size: 30px;
  }
  .transport-hero1 .slick-dots {
    position: relative;
    margin: 20px auto 0 auto;
  }
  .htsg-transport-form .form-btn {
    margin-top: 0;
  }
  .htsg-transport-form .row {
    --bs-gutter-x: 15px;
  }
  .htsg-transport-form input:not([type=radio]):not([type=checkbox]), .htsg-transport-form textarea, .htsg-transport-form select {
    font-size: 14px;
    border-radius: 16px;
    padding-left: 15px;
    padding-right: 15px;
    background-position: right 10px center;
  }
  .htsg-transport-form select {
    padding-right: 28px;
  }
  .transport-hero1 .htsg-transport-form + .wpcf7-response-output {
    margin-top: -50px;
    margin-bottom: 80px;
    font-size: 15px;
  }
}
/*------------------- 1.9. HTSG Vehicle -------------------*/
.carousel-style1 {
  padding-bottom: 90px;
}

.htsg-carousel-box {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: var(--white-color);
}
.htsg-carousel-box .htsg-carousel-icon {
  overflow: hidden;
  background-color: #ddd;
  text-align: center;
}
.htsg-carousel-box .htsg-carousel-icon img {
  width: 100%;
}
.htsg-carousel-box .htsg-carousel-title {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: -0.35em;
}
.htsg-carousel-box .htsg-carousel-title a {
  color: inherit;
}
.htsg-carousel-box .htsg-carousel-title a:hover {
  color: var(--theme-color);
}
.htsg-carousel-box .htsg-carousel-btn {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--title-color);
  font-weight: 600;
  font-family: var(--title-font);
  text-decoration: underline;
}
.htsg-carousel-box .htsg-carousel-btn:hover {
  color: var(--theme-color);
}
.htsg-carousel-box .htsg-carousel-content {
  padding: 30px 20px;
}

@media (max-width: 767px) {
  .htsg-carousel-box .htsg-carousel-title {
    font-size: 24px;
  }
  .htsg-carousel-box .htsg-carousel-btn {
    font-size: 14px;
  }
  .carousel-style1 {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
/*------------------- 1.9. HTSG Vehicle -------------------*/
.highlight-style1 {
  margin-bottom: 30px;
}
.highlight-style1 .highlight-body {
  background-color: var(--title-color);
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 40px;
}
.highlight-style1 .highlight-title {
  color: var(--white-color);
  font-size: 26px;
}
.highlight-style1 .highlight-title a {
  color: inherit;
}
.highlight-style1 .highlight-text {
  color: var(--white-color);
  margin-bottom: 30px;
}
.highlight-style1 .highlight-content {
  flex: 1;
}
.highlight-style1 .highlight-img {
  margin-right: 30px;
  max-width: 420px;
}
.highlight-style1 .highlight-btn {
  background-color: var(--white-color);
  padding: 10px 20px;
  color: var(--title-color);
  font-size: 18px;
  text-transform: capitalize;
}

.highlight-menu1 {
  margin-bottom: 30px;
}
.highlight-menu1 button {
  border: none;
  background-color: transparent;
  padding: 0;
  line-height: 1;
  display: inline-block;
  padding: 23px 15px;
  background-color: var(--title-color);
  color: var(--white-color);
  width: 100%;
  border-radius: 16px;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);
  margin-bottom: 28px;
  position: relative;
}
.highlight-menu1 .slick-current button {
  background-color: #24B4BB;
}

@media (max-width: 1024px) {
  .highlight-style1 .highlight-body {
    padding: 30px 15px;
  }
  .highlight-menu1 .btn-wrap {
    padding: 0 10px;
  }
  .highlight-menu1 button {
    font-size: 16px;
    margin-bottom: 0;
    padding: 16px 10px;
  }
}
@media (max-width: 768px) {
  .highlight-style1 .highlight-body {
    display: block;
    text-align: center;
    padding: 30px 15px;
  }
  .highlight-style1 .highlight-img {
    margin: 0 auto 30px auto;
  }
  .highlight-style1 .highlight-title {
    font-size: 24px;
  }
  .highlight-menu1 button {
    font-size: 16px;
    padding: 16px 15px;
    line-height: 1.4;
  }
}
/*------------------- 1.9. HTSG Info -------------------*/
.htsg-info-media .media-item {
  display: flex;
  margin-bottom: 35px;
}
.htsg-info-media .media-item a {
  color: inherit;
}
.htsg-info-media .media-item a:hover {
  color: var(--theme-color);
}
.htsg-info-media .media-item:last-child {
  margin-bottom: 0;
}
.htsg-info-media .media-item p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  font-family: var(--title-font);
  margin-top: -0.3em;
}
.htsg-info-media .media-item i {
  margin-right: 15px;
  font-size: 24px;
  color: var(--theme-color);
}

/*------------------- 1.9. HTSG Info -------------------*/
.callbox-modal {
  background-color: rgba(0, 0, 0, 0.7);
}
.callbox-modal button:focus {
  outline: none;
  box-shadow: none;
}
.callbox-modal .modal-header {
  padding: 8px;
  border: none;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  z-index: 3;
}
.callbox-modal .modal-header .btn-close {
  font-size: 24px;
  width: 28px;
  height: 28px;
  opacity: 1;
  visibility: visible;
  display: inline-block;
  margin: 0;
  border-radius: 50%;
}
.callbox-modal .modal-header .btn-close:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.callbox-modal .modal-dialog {
  max-width: 900px;
}
.callbox-modal .modal-body {
  display: block;
  padding: 0;
  border: none;
}
.callbox-modal .modal-body {
  text-align: center;
}
.callbox-modal .vs-btn {
  padding: 15px 35px;
  font-size: 20px;
}
.callbox-modal .modal-body {
  display: block;
  padding: 50px;
}
.callbox-modal .modal-body .btn-close {
  line-height: 1;
  padding: 0;
  background-color: transparent;
  font-size: 18px;
  margin-top: 20px;
  color: var(--title-color);
  opacity: 1;
  font-weight: 700;
  font-family: var(--title-font);
  display: block;
  width: max-content;
  margin: 20px auto 0 auto;
}
.callbox-modal .callbox-title {
  margin-top: -0.4em;
  margin-bottom: 10px;
}
.callbox-modal .callbox-text {
  font-size: 24px;
  margin-bottom: 30px;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .callbox-modal .modal-content .modal-content {
    padding: 30px 10px;
    text-align: center;
  }
  .callbox-modal .modal-header .btn-close {
    width: 18px;
    height: 18px;
    font-size: 18px;
  }
  .callbox-modal .modal-body {
    padding: 50px 15px;
  }
  .callbox-modal .callbox-text {
    font-size: 16px;
  }
  .callbox-modal .callbox-title {
    margin-bottom: 15px;
  }
}
/*------------------- 1.9. HTSG About -------------------*/
.text-theme {
  color: var(--theme-color);
}

.htsg-about-style1 .container {
  --main-container: 1720px;
}
.htsg-about-style1 .about-description {
  margin-bottom: 40px;
}
.htsg-about-style1 .single-img {
  padding-right: 60px;
  overflow: hidden;
}
.htsg-about-style1 .single-img img {
  border-radius: 20px;
  width: 100%;
}

@media (max-width: 1024px) {
  .htsg-about-style1 .single-img {
    padding-right: 0;
  }
  .htsg-about-style1 .about-description {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .htsg-about-style1 .single-img {
    margin-bottom: 30px;
  }
  .htsg-about-style1 .about-content {
    text-align: center;
  }
}
/*------------------- 1.9. HTSG Process -------------------*/
.htsg-process-style1 .htsg-process-box {
  position: relative;
  text-align: center;
  --icon-size: 70px;
}
.htsg-process-style1 .htsg-process-box:last-child .process-content:before {
  display: none;
}
.htsg-process-style1 .htsg-process-box .process-content {
  padding: 0 var(--box-padding) var(--box-padding) var(--box-padding);
  position: relative;
  z-index: 1;
}
.htsg-process-style1 .htsg-process-box .process-content:before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(var(--icon-size) / 2);
  width: calc(100% + var(--bs-gutter-x));
  border-width: 0 0 1px 0;
  border-style: dashed;
  border-color: var(--theme-color);
  z-index: -1;
}
.htsg-process-style1 .process-icon {
  width: var(--icon-size);
  height: var(--icon-size);
  line-height: var(--icon-size);
  display: inline-block;
  font-size: 28px;
  text-align: center;
  background-color: var(--theme-color);
  border-radius: 50%;
  margin-bottom: 25px;
  color: var(--white-color);
}
.htsg-process-style1 .row:not([class*=gx-]) {
  --bs-gutter-x: 80px;
}
.htsg-process-style1 .htsg-sec-title {
  margin-bottom: 70px;
}
.htsg-process-style1 .process-title {
  font-size: 24px;
}

@media (max-width: 992px) {
  .htsg-process-style1 .row:not([class*=gx-]) {
    --bs-gutter-x: 20px;
  }
  .htsg-process-style1 .htsg-process-box {
    text-align: left;
    --icon-size: 40px;
    margin-bottom: var(--bs-gutter-x);
  }
  .htsg-process-style1 .process-icon {
    font-size: 20px;
    margin-right: 20px;
  }
  .htsg-process-style1 .process-body {
    flex: 1;
  }
  .htsg-process-style1 .process-content {
    display: flex;
  }
  .htsg-process-style1 .process-content::before {
    width: auto;
    height: 100%;
    border-width: 0 0 0 1px;
    left: calc(var(--icon-size) / 2);
  }
  .htsg-process-style1 .htsg-sec-title {
    margin-bottom: 40px;
  }
}
.htsg-process-style2 .row {
  justify-content: center;
}

.htsg-process-card .process-content {
  background-color: var(--white-color);
  margin-bottom: 50px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border-radius: 15px;
}
.htsg-process-card .process-body {
  padding: 40px 30px 35px 30px;
  position: relative;
}
.htsg-process-card .process-title {
  margin-top: -0.25em;
}
.htsg-process-card .process-title a {
  color: inherit;
}
.htsg-process-card .process-image img {
  width: 100%;
}
.htsg-process-card .process-btn {
  text-decoration: underline;
  font-family: var(--title-font);
  font-size: 18px;
  text-transform: uppercase;
  color: var(--title-color);
  font-weight: 600;
}
.htsg-process-card .process-number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  border-radius: 50%;
  left: 30px;
  top: -20px;
  position: absolute;
  display: inline-block;
  text-align: center;
  background-color: #eee;
  color: var(--title-color);
}

@media (max-width: 1199px) {
  .htsg-process-card .process-number {
    left: 15px;
  }
  .htsg-process-card .process-body {
    padding: 40px 15px 30px 15px;
  }
}
/*------------------- 1.9. HTSG Badge -------------------*/
.badge-style1 .badge-body {
  background-color: var(--white-color);
  margin-bottom: 150px;
  padding: 30px;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.badge-style1 .badge-content {
  flex: 0 0 50%;
  width: 50%;
}
.badge-style1 .badge-logo {
  border-right: 2px solid var(--theme-color);
  padding-right: 50px;
  margin-right: 50px;
}
.badge-style1 .badge-text {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.badge-style1 .badge-button {
  flex: 1;
  text-align: end;
}
.badge-style1 .htsg-btn {
  background-color: transparent;
  border: 1px solid var(--title-color);
  color: var(--title-color);
  font-weight: 400;
}
.badge-style1 .htsg-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: var(--title-color);
}

@media (max-width: 1199px) {
  .badge-style1 .badge-logo {
    padding-right: 30px;
    margin-right: 30px;
  }
  .badge-style1 .badge-text {
    font-size: 18px;
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  .badge-style1 .badge-body {
    display: block;
    text-align: center;
  }
  .badge-style1 .badge-body {
    display: block;
    text-align: center;
    margin-bottom: 80px;
    padding: 20px 15px 35px 15px;
  }
  .badge-style1 .badge-logo {
    padding-right: 0;
    margin-right: 0;
    border: none;
    margin-bottom: 20px;
  }
  .badge-style1 .badge-content {
    flex: 0 0 0;
    width: 100%;
    margin-bottom: 25px;
  }
  .badge-style1 .badge-button {
    text-align: center;
  }
}
/*------------------- 1.9. HTSG Badge -------------------*/
@media (max-width: 1199px) {
  .htsg-care-hero .htsg-hero-btns {
    text-align: center;
  }
  .htsg-care-hero .htsg-hero-content {
    margin-bottom: 40px;
  }
}
/*------------------- 1.9. HTSG Badge -------------------*/
.filter-form-style1 .form-inner {
  padding: 60px 30px 60px 30px;
  background-color: var(--white-color);
  border-radius: 30px;
  margin-bottom: 80px;
}
.filter-form-style1 .form-title {
  margin-bottom: 30px;
  padding-bottom: 10px;
  margin-top: -0.3em;
  position: relative;
  font-size: 30px;
}
.filter-form-style1 .form-title:before, .filter-form-style1 .form-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  border-radius: 9999px;
  background-color: var(--theme-color);
}
.filter-form-style1 .form-title:after {
  left: 45px;
  width: 20px;
  background-color: var(--title-color);
}
.filter-form-style1 label {
  font-weight: 600;
}
.filter-form-style1 textarea,
.filter-form-style1 input,
.filter-form-style1 select {
  border: 1px solid #eee;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
  background-position: right 15px center;
}
.filter-form-style1 textarea.error,
.filter-form-style1 input.error,
.filter-form-style1 select.error {
  border-color: var(--error-color);
}

/*------------------- 1.9. HTSG Badge -------------------*/
.career-card .career-inner {
  background-color: var(--white-color);
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.career-card .career-top {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.career-card .career-image {
  width: 55px;
  height: 55px;
  margin-right: 15px;
}
.career-card .career-name {
  font-size: 24px;
  margin-top: -0.3em;
  margin-bottom: 10px;
}
.career-card .career-name a {
  color: inherit;
}
.career-card .career-name a:hover {
  color: var(--theme-color);
}
.career-card .career-type {
  margin-bottom: 0;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 600;
  font-family: var(--title-font);
}
.career-card .career-location,
.career-card .career-experiance,
.career-card .career-speciality {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
  margin-right: 30px;
}
.career-card .career-btn {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--title-font);
  color: var(--title-color);
  text-decoration: underline;
}
.career-card .career-btn:hover {
  color: var(--theme-color);
}

@media (max-width: 767px) {
  .career-card .career-inner {
    padding: 30px 20px;
  }
  .career-card .career-name {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .career-card .career-image {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
/*------------------- 1.9. HTSG Badge -------------------*/
.modal.care-form-modal {
  background-color: var(--white-color);
  z-index: 9999999;
}
.modal.care-form-modal:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  background-color: #fff;
  background-image: radial-gradient(at 77% 42%, hsl(0, 0%, 100%) 0px, transparent 50%), radial-gradient(at 98% 5%, hsla(182, 100%, 40%, 0.72) 0px, transparent 50%), radial-gradient(at 7% 19%, hsla(300, 100%, 84%, 0.47) 0px, transparent 50%), radial-gradient(at 63% 86%, hsl(0, 0%, 100%) 0px, transparent 50%), radial-gradient(at 100% 100%, hsla(240, 100%, 25%, 0.73) 0px, transparent 50%);
  z-index: -1;
}
.modal.care-form-modal .modal-header {
  position: absolute;
  top: 40px;
  right: 25px;
  border: none;
  padding: 0;
}
.modal.care-form-modal .modal-header .btn-close {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: var(--title-color);
  color: var(--white-color);
  font-size: 26px;
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
}
.modal.care-form-modal .modal-content {
  position: static;
  border: none;
  background-color: var(--white-color);
  padding: 40px;
  border-radius: 40px;
}
.modal.care-form-modal .modal-dialog {
  position: static;
}
.modal.care-form-modal .modal-dialog.modal-dialog-centered {
  max-width: 900px;
}
.modal.care-form-modal .modal-body {
  border: none;
  padding: 0;
}

.care-riskassesment textarea:focus {
  background-color: var(--smoke-color);
}
.care-riskassesment input:not([type=radio]):not([type=checkbox]),
.care-riskassesment textarea,
.care-riskassesment textarea:focus,
.care-riskassesment select {
  background-color: var(--smoke-color);
}
.care-riskassesment textarea {
  min-height: 100px;
}
.care-riskassesment .fieldset-cf7mls-wrapper > fieldset,
.care-riskassesment .fieldset-cf7mls-wrapper,
.care-riskassesment form.wpcf7-form,
.care-riskassesment .care-popup-form-wrapper,
.care-riskassesment .care-popup-form-wrapper > div {
  height: calc(100% - 5px);
}
.care-riskassesment .fieldset-cf7mls-wrapper > fieldset {
  position: relative;
}
.care-riskassesment .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 20px;
}
.care-riskassesment .form-steps-title {
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: 600;
  font-family: var(--body-font);
}
.care-riskassesment .form-group > label {
  font-size: 18px;
}
.care-riskassesment .wpcf7-radio .wpcf7-list-item {
  display: block;
  margin: 0 0 10px 0;
  background-color: #eee;
  padding: 15px 20px;
  border-radius: 10px;
}
.care-riskassesment .wpcf7-radio .wpcf7-list-item label {
  margin: 0;
}
.care-riskassesment .form-btn {
  bottom: -16px;
  position: relative;
}

@media (max-width: 767px) {
  .modal.care-form-modal .modal-content {
    padding: 30px 15px;
    border-radius: 20px;
  }
  .modal.care-form-modal .modal-header {
    top: 20px;
    right: 20px;
  }
  .modal.care-form-modal .modal-header .btn-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 23px;
  }
  .care-riskassesment .wpcf7-radio .wpcf7-list-item {
    margin: 0 0 10px 0;
    padding: 10px 17px;
    border-radius: 10px;
  }
  .care-riskassesment .wpcf7-radio label {
    font-size: 15px;
  }
}
/*------------------- 1.10. RH Hero -------------------*/
.rh-hero-style1 {
  min-height: 700px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 100px 0 200px 0;
  background-size: cover;
  background-color: var(--title-color);
}
.rh-hero-style1 .rh-hero-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 40px 0;
}
.rh-hero-style1 .rh-hero-title {
  color: var(--white-color);
  font-size: 60px;
  text-transform: capitalize;
  line-height: 1.2;
  max-width: 750px;
  margin: -0.22em auto 30px auto;
}
.rh-hero-style1 .rh-hero-desc {
  color: var(--white-color);
  line-height: 1.6;
  font-weight: 400;
  font-size: 18px;
  margin: 0 auto 30px auto;
  max-width: 700px;
}
.rh-hero-style1 .rh-hero-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  font-size: 18px;
  color: #fff;
  gap: 15px 15px;
  width: max-content;
  max-width: 100%;
}
.rh-hero-style1 .rh-hero-list li {
  position: relative;
}
.rh-hero-style1 .rh-hero-list li:before {
  content: "\f2f7";
  position: relative;
  font-family: var(--icon-font);
  font-weight: 300;
  margin-right: 10px;
}

@media (max-width: 1199px) {
  .rh-hero-style1 .rh-hero-title {
    font-size: 48px;
    max-width: 730px;
  }
}
@media (max-width: 992px) {
  .rh-hero-style1 {
    min-height: auto;
    padding: 80px 0 80px 0;
  }
  .rh-hero-style1 .rh-hero-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .rh-hero-style1 .rh-hero-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .rh-hero-style1 .rh-hero-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .rh-hero-style1 .rh-hero-desc {
    font-size: 16px;
    margin: 0px auto 25px auto;
  }
  .rh-hero-style1 .rh-hero-list {
    font-size: 16px;
    gap: 10px 15px;
  }
}
/*------------------- 1.10. RH Hero -------------------*/
.rh-card-box {
  background-color: rgba(105, 0, 255, 0.05);
  border-radius: 20px;
  margin-bottom: 30px;
}

.rh-card-style1 {
  text-align: center;
  padding: 50px 35px 43px 35px;
}
.rh-card-style1 .rh-card-icon {
  background-color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 0 16px 0 16px;
  margin: 0 auto 42px auto;
  box-shadow: 4px 4px 30px 0 rgba(105, 0, 255, 0.1);
}
.rh-card-style1 .rh-card-icon img {
  max-width: 55%;
}
.rh-card-style1 .rh-card-title {
  font-size: 24px;
  margin-bottom: 13px;
}
.rh-card-style1 .rh-card-text {
  margin-bottom: 0;
}

.rh-card-style2 {
  padding: 50px 40px 44px 40px;
  position: relative;
}
.rh-card-style2 .rh-card-icon img {
  max-width: 55%;
}
.rh-card-style2 .rh-card-title {
  max-width: calc(100% - 110px);
  font-size: 24px;
}
.rh-card-style2 .rh-card-text {
  margin-bottom: 0;
}
.rh-card-style2 .rh-card-icon {
  width: 100px;
  height: 100px;
  background-color: rgba(105, 0, 255, 0.09);
  border-radius: 0 20px 0 80px;
  position: absolute;
  text-align: center;
  line-height: 80px;
  padding: 3px 0 0 12px;
  right: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .rh-card-style2 {
    padding: 30px 25px 30px 25px;
  }
  .rh-card-style2 .rh-card-title {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .rh-card-style1 {
    padding: 40px 25px 35px 25px;
  }
  .rh-card-style1 .rh-card-icon {
    margin: 0 auto 32px auto;
  }
  .rh-card-style2 .rh-card-icon {
    width: 80px;
    height: 80px;
    line-height: 55px;
    padding: 3px 0 0 12px;
  }
}
/*------------------- 1.10. RH Hero -------------------*/
.rh-process-style1 {
  text-align: center;
  position: relative;
  margin-bottom: 45px;
}
.rh-process-style1 .rh-process-divider {
  position: absolute;
  top: 50px;
  left: calc(50% + 100px);
  height: 1px;
  right: calc((50% - 100px) / -1);
  background-color: var(--title-color);
  z-index: 2;
}
.rh-process-style1 .rh-process-divider:before, .rh-process-style1 .rh-process-divider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--theme-color);
  margin-top: -2.5px;
}
.rh-process-style1 .rh-process-divider:after {
  left: auto;
  right: 0;
}
.rh-process-style1 .rh-process-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: var(--title-color);
  margin: 0 auto 43px auto;
  border-radius: 0 50px 0 50px;
  position: relative;
}
.rh-process-style1 .rh-process-icon img {
  max-width: 45%;
}
.rh-process-style1 .rh-process-title {
  font-size: 24px;
}
.rh-process-style1 .rh-process-text {
  max-width: 70%;
  margin: 0 auto;
}
.rh-process-style1 .rh-process-number {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  position: absolute;
  right: -15px;
  top: 0;
  background-color: var(--theme-color);
  border-radius: 50%;
  color: var(--white-color);
  font-weight: 700;
  font-size: 14px;
}
.rh-process-style1:last-child .rh-process-divider {
  display: none;
}

.rh-section-note {
  text-decoration: underline;
  font-weight: 700;
  text-align: center;
  margin-bottom: 33px;
}

@media (max-width: 992px) {
  .rh-process-style1 {
    text-align: center;
  }
  .rh-process-style1 .rh-process-divider {
    display: none;
  }
  .rh-process-style1 .rh-process-icon {
    margin: 0 auto 23px auto;
  }
  .rh-process-style1 .rh-process-text {
    max-width: 100%;
  }
}
/*------------------- 1.10. RH Video -------------------*/
.rh-video-style1 {
  position: relative;
  margin-bottom: 30px;
}
.rh-video-style1 .rh-video-thumb {
  overflow: hidden;
  border-radius: 25px;
  position: relative;
}
.rh-video-style1 .rh-video-thumb img {
  width: 100%;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.rh-video-style1 .rh-video-btn {
  width: 60px;
  height: 60px;
  background-color: var(--white-color);
  text-align: center;
  display: inline-block;
  line-height: 60px;
  font-size: 20px;
  border-radius: 50%;
}
.rh-video-style1 .rh-video-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.rh-video-style1 .rh-video-content {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 4;
}
.rh-video-style1 .rh-video-title {
  margin: 0 0 0 25px;
  position: relative;
  padding: 0 0 0 25px;
  line-height: 1.4;
  color: var(--white-color);
  font-size: 20px;
  font-weight: 400;
  width: 145px;
}
.rh-video-style1 .rh-video-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 50px;
  width: 2px;
  background-color: var(--white-color);
  margin-top: -25px;
  opacity: 0.6;
}
.rh-video-style1:hover .rh-video-thumb img {
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .rh-video-style1 .rh-video-title {
    font-size: 18px;
    padding: 0 0 0 18px;
    margin: 0 0 0 15px;
    width: 115px;
  }
  .rh-video-style1 .rh-video-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
  }
}
/*------------------- 1.10. RH Video -------------------*/
.rh-faq-style1 .accordion-item .accordion-body {
  border-top: 1px solid rgba(75, 0, 130, 0.1);
  padding-top: 20px;
}
.rh-faq-style1 .accordion-item .accordion-body p {
  font-size: 16px;
}
.rh-faq-style1 .accordion-item .accordion-button {
  font-weight: 700;
  font-size: 18px;
}
.rh-faq-style1 .accordion-item .accordion-button:after {
  content: "\f107";
}
.rh-faq-style1 .accordion-item .accordion-button:not(.collapsed):after {
  transform: rotate(-180deg);
}

/*------------------- 1.10. RH Video -------------------*/
.rh-form-style1 {
  margin-top: -100px;
}
.rh-form-style1 .rh-form-content {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--white-color);
  padding: 60px 50px 35px 50px;
  border-radius: 30px;
}
.rh-form-style1 .rh-form-title {
  text-align: center;
  margin-top: -0.25em;
}
.rh-form-style1 .rh-form-text {
  text-align: center;
  margin-bottom: 36px;
}
.rh-form-style1 .rh-form-area label {
  font-size: 16px;
  font-weight: 700;
}
.rh-form-style1 .row {
  align-items: flex-end;
}
.rh-form-style1 .form-group input,
.rh-form-style1 .form-group select {
  border-radius: 9999px;
  height: 60px;
  font-size: 16px;
}
.rh-form-style1 .htsg-btn {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}
.rh-form-style1 .rh-section-divider {
  display: none;
}

.rh-form-style2 .rh-form-title {
  font-size: 46px;
  text-transform: capitalize;
  margin: -0.26em auto 32px auto;
  text-align: center;
}
.rh-form-style2 .rh-form-text {
  font-size: 18px;
  text-align: center;
  max-width: 710px;
  margin: 0 auto 60px auto;
}

.rh-form-layout2 {
  background-color: rgba(105, 0, 255, 0.05);
  padding: 60px 50px;
  border-radius: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.rh-form-layout2 input[type=checkbox],
.rh-form-layout2 input[type=radio] {
  width: 0;
  height: 0;
  display: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
}
.rh-form-layout2 .step {
  display: none;
}
.rh-form-layout2 .step.active {
  display: block;
}
.rh-form-layout2 .step-bar {
  height: 5px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #eee;
}
.rh-form-layout2 .step-progress {
  height: 100%;
  background-color: var(--theme-color);
  width: 0%;
  transition: all ease 0.2s;
}
.rh-form-layout2 .form-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-direction: row-reverse;
}
.rh-form-layout2 .form-navigation > button {
  width: 120px;
  height: 60px;
  border: none;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 9999px;
}
.rh-form-layout2 .form-navigation > button.back-step {
  background-color: var(--white-color);
  border: 2px solid var(--title-color);
  color: var(--title-color);
  order: 1;
}
.rh-form-layout2 .form-navigation > button.back-step:hover, .rh-form-layout2 .form-navigation > button:hover {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: transparent;
}
.rh-form-layout2 .form-navigation > button.next-step {
  order: 0;
}
.rh-form-layout2 .form-navigation > button[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
.rh-form-layout2 .form-navigation > button.htsg-btn {
  width: auto;
  order: 0;
}
.rh-form-layout2 label.label_title {
  font-size: 24px;
  display: block;
  line-height: 1.1;
  margin: -0.2em 0 40px 0;
  font-weight: 700;
}
.rh-form-layout2 span.wpcf7-form-control.wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.rh-form-layout2 .wpcf7-list-item {
  margin-left: 0;
}
.rh-form-layout2 .wpcf7-list-item-label {
  background-color: #fff;
  display: block;
  padding: 17px 25px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 29px;
  position: relative;
  cursor: pointer;
}
.rh-form-layout2 .wpcf7-list-item-label:before, .rh-form-layout2 .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  margin-top: -15px;
  transition: all ease 0.4s;
  border: 1px solid #ddd;
}
.rh-form-layout2 .wpcf7-list-item-label:after {
  background-color: var(--title-color);
  transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
}
.rh-form-layout2 .wpcf7-list-item input[type=radio]:checked + span.wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible;
}
.rh-form-layout2 .wpcf7-list-item input[type=radio]:checked + span.wpcf7-list-item-label:before {
  border-color: var(--title-color);
}
.rh-form-layout2 label:not(.label_title) {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 25px 0;
}
.rh-form-layout2 .step span.wpcf7-list-item > label {
  margin: 0;
}
.rh-form-layout2 input {
  height: 60px;
  font-size: 16px;
  border-radius: 9999px;
}
.rh-form-layout2 .row.form-group {
  margin-bottom: 0;
}

.rh-form-style2 .clinic-step-form span.wpcf7-form-control.wpcf7-radio {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1199px) {
  .rh-form-style2 .rh-form-title {
    font-size: 40px;
    margin: -0.26em auto 27px auto;
    max-width: 700px;
  }
  .rh-form-style2 .clinic-step-form span.wpcf7-form-control.wpcf7-radio {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .rh-form-style1 {
    margin-top: -40px;
  }
  .rh-form-style1 .rh-form-content {
    padding: 40px 20px 30px 20px;
  }
  .rh-form-layout2 {
    padding: 45px 30px;
    margin-bottom: 30px;
  }
  .rh-form-layout2 .form-navigation > button {
    width: 100px;
    height: 45px;
  }
  .rh-form-layout2 label.label_title {
    font-size: 20px;
    margin: -0.2em 0 30px 0;
  }
  .rh-form-layout2 .wpcf7-list-item-label {
    padding: 14px 24px;
    font-size: 16px;
  }
  .rh-form-layout2 input {
    height: 54px;
    font-size: 16px;
    border-radius: 9999px;
    padding-left: 22px;
    font-size: 15px;
  }
  .rh-form-layout2 label:not(.label_title) {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .rh-form-style2 .clinic-step-form span.wpcf7-form-control.wpcf7-radio {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .rh-form-style1 .rh-form-title {
    text-align: center;
    margin-top: -0.25em;
    font-size: 26px;
    margin-bottom: 10px;
  }
  .rh-form-style1 .rh-form-title br {
    display: none;
  }
  .rh-form-style2 .rh-form-title {
    font-size: 30px;
  }
  .rh-form-style2 .rh-form-title br {
    display: none;
  }
  .rh-form-style2 .rh-form-text {
    font-size: 16px;
    margin: 0 auto 50px auto;
  }
  .rh-form-layout2 span.wpcf7-form-control.wpcf7-radio {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .rh-form-layout2 .form-navigation > button {
    font-size: 14px;
    padding: 0 24px;
    width: 80px;
    height: 40px;
  }
  .rh-form-layout2 .form-navigation {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px 0;
    align-items: center;
  }
  .rh-form-layout2 .gy-30 {
    --bs-gutter-y: 20px;
  }
  .rh-form-layout2 label.label_title {
    font-size: 18px;
  }
  .rh-form-style2 .clinic-step-form span.wpcf7-form-control.wpcf7-radio {
    grid-template-columns: repeat(1, 1fr);
  }
}
/*------------------- 1.9. HTSG Badge -------------------*/
.cqc-widget-style1 {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 999;
}
.cqc-widget-style1 .cqc-widget-img img {
  border-radius: 12px;
}

@media (max-width: 992px) {
  .cqc-widget-style1 {
    width: 110px;
    left: 15px;
    bottom: 15px;
  }
  .cqc-widget-style1 .cqc-widget-img img {
    border-radius: 4px;
  }
}
/*------------------- 1.9. HTSG RH About -------------------*/
.rh-about-style1 .about-bottom {
  margin-top: 60px;
}
.rh-about-style1 .about_text_bottom {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 0;
}
.rh-about-style1 .single-img {
  margin-bottom: 30px;
}
.rh-about-style1 .single-img img {
  width: 100%;
}
@media (min-width: 1300px) {
  .rh-about-style1 .row {
    --bs-gutter-x: 50px;
  }
}

.rh-about-feature {
  display: flex;
  background-color: rgba(105, 0, 255, 0.0588235294);
  margin-bottom: 30px;
  padding: 35px 50px 35px 35px;
  border-radius: 24px;
  position: relative;
}
.rh-about-feature .media-body {
  flex: 1;
}
.rh-about-feature .media-title {
  font-size: 24px;
  margin-bottom: 18px;
  margin-top: -0.25em;
}
.rh-about-feature .media-icon {
  width: 85px;
  height: 85px;
  background-color: rgba(105, 0, 255, 0.09);
  border-radius: 0 20px 0 80px;
  position: absolute;
  text-align: center;
  line-height: 65px;
  padding: 0px 18px 0 30px;
  right: 0;
  top: 0;
}
.rh-about-feature .media-text {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .rh-about-feature {
    padding: 30px 20px 30px 20px;
    display: block;
    text-align: center;
  }
  .rh-about-feature .media-icon {
    position: relative;
    border-radius: 50%;
    padding: 20px;
    line-height: 40px;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }
}

/*# sourceMappingURL=htsg-frontend.min.css.map */
