@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@100..900&display=swap');

.contactForm {
  border-radius: 24px;
/*   background: #01050A80; */
  padding:30px;
  font-family: 'Mulish',sans-serif;
}
.text-center{text-align:center;}
.contactUs {
  padding: 170px 0px 160px 0px !important;min-height: 100vh;
}

select.hs-input option{ background: #fff;
  color: rgb(0 0 0 / 50%) !important;
}
select.hs-input option:hover{
  box-shadow:0px 0px 10px 100px #30a818 inset;
}
li.hs-form-booleancheckbox span {
  color: White;
  font-family: 'Mulish',sans-serif;
  font-size: 15px!important;
  font-weight: 400!important;
}
DIV.legal-consent-container {
  margin-top: 30px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus{
  transition: background-color 0s 600000s, color 0s 600000s;
}

}
legend.hs-field-desc{
  font-family: 'Mulish', sans-serif;
  color: white;
  font-size: 14px;
}

.field-show{display:block!important;}
#phone_ext-bd2fa4ff-97e7-4a18-9524-414ee190d449{margin-top:0}

.contactForm.clearForm .submitted-message{
  color: White;
  font-family: 'Mulish',sans-serif;
  font-size: 17px!important;
  font-weight: 700!important;
}
.hs-fieldtype-intl-phone.hs-input .hs-input{
  background-color: transparent!important;
}

/* .form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
} */

.contactForm .input TEXTAREA{ text-transform: none !important;}
DIV.contactForm.clearForm INPUT { text-transform: none;}
.contactForm INPUT { text-transform: none;}


.hs-input, .hs-custom-style .hs-input, .hs-custom-style fieldset{width:100%;}

/* CSS Changes */

/*firefox*/

@-moz-document url-prefix() {

  INPUT[type="checkbox"] {
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    top: 13px;
    margin-right: 10px!important; 
  }
}

@-moz-document url-prefix() {
  .hs-form-booleancheckbox input[type="checkbox"] {
    top: 0px;
  }
}

/* Safari */
@media not all and (min-resolution:.001dpcm) { 
  @media {
    DIV.contactForm.clearForm SELECT {
      border: 1px solid white;
      padding: 10px 5px;
      margin-top: 20px;
      border-radius: 0;
      background: none;
    }
  }
}

/* CSS new version */
.contactUs h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 100px !important;
}

.contactUs h1 div {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.contactForm {
    background-color: transparent;
}

.wrap {
  position: relative;
}

.hide {
  display: none;
}

.step-1 {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.step-1 .hs-form-radio {
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    border-radius: 50px;
    text-align: center;
    border: 2px solid #0A8BB0;
    background-color: #fff;
}

.step-1 .hs-form-radio label {
    padding: 16px 30px;
    min-width: 168px;
}

.step-1 .hs-form-radio:hover,
.step-1 .hs-form-radio label:hover {
    cursor: pointer;
}

.step-1 .hs-form-radio.checked {
    background-color: #0A8BB0;
}

.step-1 .hs-form-radio input {
    display: none;
}

.step-1 .hs-form-radio span {
    color: #0A8BB0;
}

.step-1 .hs-form-radio.checked span {
    color: #fff;
}

.step-2 .slick-list {
/*     margin-left: -10px;
    margin-right: -10px; */
     margin-left: 15px;
    margin-right: 15px;
}
.step-2 .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}
.step-2 .slick-slide img {
    width: 100%;
    height: auto;
}
.step-2 .slick-slide input[type=radio] {
/*     position: absolute;
    top: 10px;
    left: 10px; */
}
.step-2 .slick-slide .box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px 20px;
    background-color: #fff;
    max-width: 320px;
}
.step-2 .slick-slide .title {
    font-size: 30px;
    color: #12161F;
}

.step-2 .slick-prev {
  width: 60px;
  height: 60px;
  z-index: 1000;
  border: 1px #fff solid;
  border-radius: 30px;
  left: -14px;
}

.step-2 .slick-prev:before {
  font-size: 25px !important;
  content: url("https://139846074.fs1.hubspotusercontent-eu1.net/hubfs/139846074/Icon.png");
  opacity: 1 !important;
}

