@charset "UTF-8";
@import 'https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.3.2/css/simple-line-icons.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css';

/*
=====
HELPERS
=====
*/



.custom-select {
  width: -webkit-fill-available;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 0px solid #b3b3b3;
  border-radius: unset;
}

.selected-option {
  display: inline-block;
  width: inherit;
  padding: 22px 10px 0px 0px;
  cursor: pointer;
  z-index: 1;
}

.custom-input {
  display: none;
  padding: 10px;
  width: 100%;
}

.dropdown-icon {
  position: absolute;
  top: 59%;
  right: 10px;
  transform: translateY(-50%);
  color: #999; /* Customize the color of the icon */
  transition: transform 0.3s ease-in-out;
  color: #767676;
  font-weight: 700;
  font-size: 0.9em;
}

.options {
  position: absolute;
/*  border-bottom: 1px solid #b3b3b3;*/
  top: 100%; /* Adjust the position to be below the selected option */
  left: 0;
  width: 100%;
  padding: 2px;
  list-style: none;
  display: none;
  z-index: 2; /* Ensure the options appear above other content */
  overflow-y: auto; /* Add a scrollbar when necessary */
}

.options.show {
  display: block;
}

.options li {
  padding: 10px 0px 10px 8px;
  border-bottom: 1px solid #b3b3b3;
  cursor: pointer;
}

.options li:hover {
/*  background-color: #f0f0f0;*/
}

.custom-select.open .dropdown-icon {
  transform: translateY(-50%) rotate(180deg);
}

.content {
  transition: margin-top 0.2s ease-in-out;
}

/*.custom-select.open + .content {
  margin-top: 210px;
}*/


/* option1 - Mobile */
.custom-select1m {
  width: -webkit-fill-available;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 0px solid #b3b3b3;
  border-radius: unset;
}

.selected-option1m {
  display: inline-block;
  width: inherit;
  padding: 22px 10px 0px 0px;
  cursor: pointer;
  z-index: 1;
}

.custom-input1m {
  display: none;
  padding: 10px;
  width: 100%;
}

.dropdown-icon1m {
  position: absolute;
  top: 59%;
  right: 10px;
  transform: translateY(-50%);
  color: #999; /* Customize the color of the icon */
  transition: transform 0.3s ease-in-out;
  color: black;
  font-weight: 700;
  font-size: 0.9em;
}

.options1m {
  position: absolute;
/*  border-bottom: 1px solid #b3b3b3;*/
  top: 100%; /* Adjust the position to be below the selected option */
  left: 0;
  width: 100%;
  padding: 2px;
  list-style: none;
  display: none;
  z-index: 2; /* Ensure the options appear above other content */
  overflow-y: auto; /* Add a scrollbar when necessary */
}

.options1m.show {
  display: block;
}

.options1m li {
  padding: 10px 0px 10px 8px;
  border-bottom: 1px solid #b3b3b3;
  cursor: pointer;
}

.options1m li:hover {
/*  background-color: #f0f0f0;*/
}

.custom-select1m.open .dropdown-icon1m {
  transform: translateY(-50%) rotate(180deg);
}

.content1m {
  transition: margin-top 0.2s ease-in-out;
}

/*.custom-select.open + .content {
  margin-top: 210px;
}
*/



.custom-select2 {
  width: -webkit-fill-available;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 0px solid #b3b3b3;
  border-radius: unset;
}

.selected-option2 {
  display: inline-block;
  width: inherit;
  padding: 25px 10px 0px 0px;
  cursor: pointer;
  z-index: 1;
}

.custom-input2 {
  display: none;
  padding: 10px;
  width: 100%;
}

.dropdown-icon2 {
  position: absolute;
  top: 63%;
  right: 10px;
  transform: translateY(-50%);
  color: #999; /* Customize the color of the icon */
  transition: transform 0.3s ease-in-out;
  color: #767676;
  font-weight: 700;
  font-size: 0.9em;
}

