
  /* `sm` applies to x-small devices (portrait phones, less than 576px)*/
  @media only screen and (max-width: 575.98px) {}
  /* `md` applies to small devices (landscape phones, less than 768px)*/
  @media only screen and (max-width: 767.98px) {
  .img-side{
  background: #FFFFFF !important;
  }
  .form-fields {
  display:block !important;
  }
  input[type="text"], input[type="tel"], input[type="email"]{
  background: #FFFFFF !important;
  }
  .custom-select{
  background-color: #FFFFFF !important;
  }
  .full-height, .full-h{
      display: block !important;
      height: 400px !important;
      background-size: cover;
      background-repeat: no-repeat;
  }
  #language select{
      background-color: #FFFFFF !important;
      border: solid 1px #222222 !important;
      color: #222222 !important;
  }
  #language:after {
  border-top: 5px solid #222222 !important;
  }
  #form-container{
  width: 100% !important;
  min-width: 100% !important;
  padding: 0 !important;
  }
  .inner-border{
  border: none !important;
  }
  #title::before{
  content: none !important;
  }
  #title{
  width: calc(100% + 24px) !important;
  margin-left: -12px;
  overflow-x: hidden;
  padding: 0.625rem 20px 0.625rem 20px !important;
  }
  .top-img{
  padding-left: 8px !important;
  padding: 20px 20px 0px 20px !important;
  }
  .input-fields{
  padding-left: 8px !important;
  padding-right: 8px !important;
  }
  .benefits-mobile{
  padding: 0 8px;
  border-bottom: 2px solid #000000;
  }
  .h1-ac{
  font-size: 1.3rem !important;
  margin-bottom: 1rem !important;
  }
  li{
  margin-bottom: 0.5rem !important;
  }
  li:last-child{
  margin-bottom: 2rem !important;
  }
  }
 #form-container{
  width: 67%;
  }
  /* `lg` applies to medium devices (tablets, less than 992px)*/
  @media only screen and (max-width: 991.98px) {
#form-container{
width: 80%;
}
  }
  /* `xl` applies to large devices (desktops, less than 1200px)*/
  @media only screen and (max-width: 1199.98px) {}
  /*`xxl` applies to x-large devices (large desktops, less than 1400px)*/ 
  @media only screen and (max-width: 1399.98px) {}
  body{
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 300;
  }
  ul {
  list-style: none;
  padding: 0;
  }
  li {
  padding-left: 1.5em;
  margin-bottom: 1rem;
  }
  li:before {
  content: "\f00c"; 
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.5rem; 
  width: 1.5rem; 
  font-size: 0.8rem;
  }
  input[type="text"], input[type="tel"], input[type="email"], input[type="date"]{
  border-radius: 0 !important;
  border: 1px solid #A0A0A0;
  padding-left: 12px;
  padding-right: 0 !important;
  font-weight: 100;
  font-size: 0.875rem;
  background: #FFFFFF;
  color: #222222;
  height: 3rem;
  }
  input[type=text]::placeholder, input[type="tel"]::placeholder, input[type="email"]::placeholder, input[type="date"]::placeholder{
  color: #222222;
  opacity: 0.7;
  }
  input[type=checkbox]{
  margin-right: 8px !important;
  transform: translateY(0.2rem);
  }
  a{
  color: #222222;
  font-weight: 400;
  }
  a:hover{
  color: #A0A0A0;
  transition: ease 0.3s;
  }
  .h1-ac{
  font-family: 'Inter' sans-serif;
  font-weight: bold;
  font-size: 1.375rem;
  margin-bottom: 2.125rem;
  }
 .full-height, .full-h{
  height: 100vh;
  background-image: url("https://image.mail.aristocrazy.com/lib/fe3715707564067a771276/m/1/ta-tu-landing-desk.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  background-attachment: scroll;
}

  .img-side{
  background: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  }
 
  #title{
  font-family: 'Inter';
  font-size: 1.125rem;
  font-weight: 300;
  color: #222222;
  padding: 0rem 20px 0.625rem 20px;
  position: relative;
  letter-spacing: 0px;
  text-align: center;
  }
  #first-title{
  font-family: 'Inter';
  font-size: 1.8rem;
  font-weight: 400;
  color: #222222;
  padding: 0rem 20px;
  position: relative;
  letter-spacing: 1px;
  text-align: center;
  }
  .top-img{
  padding: 80px 20px 15px 20px;
  text-align: center;
  }
  .input-fields{
  padding: 20px;
  }
  .submit-btn{
  border: none;
  background-color: #222222;
  border-radius: 0 !important;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 1px;
  width: 100%;
  padding: 10px;
  }
  .btn:hover {
  background-color: #000000 !important;
  border-color: #000000 !important;
  }
  .legal-text{
  font-size: 0.87rem !important;
  color: #222222;
  display: flex;
  padding: 0.3rem 0;
  }
  .input-group{
  flex-wrap: nowrap;
  }
  .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){ 
  margin-left: 10px !important;
  }
  table th, table td{
  font-size: 0.85rem !important;
  }
  button.close{
  border: none !important;
  background: transparent !important;
  }
  #language select{
  width: 150px;
  background-color: #fffefd;
  border: solid 1px #000;
  color: #000;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 10px 20px 10px 10px;
  text-transform: capitalize;
  font-size: 12px;
  }
  #language:after {
  content: " ";
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  right: 10px;
  top: 16px;
  transition: all .3s linear;
  }
  .form-control:focus{
  color: #222222;
  background-color: #FFFFFF;
  border-color: none;
  }
  .form-2cols{
  width: 50%;
  display: inline-block;
  }
  .field-title{
  margin-bottom: 6px;
  color: #222222;
  }
  label[for="checkbox1"]:before {
  content: '';
  display: inline-block;
  width: 1vw;
  height: 1vw;
  margin: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #51555D;
  border-radius: 2px;
  }
  input[type="checkbox1"]#checkbox:checked + label:before {
  content: '✔';
  position: absolute;
  font-size: 1.5vw;
  border-radius: 2px;
  color: #fff;
  background-color: #FFFFFF;
  border: 1px solid #A0A0A0;
  }
  .form-fields{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  }
  .full-width{
  grid-column: 1 / span 2;
  }
  .custom-select{
  border-radius: 0 !important;
  border: 1px solid #A0A0A0;
  padding-left: 12px;
  padding-right: 0 !important;
  font-weight: 100;
  font-size: 0.875rem;
  background-color: #FFFFFF;
  color: #222222;
  height: 3rem;
  background-image: url("https://image.mail.aristocrazy.com/lib/fe3715707564067a771276/m/1/ddown.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-position: calc(100% - 10px) center;
  }
  .custom-checkbox{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #222222;
    border-radius: 2px;
    flex-shrink: 0;
  }
  .custom-checkbox:checked::before {
    content: "\2713";
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
    color: #222222;
  }
  .checkbox-text {
    display: inline-block;
    vertical-align: middle;
    padding-top: 0.15rem;
    cursor: pointer;
  }
  .form-control:focus{
  border-color: #222222;
  box-shadow:0 0 0 0.25rem rgba(248, 223, 201,.25);
  }
input[type=date]{
padding-right: 12px !important;
margin-bottom: 2px !important;
}
.present-text{
font-size: 12px;
margin-bottom: 16px;
display: inline-block;}