/* Formsection */
.Enquire {
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 22px;
    letter-spacing: 0.85px;
    text-transform: uppercase;
    padding-bottom: 5px;
    position: relative;
    font-family: Jost-Medium;
   
  }
  
  .form-inside {
    width: 100%;
    height: 100%;
    /* background-color: #000; */
    padding: 24px 34px 25px 34px;
  
    border: 4px solid  #fff;
    background: linear-gradient(180deg, #46290F 1.41%, #603813 52.1%, #BB9D8B 157.01%);
    max-width: 408px;

 
  }
  
  .form-label-white {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;

  }
  
  
  .form-input-line {
    box-shadow: 0 1px 0 0 #ddd !important;
  }
  
  .iti {
  width: 100%;
  }
  
  
  
  .form-group {
    position:relative;  
  
    & + .form-group {
      margin-top: 30px;
    }
  }
  
  .form-label {
    position: absolute;
    left: 0;
    top: 10px;
    color: #999;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    text-transform: uppercase;
    color: #000;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.414px;
    margin: 0;
  }
  
  .focused .form-label {
    transform: translateY(-125%);
    font-size: .75em;
  }
  
  .form-input {
    position: relative;
    padding: 12px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #343434;
    transition: box-shadow 150ms ease-out;
    background: transparent;
    color: #fff;
    border-radius: 0px;
 
    
    &:focus {
      box-shadow: 0 2px 0 0 #343434;
    }
  }
  
  .form-input.filled {
    box-shadow: 0 2px 0 0 #343434;
  }
  
  .Error-msg {
    /* color: red; */
    color: #e88f24;

    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.414px;
    margin: 0;
    display: none;
  }
  
  .Preferred {
    color: #fff;

  font-size: 13.938px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.418px;
  text-transform: uppercase;
  padding-right: 8px;
  width: 70%;
  }
  
  .Preferred-input {
    width: 49%;
    padding: 0;
  
  }
  
  select {
    position: relative;
    padding: 12px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;

    transition: box-shadow 150ms ease-out;
    background: transparent;
 
  }
  
  .iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
  }
  
  .check-box-set h2 {
  color: #DDD;

  font-size: 12.22px;
  font-style: italic;
  font-weight: 300;
  line-height: 170%; /* 17.373px */
  padding-right: 6px;
  margin-bottom: 0px;
  }
  
  .iti__arrow--up {
  border-bottom: 4px solid #fff !important;
  
  }
  
  .iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #fff !important;

  }
  
  form h3 {
    color: #000;

    font-size: 13.796px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.414px;
  }
  
  form h4 {
    color: #000;
 
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
  }
  
  .last-input {
    background: transparent;
    border: 1px solid #fff;
    width: 48px;
    color: #fff;
    outline: none;
    padding: 0 3px;

  }
  
  .input-margin {
    margin-top: 24px;
  }