.options2 {
  position: absolute;
/*  border-bottom: 1px solid #b3b3b3;*/
  top: 100%; /* Adjust the position to be below the selected option */
  left: 0;
  width: 100%;
  padding: 2px;
  list-style: none;
  display: none;
  z-index: 2; /* Ensure the options appear above other content */
  overflow-y: auto; /* Add a scrollbar when necessary */

  background-color:#F2F2F2;
  border-top:2px solid #B3B3B3;
}

.options2.show {
  display: block;
}

.options2 li {
  padding: 10px 0px 10px 8px;
  border-bottom: 1px solid #b3b3b3;
  cursor: pointer;
}

.options2 li:hover {
/*  background-color: #f0f0f0;*/
}

.custom-select2.open .dropdown-icon2 {
  transform: translateY(-50%) rotate(180deg);
  
}

.content2 {
  transition: margin-top 0.2s ease-in-out;
}


/*.custom-select2.open + .content2 {
  margin-top: 300px; 
}*/


/* option 2 - Mobile */
.custom-select2m {
  width: -webkit-fill-available;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 0px solid #b3b3b3;
  border-radius: unset;
}

.selected-option2m {
  display: inline-block;
  width: inherit;
  padding: 25px 10px 0px 0px;
  cursor: pointer;
  z-index: 1;
}

.custom-input2m {
  display: none;
  padding: 10px;
  width: 100%;
}

.dropdown-icon2m {
  position: absolute;
  top: 63%;
  right: 10px;
  transform: translateY(-50%);
  color: #999; /* Customize the color of the icon */
  transition: transform 0.3s ease-in-out;
  color: black;
  font-weight: 700;
  font-size: 0.9em;
}

.options2m {
  position: absolute;
/*  border-bottom: 1px solid #b3b3b3;*/
  top: 100%; /* Adjust the position to be below the selected option */
  left: 0;
  width: 100%;
  padding: 2px;
  list-style: none;
  display: none;
  z-index: 2; /* Ensure the options appear above other content */
  overflow-y: auto; /* Add a scrollbar when necessary */

  background-color: #F2F2F2;
  border-top: 2px solid #B3B3B3;
}

.options2m.show {
  display: block;
}

.options2m li {
  padding: 10px 0px 10px 8px;
  border-bottom: 1px solid #b3b3b3;
  cursor: pointer;
}

.options2m li:hover {
/*  background-color: #f0f0f0;*/
}

.custom-select2m.open .dropdown-icon2m {
  transform: translateY(-50%) rotate(180deg);
}

.content2m {
  transition: margin-top 0.2s ease-in-out;
}

/*.custom-select2.open + .content2 {
  margin-top: 300px; 
}*/




.custom-select3 {
  width: -webkit-fill-available;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 0px solid #b3b3b3;
  border-radius: unset;
}

.selected-option3 {
  display: inline-block;
  width: inherit;
  padding: 29px 10px 2px 0px;
  cursor: pointer;
  z-index: 1;
}

.custom-input3 {
  display: none;
  padding: 10px;
  width: 100%;
}

.dropdown-icon3 {
  position: absolute;
  top: 63%;
  right: 10px;
  transform: translateY(-50%);
  color: #999; /* Customize the color of the icon */
  transition: transform 0.3s ease-in-out;
  color: #767676;
  font-weight: 700;
  font-size: 0.9em;
}

.options3 {
  position: absolute;
/*  border-bottom: 1px solid #b3b3b3;*/
  top: 100%; /* Adjust the position to be below the selected option */
  left: 0;
  width: 100%;
  padding: 2px;
  list-style: none;
  display: none;
  z-index: 2; /* Ensure the options appear above other content */
  overflow-y: auto; /* Add a scrollbar when necessary */
}

.options3.show {
  display: block;
}

.options3 li {
  padding: 10px 0px 10px 8px;
  border-bottom: 1px solid #b3b3b3;
  cursor: pointer;
}

.options3 li:hover {
/*  background-color: #f0f0f0;*/
}

