/* Global Styles */

* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

html {
  width: 100%;

  height: 100%;

  overflow-x: hidden;

  overflow-y: auto;
}

p {
  padding: 0;
  margin: 0;
}
.back-to-main{
  margin-top: 2rem;
}
.back-to-main a{
  color: #fff;
  }
/*

* Prefixed by https://autoprefixer.github.io

* PostCSS: v8.3.6,

* Autoprefixer: v10.3.1

* Browsers: last 4 version

*/

/* width */

::-webkit-scrollbar {
  width: 0.7em;
}

/* Track */

::-webkit-scrollbar-track {
  background: #231f20;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: -o-linear-gradient(
    0deg,
    rgba(212, 176, 62, 1) 0%,
    rgba(226, 203, 124, 1) 25%,
    rgba(204, 151, 48, 1) 50%,
    rgba(174, 112, 36, 1) 75%,
    rgba(70, 43, 18, 1) 100%
  );

  background: -ms-linear-gradient(
    0deg,
    rgba(212, 176, 62, 1) 0%,
    rgba(226, 203, 124, 1) 25%,
    rgba(204, 151, 48, 1) 50%,
    rgba(174, 112, 36, 1) 75%,
    rgba(70, 43, 18, 1) 100%
  );

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4B03E', endColorstr='#462B12' ,GradientType=0)";

  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(212, 176, 62, 1)),
    color-stop(25%, rgba(226, 203, 124, 1)),
    color-stop(50%, rgba(204, 151, 48, 1)),
    color-stop(75%, rgba(174, 112, 36, 1)),
    to(rgba(70, 43, 18, 1))
  );

  background: linear-gradient(
    90deg,
    rgba(212, 176, 62, 1) 0%,
    rgba(226, 203, 124, 1) 25%,
    rgba(204, 151, 48, 1) 50%,
    rgba(174, 112, 36, 1) 75%,
    rgba(70, 43, 18, 1) 100%
  );

  border-radius: 4px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: -o-linear-gradient(
    0deg,
    rgba(212, 176, 62, 1) 0%,
    rgba(226, 203, 124, 1) 25%,
    rgba(204, 151, 48, 1) 50%,
    rgba(174, 112, 36, 1) 75%,
    rgba(70, 43, 18, 1) 100%
  );

  background: -ms-linear-gradient(
    0deg,
    rgba(212, 176, 62, 1) 0%,
    rgba(226, 203, 124, 1) 25%,
    rgba(204, 151, 48, 1) 50%,
    rgba(174, 112, 36, 1) 75%,
    rgba(70, 43, 18, 1) 100%
  );

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4B03E', endColorstr='#462B12' ,GradientType=0)";

  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(212, 176, 62, 1)),
    color-stop(25%, rgba(226, 203, 124, 1)),
    color-stop(50%, rgba(204, 151, 48, 1)),
    color-stop(75%, rgba(174, 112, 36, 1)),
    to(rgba(70, 43, 18, 1))
  );

  background: linear-gradient(
    90deg,
    rgba(212, 176, 62, 1) 0%,
    rgba(226, 203, 124, 1) 25%,
    rgba(204, 151, 48, 1) 50%,
    rgba(174, 112, 36, 1) 75%,
    rgba(70, 43, 18, 1) 100%
  );
}

body {
  max-width: 100%;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* background-color: #e9e9e9; */
    color: #231f20;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 16px;
    background-image: url(../../assets/images/body-bg-15.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "Nexa";
}

.line_input{
  cursor: auto;
  border: 1px dashed #6d6e70;
  width: 50%;
  margin-left: 1.5em;
}
/* headers */

.header_largescreen {
  display: block;
}

.header_meduimscreen,
.header_smallscreen {
  display: none;
}
.cust_grow {
  display: flex;

  flex-direction: column;

  flex-grow: 1;
}
.footer-txt{
  justify-content: end;
  margin-right: 3.3em;
}
#others-err,
#q-6-err,
#q-18-err,
#q-14-err,
.reg_error {
  bottom: -1.5em;
  left: 9em;
  color: red;
  font-size: 0.86em;
  font-family: 'Nexa XBold';
  display: none;
}

#err-3,
#err-2 {
  color: red;
  display: none;
  font-size: 0.65em;
  margin-bottom: 0.1em;
  position: absolute;
  bottom: -1.6em;
  font-family: 'Nexa XBold';
  left: 7em;
}
.tap_Title {
  width: 100%;
}

