/* Apply globally */
  body, button, input, textarea, select {
    font-family: 'Source Sans Pro', sans-serif !important;
  }

@media (min-width: 1200px) {
    .container {
        max-width: 1240px;
    }
}
.bg-grey-900 {
    background-color: #183650;
    padding: 13px 0px 13px;
}
.btn.btn-brand-1 svg {
    color: #ffffff;
    height: 20px;
    margin-inline-end: 8px;
}
.btn.btn-brand-1 {
    background: var(--primary-color);
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 13px 20px;
}

.btn.btn-brand-1-big {
    background: var(--primary-color);
    border-radius: 0;
    color: #ffffff!important;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 18px 26px;
}
.bg-choose-plan{
  display:none;
}
.btn.btn-brand-1-big svg {
    color: #ffffff;
    height: 20px;
    margin-inline-end: 8px;
}
.btn.btn-tag {
    background: var(--primary-color);
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding: 10px 11px 10px 11px;
}
.bg-1 {
    background-color: #ffffff !important;
}
.list-how-works li .image-how .img {
    background-color: #58bed3;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    display: inline-block;
    height: 84px;
    width: 84px;
}




.box-newsletter {
    background-color: #e3f1f7!important;
    border-radius: 0;
    display: inline-block;
    padding: 66px;
    position: relative;
    width: 100%;
}

.footer-logo a img{
 width:45%;
}
.footer .width-23 {
    width: 34%;
}
.footer .width-16 {
    width: 22%;
}

.footer, .font-xs {
    font-size: 15px;
    line-height: 25px;
}
.menu-bottom, .font-sm {
    font-size: 15px;
    line-height: 24px;
}

.header .main-header .header-left .header-right {
    min-width: 225px!important;
    text-align: end;
    width: 20%!important;
}
.search-post{
 display:none!important; 
}

.header .main-menu li a {
    color: #034475;
}

.accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    color: #ffffff;
}
.shape-2 {
    animation: hero-thumb-sm-animation 4s linear infinite alternate;
    display: none!important;
}
.title-favicon img {
  display: none !important;
}

.title-favicon{
  margin-left: -60px!important;
}

/*Get a Quote CSS Start*/
.service-option {
            cursor: pointer;
            border: 2px solid transparent;
            border-radius: 8px;
            padding: 16px;
            margin-bottom: 16px;
            transition: border-color 0.2s;
        }
        .service-option.active {
            border-color: orange;
            background: rgba(255,140,0,0.1);
        }
        .icon { font-size: 2rem; margin-right: 8px; vertical-align: middle; }
.form-select {
    border-radius: 0;
    padding: 12px;
    color: #818692;
    font-size: 12px;
    height: 51px;
    line-height: 18px;
}
/*Get a Quote CSS End*/

/*Booking Form CSS Start*/
body { background: #fff; }
  .main-bg {
    background: #04506c;
    border-radius: 16px;
  }
  .form-header {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
  }
  .section-title {
    font-size: 1.15rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    margin-top: 0.5rem; /* reduce top margin */
  }
 .form-section, .form-section-last {
  background: #fff;
  /* border-radius: 10px; */
  padding: 1.5rem;
  margin-bottom: 0;
  position: relative;
}

.form-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 95%;        /* border length */
  border-bottom: 3px solid #ffc107;
  transform: translateX(-50%);
}

  .btn-yellow {
    background: #ffc107;
    color: #222;
    border: none;
    font-weight: 600;
  }
  .btn-yellow:hover {
    background: #e5b203;
    color: #222;
  }
  .promo-block {
    background: #fffbea;
    border: 1px solid #ffd560;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0; /* remove margin */
  }
  .bordered-title {
    /* border-bottom: 3px solid #ffc107; */
    padding-bottom: 0.3rem;
    margin-bottom: 0; /* reduce margin */
  }
/*Booking Form CSS End*/

/*Map info box hide*/
.map-info{
	display:none!important;
}

/*Show map info in footer section start*/
.custome_map_info_999_contact-card { 
      box-shadow: 0 2px 16px rgba(36,83,142,0.07);
      max-width: 330px;
      padding: 0px;
      text-align: left;
        line-height: 32px;
    }
    .custome_map_info_999_contact-logo {
      display: none!important;
      margin: 0 auto 18px auto;
      max-width: 180px;
      height: auto;
    }
    .custome_map_info_999_contact-address {
          font-size: 15px!important;
          margin-bottom: 10px;
          color: #ffffff;
    }
    .custome_map_info_999_contact-info {
      margin-bottom: 14px;
    }
    .custome_map_info_999_contact-detail {
      display: flex;
      align-items: center;
      font-size: 15px!important;
      margin-bottom: 1px;
      color: #ffffff;
    }
    .custome_map_info_999_contact-detail svg {
      margin-right: 12px;
      width: 22px;
      height: 22px;
      color: #58c4c5;
      flex-shrink: 0;
    }
    .custome_map_info_999_contact-divider {
      border: none;
      border-top: 1px solid #e0e3e8;
      margin: 20px 0 1px 0;
    }
    .custome_map_info_999_contact-hours {      
      font-size: 15px!important;
      color: #ffffff;
    }
    @media (max-width: 400px) {
      .custome_map_info_999_contact-card {
        max-width: 100vw;
        padding: 12px;
      }
    }
.custome_map_info_999_contact-detail a {
  word-break: break-all;
}
.footer .width-23 {
    width: 28%!important;
}
.footer .width-16 {
    width: 16%!important;
}
.footer .width-20 {
    width: 24%!important;
}
/*Show map info in footer section End*/

.swiper-slide {
    touch-action: pan-y;
}

.bg-map .container {
    position: relative;
    z-index: 2;
    display: none!important;
}

.btn.btn-brand-1 {
    border-radius: 3px !important;
    background: var(--primary-color);
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 13px 20px;
}

.btn.btn-brand-2 {
    background-color: var(--secondary-color);
    border-radius: 3px !important;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    padding: 17px 26px;
}

.btn.btn-tag {
    background: var(--primary-color);
    border-radius: 3px !important;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding: 10px 11px 10px 11px;
}
.btn.btn-brand-1-big {
    background: var(--primary-color);
    border-radius: 3px !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 18px 26px;
}

#scrollUp {
    background-color: var(--secondary-color);
    border: 0;
    border-radius: 3px !important;
    bottom: 20px;
    color: #fff;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    right: 20px;
    text-align: center;
    text-decoration: none;
    transition-duration: .2s;
    width: 56px;
    z-index: 999 !important;
}

.btn.btn-get-quote {
    background: var(--primary-color);
    border-radius: 3px !important;
    color: #041c2f;
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    padding: 20px 25px;
}
.box-slide-customers.mt-50 {
    padding-inline: 10% 10% !important;
}
.pl-55 {
    padding-inline-start: 0px !important;
}

.image-2 {
    bottom: 120px;
    height: 136px;
    position: absolute;
    right: -10px;
    width: 111px;
    z-index: 3;
    display: none!important;
}

.service-option.active {
    border-color: #58bed3!important;
    background: rgb(88 190 211 / 15%);
}

.main-bg {
    background: #ffffff!important;
}

.promo-block {
    background: #e0f0f6!important;
    border: 1px solid #e0f0f6!important;
    border-radius: 3px!important;
}

.form-section::after {    
    border-bottom: 3px solid #58bed3!important;
}

.footer .menu-footer li a {
  font-size: 15px!important;
}

.bg-1 {
    background-color: #ecf7f9f7 !important;
}