.custom-select3.open .dropdown-icon3 {
  transform: translateY(-50%) rotate(180deg);
}

.content3 {
  transition: margin-top 0.2s ease-in-out;
   padding: 43px 10px 12px 10px;

  
}

.content3 table {
  width: 103%;
}

.content3 table .confirmText {
  text-align: justify; 
  margin-right: 30px;
}

/*.custom-select3.open + .content3 {
  margin-top: 150px; 
}*/


/*option 3 - Mobile */
.custom-select3m {
  width: -webkit-fill-available;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 0px solid #b3b3b3;
  border-radius: unset;
}

.selected-option3m {
  display: inline-block;
  width: inherit;
  padding: 29px 10px 2px 0px;
  cursor: pointer;
  z-index: 1;
}

.custom-input3m {
  display: none;
  padding: 10px;
  width: 100%;
}

.dropdown-icon3m {
  position: absolute;
  top: 63%;
  right: 10px;
  transform: translateY(-50%);
  color: #999; /* Customize the color of the icon */
  transition: transform 0.3s ease-in-out;
  color: black;
  font-weight: 700;
  font-size: 0.9em;
}

.options3m {
  position: absolute;
/*  border-bottom: 1px solid #b3b3b3;*/
  top: 100%; /* Adjust the position to be below the selected option */
  left: 0;
  width: 100%;
  padding: 2px;
  list-style: none;
  display: none;
  z-index: 2; /* Ensure the options appear above other content */
  overflow-y: auto; /* Add a scrollbar when necessary */
}

.options3m.show {
  display: block;
}

.options3m li {
  padding: 10px 0px 10px 8px;
  border-bottom: 1px solid #b3b3b3;
  cursor: pointer;
}

.options3m li:hover {
/*  background-color: #f0f0f0;*/
}

.custom-select3m.open .dropdown-icon3m {
  transform: translateY(-50%) rotate(180deg);
}

.content3m {
  transition: margin-top 0.2s ease-in-out;
   padding: 43px 10px 12px 10px;

  
}

.content3m table {
  width: 103%;
}

.content3m table .confirmText {
  text-align: justify; 
  margin-right: 30px;
}

/*.custom-select3.open + .content3 {
  margin-top: 150px; 
}*/




.custom-select4 {
/*  width: fit-content !important;*/
   width: 100% !important;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 0px solid #b3b3b3;
  border-radius: unset;
}

.selected-option4 {
  display: inline-block;
  width: -webkit-fill-available;
  padding: 7px 10px 0px 0px;
  cursor: pointer;
  z-index: 1;
/*  opacity:0.6;*/
}

.custom-input4 {
  display: none;
  padding: 10px;
  width: 100%;
}

.dropdown-icon4 {
  position: absolute;
  top: 59%;
  right: 8px;
  transform: translateY(-50%);
  color: #999; /* Customize the color of the icon */
  transition: transform 0.3s ease-in-out;
  color: #767676;
  font-weight: 700;
  font-size: 0.9em;
}

.options4 {
  position: absolute;
/*  border-bottom: 1px solid #b3b3b3;*/
  top: 100%; /* Adjust the position to be below the selected option */
  left: 0;
  width: 100%;
  padding: 2px;
  list-style: none;
  display: none;
  z-index: 2; /* Ensure the options appear above other content */
  overflow-y: auto; /* Add a scrollbar when necessary */
  max-height: 130px;
}

.options4.show {
  display: block;
}

.options4 li {
  padding: 10px 0px 10px 8px;
  border-bottom: 1px solid #b3b3b3;
  cursor: pointer;
}

.options4 li:hover {
/*  background-color: #f0f0f0;*/
}

.custom-select4.open .dropdown-icon4 {
  transform: translateY(-50%) rotate(180deg);
}

.content6 {
  transition: margin-top 0.2s ease-in-out;
}


/*option4 - Mobile */
.custom-select4m {
/*  width: fit-content !important;*/
/*   width: 100% !important;*/
width:45% !important;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 0px solid #b3b3b3;
  border-radius: unset;
}