b {
  font-family: "Nexa";

  font-weight: bold;
}

i {
  font-family: "Nexa";

  font-weight: 300;

  font-style: italic;
}

.max-error {
  position: absolute;

  bottom: -1.5em;

  left: 8em;

  color: red;

  font-size: 0.74em;
}
.text_smaller {
  font-size: 0.79em;
  line-height: 1;
  color: #26a9e0;
  padding-top: 0.3em;
}
.question.error::before {
  content: "*Please select an answer";
  position: absolute;
  bottom: -1.5em;
  left: 9em;
  color: red;
  font-size: 0.65em;
  font-family: 'Nexa XBold';
}

#q_3_others {
  display: none;
}

#success-screen {
        display: none;
width: 100%;
            position: fixed;
height: 100%;
min-height: 100vh;
background: #000000c7;
        align-content: center;
        justify-content: center;

}
.inner-box{
            position: absolute;
background: #3d3c3c;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    padding: 2rem;
    align-items: center;
    border-radius: 11px;
    color: white;
}
.input-file {
    visibility: hidden;
    position: absolute;
}
.upload-field{
    max-width: 9em;
        width: 100%;
        margin-right: 0;
        margin-left: auto;
        cursor: pointer;
        border: none;
        outline: none;
        background-color: #121011;
}
#tab2,
#tab3,
#tab4,
#tab5,
#tab6 {
  display: none;
}

.form-check-input {
  background-color: #231f20;

  border: 1px solid #d8b74e;

  transition: background-color 0.15s ease-in-out,
    background-position 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.form-check-input:checked {
  background-color: #231f20;

  border: 1px solid #d8b74e;
}

.others {
  border: 1px dashed #6d6e70;
  width: 80%;
  height: 70%;
  outline: none;
  font-size: 0.9em;
  padding: 0.4em;
  margin-left: 0.6em;
}
.colored {
  color: #d4b03e;
}
#part2 {
  display: none;
}

input,
label {
  cursor: pointer;
}

.form-check-label {
  font-size: 0.9em;

  line-height: 1.1;

  font-family: "NexaRegular";

  font-weight: normal;

  font-style: normal;

  margin-top: 0.4em;
  padding-left: 0.8em;
}

.form-check {
  display: flex;

  flex-direction: row;

  justify-content: flex-start;

  align-items: center;

  margin-left: 0 !important;
}

.cust_quest_style {
  margin: auto 0 !important;
}

/* End Of Global Styles */

.blackPart {
  background-color: #231f20;
}

.blackPart_cont {
  width: 95.2%;

  margin-left: auto;
}

.blackPart .blackPart_cont .blackPart_border {
  max-width: 15%;

  width: 100%;
}

.blackPart .blackPart_cont .blackPart_txt {
  color: #fff;

  font-size: 1.6em;

  line-height: 1.1;

  font-family: "Nexa";

  font-weight: 300;

  font-style: normal;
}

.blackPart .blackPart_cont .blackPart_txt p {
  margin: 0;
}