.step-2 .slick-next {
  width: 60px;
  height: 60px;
  z-index: 1000;
  border: 1px #fff solid;
  border-radius: 30px;
  right: -14px;
}

.step-2 .slick-next:before {
  font-size: 25px !important;
  content: url("https://139846074.fs1.hubspotusercontent-eu1.net/hubfs/139846074/Icon%20next.png");
  opacity: 1 !important;
 
}

.step-2 .slick-slide .description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #696969;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.step-2 .radio-wrap {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #fff;
}

.step-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
}

.step-3 .country-item {
    padding: 16px 26px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 100%;
    width: 197px;
    min-height: 60px;
}

.step-3 .country-item input {
  height: 20px;
  width: 20px;
}


.step-3 .country-item input:checked {
  accent-color: #0687aa;
}

.step-3 .country-item span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #12161F;
}

.step-3 .country-item .border-input{
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #0A8BB0;
}

.step-3 .country-item .text-input {
  width: 70%;
}

.step-4 {
    border-radius: 24px;
    background: #FFFFFF;
    width: 948px;
    font-family: "Mulish", sans-serif;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}
.step-4 .label_step4 {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px 24px 0 0;
    height: 52px;
    background-color: #0687AA;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}
.step-4 .content_step4 {
    padding: 24px;
}
.step-4 .year_step4 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.step-4 .row-container {
    margin-bottom: 32px;
}
.step-4 .arrow_step4 {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-shadow: 0 3px 10px 0 #00000033;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.step-4 .year_value_step4 {
    margin: 0 24px;
    color: #12161F;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}
.step-4 .col-month-item {
    padding: 4px !important;
}
.step-4 .month-text {
    background: #E9EEF2;
    height: 52px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    cursor: pointer;
}
.step-4 .month-text-selected {
    border: 1px solid #0A8BB0;
}

.step-5 {
  border-radius:32px;
  background: #FFFFFF;
  width: 450px;
  min-height: 191px;
  font-family: "Mulish", sans-serif;
  padding: 24px 32px;
  margin-left: auto;
  margin-right: auto;
}

.step-5 .guests {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #12161F;
  margin-bottom: 20px;
  display:flex;
  justify-content: center;
}

.step-5 .number_guest {
  color: #0A8BB0;
  margin-right: 2px;
}

.step-5 .guest-arrow {
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
}

.step-5 .guest-arrow img {
  height: 10px;
  transform: rotate(90deg);
  cursor: pointer;
}

.step-5 .guest_input {
 width: 100%;
 height: 48px;
 border-radius: 30px;
 border: 1px solid #E2E2E2;
 padding: 12px 16px;
}

.step-6-wrap {
  width: 528px; 
  margin: auto;
}



.step-6 .guests {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #12161F;
  margin-bottom: 20px;
  display:flex;
  justify-content: center;
}

.step-6 .number_guest {
  color: #0A8BB0;
  margin-right: 2px;
}

.step-6 .guest-arrow {
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: center;
  align-items: center;
  margin-right: 7px;
}

.step-6 .guest-arrow img {
  height: 10px;
  transform: rotate(90deg);
  cursor: pointer;
}

.step-6 .guest_input {
 width: 100%;
 height: 48px;
 border-radius: 30px;
 border: 1px solid #E2E2E2;
 padding: 12px 16px;
}

.step-6 {
  border-radius:24px;
  background: #FFFFFF;
  width: 528px;
  min-height: 191px;
  font-family: "Mulish", sans-serif;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.tab {
  display: flex;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
}

.tab-item1 {
  width: 50%;
  background-color: #F8F8F8;
  border-radius: 24px 0 0 0;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0A8BB0;
}

.tab-item2 {
  width: 50%;
  background-color: #F8F8F8;
  border-radius: 0 24px 0 0;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0A8BB0;
}

.tab-selected {
   color: #fff;
   background-color: #0687AA;
}

.content_step6 {
  padding: 24px;
}

.label_step6 {
  line-height: 24px;
  font-size: 18px;
  margin-top:20px;
  margin-bottom:15px;
}

.range_step6 {
    width: 100%;
    cursor: pointer;
    accent-color: #0687AA;
}

.milestone {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 12px;
  line-height: 28px;
  color: #959595;
}
.per-person {
    color: black;
}

span.per-person-text {
    color: #0488ae;
    font-weight: bold;
}

span#money-text {
    color: #0488ae;
    font-weight: bold;
}
.label_step6 {
    color: #12161f;
}
.step-7 {
  border-radius: 32px;
  background: #fff;
  width: 664px;
  padding: 24px;
  font-family: "Mulish", sans-serif;
  margin-left: auto;
  margin-right: auto;
}
.step-7 .hs-form-field > label {
  margin: 0 !important;
}
.step-7 .hs-form-field {
  margin-bottom: 12px;
}
.step-7 .form_name {
  display: flex;
  justify-content: space-between;
}
.step-7 .form_name > .hs-form-field {
  width: 300px;
}
.step-7 input::placeholder, .step-7 select::placeholder {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #778083 !important;
}
.step-7 .input {
  width: 100%;
  border: none;
}
.step-7 .input > input, .step-7 .input > input:focus, .step-7 input {
  width: 100%;
  height: 48px !important;
  border-radius: 30px !important;
  border: 1px solid #e2e2e2 !important;
  padding: 8px 12px 8px 12px !important;
}
.step-7 input[name=phone]{
padding-left:50px !important;
}
.iti{width:100%}
.iti__selected-country{border-radius:25px !important;}
.step-7 .input > select {
  height: 48px !important;
  border-radius: 30px !important;
  border: 1px solid #e2e2e2 !important;
  padding: 8px 12px 8px 12px !important;
  background-color: white !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #778083 !important;
  cursor: pointer;
  margin: 0 !important;
  width: 100%;
  
  appearance: none;
  background-image: url(https://139846074.fs1.hubspotusercontent-eu1.net/hubfs/139846074/Vector.png);
  background-repeat: no-repeat;
  background-position: right 1.7rem top 50%;
  background-size: 0.65rem auto;
}
.step-7 .hs-error-msgs {
  font-size: 14px !important;
  margin-top: 3px !important;
  margin-left: 12px !important;
  margin-bottom: 0 !important;
}
.step-7 .hs-error-msg {
  font-size: 14px !important;
  margin: 0px !important;
  color: red;
}
.step-7 .hs_how_would_you_like_to_be_contacted_ > label {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #696969;
  margin-bottom: 12px;
}
.step-7 .hs_how_would_you_like_to_be_contacted_ > .input {
  margin-top: 12px;
}
.step-7 .inputs-list {
  display: flex;
}
.step-7 .hs-form-checkbox-display {
  display: flex;
  align-items: center;
  margin-right: 48px;
}
.step-7 .hs-form-checkbox-display > input:checked {
  accent-color: #0687aa;
}
.step-7 .hs-form-checkbox-display > input {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
.step-7 .hs-form-checkbox-display > span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #696969;
}
.step-7 .hs_share textarea {
  height: 120px;
  border-radius: 30px;
  border: 1px solid #e2e2e2;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  margin-top: 4px;
}
.step-7 .hs_share textarea::placeholder {
  color: #778083;
}
.step-7 .actions .hs-button {
  width: 100% !important;
  background: #69bd95;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  height: 42px;
  padding: 10px 43px;
  border: 2px solid #69bd95;border-radius: 40px;cursor: pointer;
}

.step-7 .actions {
/*   position: absolute;
  top: 278px;
  right: 152px; */
}
.wider-container{max-width:1320px;width:100%;margin:auto;padding-left: 25px;padding-right: 25px;}
.button-change-step {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:5rem;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.step-button {
   display: flex;
    align-items: center;
    justify-content: center;
}
.step-button button {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    min-width: 143px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.button-change-step button {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    min-width: 143px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.button-change-step .divider {
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    margin-right: 13px;
    position: relative;
}
.button-change-step .list-divider {
    display: flex;
    align-items: center;
}
.button-change-step .list-divider .divider {
    margin-left: 13px;
}
.button-change-step .list-divider .divider:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    background-image: url("https://139846074.fs1.hubspotusercontent-eu1.net/hubfs/139846074/step-icon.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
}
.button-change-step .list-divider .divider.active {
    background: linear-gradient(90deg, #0A8BB0 0%, rgba(10, 139, 176, 0) 100%);
}
.button-change-step .list-divider .divider.active:before {
    background-image: url("https://139846074.fs1.hubspotusercontent-eu1.net/hubfs/139846074/step-active-icon.jpg");
}

  .button-back, .button-next {cursor:pointer;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    min-width: 143px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 42px;
  }

.wrap .button-back {
  position: absolute;
  left: 30px;
  bottom: -60px;
}

.wrap .button-next {
  position: absolute;
  right: 30px;
  bottom: -60px;
}

.wrap-header {
  position: relative;
}

.wrap-header .button-back {
  position: absolute;
  left: -30%;
  top: 50%;
  font-size: 17px;
  transform: translateY(-50%);
}

.wrap-header .button-next {
  position: absolute;
  right: -30%;
  top: 50%;
  font-size: 17px;
  transform: translateY(-50%);
  color: #fff;
  border: 2px solid #69bd95;
  background-color: #69bd95;
}


@media screen and (max-width: 440px) {
  DIV.contactUs {
     padding: 60px 0px 180px 0px !important;
  }
  
  .contactUs h1 {
    margin-bottom: 85px !important;
  }
  
  footer {
    margin-top: 90px;
  }
  
  
  .hs_cos_wrapper_type_inline_text {
    font-size: 24px;
    font-weight: 400;
  }
  
  .step-1 {
    flex-direction: column;
  }
  
  .button-change-step {
    position: relative;
  }
  
  .button-change-step .list-divider {
    position: absolute;
    top: -50px;
  }
  
  .button-change-step #button-back {
    position: absolute;
    left: 22.5px;
  }
  
  .button-change-step #button-next {
    position: absolute;
    right: 22.5px;
  }
  

  .button-change-step > .divider {
    display: none;
  }
  
  .button-change-step .divider {
    width: 16.5px;
    height: 4px;
  }
  
  .button-change-step .list-divider .divider:before {
    width: 30px;
    height: 30px;
    background-size: cover;
  }
  
  .divider:last-child {
    width: 0;
  }
  
  .step-2 .slick-prev {
    left: -20px;
  }
  
  .step-2 .slick-next {
    right: -20px;
  }
  
  .step-2 .slick-prev, .step-2 .slick-next {
    z-index: 999;
    width: 50px;
    height: 50px;
  }
  
  .slick-prev:before, .slick-next:before {
    font-size: 50px !important;
  }
  
  .step-3 .country-item {
    gap: 12px;
    max-width: 160px !important;
    min-width: 160px !important;
    min-height: 40px;
}

  .step-3 .country-item input {
    height: 20px;
    width: 20px;
  }


  .step-3 .country-item input:checked {
    accent-color: #0687aa;
  }

  .step-3 .country-item span {
    font-size: 16px;
    line-height: 24px;
  }

  .step-3 .country-item .border-input{
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #0A8BB0;
  }
  
  .step-4 {
    width: 100%;
  }
  
  .step-5 {
    width: 100%;
  }
  
  .step-6 {
    width: 100%;
  }
  
  .step-6-wrap {
    width: 100%; 
  }

  
  .step-7 {
    width: 100%;
  }
  
  .step-7 .form_name {
    display: block;
  }
  
  .step-7 .form_name > .hs-form-field {
    width: 100%;
  }
  
  .wrap-header .button-back {
    top: 85%;
    left: 0;
    transform: translateY(50%);
  }

  .wrap-header .button-next {
    top: 85%;
    right: 0;
    transform: translateY(50%);
  }
  
/*   .step-7 .actions {
    position: absolute;
    top: 313px;
    right: 22.5px;
  } */
}
@media(min-width:768px){  
.wider-container{padding-left:0;padding-right:0;}
}
.hs-input{font-family: 'Mulish',sans-serif;}
.disabled{
opacity:0.4;
  pointer-events:none;
}