/* For Mobile Portrait View */
@media screen and (max-device-width: 480px)
and (orientation: portrait) {


.selected-option4m {
  display: inline-block;
  width: -webkit-fill-available;
  padding: 7px 10px 0px 0px !important;
  cursor: pointer;
  z-index: 1;
  opacity:0.6;
}
}


/* For Mobile Portrait View */
@media screen and (max-device-width: 414px)
and (orientation: portrait) {


.selected-option4m {
  display: inline-block;
  width: -webkit-fill-available;
  padding: 7px 10px 0px 0px !important;
  cursor: pointer;
  z-index: 1;
  opacity:0.6;
}
}

.custom-input4m {
  display: none;
  padding: 10px;
  width: 100%;
}

.dropdown-icon4m {
  position: absolute;
  top: 48%;
  right: 17px;
  transform: translateY(-50%);
  color: #999; /* Customize the color of the icon */
  transition: transform 0.3s ease-in-out;
  color: black;
  font-weight: 700;
  font-size: 0.9em;
}

.options4m {
  position: absolute;
/*  border-bottom: 1px solid #b3b3b3;*/
  top: 100%; /* Adjust the position to be below the selected option */
  left: 0;
  width: 100%;
  padding: 2px;
  list-style: none;
  display: none;
  z-index: 2; /* Ensure the options appear above other content */
  overflow-y: auto; /* Add a scrollbar when necessary */
  max-height: 130px;
}

.options4m.show {
  display: block;
}

.options4m li {
  padding: 10px 0px 10px 8px;
  border-bottom: 1px solid #b3b3b3;
  cursor: pointer;
}

.options4m li:hover {
/*  background-color: #f0f0f0;*/
}

.custom-select4m.open .dropdown-icon4m {
  transform: translateY(-50%) rotate(180deg);
}

.content6m {
  transition: margin-top 0.2s ease-in-out;
}


/*

.ha-screen-reader{
  width: var(--ha-screen-reader-width, 1px);
  height: var(--ha-screen-reader-height, 1px);
  padding: var(--ha-screen-reader-padding, 0);
  border: var(--ha-screen-reader-border, none);

  position: var(--ha-screen-reader-position, absolute);
  clip: var(--ha-screen-reader-clip, rect(1px, 1px, 1px, 1px));
  overflow: var(--ha-screen-reader-overflow, hidden);
}*/

/*
=====
RESET STYLES
=====
*/