.yellowPart {
  background: -moz-linear-gradient(
    0% 50% 0deg,
    rgba(70, 43, 18, 1) 0%,
    rgba(174, 112, 36, 1) 25%,
    rgba(204, 151, 48, 1) 50%,
    rgba(226, 203, 124, 1) 75%,
    rgba(212, 176, 62, 1) 100%
  );

  background: -webkit-linear-gradient(
    0deg,
    rgba(70, 43, 18, 1) 0%,
    rgba(174, 112, 36, 1) 25%,
    rgba(204, 151, 48, 1) 50%,
    rgba(226, 203, 124, 1) 75%,
    rgba(212, 176, 62, 1) 100%
  );

  background: -webkit-gradient(
    linear,
    0% 50%,
    100% 50%,
    color-stop(0, rgba(70, 43, 18, 1)),
    color-stop(0.25, rgba(174, 112, 36, 1)),
    color-stop(0.5, rgba(204, 151, 48, 1)),
    color-stop(0.75, rgba(226, 203, 124, 1)),
    color-stop(1, rgba(212, 176, 62, 1))
  );

  background: -o-linear-gradient(
    0deg,
    rgba(70, 43, 18, 1) 0%,
    rgba(174, 112, 36, 1) 25%,
    rgba(204, 151, 48, 1) 50%,
    rgba(226, 203, 124, 1) 75%,
    rgba(212, 176, 62, 1) 100%
  );

  background: -ms-linear-gradient(
    0deg,
    rgba(70, 43, 18, 1) 0%,
    rgba(174, 112, 36, 1) 25%,
    rgba(204, 151, 48, 1) 50%,
    rgba(226, 203, 124, 1) 75%,
    rgba(212, 176, 62, 1) 100%
  );

  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#462B12', endColorstr='#D4B03E' ,GradientType=0)";

  background: linear-gradient(
    90deg,
    rgba(70, 43, 18, 1) 0%,
    rgba(174, 112, 36, 1) 25%,
    rgba(204, 151, 48, 1) 50%,
    rgba(226, 203, 124, 1) 75%,
    rgba(212, 176, 62, 1) 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#462B12',endColorstr='#D4B03E' , GradientType=1);
}

.yellowPart p {
  font-size: 2.6em;

  line-height: 1;

  width: 95.2%;

  margin-left: auto;

  margin-bottom: 0;
  padding: 0.4em 0;
  text-transform: uppercase;
}

.whitePart {
  background-color: #fff;
}

.whitePart_cont {
  width: 95.2%;

  margin-left: auto;
}

.whitePart .whitePart_cont .whitePart_border {
  max-width: 15%;

  width: 100%;
}

.whitePart .whitePart_cont .whitePart_txt {
  color: #404041;

  font-size: 1.4em;

  line-height: 1;

  width: 86%;
}

.question {
  background-position: left bottom;

  position: relative;

  flex-direction: row;

  padding-top: 0;

  margin-bottom: 1.775em;
}

#main-wrapper {
  width: 100%;

  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

#part1_header {
  max-width: 100%;

  width: 100%;
}

.ques_title {
  display: flex;
  flex-direction: row;
  background-color: #58595b;
  /* padding: 0.4em 0; */
}

.sp-num {
  font-family: "Nexa XBold";
  color: #fff;
  font-size: 3.25em;
  width: 4.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  margin: 0;
  opacity: 0.5;
  padding-right: 0.25em;
}

.border_right {
  border-right: 1.8px solid #fff;
  margin: 0.7em 0em;
}

.sp-1_cont {
  width: 100%;
}

.sp-1 {
  /* font-size: 1.7em;
    line-height: 1.1; */
  /* font-family: 'NexaRegular'; */
  font-weight: normal;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0.9em;
  margin: auto 0;
  width: 100%;
  color: #fff;
  letter-spacing: 0.3px;
  padding-right: 15em;
}

