.page-num {
  /* if you want to see screen numbers, change 'none' to 'block' (and vice versa) */
  display: none;
}

body {
	font-family: 'Roboto', sans-serif;
}
h2 {
	font-size: 46px;
	font-weight: 300;
	margin-bottom: 50px;
}
#main-content {
	height: 100vh;
}
.bg-blue {
	background-color: #2da0e4;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  margin: 0; 
}
input[type=number] {
  -moz-appearance: textfield;
}
input::-ms-clear {
  display: none;
}

/****************************************
  Icons
****************************************/

@font-face {
  font-family: 'icomoon';
  src: url('../icons/icomoon.eot?lt98fw');
  src: url('../icons/icomoon.eot?lt98fw#iefix') format('embedded-opentype'),
  url('../icons/icomoon.ttf?lt98fw') format('truetype'),
  url('../icons/icomoon.woff?lt98fw') format('woff'),
  url('../icons/icomoon.svg?lt98fw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-battery:before {
  content: "\e900";
}
.icon-blocks:before {
  content: "\e901";
}
.icon-leaf:before {
  content: "\e903";
}
.icon-saving-money:before {
  content: "\e902";
}
.icon-lg-big-truck:before {
  content: "\c106";
}
.icon-lg-bus:before {
  content: "\c102";
}
.icon-lg-campervan:before {
  content: "\c101";
}
.icon-lg-mini-truck:before {
  content: "\c104";
}
.icon-lg-monster-truck:before {
  content: "\c103";
}
.icon-lg-truck:before {
  content: "\c105";
}
.icon-md-minivan:before {
  content: "\b103";
}
.icon-md-pickup:before {
  content: "\b101";
}
.icon-md-suv:before {
  content: "\b102";
}
.icon-md-van:before {
  content: "\b104";
}
.icon-sm-cabriolet:before {
  content: "\a007";
}
.icon-sm-coupe:before {
  content: "\a004";
}
.icon-sm-cuv:before {
  content: "\a012";
}
.icon-sm-hatchback:before {
  content: "\a003";
}
.icon-sm-limousine:before {
  content: "\a011";
}
.icon-sm-micro:before {
  content: "\a001";
}
.icon-sm-muscle-car:before {
  content: "\a008";
}
.icon-sm-roadster:before {
  content: "\a006";
}
.icon-sm-sedan:before {
  content: "\a002";
}
.icon-sm-sport-car:before {
  content: "\a009";
}
.icon-sm-station-wagon:before {
  content: "\a005";
}
.icon-sm-super-car:before {
  content: "\a010";
}

/****************************************
  Icons - END
****************************************/

.header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}
.header .logo {
  max-width: 64px;
  margin-right: 20px;
}
.header i {
  font-size: 30px;
  color: #000;
}
.header i + i {
  margin-left: 15px;
}
.form-card {
	max-width: 600px;
  padding: 0;
}
.form-card .tab {
  position: relative;
  padding: 80px 30px 60px;
}
.form-title {
	text-align: center;
}
.form-group {
	display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
	width: 100%;
	margin-bottom: 15px;
  flex-wrap: wrap;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group > label,
.range-slider .text {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 5px;
  width: 100%;
  display: block;
}
.form-group > .info-box {
  display: inline-block;
  width: 25%;
  padding-left: 15px;
  text-align: right;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 300;
}
.form-group  input, .form-group > .dropdown {
	width: 75%;
}
.info-required {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  text-align: center;
}
.form-group > .dropdown {
	display: block;
  margin-left: auto;
  margin-right: auto;
}
.form-group > .dropdown.check {
  position: relative;
}
.form-group > .dropdown.check:after {
  content: '✓';
  position: absolute;
  left: calc(100% + 20px);
  top: 0;
  width: 20px;
  height: 100%;
  text-align: center;
  line-height: 56px;
  font-size: 26px;
}
.form-group > .dropdown .btn ins {
	text-decoration: none;
	font-size: 22px;
}
.form-group > .dropdown .btn {
	width: 100%;
	background-color: #fff;
	border: none;
	border-radius: 15px;
	height: 56px;
  padding: 10px 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 30px;
}
.form-group > .dropdown .btn.dropdown-toggle::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  border-top: 10px solid #2da0e4;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
  margin: 0;
}
.form-group > .dropdown.show .btn.dropdown-toggle::after {
	transform: rotate(180deg);
	border-top-color: #000;
}
.form-group > .dropdown .dropdown-menu {
  width: 100%;
  border: none;
  border-radius: 15px;
  padding: 0;
  margin-top: 3px;
  overflow-y: auto;
  border-top: 15px solid #fff;
  border-bottom: 15px solid #fff;
  max-height: 190px;
  scrollbar-color: #7f7f7f white; 
  scrollbar-width: thin;
}
.dropdown-menu::-webkit-scrollbar {
  width: 12px;
  background-color: #fff;
}
.dropdown-menu::-webkit-scrollbar-track {
  border-radius: 10px;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0,0,0,.3);
  border: 3px solid #fff;
}
.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0,0,0,.5);
}
@supports (-ms-ime-align: auto) {
  .form-group > .dropdown .dropdown-menu {
    max-height: 200px !important;
    border-top: none !important;
    border-bottom: none !important;
    -ms-overflow-style: none;
  }
}
.form-group > .dropdown .dropdown-menu.radio .dropdown-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 40px;
  line-height: 20px;
  padding: 10px 15px;
  margin-bottom: 0;
  text-align: center;
  color: #000;
}
.form-group > .dropdown .dropdown-menu.radio .dropdown-item:hover {
	background-color: #f4f4f4;
}
.form-group > .dropdown .dropdown-menu.radio .dropdown-item:active {
	background-color: #000;
  color: #fff;
  outline: none;
}
.form-group > .dropdown .dropdown-menu.radio .dropdown-item:active span,
.form-group > .dropdown .dropdown-menu.radio .dropdown-item.active span {
	color: #fff;
}
.form-group > .dropdown .dropdown-menu.radio .dropdown-item.active {
  background-color: #000;
  color: #fff;
}
.form-group > .dropdown .dropdown-menu.radio input {
	visibility: hidden; 
	position: absolute;
  left: 0;
  width: 100%;
}
.form-group > .dropdown .dropdown-menu.radio span {
	font-weight: normal;
	font-style: normal; 
	display: block;
  font-size: 19px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.form-group > input {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: none;
  border-radius: 15px;
  height: 56px;
  padding: 10px 15px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}
.form-group > input::placeholder {
  font-style: italic !important;
}
.form-group > label {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.form-group > input:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 2px #000 inset;
  -moz-box-shadow:    0px 0px 0px 2px #000 inset;
  box-shadow:         0px 0px 0px 2px #000 inset;
}
.form-content {
	margin-bottom: 60px;
}
.form-footer {
	text-align: center;
}
.form-footer .btn {
	background-color: #000;
  color: #fff;
  height: 54px;
  line-height: 54px;
  border-radius: 15px;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: .5px;
  border: none;
  margin-bottom: 10px;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.btn-row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.form-footer .btn.btn-33 {
  width: calc((100% / 3) - 15px);
}
.form-footer .btn.btn-40 {
  width: calc(40% - 15px);
}
.form-footer .btn.btn-50 {
  width: calc(50% - 15px);
}
.form-footer .btn.btn-60 {
  width: calc(60% - 15px);
}
.form-footer .btn.btn-66 {
  width: calc((100% / 3)*2 - 15px);
}
.form-footer .btn.btn-100 {
  width: 100%;
}
.form-footer .btn:hover {
	background-color: #222;
}
.form-content .radio-btn + .radio-btn {
	margin-left: 25px;
  margin-bottom: 5px;
}
.form-content .radio-btns-group {
  display: -webkit-box; 
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex;
}
.form-content .radio-btn {
  display: inline-block;
  width: calc((100% - 50px) /3);
  vertical-align: middle;
  text-align: center;
}
.radio-btn [type="radio"]:checked,
.radio-btn [type="radio"]:not(:checked) {
  display: none;
}
.radio-btn [type="radio"] + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
  height: 60px;
  font-size: 40px;
  line-height: 60px; 
  border: 2px solid #000;
  color: #000;
  border-radius: 15px;
}
.switch-btn .switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 50%;
  line-height: 1.1;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  padding: 0 10px !important;
  margin: 0;
  height: 100%;
  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;
}
.radio-btn [type="radio"]:not(:checked) + label {
  border-color: #000;
  color: #000;
}
.radio-btn [type="radio"]:checked + label {
  border-color: #fff;
  color: #fff;
}
.radio-btn [type="radio"] + label + span {
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
}
.switch-btn {
  width: 100%;
}
.switch-btn + .switch-btn {
  margin-top: 10px;
}
.switch-btn .switch {
  position: relative;
  height: 60px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 15px;
  border: 2px solid #000;
}
.switch-btn .switch:last-child {
  margin-bottom: 0;
}
.switch-btn .switch.switch-60 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.switch-btn .switch-60 .switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 162px;
}
.switch-btn .switch-input {
  display: none;
}
.switch-btn .switch-input:not(:checked) + .switch-label {
  color: #000;
}
.switch-btn .switch-input:checked + .switch-label {
  color: #fff;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.switch-btn .switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 270px;
  /* Note: left: 50%; doesn't transition in WebKit */
}
.switch-btn .switch-selection {
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  display: block;
  width: 50%;
  height: calc(100% + 4px);
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-btn .label-txt {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
  white-space: nowrap;
}
.switch-btn .label-txt i {
  font-size: 44px;
  margin-right: 10px;
}
.switch-btn.no-switch .label-txt {
  width: 65%;
  text-align: right;
  padding-right: 20px;
  margin-bottom: 0;
  white-space: nowrap;
}
.switch-btn.no-switch .switch {
  width: 35%;
  margin-right: 0;
}
.switch-btn.no-switch .switch .switch-label {
  width: 100%;
}
.switch-btn.no-switch .switch .switch-selection {
  width: calc(100% + 4px);
}
.switch-btn.no-switch i {
  font-size: 44px;
  margin-left: 20px;
  margin-right: 0;
}
.range-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.range-input {
  display: inline-block;
  position: relative;  
  width: 75%;
  height: 22px;
  margin: 0;
}
.range-slider .result {
  display: inline-block;
  height: 22px;
  width: 25%;
  padding-left: 15px;
  text-align: right;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
}
.range-slider .result .count {
  margin-right: 6px;
}


.range-input input[type=range] {
  position: relative;
  z-index: 999;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  margin: 0;
  height: 22px;
  width: 100%;
}
.range-input input[type=range]:focus {
  outline: none;
}
.range-input input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background-color: transparent;
  border-radius: 20px;
  border: none;
}
.range-input input[type=range]::-webkit-slider-thumb {
  position:relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 22px;
  height: 22px;
  background-color: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5000;
  top: -9px;
}
.range-input input[type=range]::-webkit-slider-thumb:hover,
.range-input input[type=range]::-webkit-slider-thumb:active {
  background-color: #fff;
  -webkit-transition: ease .2s;
     -moz-transition: ease .2s;
       -o-transition: ease .2s;
          transition: ease .2s;
}
.range-input input[type=range]:focus::-webkit-slider-runnable-track {
  
}
.range-input input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background-color: transparent;
  border-radius: 20px;
  border: none;
}
.range-input input[type=range]::-moz-range-thumb {
  position:relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 22px;
  height: 22px;
  background-color: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5000;
  top: -9px;
}
.range-input input[type=range]::-moz-range-thumb:hover,
.range-input input[type=range]::-moz-range-thumb:active {
  background-color: #fff;
  -webkit-transition: ease .2s;
     -moz-transition: ease .2s;
       -o-transition: ease .2s;
          transition: ease .2s;
}
.range-input input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 15px 0;
}
.range-input input[type=range]::-ms-fill-lower {

}
.range-input input[type=range]::-ms-fill-upper {

}
.range-input input[type=range]::-ms-thumb {
  position:relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 22px;
  height: 22px;
  background-color: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5000;
  margin-top: 0px;
}
.range-input input[type=range]::-ms-thumb:hover,
.range-input input[type=range]::-ms-thumb:active {
  background-color: #fff;
  -webkit-transition: ease .2s;
     -moz-transition: ease .2s;
       -o-transition: ease .2s;
          transition: ease .2s;
}
.range-input input[type=range]:focus::-ms-fill-lower {

}
.range-input input[type=range]:focus::-ms-fill-upper {

}
.range-input .fill {
  position: absolute;
  z-index: 50;
  top: 9px;
  left: 0;
  height: 4px;
  border-radius: 25px;
  width: 0%;
  background-color: #fff;
}
.range-input .fill:before {
  content: '';
  position: absolute;
  background-color: #fff;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  top: -9px;
  left: 0;
}
.tab {
	display: none;
}
.tab.active {
	display: block;
}