.field__input{ 
  --uiFieldPlaceholderColor: var(--fieldPlaceholderColor, #767676);
  
  background-color: transparent;
  border-radius: 0;
  border: none;

  -webkit-appearance: none;
  -moz-appearance: none;

 /* font-family: inherit;
  font-size: inherit;*/
}

.field__input:focus::-webkit-input-placeholder{
  color: var(--uiFieldPlaceholderColor);
}

.field__input:focus::-moz-placeholder{
  color: var(--uiFieldPlaceholderColor);
}

/*
=====
CORE STYLES
=====
*/

.field{
  --uiFieldBorderWidth: var(--fieldBorderWidth, 2px);
  --uiFieldPaddingRight: var(--fieldPaddingRight, 1rem);
  --uiFieldPaddingLeft: var(--fieldPaddingLeft, 1rem);   
  --uiFieldBorderColorActive: var(--fieldBorderColorActive, rgba(22, 22, 22, 1));

  display: var(--fieldDisplay, inline-flex);
  position: relative;
  margin: 12px 0px 12px 9px;
  width: -webkit-fill-available;
  font-size: var(--fieldFontSize, 1.4rem);
}

.field__input{
  box-sizing: border-box;
/*  width: var(--fieldWidth, 100%);*/
/*  width: 855px;*/
width: 100%;
  height: var(--fieldHeight, 3rem);
/*  padding: var(--fieldPaddingTop, 1.25rem) var(--uiFieldPaddingRight) var(--fieldPaddingBottom, .5rem) var(--uiFieldPaddingLeft);*/
/*  border-bottom: var(--uiFieldBorderWidth) solid var(--fieldBorderColor, rgba(0, 0, 0, .25));  */
  border-bottom: 2px solid #B3B3B3; 
}

.field__input:focus{
  outline: none;
}

.field__input::-webkit-input-placeholder{
/*  opacity: 0;*/
  transition: opacity .2s ease-out;
}

.field__input::-moz-placeholder{
  opacity: 0;
  transition: opacity .2s ease-out;
}

.field__input:focus::-webkit-input-placeholder{
  opacity: 1;
  transition-delay: .2s;
}

.field__input:focus::-moz-placeholder{
  opacity: 1;
  transition-delay: .2s;
}

.field__label-wrap{
  box-sizing: border-box;
  pointer-events: none;
  cursor: text;

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.field__label-wrap::after{
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 0;
  opacity: 0;

  position: absolute;
  bottom: 0;
  left: 0;
}

.field__input:focus ~ .field__label-wrap::after{
  opacity: 1;
}

.field__label{
  position: absolute;
  left: var(--uiFieldPaddingLeft);
  top: calc(50% - .5em);

  line-height: 1;
  font-size: var(--fieldHintFontSize, inherit);

  transition: top .2s cubic-bezier(0.9, -0.15, 0.1, 1.15), opacity .2s ease-out, font-size .2s ease-out;
}

.field__input:focus ~ .field__label-wrap .field__label,
.field__input:not(:placeholder-shown) ~ .field__label-wrap .field__label{
  --fieldHintFontSize: var(--fieldHintFontSizeFocused, .75rem);

  top: var(--fieldHintTopHover, .25rem);
}

/* 
effect 1
*/

.field_v1 .field__label-wrap::after{
  border-bottom: var(--uiFieldBorderWidth) solid var(--uiFieldBorderColorActive);
  transition: opacity .2s ease-out;
}



/*
=====
LEVEL 4. SETTINGS
=====
*/

.field{
  --fieldBorderColor: #B3B3B3;
  --fieldBorderColorActive: #000000;
}





.select4 {
  position: relative;
/*  margin: 12px 10px;*/
  box-sizing: border-box;
/*  width: 170px;*/
/*  width: 17%;*/
  width: 30%;
  height: auto;
  border-bottom: 1px solid #B3B3B3;
  border-right: 1px solid #B3B3B3;
}
.select4 > i.toggle4 {
  position: absolute;
  z-index: 4;
  top: 0.9em;
  right: 0.8em;
  font-size: 0.7em;
  font-weight: 900;
  color: black;
  cursor: pointer;
}
.select4 .title4,
.select4 .placeholder4 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: rgb(242, 242, 242);
  font-size: var(--fieldFontSize, 1.1rem);
  padding: 12px 2px 16px 0px;
/*  text-align: center;*/
  cursor: pointer;
}
.select4 > input {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}
.select4 > input:checked ~ i.toggle4.icon-arrow-down {
  opacity: 0;
  transform: rotate(180deg);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
}
.select4 > input:checked ~ i.toggle4.icon-arrow-up {
  opacity: 1;
  transform: rotate(0deg);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
}
.select4 > input:checked div.options label.option4 .title4 {
  display: none !important;
}
.select4 > input:not(:checked) {
  z-index: 4;
}
.select4 > input:not(:checked) ~ label.option4 > span.title4 {
  display: none;
}
.select4 > input:not(:checked) ~ i.toggle4.icon-arrow-up {
  opacity: 0;
  transform: rotate(-180deg);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
}
.select4 > input:not(:checked) ~ i.toggle4.icon-arrow-down {
  opacity: 1;
  transform: rotate(0deg);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
}
.select4 > input:disabled {
  cursor: no-drop;
}
.select4 > span.placeholder4 {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  color: #999;
  border-top: 0px;
}
.select4 label.option4 {
  display: block;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  transition: all 1s ease-out;
}
.select4 label.option4 span.title4 {
  position: relative;
  z-index: 2;
  transition: background 0.3s ease-out;
}
.select4 label.option4 span.title4 i.icon {
  padding-right: 8px;
  color: #92a8d1;
}
.select4 label.option4 span.title4:hover {
  color: black;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.select4 label.option4 input {
  display: none;
}
.select4 label.option4 input:checked ~ span.title4 {
  position: absolute;
  display: block;
  z-index: 3;
  top: 0px;
  padding-left: 8%;
  padding-top: 10px;
  height: -webkit-fill-available;
/*  padding: 12px 2px;*/
/*  font-size: var(--fieldFontSize, 1.4rem);*/
  background-color: rgb(242, 242, 242);
  border-top: 0px;
  box-shadow: none;
  color: inherit;
  width: 100%;
}
.select4 label.option4 input:disabled ~ span.title4 {
  background: #f9f9f9 !important;
  color: #aaa;
}
.select4 label.option4 input:disabled ~ span.title4:hover {
  color: #aaa;
  background: none;
  cursor: no-drop;
}



input[type=radio] {
    width: 86%;
    height: 1.2em;
}



@media only screen and (min-width: 1900px) {

/*register*/

.btntext {    
    font-family: neue-haas-unica;
    font-weight:400;
    font-size:16px !important;
    text-transform: uppercase;
}


.TQbox {
  min-height: 100vh; /* minimum height = screen height */
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.TQnote {
text-align: center;
width: 100%;
font-family: "utile-display",sans-serif;
font-weight: 200;
line-height: 45px;
font-size: 40px;
 padding: 0px 0px 200px 0px !important;
 letter-spacing: 0.4px;
 color: #FFFFFF;
  position: relative !important;
}

.spaces{
padding-top: 350px !important;
}


a.hometext{
 font-family: "neue-haas-unica",sans-serif;
 color: #FFFFFF; 
  font-size: 16px !important;
 border-bottom:1px solid #FFFFFF;
 font-weight: 300;   
 letter-spacing: 1.6px; 
}


a.hometext:hover{
  font-family: "neue-haas-unica",sans-serif;
 color: #FFFFFF; 
  font-size: 16px !important;
 border-bottom:1px solid #FFFFFF;
 font-weight: 300;   
 letter-spacing: 1.6px; 
}



} 

@media only screen and (max-width: 1800px) {

/*register*/

.btntext {    
    font-family: neue-haas-unica !important;
    font-weight:400;
    font-size:15px !important;
    text-transform: uppercase !important;
}




} 

@media only screen and (max-width: 1440px) {

/*register*/

.btntext {    
    font-family: neue-haas-unica !important;
    font-weight:400;
    font-size:15px !important;
    text-transform: uppercase !important;
}



.TQbox {
  min-height: 100vh; /* minimum height = screen height */
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.TQnote {
text-align: center;
width: 100%;
font-family: "utile-display",sans-serif;
font-weight: 200;
line-height: 45px;
font-size: 40px;
 padding: 0px 0px 200px 0px !important;
 letter-spacing: 0.4px;
 color: #FFFFFF;
  position: relative !important;
}

.spaces{
padding-top: 350px !important;
}


a.hometext{
 font-family: "neue-haas-unica",sans-serif;
 color: #FFFFFF; 
  font-size: 16px !important;
 border-bottom:1px solid #FFFFFF;
 font-weight: 300;   
 letter-spacing: 1.6px; 
}


a.hometext:hover{
  font-family: "neue-haas-unica",sans-serif;
 color: #FFFFFF; 
  font-size: 16px !important;
 border-bottom:1px solid #FFFFFF;
 font-weight: 300;   
 letter-spacing: 1.6px; 
}




} 

@media only screen and (max-width: 1366px) {

/*register*/

.btntext {    
    font-family: neue-haas-unica !important;
    font-weight:400;
    font-size:13px !important;
    text-transform: uppercase !important;
	color:#000000;
}
} 

@media only screen and (max-width: 1024px) {

/*register*/

.btntext {    
    font-family: neue-haas-unica !important;
    font-weight:400;
    font-size:13px !important;
    text-transform: uppercase !important;
	color:#000000;
}


.dropdown-icon4 {
    position: absolute;
    top: 59%;
    right: 1px !important;
    transform: translateY(-50%);
    color: #999;
    transition: transform 0.3s ease-in-out;
    color: #767676;
    font-weight: 700;
    font-size: 0.9em;
}



} 






.btnsub {
  text-align: center;
  display: inline-block;
  padding: 15px 40px;
  cursor: pointer;
  width: 100%;
  letter-spacing: 2px;
  position:relative;
  overflow:hidden;
  margin: 20px 0px;
  border-bottom: 1px solid black !important; 
  background-color: transparent; 
}

.btnsub:before {
  content: "";
  position: absolute;
  width: 0;
  background : black;
  left: 45%;
  height: 1px;
  top: 0;
  transition: all .1s;
  opacity: 0.7;
}

.btnsub:hover {
  width: 100%;
  left:0;
  border-top: 1px solid black !important;
  border-left:1px solid black !important;
  border-right:1px solid black !important;  
  
}

.invalid-feedback {
  position: absolute;
  padding-left: 3px;
  /*font-size: 0.720em !important;
  margin-top: 2.95em !important;*/
/*  font-size: 0.58em !important;*/
  margin-top: 48px !important;
  color: red ;
}

.invalid-feedback-mobile {
  position: absolute;
  padding-left: 12px;
  font-size: 1em !important;
  margin-top: 3.8em !important;
}


@media only screen and (min-width: 1366px) {


.invalid-feedback-select {
/*  position: absolute !important;*/
    position: relative !important;
/*    font-size: 0.6em !important;*/
    margin-top: 0.8em !important;
    margin-left: -0.2em !important;
    color: red ;
}
}

.invalid-feedback-select {
/*  position: absolute !important;*/
    position: relative !important;
/*    font-size: 0.78em !important;*/
    margin-top: 0.8em !important;
    margin-left: -0.2em !important;
    color: red ;
}

.invalid-feedback-confirm {
  position: absolute !important;
/*  font-size: 0.78em !important;*/
  margin-top: -1em !important;
  margin-left: -2px;
  color: red ;
}

.field__input_mobileno {
  padding-left: 20px;
  border-right: 1px solid #B3b3b3;
  flex: inherit !important;
  width: 20% !important;
}

.field__input_number {
  padding-left: 20px !important;
  flex: inherit !important;
  width: 80% !important;
}

.field__input_number2 {
  padding-left: 20px !important;
  flex: inherit !important;
  width: 70% !important;
  border-bottom: 2px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
  margin-top: auto;
}


.form-select.is-valid, .was-validated .form-select:valid {
  border-color: #b3b3b3 !important;
}

.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}

.vthankyou {
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  position: inherit;
  transform: translate(0%,1%);
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-10%);*/
}

.banner {
  height: 100vh;
  position: fixed;
}

.overlay1 {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.overlay1 h1 {
/*    background: #000 none repeat scroll 0 0;*/
    color: white;
/*    font-weight: 600;*/
    margin: 2rem 3rem 0;
    mix-blend-mode: overlay;
    padding: 5px 15px;
    text-align: center;
}

#thankyou {
/*  position: absolute;*/  
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Additional styling for overlay */
  background-color: rgba(226, 223, 224, 0.8); /* Semi-transparent background */
  z-index: 5;
  display: none;
}

#thank_you {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Additional styling for overlay */
  background-color: rgba(226, 223, 224, 0.8); /* Semi-transparent background */
  z-index: 5; 
  display: none; 
}





.s2a {
    font-family: "neue-haas-unica",sans-serif;
    font-size: 16px !important;
    color: #000000;
    font-weight: 300;    
    padding-bottom: 30px;
    letter-spacing: 1.6px;
    text-align: left;
    line-height: 24px;
    

}




/* stop here */