/* gehad add */
.sp-1_bold {
  font-size: 1.4em;
  line-height: 1.2;
  font-family: "Nexa XBold";
}
.border_right {
  /* border-right: 1.8px solid #fff; */
  /* margin: 0.7em 0em; */
}
.tap_quesTitle {
  background: -moz-linear-gradient(
    0% 50% 0deg,
    rgba(35, 31, 32, 1) 0%,
    rgba(37, 33, 34, 1) 38.25%,
    rgba(44, 40, 41, 1) 52.03%,
    rgba(55, 51, 52, 1) 61.85%,
    rgba(72, 68, 69, 1) 69.79%,
    rgba(93, 90, 91, 1) 76.6%,
    rgba(120, 118, 118, 1) 82.62%,
    rgba(152, 150, 151, 1) 88.07%,
    rgba(189, 188, 188, 1) 93.08%,
    rgba(229, 229, 229, 1) 97.54%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(35, 31, 32, 1) 0%,
    rgba(37, 33, 34, 1) 38.25%,
    rgba(44, 40, 41, 1) 52.03%,
    rgba(55, 51, 52, 1) 61.85%,
    rgba(72, 68, 69, 1) 69.79%,
    rgba(93, 90, 91, 1) 76.6%,
    rgba(120, 118, 118, 1) 82.62%,
    rgba(152, 150, 151, 1) 88.07%,
    rgba(189, 188, 188, 1) 93.08%,
    rgba(229, 229, 229, 1) 97.54%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    0% 50%,
    100% 50%,
    color-stop(0, rgba(35, 31, 32, 1)),
    color-stop(0.3825, rgba(37, 33, 34, 1)),
    color-stop(0.5203, rgba(44, 40, 41, 1)),
    color-stop(0.6185, rgba(55, 51, 52, 1)),
    color-stop(0.6979, rgba(72, 68, 69, 1)),
    color-stop(0.766, rgba(93, 90, 91, 1)),
    color-stop(0.8262, rgba(120, 118, 118, 1)),
    color-stop(0.8807, rgba(152, 150, 151, 1)),
    color-stop(0.9308, rgba(189, 188, 188, 1)),
    color-stop(0.9754, rgba(229, 229, 229, 1)),
    color-stop(1, rgba(255, 255, 255, 1))
  );
  background: -o-linear-gradient(
    0deg,
    rgba(35, 31, 32, 1) 0%,
    rgba(37, 33, 34, 1) 38.25%,
    rgba(44, 40, 41, 1) 52.03%,
    rgba(55, 51, 52, 1) 61.85%,
    rgba(72, 68, 69, 1) 69.79%,
    rgba(93, 90, 91, 1) 76.6%,
    rgba(120, 118, 118, 1) 82.62%,
    rgba(152, 150, 151, 1) 88.07%,
    rgba(189, 188, 188, 1) 93.08%,
    rgba(229, 229, 229, 1) 97.54%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    0deg,
    rgba(35, 31, 32, 1) 0%,
    rgba(37, 33, 34, 1) 38.25%,
    rgba(44, 40, 41, 1) 52.03%,
    rgba(55, 51, 52, 1) 61.85%,
    rgba(72, 68, 69, 1) 69.79%,
    rgba(93, 90, 91, 1) 76.6%,
    rgba(120, 118, 118, 1) 82.62%,
    rgba(152, 150, 151, 1) 88.07%,
    rgba(189, 188, 188, 1) 93.08%,
    rgba(229, 229, 229, 1) 97.54%,
    rgba(255, 255, 255, 1) 100%
  );
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#231F20', endColorstr='#FFFFFF' ,GradientType=0)";
  background: linear-gradient(
    90deg,
    rgba(35, 31, 32, 1) 0%,
    rgba(37, 33, 34, 1) 38.25%,
    rgba(44, 40, 41, 1) 52.03%,
    rgba(55, 51, 52, 1) 61.85%,
    rgba(72, 68, 69, 1) 69.79%,
    rgba(93, 90, 91, 1) 76.6%,
    rgba(120, 118, 118, 1) 82.62%,
    rgba(152, 150, 151, 1) 88.07%,
    rgba(189, 188, 188, 1) 93.08%,
    rgba(229, 229, 229, 1) 97.54%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#231F20',endColorstr='#FFFFFF' , GradientType=1);
}

.tap_quesTitle .tap_quesTitleCont {
  width: 99.4%;
  margin: 0 auto;
  line-height: 1.25;
  color: #fff;
  padding: 0.34em 0;
  /* padding-right: 15.4em; */
  padding-left: 4.78%;
}

.tap_quesTitle .tap_quesTitleCont p {
  margin: 0;
  /* text-transform: uppercase; */
  font-family: "Nexa";
  font-size: 1em;
  line-height: 1.4em;
  margin-top: 0.1em;
  /* font-weight: bold; */
  padding-right: 13em;
}
.span_bold {
  display: block !important;
}

.label-num {
  height: 1.1em;
  width: 1.1em;
  border-radius: 50%;
  border: 1px solid #d8b74e;
  background-color: #231f20;
}

.inputs-cont {
  width: 95.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /* margin: 0em 0 0.5em; */
  background-color: #bbbdbf;
  padding-left: 1.2em;
  margin-left: auto;
  /* padding-top: 1em; */
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.btns_cont {
  width: 96%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.btn-next {
  max-width: 6em;
  width: 100%;
  margin-right: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  text-decoration: none;
  outline: none;
  border: none;
}
.prev-btn {
  max-width: 6em;
  width: 100%;
  margin-left: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  text-decoration: none;
  outline: none;
  border: none;
  margin-left: 2.3em;
}
.submit-btn {
  max-width: 6em;
  width: 100%;
  margin-left: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  margin-top: 1rem;
  text-decoration: none;
  outline: none;
  border: none;
}
button:focus {
  outline: 0;
}
.cust_height input {
  padding: 0.275em 0.75em;
}

#tab1-question-4,
#question-22 {
  margin-bottom: 0;
}
.btn-img {
  width: 95.8%;
  background-color: #bbbdbf;
  padding-left: 1em;
  margin-left: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.land_sinc{
  padding-top: 2em;
}
/* ---------------------Footer------------------ */
.top_footer {
  max-width: 100%;
  width: 100%;
  /* padding: 0.2em .4em; */
  padding-bottom: 0;
  background: linear-gradient(
    90deg,
    rgb(212, 176, 62) 0%,
    rgb(226, 203, 124) 25%,
    rgb(204, 151, 48) 50%,
    rgb(174, 112, 36) 75%,
    rgb(70, 43, 18) 100%
  );
}

.footer .empty {
  width: 13%;
}


footer .logo {
  max-width: 10em;
  width: 100%;
}
.logo {
  display: flex;
  padding: 0.45em 0;
  align-items: center;
  justify-content: center;
}
.left_footer_text {
  font-size: 0.7em;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #fff;
}

.top_footer {
  padding: 0.2em 0;
}

/* .footer .footer-txt {
  color: #fff;
  font-size: 1em;
  line-height: 1.1;
  font-family: 'Nexa';
  font-weight: 300;
  font-style: normal;
  margin-left: auto;
  margin-right: 1em;
  text-transform: uppercase;
} */

/* .footer .footer-txt p {
  margin: 0;
} */

.footer .height_bg {
  background-color: #231f20;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* Pagination */

/* Make circles that indicate the steps of the form: */

.steps {
  width: 54%;

  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.step {
  height: 0.75em;
  width: 0.75em;
  margin: 0 0.1em;
  background-color: #231f20;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */

.step.finish {
  background-color: #04aa6d;
}

.cust_height {
  height: 70% !important;
  font-size: 0.8em;
  font-family: 'NexaRegular';
}

/* ===================== Registartion ====================== */
.cust-padding{
height: 100%;
}
#full {
  width: 100%;

  min-height: 100vh;

  height: 100%;

  background-image: url(../../assets/images/bg-01.png);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;

  display: flex;

  flex-direction: column;

  background-color: #121011;
}

#full input,
#full label {
  cursor: auto;
}

.cad_logo {
  max-width: 20%;
  width: 100%;
  margin: 0em 6em 0em;
}

.thank_you {
  padding-top: 6em;
  max-width: 100%;
  width: 100%;
  margin-bottom: 1em;
}

.marketing {
  max-width: 50%;

  width: 100%;

  margin-top: 1em;
}

.register {
  width: 90%;
  /* padding-top: 2em; */
  padding-right: 0.2em;
}
#full .lg{
  font-size: 1.3em; 
}
#full .form-txt {
  font-size: 1em;
  line-height: 1.3em;
  color: #fff;
  font-family: "Nexa";
  font-weight: 300;
  font-style: normal;
  text-align: justify;
}

#full .form-txt p {
  margin: 0.4em;
  margin-bottom: 0;
  margin-top: 0;
}

#full .sinc {
  max-width: 36%;
  width: 100%;
  padding-right: 0.5em;
  margin-left: auto;
  margin-bottom: 1em;
}