.page-num {
  position: fixed;
  top: 5%;
  right: 5%;
  font-size: 40px;
  font-weight: 600;
  background-color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 80px;
  color: #2da0e4;
  /*display: none;*/
}

div.info-required {
  display: none;
  font-size: 15px;
  color: #fff;
  border-radius: 10px;
  background: -webkit-linear-gradient(to right, transparent 0%, #FF1654 25%, #FF1654 75%, transparent 100%); 
  background:    -moz-linear-gradient(to right, transparent 0%, #FF1654 25%, #FF1654 75%, transparent 100%); 
  background:     -ms-linear-gradient(to right, transparent 0%, #FF1654 25%, #FF1654 75%, transparent 100%); 
  background:      -o-linear-gradient(to right, transparent 0%, #FF1654 25%, #FF1654 75%, transparent 100%); 
  background:         linear-gradient(to right, transparent 0%, #FF1654 25%, #FF1654 75%, transparent 100%);
}

.form-check {
  padding: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-group + .form-check {
  margin-top: 25px;
}
.form-check label {
  line-height: 24px;
  font-weight: 300;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  margin-bottom: 0;
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.form-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-check label:before {
  content: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: block;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  -webkit-transition: ease .2s;
     -moz-transition: ease .2s;
       -o-transition: ease .2s;
          transition: ease .2s;
}
.form-check label:hover:before {
  background-color: #acdefb;
}
.form-check input:checked + label:before {
  background-color: #000;
}
.form-check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2.5px;
  left: 9px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0px 3px 3px 0;
  transform: rotate(45deg);
}
.form-content  h4 {
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
}

.antibot-quest {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: nowrap;
  width: auto;
  max-width: 75%;
  margin: 0 auto;
}
.antibot-quest > label {
  margin: 0 10px 0 0;
  line-height: 1;
  font-weight: 300;
  font-size: 22px;
  white-space: nowrap;
}
.antibot-quest > input {
  width: 76px !important;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: none;
  border-radius: 15px;
  height: 56px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  padding: 10px;
}
.antibot-quest > input:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 0px 2px #000 inset;
  -moz-box-shadow: 0px 0px 0px 2px #000 inset;
  box-shadow: 0px 0px 0px 2px #000 inset;
}
.form-check label a {
  color: #000;
  font-weight: 400;
}

/**************************************************
  Mobile Responsive
**************************************************/

@media screen and (max-width: 600px) {
  h2 {
    font-size: 40px;
  }
  .form-card .tab {
    max-width: 420px;
    margin: auto;
    padding: 40px 0 60px;
  }
  .header {
    margin-bottom: 20px;
  }    
  .form-content {
    margin-bottom: 45px;
  }
  .form-group > .dropdown .btn ins {
    font-size: 21px;
  }
  .radio-btn [type="radio"] + label {
    font-size: 34px;
    height: 56px;
    line-height: 56px;
  }
  .switch-btn.no-switch {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .switch-btn.no-switch .label-txt {
    flex-direction: row-reverse;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .switch-btn.no-switch i {
    margin-left: 0;
    margin-right: 10px;
  }
  .switch-btn.no-switch .switch {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  .form-footer .btn {
    font-size: 20px;
    letter-spacing: 0;
  }
  .switch-btn .switch-label {
    font-size: 20px;
    letter-spacing: -.5px;
  }
  .switch-btn .label-txt {
    font-size: 22px;
  }
  .switch-btn .label-txt i {
    font-size: 40px;
  }
  .form-group input, .form-group > .dropdown {
    width: 340px;
  }
  .form-footer .btn {
    height: 56px;
    line-height: 56px;
  }
  .form-footer .btn.single-btn {
    width: 340px !important;
  }
  .form-group > label {
    width: 340px;
  }
  .form-check > label {
    font-size: 17px;
    width: calc(340px - 30px);
  }
  .switch-btn .switch {
    width: 420px;
    height: 56px;
  }
  .switch-btn .switch-input:checked + .switch-label-on ~ .switch-selection {
    left: 210px;
  }
  .switch-btn .switch.switch-60 {
    width: 300px;
  }
  .switch-btn .switch-60 .switch-input:checked + .switch-label-on ~ .switch-selection {
    left: 150px;
  }
  .range-input {
    width: 70%;
  }
  .range-slider .result {
    width: 30%;
    font-size: 20px;
    padding-left: 10px;
  }
  .info-required {
    width: 100%;
  }
  .form-group.active:after {
    right: 0 !important;
  }
  .form-group > input {
    font-size: 21px;
  }
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .form-card .tab {
    max-width: 400px;
    margin: auto;
    padding: 30px 0 100px;
  }
  .header {
    margin-bottom: 15px;
  }
  .header .logo {
    max-width: 50px;
    margin-right: 10px;
  }
  .header i {
    font-size: 22px;
  }
  .header i + i {
    margin-left: 10px;
  }
  .form-group {
    margin-bottom: 15px;
  }
  .form-group > .dropdown.check:after {
    left: calc(100% + 10px);
    text-align: right;
    line-height: 54px;
    font-size: 22px;
  }
  .form-group > .dropdown .btn {
    height: 54px;
  }
  .form-footer .btn {
    height: 54px;
    line-height: 54px;
  }
  .form-footer .btn {
    font-size: 18px;
  }
  .radio-btn [type="radio"] + label {
    font-size: 30px;
  }
  .radio-btn [type="radio"] + label {
    height: 54px;
    line-height: 54px;
  }
  .switch-btn .switch {
    width: 395px;
    height: 54px;
  }
  .switch-btn .switch-input:checked + .switch-label-on ~ .switch-selection {
    left: 197.5px;
  }
  .form-group > input {
    height: 54px;
    line-height: 54px;
  }
  .switch-btn .switch-label {
    font-size: 18px;
  }
  .form-group.active:after {
    font-size: 22px !important;
    text-align: right !important;
    height: 54px !important;
    line-height: 54px !important;
  }
}

@media screen and (max-width: 432px) {
  h2 {
    font-size: 32px;
  }
  .form-card .tab {
    max-width: 350px;
    margin: auto;
    padding: 25px 0 40px;
  }
  .form-footer .btn.single-btn {
    width: 280px !important;
  }
  .btn-fix {
    width: 100% !important;
  }
  .switch-btn .switch, .switch-btn.no-switch .switch {
    max-width: 345px;
  }
  .switch-btn .switch-input:checked + .switch-label-on ~ .switch-selection {
    left: 172.5px;
  }
  .switch-btn .switch.switch-60 {
    width: 250px;
  }
  .switch-btn .switch-60 .switch-input:checked + .switch-label-on ~ .switch-selection {
    left: 125px;
  }
  .form-content {
    margin-bottom: 40px;
  }
  .form-group > .dropdown .btn ins {
    font-size: 19px;
  }
  .form-group > .dropdown, .form-group > input {
    max-width: 280px;
  }
  .form-group > .dropdown .btn {
    height: 52px;
    padding: 5px 15px;
    padding-right: 30px;
  }
  .form-group > .dropdown.check:after {
    left: calc(100% + 10px);
    top: 0;
    width: 20px;
    height: 100%;
    text-align: right;
    line-height: 52px;
    font-size: 22px;
  }
  .btn-row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .form-footer .btn {
    font-size: 16px;
    letter-spacing: 0;
    height: 52px;
    line-height: 52px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .form-footer .btn.btn-33 {
  width: calc((100% / 3) - 10px);
  }
  .form-footer .btn.btn-40 {
    width: calc(40% - 10px);
  }
  .form-footer .btn.btn-50 {
    width: calc(50% - 10px);
  }
  .form-footer .btn.btn-60 {
    width: calc(60% - 10px);
  }
  .form-footer .btn.btn-66 {
    width: calc((100% / 3)*2 - 10px);
  }
  .btn-fix {
    width: 100% !important;
  }
  .form-content .radio-btn {
    width: calc((100% - 30px) /3);
  }
  .form-content .radio-btn + .radio-btn {
    margin-left: 15px;
  }
  .radio-btn [type="radio"] + label {
    height: 52px;
    line-height: 52px;
    font-size: 28px;
    margin-bottom: 10px;
  }
  .radio-btn [type="radio"] + label + span {
    font-size: 20px;
  }
  .switch-btn .label-txt {
    font-size: 20px;
  }
  .switch-btn .label-txt i {
    font-size: 35px;
  }
  .switch-btn .switch {
    height: 52px;
  }
  .switch-btn .switch-label {
    font-size: 18px;
  }
  .range-slider .text {
    margin: 0 0 5px 0;
    font-size: 18px;
  }
  .form-group > label {
    font-size: 18px;
    width: 280px;
    margin-bottom: 5px;
  }
  .range-input {
    width: 65%;
  }
  .range-slider .result {
    width: 35%;
    font-size: 20px;
    padding-left: 5px;
  }
  .single-btn {
    width: 280px !important;
  }
  .form-group > input {
    height: 52px;
    line-height: 52px;
    padding: 5px 15px;
  }
  .form-group > .dropdown .dropdown-menu.radio span {
    font-size: 16px;
  }
  .form-group > .dropdown .dropdown-menu.radio .dropdown-item {
    height: 35px;
    line-height: 25px;
    padding: 5px 15px;
  }
  .radio-btn [type="radio"] + label + span {
    font-size: 19px;
  }
  .switch-btn .switch-label {
    padding: 0 5px !important;
  }
  .form-group.active:after {
    right: 5px !important;
    height: 52px !important;
    line-height: 52px !important;
  }
  .form-group > input {
    font-size: 19px;
  }
  .form-group > .dropdown .dropdown-menu {
    max-height: 170px;
  }
  .form-check > label {
    width: calc(280px - 30px);
  }
  .antibot-quest > label {
    font-size: 20px;
  }
  .antibot-quest > input {
    height: 52px;
    width: 68px !important;
    font-size: 20px;
  }
  @supports (-ms-ime-align: auto) {
    .form-group > .dropdown .dropdown-menu {
      max-height: 175px !important;
    }
  }
  .form-check label:before {
    width: 22px;
    height: 22px;
  }
  .form-check label {
    line-height: 22px;
    font-size: 17px;
    padding-left: 28px;
  }
  .form-check input:checked + label:after {
    top: 2.5px;
    left: 8px;
    width: 7px;
    height: 13px;
  }
}

@media screen and (max-width: 375px) {
  h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .form-card .tab {
    max-width: 295px;
  }
  .form-group > .dropdown, .form-group > input {
    max-width: 250px;
  }
  .form-group > .dropdown.check:after {
    left: calc(100% + 5px);
    width: 18px;
    font-size: 20px;
  }
  .form-footer .btn.single-btn {
    width: 250px !important;
  }
  .form-content .radio-btn + .radio-btn {
    margin-left: 10px;
  }
  .form-content .radio-btn {
    width: calc((100% - 20px) /3);
  }
  .radio-btn [type="radio"] + label {
    font-size: 25px;
    margin-bottom: 8px;
  }
  .radio-btn [type="radio"] + label + span {
    font-size: 17px;
  }
  .switch-btn .switch {
    width: 295px;
  }
  .switch-btn .switch-input:checked + .switch-label-on ~ .switch-selection {
    left: 147.5px;
  }
  .form-footer .btn {
    font-size: 14px;
  }
  .switch-btn .switch-label {
    font-size: 17px;
  }
  .switch-btn .label-txt {
    font-size: 19px;
  }
  .switch-btn .label-txt i {
    font-size: 30px;
  }
  .range-input {
    width: 63%;
  }
  .range-slider .result {
    width: 37%;
    font-size: 18px;
    padding-left: 0;
  }
  .form-group.active:after {
    right: 0px !important;
    font-size: 20px !important;
    width: 18px !important;
  }
  .form-group > label {
    width: 100%;
  }
}


.form-group {
  position: relative;
}
.form-group.active::after {
    content: '✓';
    position: absolute;
    right: 27px;
    bottom: 0;
    width: 20px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    font-size: 26px;
}

@keyframes spinner-grow {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.spinner-grow {
  color: #fff;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

.loading {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0,.6);
  z-index: 9;
}
.loading .spinner-grow {
  position: absolute;
  width: 60px;
  height: 60px;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
}

div.sendshow {
  display: none;
}