#full .sinc .mobile_sinc {
  display: none;
}

#full .cust-padding .col-6 .register .form {
  width: 89%;
  padding-right: 0;
  border-left: 2px solid #fff;
  padding-left: 1.6em;
  margin-bottom: 1.5em;
}

#full .cust-padding .col-6 .register .form .form-select {
  background-image: url(../images/select-bg-03.png);
  background-position: right 0em center;
  background-size: 40px 44px;
}

#full .cust-padding .col-6 .register .mobile {
  display: none;
}

#full .cust-padding .col-6 .register .submit-btn {
  max-width: 9em;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 1em;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #121011;
  margin-top: 1em;
}

#full .cust-padding .col-6 .register .submit-btn img {
  background-color: #121011;
}

#full .cust-padding .col-6 .register .form input,
#full .cust-padding .col-6 .register .form select {
  background-color: #6d6e70;
  border-color: #d8b850;
  border-radius: 20px;
  color: #fff;
  padding: 0.275em 0.75em;
}

#full .cust-padding .col-6 .register .form input::placeholder,
#full .cust-padding .col-6 .register .form select {
  color: #fff;

  font-family: "Nexa";

  font-weight: 300;

  font-style: normal;
}

#full .cust-padding .col-6 .register .form select {
  border-right-color: none;
}

.cust_grow {
  flex-grow: 1;
}

/* start style of the spin    */

.overlay-hidden {
  display: none !important;
}

.loading-overlay {
  background: rgb(0 0 0 );

  color: #fff;

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 99999;

  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;
}

.reverse-spinner {
  position: relative;

  height: 150px;

  width: 150px;

  border: 6px solid transparent;

  border-top-color: #231f20;

  border-left-color: #231f20;

  border-radius: 50%;

  -webkit-animation: spin 1.5s linear infinite;

  animation: spin 1.5s linear infinite;
}

.reverse-spinner::before {
  position: absolute;

  top: 15px;

  left: 15px;

  right: 15px;

  bottom: 15px;

  content: "";

  border: 6px solid transparent;

  border-top-color: #d8b74e;

  border-left-color: #d8b74e;

  border-radius: 50%;

  -webkit-animation: spinBack 1s linear infinite;

  animation: spinBack 1s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);

    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);

    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);
  }
}


@keyframes spinBack {
  from {
    -webkit-transform: rotate(0);

    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(-720deg);

    transform: rotate(-720deg);
  }
}
.flipX video::-webkit-media-text-track-display {
  transform: matrix(-1, 0, 0, 1, 0, 0) !important;
}
.flipXY video::-webkit-media-text-track-display {
  transform: matrix(-1, 0, 0, -1, 0, 0) !important;
}
.flipXYX video::-webkit-media-text-track-display {
  transform: matrix(1, 0, 0, -1, 0, 0) !important;
}
@keyframes blinkWarning {
  0% { color: red; }
  100% { color: white; }
}
@-webkit-keyframes blinkWarning {
  0% { color: red; }
  100% { color: white; }
}
.blinkWarning {
  -webkit-animation: blinkWarning 1s linear infinite;
  -moz-animation: blinkWarning 1s linear infinite;
  animation: blinkWarning 1s linear infinite;
}
#submit_loading { background: rgb(0 0 0 / 30%); color: #fff; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99999; 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; } #submit_loading .reverse-spinner { position: relative; height: 150px; width: 150px; border: 6px solid transparent; border-top-color: #231f20; border-left-color: #231f20; border-radius: 50%; -webkit-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; } #submit_loading .reverse-spinner::before { position: absolute; top: 15px; left: 15px; right: 15px; bottom: 15px; content: ""; border: 6px solid transparent; border-top-color: #d8b74e; border-left-color: #d8b74e; border-radius: 50%; -webkit-animation: spinBack 1s linear infinite; animation: spinBack 1s linear infinite; }