/* line 1, app/assets/stylesheets/rangeslider.scss */
.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 12, app/assets/stylesheets/rangeslider.scss */
.rangeslider {
  background: #ffffff;
  position: relative;
}

/* line 17, app/assets/stylesheets/rangeslider.scss */
.rangeslider--horizontal {
  height: 5px;
  width: 100%;
  padding: 7px 5px;
}

/* line 23, app/assets/stylesheets/rangeslider.scss */
.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

/* line 29, app/assets/stylesheets/rangeslider.scss */
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

/* line 34, app/assets/stylesheets/rangeslider.scss */
.rangeslider__fill {
  background: #0bc90b;
  position: absolute;
}

/* line 38, app/assets/stylesheets/rangeslider.scss */
.rangeslider--horizontal .rangeslider__fill {
  top: 4px;
  height: 44%;
}

/* line 42, app/assets/stylesheets/rangeslider.scss */
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

/* line 47, app/assets/stylesheets/rangeslider.scss */
.rangeslider__handle {
  background-color: black;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  background-size: 100%;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 62, app/assets/stylesheets/rangeslider.scss */
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  background-size: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* line 79, app/assets/stylesheets/rangeslider.scss */
.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}

/* line 87, app/assets/stylesheets/rangeslider.scss */
.rangeslider--horizontal .rangeslider__handle {
  top: -8px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

/* line 92, app/assets/stylesheets/rangeslider.scss */
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

/* line 98, app/assets/stylesheets/rangeslider.scss */
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

/* line 1, app/assets/stylesheets/pages/save_energy_bill.scss */
.img-logos {
  width: 185px !important;
}

/* line 4, app/assets/stylesheets/pages/save_energy_bill.scss */
.pure-material-textfield-outlined {
  --pure-material-safari-helper1: #2196f3;
  position: relative;
  display: inline-block;
  padding-top: 6px;
  font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}

/* Input, Textarea */
/* line 16, app/assets/stylesheets/pages/save_energy_bill.scss */
.pure-material-textfield-outlined > input,
.pure-material-textfield-outlined > textarea {
  box-sizing: border-box;
  margin: 0;
  border: solid 1px;
  /* Safari */
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  border-top-color: transparent;
  border-radius: 4px;
  padding: 15px 13px 15px;
  width: 100%;
  height: inherit;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  background-color: transparent;
  box-shadow: none;
  /* Firefox */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  caret-color: #2196f3;
  transition: border 0.2s, box-shadow 0.2s;
}

/* Span */
/* line 38, app/assets/stylesheets/pages/save_energy_bill.scss */
.pure-material-textfield-outlined > input + span,
.pure-material-textfield-outlined > textarea + span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  width: 100%;
  max-height: 100%;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  font-size: 75%;
  line-height: 15px;
  cursor: text;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

/* Corners */
/* line 55, app/assets/stylesheets/pages/save_energy_bill.scss */
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::before,
.pure-material-textfield-outlined > textarea + span::after {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}

/* line 72, app/assets/stylesheets/pages/save_energy_bill.scss */
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > textarea + span::before {
  margin-right: 4px;
  border-left: solid 1px transparent;
  border-radius: 4px 0;
}

/* line 79, app/assets/stylesheets/pages/save_energy_bill.scss */
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::after {
  flex-grow: 1;
  margin-left: 4px;
  border-right: solid 1px transparent;
  border-radius: 0 4px;
}

/* Hover */
/* line 88, app/assets/stylesheets/pages/save_energy_bill.scss */
.pure-material-textfield-outlined:hover > input,
.pure-material-textfield-outlined:hover > textarea {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  border-top-color: transparent;
}

/* line 94, app/assets/stylesheets/pages/save_energy_bill.scss */
.pure-material-textfield-outlined:hover > input + span::before,
.pure-material-textfield-outlined:hover > textarea + span::before,
.pure-material-textfield-outlined:hover > input + span::after,
.pure-material-textfield-outlined:hover > textarea + span::after {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

/* line 101, app/assets/stylesheets/pages/save_energy_bill.scss */
.pure-material-textfield-outlined:hover > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined:hover > textarea:not(:focus):placeholder-shown {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

/* Placeholder-shown */
/* line 107, app/assets/stylesheets/pages/save_energy_bill.scss */
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

/* line 112, app/assets/stylesheets/pages/save_energy_bill.scss */
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span {
  font-size: inherit;
  line-height: 68px;
}

/* line 118, app/assets/stylesheets/pages/save_energy_bill.scss */
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::after {
  border-top-color: transparent;
}

/* Focus */
/* line 126, app/assets/stylesheets/pages/save_energy_bill.scss */
.pure-material-textfield-outlined > input:focus,
.pure-material-textfield-outlined > textarea:focus {
  border-color: #2196f3;
  border-top-color: transparent;
  box-shadow: inset 1px 0 var(--pure-material-safari-helper1), inset -1px 0 var(--pure-material-safari-helper1), inset 0 -1px var(--pure-material-safari-helper1);
  outline: none;
}

/* line 134, app/assets/stylesheets/pages/save_energy_bill.scss */
.pure-material-textfield-outlined > input:focus + span,
.pure-material-textfield-outlined > textarea:focus + span {
  color: #2196f3;
}

/* line 139, app/assets/stylesheets/pages/save_energy_bill.scss */
.pure-material-textfield-outlined > input:focus + span::before,
.pure-material-textfield-outlined > input:focus + span::after,
.pure-material-textfield-outlined > textarea:focus + span::before,
.pure-material-textfield-outlined > textarea:focus + span::after {
  border-top-color: var(--pure-material-safari-helper1) !important;
  box-shadow: inset 0 1px var(--pure-material-safari-helper1);
}

/* Disabled */
/* line 148, app/assets/stylesheets/pages/save_energy_bill.scss */
.pure-material-textfield-outlined > input:disabled,
.pure-material-textfield-outlined > input:disabled + span,
.pure-material-textfield-outlined > textarea:disabled,
.pure-material-textfield-outlined > textarea:disabled + span {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
  border-top-color: transparent !important;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  pointer-events: none;
}

/* line 158, app/assets/stylesheets/pages/save_energy_bill.scss */
.pure-material-textfield-outlined > input:disabled + span::before,
.pure-material-textfield-outlined > input:disabled + span::after,
.pure-material-textfield-outlined > textarea:disabled + span::before,
.pure-material-textfield-outlined > textarea:disabled + span::after {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

/* line 165, app/assets/stylesheets/pages/save_energy_bill.scss */
.pure-material-textfield-outlined > input:disabled:placeholder-shown,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

/* line 172, app/assets/stylesheets/pages/save_energy_bill.scss */
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::after {
  border-top-color: transparent !important;
}

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* line 182, app/assets/stylesheets/pages/save_energy_bill.scss */
    .pure-material-textfield-outlined > input,
.pure-material-textfield-outlined > input + span,
.pure-material-textfield-outlined > textarea,
.pure-material-textfield-outlined > textarea + span,
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::before,
.pure-material-textfield-outlined > textarea + span::after {
      transition-duration: 0.1s;
    }
  }
}

/* line 195, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill {
  font-family: 'Noto Sans', sans-serif !important;
  background: #fafafa !important;
  /*Invalid  input*/
  /*Valid input*/
  /*Select2*/
  /*Custom css*/
}

/* line 198, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .iti {
  width: 100%;
}

/* line 201, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill button:focus {
  outline: 0px;
}

/* line 204, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .iti input, #save-energy-bill .iti input[type=text], #save-energy-bill .iti input[type=tel] {
  padding-left: 52px !important;
}

/* line 207, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill img {
  max-width: 100%;
}

/* line 210, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .text-blue {
  color: #11235e;
}

/* line 213, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .back-btn {
  color: #57e1e4;
}

/* line 216, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .fs-64 {
  font-size: 64px;
}

/* line 219, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .fs-48 {
  font-size: 48px;
}

/* line 222, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .width-50 {
  width: 50%;
}

/* line 225, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .width-75 {
  width: 75%;
}

/* line 228, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .width-100 {
  width: 100%;
}

/* line 232, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .f-22 {
  font-size: 22px !important;
}

/* line 235, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .f-24 {
  font-size: 24px !important;
}

/* line 238, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .f-18 {
  font-size: 18px !important;
}

/* line 241, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .f-19 {
  font-size: 19px !important;
}

/* line 244, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .fs-13 {
  font-size: 13px !important;
}

/* line 248, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .img-logo {
  width: 240px;
}

/* line 251, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .img-tp {
  width: 140px;
}

/* line 254, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .img-m {
  width: 80px;
}

/* line 257, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .img-y {
  width: 80px;
}

/* line 261, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill label.error {
  color: red;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 400;
}

/* line 268, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill input.error {
  border: 2px solid red !important;
  border-top-color: transparent !important;
}

/* line 272, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .pure-material-textfield-outlined > input.error:not(:focus):placeholder-shown, #save-energy-bill .pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
  border-top-color: red !important;
  border-top-width: 2px;
}

/* line 276, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .pure-material-textfield-outlined > input.error:focus {
  border-color: red;
  border-top-color: transparent;
  box-shadow: unset;
  outline: none;
}

/* line 282, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .pure-material-textfield-outlined > input.error:focus + span::before, #save-energy-bill .pure-material-textfield-outlined > input.error:focus + span::after {
  border-top-color: red !important;
  box-shadow: unset;
}

/* line 287, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill input.error ~ span::before {
  color: red !important;
  border-top: 2px solid !important;
}

/* line 291, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill input.error ~ span::after {
  color: red !important;
  border-top: 2px solid !important;
}

/* line 298, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill input.valid {
  border: 2px solid #28a745 !important;
  border-top-color: transparent !important;
}

/* line 302, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .pure-material-textfield-outlined > input.valid:not(:focus):placeholder-shown, #save-energy-bill .pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
  border-top-color: #28a745 !important;
  border-top-width: 2px;
}

/* line 306, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .pure-material-textfield-outlined > input.valid:focus {
  border-color: #28a745;
  border-top-color: transparent;
  box-shadow: unset;
  outline: none;
}

/* line 312, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .pure-material-textfield-outlined > input.valid:focus + span::before, #save-energy-bill .pure-material-textfield-outlined > input.valid:focus + span::after {
  border-top-color: #28a745 !important;
  box-shadow: unset;
}

/* line 317, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill input.valid ~ span::before {
  color: #28a745 !important;
  border-top: 2px solid !important;
}

/* line 321, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill input.valid ~ span::after {
  color: #28a745 !important;
  border-top: 2px solid !important;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 366, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .select2-container {
  width: 100% !important;
}

/* line 369, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 45px;
}

/* line 372, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .select2-container--default .select2-selection--single {
  height: 45px;
}

/* line 375, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px;
  right: 6px;
}

/* line 380, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .our-bot {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 64%);
}

/* line 388, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .bot-message {
  font: 400 36px/50px "Merriweather", Georgia, serif;
  color: #4A4A4A;
  max-width: 760px;
  white-space: pre-wrap;
}

/* line 395, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .btn-danger {
  font-family: Lato, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
  will-change: transform, background-color, box-shadow, color, border;
  font-size: 14px;
  color: #ffffff;
  background-color: #ff0083;
  box-shadow: rgba(255, 0, 131, 0.5) 0px 10px 40px -10px;
  outline: none;
  text-decoration: none;
  padding: 15px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  width: 100%;
  transition: all 0.3s ease 0s, transform 0.5s ease 0s;
}

/* line 420, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .btn-danger:hover {
  background-color: #DC0073;
}

/* line 423, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .btn-danger.in-progress:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  box-sizing: border-box;
  margin-top: -12.5px;
  margin-left: -12.5px;
  width: 25px;
  height: 25px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-top-color: rgba(255, 255, 255, 0.8);
  -moz-animation: spin 0.6s linear 300;
  -webkit-animation: spin 0.6s linear 300;
  animation: spin 0.6s linear 300;
  left: 25px;
}

/* line 444, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .btn-danger.in-progress {
  pointer-events: none;
  opacity: 0.8;
}

/* line 449, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill i {
  display: inline-block;
  width: 30px;
  min-height: 30px;
  border: 15px #fff solid;
  background: transparent;
  box-shadow: 0 0 0 1px #DADADA;
  border-radius: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: border-width 0.1s, box-shadow 0.1s;
  -moz-transition: border-width 0.1s, box-shadow 0.1s;
  -o-transition: border-width 0.1s, box-shadow 0.1s;
  transition: border-width 0.1s, box-shadow 0.1s;
}

/* line 464, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill input:checked ~ label i {
  background: #FF0083;
  border-width: 5px;
}

/* line 468, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill input:checked ~ label {
  background: #F7F7F7;
  border-color: #ff0083 !important;
}

/* line 472, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .iconic-and-text {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}

/* line 479, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill label:hover {
  border-color: black !important;
}

/* line 482, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill label.with-icn {
  min-width: 160px;
  min-height: 170px;
}

/* line 486, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill section {
  margin-bottom: 50px;
}

/* line 490, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .bg {
  position: fixed;
  background-color: #fafafa;
  bottom: 0px;
  width: 105%;
  left: -15px;
  background-image: url(/../images/bg.png);
  background-repeat: repeat-x;
  background-size: contain;
  height: 130px;
}

/* line 501, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill body {
  min-height: 100vh;
}

/* line 505, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .thank-bg {
  background-color: transparent;
}

/* line 508, app/assets/stylesheets/pages/save_energy_bill.scss */
#save-energy-bill .btn-return {
  border-radius: 20px !important;
  font-size: 16px !important;
  border: 1px solid !important;
}

@media only screen and (max-width: 768px) {
  /* line 515, app/assets/stylesheets/pages/save_energy_bill.scss */
  #save-energy-bill .bg {
    background-size: 160%;
    height: 97px;
  }
  /* line 519, app/assets/stylesheets/pages/save_energy_bill.scss */
  #save-energy-bill .btn.w-25 {
    width: 100% !important;
  }
  /* line 522, app/assets/stylesheets/pages/save_energy_bill.scss */
  #save-energy-bill .bot-message {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
  }
  /* line 527, app/assets/stylesheets/pages/save_energy_bill.scss */
  #save-energy-bill .sub-heading {
    font-size: 14px;
  }
  /* line 530, app/assets/stylesheets/pages/save_energy_bill.scss */
  #save-energy-bill .img-logo {
    width: 149px;
    height: 55px;
  }
  /* line 534, app/assets/stylesheets/pages/save_energy_bill.scss */
  #save-energy-bill .our-bot {
    transform: translate(-50%, 30%);
  }
  /* line 537, app/assets/stylesheets/pages/save_energy_bill.scss */
  #save-energy-bill section {
    max-height: calc(100vh - 198px);
  }
}

@media only screen and (max-width: 320px) {
  /* line 542, app/assets/stylesheets/pages/save_energy_bill.scss */
  #save-energy-bill .bg {
    background-size: 160%;
  }
  /* line 545, app/assets/stylesheets/pages/save_energy_bill.scss */
  #save-energy-bill .img-logo {
    width: 128px;
    height: 48px;
  }
  /* line 550, app/assets/stylesheets/pages/save_energy_bill.scss */
  #save-energy-bill .our-bot {
    width: 62px;
    height: 62px;
    transform: translate(-50%, 26%);
  }
  /* line 556, app/assets/stylesheets/pages/save_energy_bill.scss */
  #save-energy-bill .bot-message {
    font-size: 16px;
    line-height: 25px;
    font-weight: 800;
  }
}

/* line 1, app/assets/stylesheets/pages/loans.scss */
#loans-page {
  overflow-x: hidden;
  /* Rounded sliders */
}

/* line 3, app/assets/stylesheets/pages/loans.scss */
#loans-page header {
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 6, app/assets/stylesheets/pages/loans.scss */
#loans-page .f-25 {
  font-size: 25px !important;
}

/* line 9, app/assets/stylesheets/pages/loans.scss */
#loans-page .disp-none {
  display: none;
}

/* line 12, app/assets/stylesheets/pages/loans.scss */
#loans-page .bg-blue {
  background: #293789;
}

/* line 15, app/assets/stylesheets/pages/loans.scss */
#loans-page .img-logo {
  width: 165px;
}

/* line 18, app/assets/stylesheets/pages/loans.scss */
#loans-page .img-tp {
  width: 110px;
}

/* line 21, app/assets/stylesheets/pages/loans.scss */
#loans-page .bg-blue-gradient {
  background-image: linear-gradient(to bottom, #27278e, #115);
}

/* line 24, app/assets/stylesheets/pages/loans.scss */
#loans-page .bg-blue-gradient:after {
  content: '';
  background-color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  height: 90px;
  margin-top: -8px;
  position: absolute;
  border-top-left-radius: 100% 130%;
  border-top-right-radius: 100% 130%;
}

/* line 36, app/assets/stylesheets/pages/loans.scss */
#loans-page .pink-circle {
  height: 340px;
  width: 315px;
  position: absolute;
  right: -188px;
  top: 156px;
  z-index: 2;
  border-radius: 50%;
  background-color: #f5a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 47, app/assets/stylesheets/pages/loans.scss */
#loans-page .light-blue-circle {
  height: 436px;
  width: 478px;
  position: absolute;
  top: 266px;
  left: -268px;
  z-index: 2;
  border-radius: 50%;
  background-color: #253d98;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 58, app/assets/stylesheets/pages/loans.scss */
#loans-page .form-div {
  border-radius: 20px;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 62, app/assets/stylesheets/pages/loans.scss */
#loans-page .z-index-6 {
  z-index: 6;
}

/* line 65, app/assets/stylesheets/pages/loans.scss */
#loans-page .opacity-0 {
  opacity: 0;
}

/* line 68, app/assets/stylesheets/pages/loans.scss */
#loans-page .h-46 {
  height: 50px !important;
}

/* line 71, app/assets/stylesheets/pages/loans.scss */
#loans-page .bg-light-blue {
  background: #ebf1f8 !important;
}

/* line 74, app/assets/stylesheets/pages/loans.scss */
#loans-page .input-energy {
  position: absolute;
  width: 114px;
  height: 102px;
  left: 13px;
  top: 0px;
}

/* line 81, app/assets/stylesheets/pages/loans.scss */
#loans-page .input-payment {
  background-color: white;
  width: 80%;
  border: 1px solid transparent;
}

/* line 86, app/assets/stylesheets/pages/loans.scss */
#loans-page .input-payment:hover {
  border: 1px solid #344eb0;
}

/* line 89, app/assets/stylesheets/pages/loans.scss */
#loans-page .input-payment:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #e7e7ee;
  background-color: #e7e7ee;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 29px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

/* line 104, app/assets/stylesheets/pages/loans.scss */
#loans-page input:checked ~ .input-payment:after {
  background-color: #fff;
  border-color: #fff;
  background-image: url(/assets/radiodott-a57f2b4a4411124648dd02690eb788075102fcb7461714cfaf295d9373d2038a.png);
  background-repeat: no-repeat;
  background-position: 7px 7px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 113, app/assets/stylesheets/pages/loans.scss */
#loans-page input:checked ~ .input-payment {
  color: white;
}

/* line 116, app/assets/stylesheets/pages/loans.scss */
#loans-page .input-pay-radio {
  width: 80%;
  left: 21px;
  height: 55px;
}

/* line 121, app/assets/stylesheets/pages/loans.scss */
#loans-page input:hover ~ .input-payment {
  border: 1px solid #344eb0;
}

/* line 124, app/assets/stylesheets/pages/loans.scss */
#loans-page .input-div {
  width: 25%;
}

/* line 127, app/assets/stylesheets/pages/loans.scss */
#loans-page .cursor-p {
  cursor: pointer;
}

/* line 130, app/assets/stylesheets/pages/loans.scss */
#loans-page .input-radio {
  background-color: white;
  border: 1px solid transparent;
}

/* line 134, app/assets/stylesheets/pages/loans.scss */
#loans-page .input-radio:hover {
  border: 1px solid #344eb0;
}

/* line 137, app/assets/stylesheets/pages/loans.scss */
#loans-page input:hover ~ .input-radio {
  border: 1px solid #344eb0;
}

/* line 140, app/assets/stylesheets/pages/loans.scss */
#loans-page input:checked ~ label {
  background-color: #344eb0;
  transition: 200ms ease-in;
}

/* line 144, app/assets/stylesheets/pages/loans.scss */
#loans-page input:checked ~ label p {
  color: white;
}

/* line 147, app/assets/stylesheets/pages/loans.scss */
#loans-page .w-radio {
  width: 16%;
}

/* line 151, app/assets/stylesheets/pages/loans.scss */
#loans-page .text-label {
  font-size: 12px;
  font-weight: 600;
}

/* line 155, app/assets/stylesheets/pages/loans.scss */
#loans-page .btn-next.in-progress:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  box-sizing: border-box;
  margin-top: -12.5px;
  margin-left: -7.5px;
  width: 25px;
  height: 25px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-top-color: rgba(255, 255, 255, 0.8);
  -moz-animation: spin 0.6s linear 300;
  -webkit-animation: spin 0.6s linear 300;
  animation: spin 0.6s linear 300;
  left: 25px;
}

/* line 176, app/assets/stylesheets/pages/loans.scss */
#loans-page .btn-next.in-progress {
  pointer-events: none;
  opacity: 0.8;
}

/* line 181, app/assets/stylesheets/pages/loans.scss */
#loans-page .btn-next {
  border: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background: linear-gradient(to bottom, #0c31ba, #1b2869);
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 20px arial !important;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 190, app/assets/stylesheets/pages/loans.scss */
#loans-page .btn-next:hover {
  background: linear-gradient(to bottom, #1c2868, #1c2868) !important;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 194, app/assets/stylesheets/pages/loans.scss */
#loans-page .text-blue {
  color: #0c31ba !important;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 236, app/assets/stylesheets/pages/loans.scss */
#loans-page .parsley-error-list {
  clear: both;
  display: block;
  width: 100%;
}

/* line 241, app/assets/stylesheets/pages/loans.scss */
#loans-page label.error {
  color: red;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 400;
}

/* line 247, app/assets/stylesheets/pages/loans.scss */
#loans-page input.valid ~ .validate.success {
  display: inline-block;
}

/* line 250, app/assets/stylesheets/pages/loans.scss */
#loans-page input.valid ~ .validate.error {
  display: none;
}

/* line 253, app/assets/stylesheets/pages/loans.scss */
#loans-page input.error ~ .validate.error {
  display: inline-block;
}

/* line 256, app/assets/stylesheets/pages/loans.scss */
#loans-page input.error ~ .validate.success {
  display: none;
}

/* line 259, app/assets/stylesheets/pages/loans.scss */
#loans-page input.valid {
  border: 2px solid #28a745 !important;
}

/* line 262, app/assets/stylesheets/pages/loans.scss */
#loans-page input.error {
  border: 2px solid red !important;
}

/* line 266, app/assets/stylesheets/pages/loans.scss */
#loans-page .validate.success {
  display: none;
  color: #28a745 !important;
  position: absolute;
  float: right;
  font-size: 25px;
  margin-top: -36px;
  right: 11px;
}

/* line 275, app/assets/stylesheets/pages/loans.scss */
#loans-page .validate.error {
  display: none;
  color: red !important;
  position: absolute;
  float: right;
  font-size: 25px;
  margin-top: -36px;
  right: 11px;
}

/* line 284, app/assets/stylesheets/pages/loans.scss */
#loans-page .img-saving {
  width: 65px;
}

/* line 287, app/assets/stylesheets/pages/loans.scss */
#loans-page .img-effortles {
  width: 65px;
}

/* line 290, app/assets/stylesheets/pages/loans.scss */
#loans-page .img-smily {
  width: 56px;
}

/* line 293, app/assets/stylesheets/pages/loans.scss */
#loans-page .bg-image {
  background-image: url(/assets/curve-02833d20b377961561d8e16e9a478c2443d9f96d6475a696e73bf3f8de1bdc61.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 160px;
  position: relative;
}

/* line 301, app/assets/stylesheets/pages/loans.scss */
#loans-page .bg-color {
  background: #27278e;
  background-size: cover;
  position: absolute;
}

/* line 306, app/assets/stylesheets/pages/loans.scss */
#loans-page .img-compny {
  width: 150px;
}

/* line 309, app/assets/stylesheets/pages/loans.scss */
#loans-page .onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 313, app/assets/stylesheets/pages/loans.scss */
#loans-page .onoffswitch-checkbox {
  display: block;
  opacity: 0;
  z-index: 2;
  position: absolute;
}

/* line 319, app/assets/stylesheets/pages/loans.scss */
#loans-page .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #0c2045;
  border-radius: 20px;
}

/* line 323, app/assets/stylesheets/pages/loans.scss */
#loans-page .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

/* line 327, app/assets/stylesheets/pages/loans.scss */
#loans-page .onoffswitch-inner:before, #loans-page .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

/* line 332, app/assets/stylesheets/pages/loans.scss */
#loans-page .onoffswitch-inner:before {
  content: "Yes";
  padding-left: 0px;
  background-color: #0c31ba;
  color: #FFFFFF;
}

/* line 337, app/assets/stylesheets/pages/loans.scss */
#loans-page .onoffswitch-inner:after {
  content: "No";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #0c2045;
  text-align: right;
}

/* line 343, app/assets/stylesheets/pages/loans.scss */
#loans-page .onoffswitch-switch {
  display: block;
  width: 22px;
  height: 22px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #0c2045;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

/* line 355, app/assets/stylesheets/pages/loans.scss */
#loans-page .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 358, app/assets/stylesheets/pages/loans.scss */
#loans-page .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* line 362, app/assets/stylesheets/pages/loans.scss */
#loans-page input:checked + .slider {
  background-color: #2196F3;
}

/* line 366, app/assets/stylesheets/pages/loans.scss */
#loans-page input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 370, app/assets/stylesheets/pages/loans.scss */
#loans-page input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* line 377, app/assets/stylesheets/pages/loans.scss */
#loans-page .slider.round {
  border-radius: 34px;
}

/* line 381, app/assets/stylesheets/pages/loans.scss */
#loans-page .slider.round:before {
  border-radius: 50%;
}

@media only screen and (max-width: 1025px) {
  /* line 386, app/assets/stylesheets/pages/loans.scss */
  #loans-page .w-radio {
    width: 26%;
  }
  /* line 389, app/assets/stylesheets/pages/loans.scss */
  #loans-page .input-div {
    width: 37%;
  }
}

@media only screen and (max-width: 769px) {
  /* line 395, app/assets/stylesheets/pages/loans.scss */
  #loans-page .w-radio {
    width: 26%;
  }
  /* line 398, app/assets/stylesheets/pages/loans.scss */
  #loans-page .input-div {
    width: 43%;
  }
}

@media only screen and (max-width: 520px) {
  /* line 404, app/assets/stylesheets/pages/loans.scss */
  #loans-page .input-payment:after {
    left: 10px;
    width: 30px;
    height: 30px;
  }
  /* line 409, app/assets/stylesheets/pages/loans.scss */
  #loans-page .input-payment {
    width: 94%;
  }
  /* line 412, app/assets/stylesheets/pages/loans.scss */
  #loans-page .input-div {
    width: 50%;
  }
  /* line 415, app/assets/stylesheets/pages/loans.scss */
  #loans-page .w-radio {
    width: 42%;
  }
  /* line 418, app/assets/stylesheets/pages/loans.scss */
  #loans-page .custom-checkbox .custom-control-label::after {
    left: 0.2rem;
  }
  /* line 421, app/assets/stylesheets/pages/loans.scss */
  #loans-page .custom-checkbox .custom-control-label::before {
    left: 0.2rem;
  }
  /* line 424, app/assets/stylesheets/pages/loans.scss */
  #loans-page .pl-5r {
    padding-left: 5rem;
  }
  /* line 427, app/assets/stylesheets/pages/loans.scss */
  #loans-page .img-compny {
    width: 92px;
  }
  /* line 430, app/assets/stylesheets/pages/loans.scss */
  #loans-page .fs-sm-21 {
    font-size: 21px !important;
  }
  /* line 433, app/assets/stylesheets/pages/loans.scss */
  #loans-page .fs-sm-16 {
    font-size: 15px !important;
  }
  /* line 436, app/assets/stylesheets/pages/loans.scss */
  #loans-page .f-25 {
    font-size: 20px !important;
  }
  /* line 439, app/assets/stylesheets/pages/loans.scss */
  #loans-page .pink-circle {
    top: 40px;
  }
}

/* line 1, app/assets/stylesheets/pages/home.scss */
#home-page {
  font-family: 'Muli', sans-serif !important;
  overflow-x: hidden;
  /* Rounded sliders */
  /* radio btn*/
}

/* line 4, app/assets/stylesheets/pages/home.scss */
#home-page .bg-header {
  position: fixed;
}

/* line 7, app/assets/stylesheets/pages/home.scss */
#home-page header {
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 10, app/assets/stylesheets/pages/home.scss */
#home-page .img-brand {
  width: 110px;
}

/* line 13, app/assets/stylesheets/pages/home.scss */
#home-page .form-control {
  height: 60px !important;
  border-color: #cdd1d5 !important;
}

/* line 17, app/assets/stylesheets/pages/home.scss */
#home-page .f-25 {
  font-size: 16px !important;
  font-weight: 900 !important;
}

/* line 21, app/assets/stylesheets/pages/home.scss */
#home-page .icon-color {
  font-size: 47px;
  color: #5371e3;
}

/* line 25, app/assets/stylesheets/pages/home.scss */
#home-page .progress {
  height: 10px !important;
}

/* line 28, app/assets/stylesheets/pages/home.scss */
#home-page .disp-none {
  display: none;
}

/* line 31, app/assets/stylesheets/pages/home.scss */
#home-page .bg-blue {
  background: #293789;
}

/* line 34, app/assets/stylesheets/pages/home.scss */
#home-page .img-logo {
  width: 164px;
}

/* line 37, app/assets/stylesheets/pages/home.scss */
#home-page .pt-md-9 {
  padding-top: 9rem;
}

/* line 40, app/assets/stylesheets/pages/home.scss */
#home-page .pt-md-8 {
  padding-top: 8rem;
}

/* line 43, app/assets/stylesheets/pages/home.scss */
#home-page .pt-md-16 {
  padding-top: 16rem !important;
}

/* line 46, app/assets/stylesheets/pages/home.scss */
#home-page .pt-11 {
  padding-top: 11rem !important;
}

/* line 49, app/assets/stylesheets/pages/home.scss */
#home-page .bg-blue-gradient {
  background-image: linear-gradient(to bottom, #27278e, #115);
}

/* line 52, app/assets/stylesheets/pages/home.scss */
#home-page .bg-blue-gradient:after {
  content: '';
  background-color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  height: 90px;
  margin-top: -8px;
  position: absolute;
  border-top-left-radius: 100% 130%;
  border-top-right-radius: 100% 130%;
}

/* line 64, app/assets/stylesheets/pages/home.scss */
#home-page .pink-circle {
  height: 340px;
  width: 315px;
  position: absolute;
  right: -188px;
  top: 156px;
  z-index: 2;
  border-radius: 50%;
  background-color: #f5a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 75, app/assets/stylesheets/pages/home.scss */
#home-page .light-blue-circle {
  height: 436px;
  width: 478px;
  position: absolute;
  top: 266px;
  left: -268px;
  z-index: 2;
  border-radius: 50%;
  background-color: #253d98;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 86, app/assets/stylesheets/pages/home.scss */
#home-page .form-div {
  border-radius: 5px;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 90, app/assets/stylesheets/pages/home.scss */
#home-page .z-index-6 {
  z-index: 6;
}

/* line 93, app/assets/stylesheets/pages/home.scss */
#home-page .header-top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

/* line 99, app/assets/stylesheets/pages/home.scss */
#home-page .back-btn {
  border: 0px;
  height: 60px !important;
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 20px arial !important;
  border-bottom-left-radius: 5px !important;
  color: white !important;
  opacity: 0.7;
}

/* line 109, app/assets/stylesheets/pages/home.scss */
#home-page .back-btn:hover {
  opacity: 1;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
}

/* line 114, app/assets/stylesheets/pages/home.scss */
#home-page .btn {
  cursor: pointer !important;
}

/* line 117, app/assets/stylesheets/pages/home.scss */
#home-page .btn-next {
  border: 0px;
  height: 60px !important;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 20px arial !important;
  border-bottom-right-radius: 5px !important;
  color: white !important;
}

/* line 126, app/assets/stylesheets/pages/home.scss */
#home-page .btn-next:hover {
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
}

/* line 129, app/assets/stylesheets/pages/home.scss */
#home-page .btn-continue {
  border: 0px;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  height: 60px !important;
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 23px arial !important;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/* line 138, app/assets/stylesheets/pages/home.scss */
#home-page .btn-continue:hover {
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
}

/* line 141, app/assets/stylesheets/pages/home.scss */
#home-page .text-blue {
  color: #0c31ba !important;
}

/* line 144, app/assets/stylesheets/pages/home.scss */
#home-page .arrow-img {
  position: absolute;
  top: 18px;
  right: -32px;
  width: 145px;
  transform: rotate(-23deg);
}

/* line 152, app/assets/stylesheets/pages/home.scss */
#home-page .save-arrow-img {
  position: absolute;
  top: 18px;
  right: 55px;
  width: 145px;
  transform: rotate(-23deg);
}

/* line 160, app/assets/stylesheets/pages/home.scss */
#home-page .nextStep.in-progress:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  box-sizing: border-box;
  margin-top: -9.5px;
  margin-left: -7.5px;
  width: 25px;
  height: 25px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-top-color: rgba(255, 255, 255, 0.8);
  -moz-animation: spin 0.6s linear 300;
  -webkit-animation: spin 0.6s linear 300;
  animation: spin 0.6s linear 300;
}

/* line 180, app/assets/stylesheets/pages/home.scss */
#home-page .nextStep.in-progress {
  pointer-events: none;
  opacity: 0.8;
}

/* line 185, app/assets/stylesheets/pages/home.scss */
#home-page .tab.in-progress:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 25%;
  left: 45%;
  border-radius: 100%;
  box-sizing: border-box;
  margin-top: -12.5px;
  margin-left: -7.5px;
  width: 75px;
  height: 75px;
  border: 5px solid rgba(143, 141, 141, 0.15);
  border-top-color: rgba(122, 119, 119, 0.8);
  -moz-animation: spin 0.6s linear 300;
  -webkit-animation: spin 0.6s linear 300;
  animation: spin 0.6s linear 300;
}

/* line 205, app/assets/stylesheets/pages/home.scss */
#home-page .tab.in-progress {
  pointer-events: none;
  opacity: 0.8;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 249, app/assets/stylesheets/pages/home.scss */
#home-page .parsley-error-list {
  clear: both;
  display: block;
  width: 100%;
}

/* line 254, app/assets/stylesheets/pages/home.scss */
#home-page label.error {
  color: red;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
}

/* line 260, app/assets/stylesheets/pages/home.scss */
#home-page input.valid ~ .validate.success {
  display: inline-block;
}

/* line 263, app/assets/stylesheets/pages/home.scss */
#home-page input.valid ~ .validate.error {
  display: none;
}

/* line 266, app/assets/stylesheets/pages/home.scss */
#home-page input.error ~ .validate.error {
  display: inline-block;
}

/* line 269, app/assets/stylesheets/pages/home.scss */
#home-page input.error ~ .validate.success {
  display: none;
}

/* line 272, app/assets/stylesheets/pages/home.scss */
#home-page input.valid {
  border: 2px solid #28a745 !important;
}

/* line 275, app/assets/stylesheets/pages/home.scss */
#home-page input.error {
  border: 2px solid red !important;
}

/* line 279, app/assets/stylesheets/pages/home.scss */
#home-page .validate.success {
  display: none;
  color: #28a745 !important;
  position: absolute;
  float: right;
  font-size: 25px;
  right: 8%;
  margin-top: -42px;
}

/* line 288, app/assets/stylesheets/pages/home.scss */
#home-page .validate.error {
  display: none;
  color: red !important;
  position: absolute;
  float: right;
  font-size: 25px;
  right: 8%;
  margin-top: -42px;
}

/* line 297, app/assets/stylesheets/pages/home.scss */
#home-page .img-saving {
  width: 65px;
}

/* line 300, app/assets/stylesheets/pages/home.scss */
#home-page .img-effortles {
  width: 65px;
}

/* line 303, app/assets/stylesheets/pages/home.scss */
#home-page .img-smily {
  width: 56px;
}

/* line 306, app/assets/stylesheets/pages/home.scss */
#home-page .bg-image {
  background-image: url(/assets/curve-02833d20b377961561d8e16e9a478c2443d9f96d6475a696e73bf3f8de1bdc61.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 160px;
  position: relative;
}

/* line 314, app/assets/stylesheets/pages/home.scss */
#home-page .bg-color {
  background: #27278e;
  background-size: cover;
  position: absolute;
}

/* line 319, app/assets/stylesheets/pages/home.scss */
#home-page .img-compny {
  width: 150px;
}

/* line 322, app/assets/stylesheets/pages/home.scss */
#home-page .onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 328, app/assets/stylesheets/pages/home.scss */
#home-page .onoffswitch-checkbox {
  display: block;
  opacity: 0;
  z-index: 2;
  position: absolute;
}

/* line 334, app/assets/stylesheets/pages/home.scss */
#home-page .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #0c2045;
  border-radius: 20px;
}

/* line 341, app/assets/stylesheets/pages/home.scss */
#home-page .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

/* line 347, app/assets/stylesheets/pages/home.scss */
#home-page .onoffswitch-inner:before, #home-page .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

/* line 360, app/assets/stylesheets/pages/home.scss */
#home-page .onoffswitch-inner:before {
  content: "Yes";
  padding-left: 0px;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  color: #FFFFFF;
}

/* line 366, app/assets/stylesheets/pages/home.scss */
#home-page .onoffswitch-inner:after {
  content: "No";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #0c2045;
  text-align: right;
}

/* line 373, app/assets/stylesheets/pages/home.scss */
#home-page .onoffswitch-switch {
  display: block;
  width: 22px;
  height: 22px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #0c2045;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

/* line 387, app/assets/stylesheets/pages/home.scss */
#home-page .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 390, app/assets/stylesheets/pages/home.scss */
#home-page .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* line 394, app/assets/stylesheets/pages/home.scss */
#home-page input:checked + .slider {
  background-color: #2196F3;
}

/* line 398, app/assets/stylesheets/pages/home.scss */
#home-page input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 402, app/assets/stylesheets/pages/home.scss */
#home-page input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* line 409, app/assets/stylesheets/pages/home.scss */
#home-page .slider.round {
  border-radius: 34px;
}

/* line 413, app/assets/stylesheets/pages/home.scss */
#home-page .slider.round:before {
  border-radius: 50%;
}

/* line 417, app/assets/stylesheets/pages/home.scss */
#home-page .opacity-0 {
  opacity: 0;
}

/* line 422, app/assets/stylesheets/pages/home.scss */
#home-page .input-fuel {
  background-color: white;
  width: 95%;
  height: 80%;
  border: 1px solid #f49029;
  justify-content: center;
  align-items: center;
  border-radius: 10px !important;
}

/* line 432, app/assets/stylesheets/pages/home.scss */
#home-page .input-fuel:hover {
  color: white;
  border: 1px solid #344eb0;
  background-color: #dd6800;
}

/* line 437, app/assets/stylesheets/pages/home.scss */
#home-page input:checked ~ .input-fuel {
  color: white;
  background-color: #dd6800;
}

/* line 441, app/assets/stylesheets/pages/home.scss */
#home-page input:hover ~ .input-fuel {
  border: 1px solid #dd6800;
  color: white;
  background-color: #dd6800;
}

/* line 446, app/assets/stylesheets/pages/home.scss */
#home-page input:hover ~ .input-fuel:after {
  border: 1px solid #dd6800;
}

/* line 451, app/assets/stylesheets/pages/home.scss */
#home-page .input-payment {
  background-color: white;
  width: 80%;
  border: 1px solid #f49029;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px !important;
}

/* line 460, app/assets/stylesheets/pages/home.scss */
#home-page .input-payment:hover {
  color: white;
  border: 1px solid #344eb0;
}

/* line 464, app/assets/stylesheets/pages/home.scss */
#home-page .input-payment:after {
  width: 25px;
  height: 25px;
  content: "";
  border: 1px solid #f49029;
  background-color: #e7e7ee;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 13%;
  top: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

/* line 479, app/assets/stylesheets/pages/home.scss */
#home-page input:checked ~ .input-payment:after {
  background-color: #344eb0;
  border-color: #fff;
  border: 2px solid white;
}

/* line 484, app/assets/stylesheets/pages/home.scss */
#home-page input:checked ~ .input-payment {
  color: white;
  background-color: #344eb0;
}

/* line 488, app/assets/stylesheets/pages/home.scss */
#home-page .input-pay-radio {
  width: 80%;
  left: 21px;
  height: 55px;
}

/* line 493, app/assets/stylesheets/pages/home.scss */
#home-page input:hover ~ .input-payment {
  border: 1px solid #344eb0;
  color: white;
  background-color: #344eb0;
}

/* line 498, app/assets/stylesheets/pages/home.scss */
#home-page input:hover ~ .input-payment:after {
  border: 1px solid #344eb0;
}

/* line 501, app/assets/stylesheets/pages/home.scss */
#home-page .input-div {
  width: 24%;
}

/* line 504, app/assets/stylesheets/pages/home.scss */
#home-page .cursor-p {
  cursor: pointer;
}

/* line 507, app/assets/stylesheets/pages/home.scss */
#home-page .top-89 {
  top: 89px !important;
}

@media only screen and (max-width: 1025px) {
  /* line 511, app/assets/stylesheets/pages/home.scss */
  #home-page .fs-md-21 {
    font-size: 28px !important;
  }
  /* line 515, app/assets/stylesheets/pages/home.scss */
  #home-page .arrow-img {
    position: absolute;
    top: 88px;
    right: 41px;
    width: 129px;
    transform: rotate(-31deg);
  }
}

@media only screen and (max-width: 769px) {
  /* line 524, app/assets/stylesheets/pages/home.scss */
  #home-page .fs-18 {
    font-size: 18px !important;
  }
  /* line 528, app/assets/stylesheets/pages/home.scss */
  #home-page .arrow-img {
    position: absolute;
    top: 135px;
    right: -30px;
    width: 105px;
    transform: rotate(-12deg);
  }
}

@media only screen and (max-width: 520px) {
  /* line 538, app/assets/stylesheets/pages/home.scss */
  #home-page .fs-sm-24 {
    font-size: 24px;
  }
  /* line 541, app/assets/stylesheets/pages/home.scss */
  #home-page .pt-sm-6 {
    padding-top: 6rem;
  }
  /* line 544, app/assets/stylesheets/pages/home.scss */
  #home-page .fs-sm-13 {
    font-size: 13px !important;
  }
  /* line 547, app/assets/stylesheets/pages/home.scss */
  #home-page .input-div {
    width: 48%;
  }
  /* line 550, app/assets/stylesheets/pages/home.scss */
  #home-page .back-btn {
    border-bottom-left-radius: 5px !important;
  }
  /* line 553, app/assets/stylesheets/pages/home.scss */
  #home-page .btn-back-last {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  /* line 557, app/assets/stylesheets/pages/home.scss */
  #home-page .btn-next {
    border-bottom-right-radius: 0px !important;
  }
  /* line 560, app/assets/stylesheets/pages/home.scss */
  #home-page .img-compny {
    width: 92px;
  }
  /* line 563, app/assets/stylesheets/pages/home.scss */
  #home-page .fs-sm-21 {
    font-size: 21px !important;
  }
  /* line 566, app/assets/stylesheets/pages/home.scss */
  #home-page .fs-sm-16 {
    font-size: 15px !important;
  }
  /* line 569, app/assets/stylesheets/pages/home.scss */
  #home-page .f-25 {
    font-size: 20px !important;
  }
  /* line 572, app/assets/stylesheets/pages/home.scss */
  #home-page .pink-circle {
    top: 40px;
  }
}

@media only screen and (max-width: 320px) {
  /* line 577, app/assets/stylesheets/pages/home.scss */
  #home-page .input-payment:after {
    width: 21px;
    height: 21px;
    content: "";
    left: 10%;
  }
  /* line 583, app/assets/stylesheets/pages/home.scss */
  #home-page .input-payment {
    width: 86%;
  }
}

@media only screen and (min-width: 1026px) {
  /* line 588, app/assets/stylesheets/pages/home.scss */
  #home-page .dob-select {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

/* line 6, app/assets/stylesheets/pages/content-pages.scss */
.complaint-page p, .complaint-page li {
  font-weight: 300;
}

/* line 11, app/assets/stylesheets/pages/content-pages.scss */
.suppliers-page p {
  font-weight: 300;
}

/* line 15, app/assets/stylesheets/pages/content-pages.scss */
#content-pages {
  font-family: 'Be Vietnam',  sans-serif !important;
  /* Rounded sliders */
  /* radio btn*/
}

/* line 17, app/assets/stylesheets/pages/content-pages.scss */
#content-pages p {
  text-align: justify;
}

/* line 20, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .text-dark-blue {
  color: #1B2665 !important;
}

/* line 23, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .bg-custom-light {
  background-color: #eaf3fc !important;
}

/* line 26, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .text-yellow {
  color: #ffeb00 !important;
}

/* line 29, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .text-dark-yellow {
  color: #fedc33 !important;
}

/* line 32, app/assets/stylesheets/pages/content-pages.scss */
#content-pages header {
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 35, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .border-blue {
  border: 3px solid #293789;
}

/* line 38, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .sticky-position {
  position: sticky;
  top: 100px;
}

/* line 42, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .top {
  top: 9rem !important;
}

/* line 45, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .img-brand {
  width: 80px;
}

/* line 48, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .tariff-icons {
  width: 80px;
}

/* line 51, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .form-control {
  height: 60px !important;
  border-color: #cdd1d5 !important;
}

/* line 55, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .f-25 {
  font-size: 16px !important;
  font-weight: 900 !important;
}

/* line 59, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .icon-color {
  font-size: 47px;
  color: #5371e3;
}

/* line 63, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .progress {
  height: 10px !important;
}

/* line 66, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .disp-none {
  display: none;
}

/* line 69, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .bg-blue {
  background: #293789;
}

/* line 72, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .img-logo {
  width: 164px;
}

/* line 75, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .pt-md-9 {
  padding-top: 9rem;
}

/* line 78, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .pt-md-8 {
  padding-top: 8rem;
}

/* line 81, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .pt-md-16 {
  padding-top: 16rem !important;
}

/* line 84, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .pt-11 {
  padding-top: 11rem !important;
}

/* line 87, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .h-470 {
  height: 504px;
}

/* line 90, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .card-border {
  border-top: 1rem solid #293789;
  border-bottom: 1rem solid #293789;
  border-radius: 1rem !important;
}

/* line 95, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .bg-blue-gradient {
  background-image: linear-gradient(to bottom, #27278e, #115);
}

/* line 98, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .bg-blue-gradient:after {
  content: '';
  background-color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  height: 90px;
  margin-top: -8px;
  position: absolute;
  border-top-left-radius: 100% 130%;
  border-top-right-radius: 100% 130%;
}

/* line 110, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .pink-circle {
  height: 340px;
  width: 315px;
  position: absolute;
  right: -188px;
  top: 156px;
  z-index: 2;
  border-radius: 50%;
  background-color: #f5a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 121, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .light-blue-circle {
  height: 436px;
  width: 478px;
  position: absolute;
  top: 266px;
  left: -268px;
  z-index: 2;
  border-radius: 50%;
  background-color: #253d98;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 132, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .form-div {
  border-radius: 5px;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 136, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .z-index-6 {
  z-index: 6;
}

/* line 139, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .header-top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

/* line 145, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .back-btn {
  border: 0px;
  height: 60px !important;
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 20px arial !important;
  border-bottom-left-radius: 5px !important;
  color: white !important;
  opacity: 0.7;
}

/* line 155, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .back-btn:hover {
  opacity: 1;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
}

/* line 160, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .btn {
  cursor: pointer !important;
}

/* line 163, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .btn-next {
  border: 0px;
  height: 60px !important;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 20px arial !important;
  border-bottom-right-radius: 5px !important;
  color: white !important;
}

/* line 172, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .btn-next:hover {
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
}

/* line 175, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .btn-continue {
  border: 0px;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  height: 60px !important;
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 23px arial !important;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/* line 184, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .btn-continue:hover {
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
}

/* line 187, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .text-blue {
  color: #0c31ba !important;
}

/* line 190, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .arrow-img {
  position: absolute;
  top: 18px;
  right: -32px;
  width: 145px;
  transform: rotate(-23deg);
}

/* line 198, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .nextStep.in-progress:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  box-sizing: border-box;
  margin-top: -9.5px;
  margin-left: -7.5px;
  width: 25px;
  height: 25px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-top-color: rgba(255, 255, 255, 0.8);
  -moz-animation: spin 0.6s linear 300;
  -webkit-animation: spin 0.6s linear 300;
  animation: spin 0.6s linear 300;
}

/* line 218, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .nextStep.in-progress {
  pointer-events: none;
  opacity: 0.8;
}

/* line 223, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .tab.in-progress:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 25%;
  left: 45%;
  border-radius: 100%;
  box-sizing: border-box;
  margin-top: -12.5px;
  margin-left: -7.5px;
  width: 75px;
  height: 75px;
  border: 5px solid rgba(143, 141, 141, 0.15);
  border-top-color: rgba(122, 119, 119, 0.8);
  -moz-animation: spin 0.6s linear 300;
  -webkit-animation: spin 0.6s linear 300;
  animation: spin 0.6s linear 300;
}

/* line 243, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .tab.in-progress {
  pointer-events: none;
  opacity: 0.8;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 287, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .parsley-error-list {
  clear: both;
  display: block;
  width: 100%;
}

/* line 292, app/assets/stylesheets/pages/content-pages.scss */
#content-pages label.error {
  color: red;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
}

/* line 298, app/assets/stylesheets/pages/content-pages.scss */
#content-pages input.valid ~ .validate.success {
  display: inline-block;
}

/* line 301, app/assets/stylesheets/pages/content-pages.scss */
#content-pages input.valid ~ .validate.error {
  display: none;
}

/* line 304, app/assets/stylesheets/pages/content-pages.scss */
#content-pages input.error ~ .validate.error {
  display: inline-block;
}

/* line 307, app/assets/stylesheets/pages/content-pages.scss */
#content-pages input.error ~ .validate.success {
  display: none;
}

/* line 310, app/assets/stylesheets/pages/content-pages.scss */
#content-pages input.valid {
  border: 2px solid #28a745 !important;
}

/* line 313, app/assets/stylesheets/pages/content-pages.scss */
#content-pages input.error {
  border: 2px solid red !important;
}

/* line 317, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .validate.success {
  display: none;
  color: #28a745 !important;
  position: absolute;
  float: right;
  font-size: 25px;
  right: 8%;
  margin-top: -42px;
}

/* line 326, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .validate.error {
  display: none;
  color: red !important;
  position: absolute;
  float: right;
  font-size: 25px;
  right: 8%;
  margin-top: -42px;
}

/* line 335, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .img-saving {
  width: 65px;
}

/* line 338, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .img-effortles {
  width: 65px;
}

/* line 341, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .img-smily {
  width: 56px;
}

/* line 344, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .bg-image {
  background-image: url(/assets/curve-02833d20b377961561d8e16e9a478c2443d9f96d6475a696e73bf3f8de1bdc61.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 160px;
  position: relative;
}

/* line 352, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .bg-color {
  background: #27278e;
  background-size: cover;
  position: absolute;
}

/* line 357, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .img-compny {
  width: 150px;
}

/* line 360, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 366, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .onoffswitch-checkbox {
  display: block;
  opacity: 0;
  z-index: 2;
  position: absolute;
}

/* line 372, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #0c2045;
  border-radius: 20px;
}

/* line 379, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

/* line 385, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .onoffswitch-inner:before, #content-pages .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

/* line 398, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .onoffswitch-inner:before {
  content: "Yes";
  padding-left: 0px;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  color: #FFFFFF;
}

/* line 404, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .onoffswitch-inner:after {
  content: "No";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #0c2045;
  text-align: right;
}

/* line 411, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .onoffswitch-switch {
  display: block;
  width: 22px;
  height: 22px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #0c2045;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

/* line 425, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 428, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* line 432, app/assets/stylesheets/pages/content-pages.scss */
#content-pages input:checked + .slider {
  background-color: #2196F3;
}

/* line 436, app/assets/stylesheets/pages/content-pages.scss */
#content-pages input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 440, app/assets/stylesheets/pages/content-pages.scss */
#content-pages input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* line 447, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .slider.round {
  border-radius: 34px;
}

/* line 451, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .slider.round:before {
  border-radius: 50%;
}

/* line 455, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .opacity-0 {
  opacity: 0;
}

/* line 458, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .input-payment {
  background-color: white;
  width: 80%;
  border: 1px solid #f49029;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px !important;
}

/* line 467, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .input-payment:hover {
  color: white;
  border: 1px solid #344eb0;
}

/* line 471, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .input-payment:after {
  width: 25px;
  height: 25px;
  content: "";
  border: 1px solid #f49029;
  background-color: #e7e7ee;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 13%;
  top: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

/* line 486, app/assets/stylesheets/pages/content-pages.scss */
#content-pages input:checked ~ .input-payment:after {
  background-color: #344eb0;
  border-color: #fff;
  border: 2px solid white;
}

/* line 491, app/assets/stylesheets/pages/content-pages.scss */
#content-pages input:checked ~ .input-payment {
  color: white;
  background-color: #344eb0;
}

/* line 495, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .input-pay-radio {
  width: 80%;
  left: 21px;
  height: 55px;
}

/* line 500, app/assets/stylesheets/pages/content-pages.scss */
#content-pages input:hover ~ .input-payment {
  border: 1px solid #344eb0;
  color: white;
  background-color: #344eb0;
}

/* line 505, app/assets/stylesheets/pages/content-pages.scss */
#content-pages input:hover ~ .input-payment:after {
  border: 1px solid #344eb0;
}

/* line 508, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .input-div {
  width: 24%;
}

/* line 511, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .cursor-p {
  cursor: pointer;
}

/* line 514, app/assets/stylesheets/pages/content-pages.scss */
#content-pages .top-89 {
  top: 89px !important;
}

@media only screen and (max-width: 1300px) {
  /* line 518, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .h-470 {
    height: 520px;
  }
}

@media only screen and (max-width: 1199px) {
  /* line 523, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .h-470 {
    height: 470px;
  }
  /* line 526, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .h-400 {
    height: 400px;
  }
}

@media only screen and (max-width: 1025px) {
  /* line 531, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .fs-md-21 {
    font-size: 28px !important;
  }
  /* line 534, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .arrow-img {
    position: absolute;
    top: 88px;
    right: 41px;
    width: 129px;
    transform: rotate(-31deg);
  }
  /* line 541, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .h-470 {
    height: 500px;
  }
  /* line 544, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .top {
    top: 7rem !important;
  }
}

@media only screen and (max-width: 769px) {
  /* line 549, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .fs-18 {
    font-size: 18px !important;
  }
  /* line 552, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .h-400 {
    height: 355px;
  }
  /* line 555, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .arrow-img {
    position: absolute;
    top: 135px;
    right: -30px;
    width: 105px;
    transform: rotate(-12deg);
  }
  /* line 562, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .img-brand {
    width: 50px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  /* line 567, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .h-470 {
    height: 470px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 572, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .h-470 {
    height: auto;
  }
  /* line 575, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .h-400 {
    height: auto;
  }
}

@media only screen and (max-width: 520px) {
  /* line 580, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .fs-sm-24 {
    font-size: 24px;
  }
  /* line 583, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .pt-sm-6 {
    padding-top: 6rem;
  }
  /* line 586, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .fs-sm-13 {
    font-size: 13px !important;
  }
  /* line 589, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .input-div {
    width: 48%;
  }
  /* line 592, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .back-btn {
    border-bottom-left-radius: 5px !important;
  }
  /* line 595, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .btn-back-last {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  /* line 599, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .btn-next {
    border-bottom-right-radius: 0px !important;
  }
  /* line 602, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .img-compny {
    width: 92px;
  }
  /* line 605, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .fs-sm-21 {
    font-size: 21px !important;
  }
  /* line 608, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .fs-sm-16 {
    font-size: 15px !important;
  }
  /* line 611, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .f-25 {
    font-size: 20px !important;
  }
  /* line 614, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .pink-circle {
    top: 40px;
  }
  /* line 617, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .tariff-icons {
    width: 60px;
  }
}

@media only screen and (max-width: 320px) {
  /* line 622, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .input-payment:after {
    width: 21px;
    height: 21px;
    content: "";
    left: 10%;
  }
  /* line 628, app/assets/stylesheets/pages/content-pages.scss */
  #content-pages .input-payment {
    width: 86%;
  }
}

/* line 1, app/assets/stylesheets/pages/energy.scss */
#energy-page {
  font-family: 'Roboto';
}

/* line 3, app/assets/stylesheets/pages/energy.scss */
#energy-page .font-red {
  color: red;
}

/* line 6, app/assets/stylesheets/pages/energy.scss */
#energy-page .font-blue {
  color: blue;
}

/* line 9, app/assets/stylesheets/pages/energy.scss */
#energy-page .font-size {
  font-size: 28px;
}

/* line 12, app/assets/stylesheets/pages/energy.scss */
#energy-page .light-blue-color {
  background-color: #d1f2fb;
}

/* line 15, app/assets/stylesheets/pages/energy.scss */
#energy-page .dark-blue {
  background-color: #298098;
}

/* line 18, app/assets/stylesheets/pages/energy.scss */
#energy-page .white-color {
  color: white;
  width: 21%;
}

/* line 22, app/assets/stylesheets/pages/energy.scss */
#energy-page .error {
  color: red;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
}

/* line 28, app/assets/stylesheets/pages/energy.scss */
#energy-page input.valid ~ .validate.success {
  display: inline-block;
}

/* line 31, app/assets/stylesheets/pages/energy.scss */
#energy-page input.valid ~ .validate.error {
  display: none;
}

/* line 34, app/assets/stylesheets/pages/energy.scss */
#energy-page input.error ~ .validate.error {
  display: inline-block;
}

/* line 37, app/assets/stylesheets/pages/energy.scss */
#energy-page input.error ~ .validate.success {
  display: none;
}

/* line 40, app/assets/stylesheets/pages/energy.scss */
#energy-page .validate.success {
  display: none;
  color: #4CAF50 !important;
  position: relative;
  float: right;
  font-size: 25px;
  margin-top: -31px;
  right: 281px;
}

/* line 49, app/assets/stylesheets/pages/energy.scss */
#energy-page .validate.error {
  display: none;
  color: red !important;
  position: relative;
  float: right;
  font-size: 25px;
  margin-top: -31px;
  right: 281px;
}

@media only screen and (max-width: 424px) {
  /* line 59, app/assets/stylesheets/pages/energy.scss */
  #energy-page .mega-logo {
    max-width: 160px;
  }
  /* line 62, app/assets/stylesheets/pages/energy.scss */
  #energy-page .reviews {
    max-width: 160px;
  }
  /* line 65, app/assets/stylesheets/pages/energy.scss */
  #energy-page .address-field {
    width: 100% !important;
  }
  /* line 68, app/assets/stylesheets/pages/energy.scss */
  #energy-page .white-color {
    width: 50%;
  }
  /* line 71, app/assets/stylesheets/pages/energy.scss */
  #energy-page .validate.error {
    right: 9px;
  }
  /* line 74, app/assets/stylesheets/pages/energy.scss */
  #energy-page .validate.success {
    right: 9px;
  }
}

@media only screen and (max-width: 321px) {
  /* line 81, app/assets/stylesheets/pages/energy.scss */
  #energy-page .mega-logo {
    max-width: 130px;
  }
  /* line 84, app/assets/stylesheets/pages/energy.scss */
  #energy-page .reviews {
    max-width: 130px;
  }
  /* line 87, app/assets/stylesheets/pages/energy.scss */
  #energy-page .validate.error {
    right: 4px;
    margin-top: -30px;
  }
  /* line 91, app/assets/stylesheets/pages/energy.scss */
  #energy-page .validate.success {
    right: 4px;
    margin-top: -30px;
  }
}

/* line 1, app/assets/stylesheets/pages/scottish.scss */
.img-tick {
  max-width: 70px;
}

/* line 4, app/assets/stylesheets/pages/scottish.scss */
.img-referesh {
  max-width: 95px;
}

/* line 7, app/assets/stylesheets/pages/scottish.scss */
.height-thank {
  height: 248px;
}

/* line 10, app/assets/stylesheets/pages/scottish.scss */
.bg-image-thanks {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(/assets/enery-a53bbad7a6531a69d397378b6c0eba8a68a30fccc320da2c048942668ba6327b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100% !important;
  height: auto;
  background-position: left;
}

/* line 18, app/assets/stylesheets/pages/scottish.scss */
.scotish {
  overflow-x: hidden;
}

/* line 21, app/assets/stylesheets/pages/scottish.scss */
#scottish-page {
  font-family: 'Muli', sans-serif !important;
  /* Rounded sliders */
  /* radio btn*/
}

/* line 23, app/assets/stylesheets/pages/scottish.scss */
#scottish-page header {
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 26, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .form-control {
  height: 60px !important;
  border-color: #cdd1d5 !important;
}

/* line 30, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .f-25 {
  font-size: 16px !important;
  font-weight: 900 !important;
}

/* line 34, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .progress {
  height: 10px !important;
}

/* line 37, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .disp-none {
  display: none;
}

/* line 40, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .bg-blue {
  background: #293789;
}

/* line 43, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .img-logo {
  width: 200px;
}

/* line 46, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .bg-blue-gradient {
  background-image: linear-gradient(to bottom, #27278e, #115);
}

/* line 49, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .bg-blue-gradient:after {
  content: '';
  background-color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  height: 90px;
  margin-top: -8px;
  position: absolute;
  border-top-left-radius: 100% 130%;
  border-top-right-radius: 100% 130%;
}

/* line 61, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .pink-circle {
  height: 340px;
  width: 315px;
  position: absolute;
  right: -188px;
  top: 156px;
  z-index: 2;
  border-radius: 50%;
  background-color: #f5a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 72, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .light-blue-circle {
  height: 436px;
  width: 478px;
  position: absolute;
  top: 266px;
  left: -268px;
  z-index: 2;
  border-radius: 50%;
  background-color: #253d98;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 83, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .form-div {
  border-radius: 5px;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 87, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .z-index-6 {
  z-index: 6;
}

/* line 90, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .header-top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}

/* line 96, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .back-btn {
  border: 0px;
  height: 60px !important;
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 20px arial !important;
  border-bottom-left-radius: 5px !important;
  color: white !important;
  opacity: 0.7;
}

/* line 106, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .back-btn:hover {
  opacity: 1;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
}

/* line 110, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .btn-next {
  border: 0px;
  height: 60px !important;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 20px arial !important;
  border-bottom-right-radius: 5px !important;
  color: white !important;
}

/* line 119, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .btn-next:hover {
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
}

/* line 122, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .btn-continue {
  border: 0px;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  height: 60px !important;
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 23px arial !important;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/* line 131, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .btn-continue:hover {
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
}

/* line 134, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .text-blue {
  color: #0c31ba !important;
}

/* line 137, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .arrow-img {
  position: absolute;
  top: 42px;
  right: -32px;
  width: 145px;
  transform: rotate(-23deg);
}

/* line 144, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .parsley-error-list {
  clear: both;
  display: block;
  width: 100%;
}

/* line 149, app/assets/stylesheets/pages/scottish.scss */
#scottish-page label.error {
  color: red;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
}

/* line 155, app/assets/stylesheets/pages/scottish.scss */
#scottish-page input.valid ~ .validate.success {
  display: inline-block;
}

/* line 158, app/assets/stylesheets/pages/scottish.scss */
#scottish-page input.valid ~ .validate.error {
  display: none;
}

/* line 161, app/assets/stylesheets/pages/scottish.scss */
#scottish-page input.error ~ .validate.error {
  display: inline-block;
}

/* line 164, app/assets/stylesheets/pages/scottish.scss */
#scottish-page input.error ~ .validate.success {
  display: none;
}

/* line 167, app/assets/stylesheets/pages/scottish.scss */
#scottish-page input.valid {
  border: 2px solid #28a745 !important;
}

/* line 170, app/assets/stylesheets/pages/scottish.scss */
#scottish-page input.error {
  border: 2px solid red !important;
}

/* line 174, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .validate.success {
  display: none;
  color: #28a745 !important;
  position: absolute;
  float: right;
  font-size: 25px;
  right: 8%;
  margin-top: -42px;
}

/* line 183, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .validate.error {
  display: none;
  color: red !important;
  position: absolute;
  float: right;
  font-size: 25px;
  right: 8%;
  margin-top: -42px;
}

/* line 192, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .img-saving {
  width: 65px;
}

/* line 195, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .img-effortles {
  width: 65px;
}

/* line 198, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .img-smily {
  width: 56px;
}

/* line 201, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .bg-image {
  background-image: url(/assets/curve-02833d20b377961561d8e16e9a478c2443d9f96d6475a696e73bf3f8de1bdc61.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 160px;
  position: relative;
}

/* line 209, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .bg-color {
  background: #27278e;
  background-size: cover;
  position: absolute;
}

/* line 214, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .img-compny {
  width: 150px;
}

/* line 217, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 223, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .onoffswitch-checkbox {
  display: block;
  opacity: 0;
  z-index: 2;
  position: absolute;
}

/* line 229, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #0c2045;
  border-radius: 20px;
}

/* line 236, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

/* line 242, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .onoffswitch-inner:before, #scottish-page .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

/* line 255, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .onoffswitch-inner:before {
  content: "Yes";
  padding-left: 0px;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  color: #FFFFFF;
}

/* line 261, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .onoffswitch-inner:after {
  content: "No";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #0c2045;
  text-align: right;
}

/* line 268, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .onoffswitch-switch {
  display: block;
  width: 22px;
  height: 22px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #0c2045;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

/* line 282, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 285, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* line 289, app/assets/stylesheets/pages/scottish.scss */
#scottish-page input:checked + .slider {
  background-color: #2196F3;
}

/* line 293, app/assets/stylesheets/pages/scottish.scss */
#scottish-page input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 297, app/assets/stylesheets/pages/scottish.scss */
#scottish-page input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* line 304, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .slider.round {
  border-radius: 34px;
}

/* line 308, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .slider.round:before {
  border-radius: 50%;
}

/* line 312, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .opacity-0 {
  opacity: 0;
}

/* line 315, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .input-payment {
  background-color: white;
  width: 80%;
  border: 1px solid #f49029;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px !important;
}

/* line 324, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .input-payment:hover {
  color: white;
  border: 1px solid #344eb0;
}

/* line 328, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .input-payment:after {
  width: 25px;
  height: 25px;
  content: "";
  border: 1px solid #f49029;
  background-color: #e7e7ee;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 13%;
  top: 21px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

/* line 343, app/assets/stylesheets/pages/scottish.scss */
#scottish-page input:checked ~ .input-payment:after {
  background-color: #344eb0;
  border-color: #fff;
  border: 2px solid white;
}

/* line 348, app/assets/stylesheets/pages/scottish.scss */
#scottish-page input:checked ~ .input-payment {
  color: white;
  background-color: #344eb0;
}

/* line 352, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .input-pay-radio {
  width: 80%;
  left: 21px;
  height: 55px;
}

/* line 357, app/assets/stylesheets/pages/scottish.scss */
#scottish-page input:hover ~ .input-payment {
  border: 1px solid #344eb0;
  color: white;
  background-color: #344eb0;
}

/* line 362, app/assets/stylesheets/pages/scottish.scss */
#scottish-page input:hover ~ .input-payment:after {
  border: 1px solid #344eb0;
}

/* line 365, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .input-div {
  width: 24%;
}

/* line 368, app/assets/stylesheets/pages/scottish.scss */
#scottish-page .cursor-p {
  cursor: pointer;
}

@media only screen and (max-width: 1025px) {
  /* line 373, app/assets/stylesheets/pages/scottish.scss */
  #scottish-page .fs-md-21 {
    font-size: 28px !important;
  }
  /* line 376, app/assets/stylesheets/pages/scottish.scss */
  #scottish-page .arrow-img {
    position: absolute;
    top: 88px;
    right: 41px;
    width: 129px;
    transform: rotate(-31deg);
  }
}

@media only screen and (max-width: 769px) {
  /* line 385, app/assets/stylesheets/pages/scottish.scss */
  #scottish-page .fs-18 {
    font-size: 18px !important;
  }
  /* line 388, app/assets/stylesheets/pages/scottish.scss */
  #scottish-page .arrow-img {
    position: absolute;
    top: 135px;
    right: -30px;
    width: 105px;
    transform: rotate(-12deg);
  }
}

@media only screen and (max-width: 520px) {
  /* line 398, app/assets/stylesheets/pages/scottish.scss */
  #scottish-page .fs-sm-30 {
    font-size: 30px;
  }
  /* line 401, app/assets/stylesheets/pages/scottish.scss */
  #scottish-page .input-div {
    width: 48%;
  }
  /* line 404, app/assets/stylesheets/pages/scottish.scss */
  #scottish-page .back-btn {
    border-bottom-right-radius: 5px !important;
  }
  /* line 407, app/assets/stylesheets/pages/scottish.scss */
  #scottish-page .btn-back-last {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  /* line 411, app/assets/stylesheets/pages/scottish.scss */
  #scottish-page .btn-next {
    border-bottom-right-radius: 0px !important;
  }
  /* line 414, app/assets/stylesheets/pages/scottish.scss */
  #scottish-page .img-compny {
    width: 92px;
  }
  /* line 417, app/assets/stylesheets/pages/scottish.scss */
  #scottish-page .fs-sm-21 {
    font-size: 21px !important;
  }
  /* line 420, app/assets/stylesheets/pages/scottish.scss */
  #scottish-page .fs-sm-16 {
    font-size: 15px !important;
  }
  /* line 423, app/assets/stylesheets/pages/scottish.scss */
  #scottish-page .fs-sm-13 {
    font-size: 13px !important;
  }
  /* line 426, app/assets/stylesheets/pages/scottish.scss */
  #scottish-page .f-25 {
    font-size: 20px !important;
  }
  /* line 429, app/assets/stylesheets/pages/scottish.scss */
  #scottish-page .pink-circle {
    top: 40px;
  }
}

@media only screen and (max-width: 320px) {
  /* line 435, app/assets/stylesheets/pages/scottish.scss */
  #scottish-page .input-payment:after {
    width: 21px;
    height: 21px;
    content: "";
    left: 10%;
  }
  /* line 441, app/assets/stylesheets/pages/scottish.scss */
  #scottish-page .input-payment {
    width: 86%;
  }
}

/* line 1, app/assets/stylesheets/pages/mobile-exit.scss */
#mmd-page {
  font-family: 'Montserrat', sans-serif !important;
}

/* line 3, app/assets/stylesheets/pages/mobile-exit.scss */
#mmd-page .banner-div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: rgba(240, 240, 240, 0.8) !important;
  background-image: url(/assets/iphone-banner1-9f2dc8312f99bce1039e445190124d026ffc4cb8901f2e471ed8e8a350f345a2.jpg);
}

/* line 10, app/assets/stylesheets/pages/mobile-exit.scss */
#mmd-page .banner-img {
  display: none;
}

/* line 13, app/assets/stylesheets/pages/mobile-exit.scss */
#mmd-page .promotion {
  cursor: pointer;
  background-color: #f7d849;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25), 0 0 1px 0 rgba(0, 0, 0, 0.15);
  padding: 12px !important;
  text-align: center;
  margin-bottom: 1.25rem;
  position: relative;
  font-weight: 700;
  width: 100%;
  font-size: 22px !important;
}

/* line 25, app/assets/stylesheets/pages/mobile-exit.scss */
#mmd-page .o-btn {
  border: 1px solid #cc5f00 !important;
  border-radius: 8px !important;
  background: #ff8e00 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9b00), to(#f57200));
  background: -moz-linear-gradient(top, #ff9b00, #f57200) !important;
  background: linear-gradient(to bottom, #ff9b00, #f57200) !important;
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 22px arial !important;
  padding: 12px 0px !important;
}

/* line 36, app/assets/stylesheets/pages/mobile-exit.scss */
#mmd-page .detail-box {
  background-color: #f0fbff;
  padding: 8px 0;
}

/* line 40, app/assets/stylesheets/pages/mobile-exit.scss */
#mmd-page .fs-24 {
  font-size: 22px !important;
}

/* line 43, app/assets/stylesheets/pages/mobile-exit.scss */
#mmd-page .clock {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

/* line 48, app/assets/stylesheets/pages/mobile-exit.scss */
#mmd-page .flip-clock-wrapper ul li a div div.inn {
  background-color: #2b417f;
  color: white;
}

/* line 53, app/assets/stylesheets/pages/mobile-exit.scss */
#mmd-page .flip-clock-divider .flip-clock-label {
  font-size: 1rem;
  font-weight: 600;
  top: 6.5em;
  right: -6rem !important;
}

/* line 60, app/assets/stylesheets/pages/mobile-exit.scss */
#mmd-page .image-chead {
  cursor: pointer;
  width: 178px;
  align-self: flex-start;
}

/* line 65, app/assets/stylesheets/pages/mobile-exit.scss */
#mmd-page .text-blue {
  color: #2a398e !important;
}

@media only screen and (max-width: 768px) {
  /* line 71, app/assets/stylesheets/pages/mobile-exit.scss */
  #mmd-page .fs-md-20 {
    font-size: 20px !important;
  }
  /* line 74, app/assets/stylesheets/pages/mobile-exit.scss */
  #mmd-page .banner-div {
    background-image: none;
  }
  /* line 77, app/assets/stylesheets/pages/mobile-exit.scss */
  #mmd-page .fs-24 {
    font-size: 18px !important;
  }
  /* line 80, app/assets/stylesheets/pages/mobile-exit.scss */
  #mmd-page .flip-clock-wrapper {
    width: 98%;
    margin: 2rem auto;
    margin-top: 0rem;
  }
  /* line 85, app/assets/stylesheets/pages/mobile-exit.scss */
  #mmd-page .flip-clock-dot {
    width: 7px;
    height: 7px;
    left: 2px;
  }
}

@media only screen and (max-width: 376px) {
  /* line 93, app/assets/stylesheets/pages/mobile-exit.scss */
  #mmd-page .flip-clock-dot {
    width: 7px;
    height: 7px;
    left: -2px;
  }
}

@media only screen and (max-width: 320px) {
  /* line 101, app/assets/stylesheets/pages/mobile-exit.scss */
  #mmd-page .flip-clock-divider .flip-clock-label {
    right: -5rem !important;
  }
}

/* line 1, app/assets/stylesheets/pages/sms.scss */
#sms-page {
  overflow-x: hidden;
  /* Rounded sliders */
}

/* line 3, app/assets/stylesheets/pages/sms.scss */
#sms-page header {
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 6, app/assets/stylesheets/pages/sms.scss */
#sms-page .f-25 {
  font-size: 25px !important;
}

/* line 9, app/assets/stylesheets/pages/sms.scss */
#sms-page .disp-none {
  display: none;
}

/* line 12, app/assets/stylesheets/pages/sms.scss */
#sms-page .bg-blue {
  background: #293789;
}

/* line 15, app/assets/stylesheets/pages/sms.scss */
#sms-page .img-logo {
  width: 165px;
}

/* line 18, app/assets/stylesheets/pages/sms.scss */
#sms-page .img-tp {
  width: 110px;
}

/* line 21, app/assets/stylesheets/pages/sms.scss */
#sms-page .bg-blue-gradient {
  background-image: linear-gradient(to bottom, #27278e, #115);
}

/* line 24, app/assets/stylesheets/pages/sms.scss */
#sms-page .bg-blue-gradient:after {
  content: '';
  background-color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  height: 90px;
  margin-top: -8px;
  position: absolute;
  border-top-left-radius: 100% 130%;
  border-top-right-radius: 100% 130%;
}

/* line 36, app/assets/stylesheets/pages/sms.scss */
#sms-page .pink-circle {
  height: 340px;
  width: 315px;
  position: absolute;
  right: -188px;
  top: 156px;
  z-index: 2;
  border-radius: 50%;
  background-color: #f5a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 47, app/assets/stylesheets/pages/sms.scss */
#sms-page .light-blue-circle {
  height: 436px;
  width: 478px;
  position: absolute;
  top: 266px;
  left: -268px;
  z-index: 2;
  border-radius: 50%;
  background-color: #253d98;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 58, app/assets/stylesheets/pages/sms.scss */
#sms-page .form-div {
  border-radius: 20px;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 62, app/assets/stylesheets/pages/sms.scss */
#sms-page .z-index-6 {
  z-index: 6;
}

/* line 65, app/assets/stylesheets/pages/sms.scss */
#sms-page .opacity-0 {
  opacity: 0;
}

/* line 68, app/assets/stylesheets/pages/sms.scss */
#sms-page .h-46 {
  height: 50px !important;
}

/* line 71, app/assets/stylesheets/pages/sms.scss */
#sms-page .bg-light-blue {
  background: #ebf1f8 !important;
}

/* line 74, app/assets/stylesheets/pages/sms.scss */
#sms-page .input-energy {
  position: absolute;
  width: 114px;
  height: 102px;
  left: 13px;
  top: 0px;
}

/* line 81, app/assets/stylesheets/pages/sms.scss */
#sms-page .input-payment {
  background-color: white;
  width: 80%;
  border: 1px solid transparent;
}

/* line 86, app/assets/stylesheets/pages/sms.scss */
#sms-page .input-payment:hover {
  border: 1px solid #344eb0;
}

/* line 89, app/assets/stylesheets/pages/sms.scss */
#sms-page .input-payment:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #e7e7ee;
  background-color: #e7e7ee;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 29px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

/* line 104, app/assets/stylesheets/pages/sms.scss */
#sms-page input:checked ~ .input-payment:after {
  background-color: #fff;
  border-color: #fff;
  background-image: url(/assets/radiodott-a57f2b4a4411124648dd02690eb788075102fcb7461714cfaf295d9373d2038a.png);
  background-repeat: no-repeat;
  background-position: 7px 7px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 113, app/assets/stylesheets/pages/sms.scss */
#sms-page input:checked ~ .input-payment {
  color: white;
}

/* line 116, app/assets/stylesheets/pages/sms.scss */
#sms-page .input-pay-radio {
  width: 80%;
  left: 21px;
  height: 55px;
}

/* line 121, app/assets/stylesheets/pages/sms.scss */
#sms-page input:hover ~ .input-payment {
  border: 1px solid #344eb0;
}

/* line 124, app/assets/stylesheets/pages/sms.scss */
#sms-page .input-div {
  width: 25%;
}

/* line 127, app/assets/stylesheets/pages/sms.scss */
#sms-page .cursor-p {
  cursor: pointer;
}

/* line 130, app/assets/stylesheets/pages/sms.scss */
#sms-page .input-radio {
  background-color: white;
  border: 1px solid transparent;
}

/* line 134, app/assets/stylesheets/pages/sms.scss */
#sms-page .input-radio:hover {
  border: 1px solid #344eb0;
}

/* line 137, app/assets/stylesheets/pages/sms.scss */
#sms-page input:hover ~ .input-radio {
  border: 1px solid #344eb0;
}

/* line 140, app/assets/stylesheets/pages/sms.scss */
#sms-page input:checked ~ label {
  background-color: #344eb0;
  transition: 200ms ease-in;
}

/* line 144, app/assets/stylesheets/pages/sms.scss */
#sms-page input:checked ~ label p {
  color: white;
}

/* line 147, app/assets/stylesheets/pages/sms.scss */
#sms-page .w-radio {
  width: 16%;
}

/* line 151, app/assets/stylesheets/pages/sms.scss */
#sms-page .text-label {
  font-size: 12px;
  font-weight: 600;
}

/* line 155, app/assets/stylesheets/pages/sms.scss */
#sms-page .btn-next.in-progress:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  box-sizing: border-box;
  margin-top: -12.5px;
  margin-left: -7.5px;
  width: 25px;
  height: 25px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-top-color: rgba(255, 255, 255, 0.8);
  -moz-animation: spin 0.6s linear 300;
  -webkit-animation: spin 0.6s linear 300;
  animation: spin 0.6s linear 300;
  left: 25px;
}

/* line 176, app/assets/stylesheets/pages/sms.scss */
#sms-page .btn-next.in-progress {
  pointer-events: none;
  opacity: 0.8;
}

/* line 181, app/assets/stylesheets/pages/sms.scss */
#sms-page .btn-next {
  border: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background: linear-gradient(to bottom, #0c31ba, #1b2869);
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 20px arial !important;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 190, app/assets/stylesheets/pages/sms.scss */
#sms-page .btn-next:hover {
  background: linear-gradient(to bottom, #1c2868, #1c2868) !important;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 194, app/assets/stylesheets/pages/sms.scss */
#sms-page .text-blue {
  color: #0c31ba !important;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 236, app/assets/stylesheets/pages/sms.scss */
#sms-page .parsley-error-list {
  clear: both;
  display: block;
  width: 100%;
}

/* line 241, app/assets/stylesheets/pages/sms.scss */
#sms-page label.error {
  color: red;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 400;
}

/* line 247, app/assets/stylesheets/pages/sms.scss */
#sms-page input.valid ~ .validate.success {
  display: inline-block;
}

/* line 250, app/assets/stylesheets/pages/sms.scss */
#sms-page input.valid ~ .validate.error {
  display: none;
}

/* line 253, app/assets/stylesheets/pages/sms.scss */
#sms-page input.error ~ .validate.error {
  display: inline-block;
}

/* line 256, app/assets/stylesheets/pages/sms.scss */
#sms-page input.error ~ .validate.success {
  display: none;
}

/* line 259, app/assets/stylesheets/pages/sms.scss */
#sms-page input.valid {
  border: 2px solid #28a745 !important;
}

/* line 262, app/assets/stylesheets/pages/sms.scss */
#sms-page input.error {
  border: 2px solid red !important;
}

/* line 266, app/assets/stylesheets/pages/sms.scss */
#sms-page .validate.success {
  display: none;
  color: #28a745 !important;
  position: absolute;
  float: right;
  font-size: 25px;
  margin-top: -37px;
  right: 25px;
}

/* line 275, app/assets/stylesheets/pages/sms.scss */
#sms-page .validate.error {
  display: none;
  color: red !important;
  position: absolute;
  float: right;
  font-size: 25px;
  margin-top: -37px;
  right: 25px;
}

/* line 284, app/assets/stylesheets/pages/sms.scss */
#sms-page .img-saving {
  width: 65px;
}

/* line 287, app/assets/stylesheets/pages/sms.scss */
#sms-page .img-effortles {
  width: 65px;
}

/* line 290, app/assets/stylesheets/pages/sms.scss */
#sms-page .img-smily {
  width: 56px;
}

/* line 293, app/assets/stylesheets/pages/sms.scss */
#sms-page .bg-image {
  background-image: url(/assets/curve-02833d20b377961561d8e16e9a478c2443d9f96d6475a696e73bf3f8de1bdc61.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 160px;
  position: relative;
}

/* line 301, app/assets/stylesheets/pages/sms.scss */
#sms-page .bg-color {
  background: #27278e;
  background-size: cover;
  position: absolute;
}

/* line 306, app/assets/stylesheets/pages/sms.scss */
#sms-page .img-compny {
  width: 150px;
}

/* line 309, app/assets/stylesheets/pages/sms.scss */
#sms-page .onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 313, app/assets/stylesheets/pages/sms.scss */
#sms-page .onoffswitch-checkbox {
  display: block;
  opacity: 0;
  z-index: 2;
  position: absolute;
}

/* line 319, app/assets/stylesheets/pages/sms.scss */
#sms-page .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #0c2045;
  border-radius: 20px;
}

/* line 323, app/assets/stylesheets/pages/sms.scss */
#sms-page .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

/* line 327, app/assets/stylesheets/pages/sms.scss */
#sms-page .onoffswitch-inner:before, #sms-page .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

/* line 332, app/assets/stylesheets/pages/sms.scss */
#sms-page .onoffswitch-inner:before {
  content: "Yes";
  padding-left: 0px;
  background-color: #0c31ba;
  color: #FFFFFF;
}

/* line 337, app/assets/stylesheets/pages/sms.scss */
#sms-page .onoffswitch-inner:after {
  content: "No";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #0c2045;
  text-align: right;
}

/* line 343, app/assets/stylesheets/pages/sms.scss */
#sms-page .onoffswitch-switch {
  display: block;
  width: 22px;
  height: 22px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #0c2045;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

/* line 355, app/assets/stylesheets/pages/sms.scss */
#sms-page .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 358, app/assets/stylesheets/pages/sms.scss */
#sms-page .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* line 362, app/assets/stylesheets/pages/sms.scss */
#sms-page input:checked + .slider {
  background-color: #2196F3;
}

/* line 366, app/assets/stylesheets/pages/sms.scss */
#sms-page input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 370, app/assets/stylesheets/pages/sms.scss */
#sms-page input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* line 377, app/assets/stylesheets/pages/sms.scss */
#sms-page .slider.round {
  border-radius: 34px;
}

/* line 381, app/assets/stylesheets/pages/sms.scss */
#sms-page .slider.round:before {
  border-radius: 50%;
}

@media only screen and (max-width: 1025px) {
  /* line 385, app/assets/stylesheets/pages/sms.scss */
  #sms-page .w-radio {
    width: 26%;
  }
  /* line 388, app/assets/stylesheets/pages/sms.scss */
  #sms-page .input-div {
    width: 37%;
  }
}

@media only screen and (max-width: 769px) {
  /* line 394, app/assets/stylesheets/pages/sms.scss */
  #sms-page .w-radio {
    width: 26%;
  }
  /* line 397, app/assets/stylesheets/pages/sms.scss */
  #sms-page .input-div {
    width: 43%;
  }
}

@media only screen and (max-width: 520px) {
  /* line 403, app/assets/stylesheets/pages/sms.scss */
  #sms-page .input-payment:after {
    left: 10px;
    width: 30px;
    height: 30px;
  }
  /* line 408, app/assets/stylesheets/pages/sms.scss */
  #sms-page .input-payment {
    width: 94%;
  }
  /* line 411, app/assets/stylesheets/pages/sms.scss */
  #sms-page .input-div {
    width: 50%;
  }
  /* line 414, app/assets/stylesheets/pages/sms.scss */
  #sms-page .w-radio {
    width: 42%;
  }
  /* line 417, app/assets/stylesheets/pages/sms.scss */
  #sms-page .custom-checkbox .custom-control-label::after {
    left: 0.2rem;
  }
  /* line 420, app/assets/stylesheets/pages/sms.scss */
  #sms-page .custom-checkbox .custom-control-label::before {
    left: 0.2rem;
  }
  /* line 423, app/assets/stylesheets/pages/sms.scss */
  #sms-page .pl-5r {
    padding-left: 5rem;
  }
  /* line 426, app/assets/stylesheets/pages/sms.scss */
  #sms-page .img-compny {
    width: 92px;
  }
  /* line 429, app/assets/stylesheets/pages/sms.scss */
  #sms-page .fs-sm-21 {
    font-size: 21px !important;
  }
  /* line 432, app/assets/stylesheets/pages/sms.scss */
  #sms-page .fs-sm-16 {
    font-size: 15px !important;
  }
  /* line 435, app/assets/stylesheets/pages/sms.scss */
  #sms-page .f-25 {
    font-size: 20px !important;
  }
  /* line 438, app/assets/stylesheets/pages/sms.scss */
  #sms-page .pink-circle {
    top: 40px;
  }
}

/* line 2, app/assets/stylesheets/pages/rmktg.scss */
#rmktg-page .bg-image-thankspage {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(/assets/Energy-environment-8d9b54b832fc741488d2daa9a8006ac492fb31374eecb5a7db9917a01acbcb0a.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100% !important;
  height: auto;
  background-position: left center;
}

/* line 10, app/assets/stylesheets/pages/rmktg.scss */
#rmktg-page .img-tick {
  max-width: 70px;
}

/* line 13, app/assets/stylesheets/pages/rmktg.scss */
#rmktg-page .img-referesh {
  max-width: 95px;
}

/* line 16, app/assets/stylesheets/pages/rmktg.scss */
#rmktg-page .height-thank {
  height: 248px;
}

/* line 19, app/assets/stylesheets/pages/rmktg.scss */
#rmktg-page .circle-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

@media only screen and (max-width: 520px) {
  /* line 25, app/assets/stylesheets/pages/rmktg.scss */
  #rmktg-page .fs-sm-16 {
    font-size: 16px !important;
  }
}

/* line 2, app/assets/stylesheets/pages/rmktg2.scss */
#rmktg2-page .bg-image-thankspage {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url(/assets/Energy-environment-8d9b54b832fc741488d2daa9a8006ac492fb31374eecb5a7db9917a01acbcb0a.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100% !important;
  height: auto;
  background-position: left center;
}

/* line 10, app/assets/stylesheets/pages/rmktg2.scss */
#rmktg2-page .img-tick {
  max-width: 70px;
}

/* line 13, app/assets/stylesheets/pages/rmktg2.scss */
#rmktg2-page .img-referesh {
  max-width: 95px;
}

/* line 16, app/assets/stylesheets/pages/rmktg2.scss */
#rmktg2-page .height-thank {
  height: 248px;
}

/* line 19, app/assets/stylesheets/pages/rmktg2.scss */
#rmktg2-page .circle-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

/* line 24, app/assets/stylesheets/pages/rmktg2.scss */
#rmktg2-page .btn-continue {
  color: white;
  border: 0px;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 20px sans !important;
}

/* line 31, app/assets/stylesheets/pages/rmktg2.scss */
#rmktg2-page .btn-continue:hover {
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
}

@media only screen and (max-width: 520px) {
  /* line 35, app/assets/stylesheets/pages/rmktg2.scss */
  #rmktg2-page .fs-sm-16 {
    font-size: 16px !important;
  }
}

/* line 1, app/assets/stylesheets/pages/homev2.scss */
#home-page2 {
  font-family: 'Muli', sans-serif !important;
  overflow-x: hidden;
  /* Rounded sliders */
  /* radio btn*/
  /*radio btn*/
  /**/
  /*loader css*/
}

/* line 4, app/assets/stylesheets/pages/homev2.scss */
#home-page2 header {
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 7, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .img-brand {
  width: 110px;
}

/* line 10, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .form-control {
  height: 60px !important;
  border-color: #cdd1d5 !important;
}

/* line 14, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .f-25 {
  font-size: 16px !important;
  font-weight: 900 !important;
}

/* line 18, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .icon-color {
  font-size: 47px;
  color: #5371e3;
}

/* line 22, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .progress {
  height: 10px !important;
}

/* line 25, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .disp-none {
  display: none;
}

/* line 28, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .bg-blue {
  background: #293789;
}

/* line 31, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .img-logo {
  width: 164px;
}

/* line 34, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .pt-md-9 {
  padding-top: 9rem;
}

/* line 37, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .pt-md-8 {
  padding-top: 8rem;
}

/* line 40, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .pt-md-16 {
  padding-top: 16rem !important;
}

/* line 43, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .pt-11 {
  padding-top: 11rem !important;
}

/* line 46, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .bg-blue-gradient {
  background-image: linear-gradient(to bottom, #27278e, #115);
}

/* line 49, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .bg-bottom-tree {
  background: url(/assets/bottom-trees-26197a71601f64eddbeaee71476c055a4f337c6114df4ae5ab2266679189f570.png);
  position: absolute;
  bottom: 0px;
  width: 105%;
  left: -15px;
  background-size: contain;
  background-repeat: repeat-x;
  height: 130px;
  z-index: 0;
}

/* line 60, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .shadow-custom {
  text-shadow: #000 2px 2px 2px !important;
}

/* line 63, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .snowpile-img {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

/* line 69, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .snow-img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 77, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .flip-clock-wrapper ul li a div div.inn {
  background-color: #38539d;
  color: white;
  text-shadow: none;
  font-size: 70px !important;
}

/* line 83, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .flip-clock-divider .flip-clock-label {
  font-size: 1rem;
  font-weight: 600;
  top: 6.5em;
  right: -6rem !important;
  color: white !important;
  text-shadow: #000 2px 2px 2px !important;
}

/* line 91, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .flip-clock-wrapper ul li {
  line-height: 87px !important;
}

/* line 94, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .flip-clock-wrapper ul {
  height: 90px;
  margin: 2px;
}

/* line 98, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .flip-clock-divider .flip-clock-dot {
  background-color: white !important;
}

/* line 101, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .bg-blue-gradient:after {
  content: '';
  background-color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  height: 90px;
  margin-top: -8px;
  position: absolute;
  border-top-left-radius: 100% 130%;
  border-top-right-radius: 100% 130%;
  z-index: 1;
}

/* line 114, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .pink-circle {
  height: 340px;
  width: 315px;
  position: absolute;
  right: -188px;
  top: 156px;
  z-index: 0;
  border-radius: 50%;
  background-color: #f5a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 125, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .light-blue-circle {
  height: 436px;
  width: 478px;
  position: absolute;
  top: 266px;
  left: -268px;
  z-index: 0;
  border-radius: 50%;
  background-color: #253d98;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 136, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .form-div {
  border-radius: 5px;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 140, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .z-index-6 {
  z-index: 6;
}

/* line 143, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .header-top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

/* line 149, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .back-btn {
  border: 0px;
  height: 60px !important;
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 20px arial !important;
  border-bottom-left-radius: 5px !important;
  color: white !important;
  opacity: 0.7;
}

/* line 159, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .back-btn:hover {
  opacity: 1;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
}

/* line 164, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .btn {
  cursor: pointer !important;
}

/* line 167, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .btn-next {
  border: 0px;
  height: 60px !important;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 20px arial !important;
  border-bottom-right-radius: 5px !important;
  color: white !important;
}

/* line 176, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .btn-next:hover {
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
}

/* line 179, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .btn-continue {
  border: 0px;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  height: 60px !important;
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 23px arial !important;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/* line 188, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .btn-continue:hover {
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
}

/* line 191, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .text-blue {
  color: #0c31ba !important;
}

/* line 194, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .font-title {
  font-family: 'Archivo Black', sans-serif !important;
}

/* line 197, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .fs-65 {
  font-size: 65px;
}

/* line 200, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .arrow-img {
  position: absolute;
  top: 46px;
  left: 16px;
  z-index: 4;
  width: 132px;
  transform: rotate(0deg);
}

/* line 209, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .nextStep.in-progress:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  box-sizing: border-box;
  margin-top: -9.5px;
  margin-left: -7.5px;
  width: 25px;
  height: 25px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-top-color: rgba(255, 255, 255, 0.8);
  -moz-animation: spin 0.6s linear 300;
  -webkit-animation: spin 0.6s linear 300;
  animation: spin 0.6s linear 300;
}

/* line 229, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .nextStep.in-progress {
  pointer-events: none;
  opacity: 0.8;
}

/* line 234, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .tab.in-progress:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 25%;
  left: 45%;
  border-radius: 100%;
  box-sizing: border-box;
  margin-top: -12.5px;
  margin-left: -7.5px;
  width: 75px;
  height: 75px;
  border: 5px solid rgba(143, 141, 141, 0.15);
  border-top-color: rgba(122, 119, 119, 0.8);
  -moz-animation: spin 0.6s linear 300;
  -webkit-animation: spin 0.6s linear 300;
  animation: spin 0.6s linear 300;
}

/* line 254, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .tab.in-progress {
  pointer-events: none;
  opacity: 0.8;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 298, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .parsley-error-list {
  clear: both;
  display: block;
  width: 100%;
}

/* line 303, app/assets/stylesheets/pages/homev2.scss */
#home-page2 label.error {
  color: red;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
}

/* line 309, app/assets/stylesheets/pages/homev2.scss */
#home-page2 input.valid ~ .validate.success {
  display: inline-block;
}

/* line 312, app/assets/stylesheets/pages/homev2.scss */
#home-page2 input.valid ~ .validate.error {
  display: none;
}

/* line 315, app/assets/stylesheets/pages/homev2.scss */
#home-page2 input.error ~ .validate.error {
  display: inline-block;
}

/* line 318, app/assets/stylesheets/pages/homev2.scss */
#home-page2 input.error ~ .validate.success {
  display: none;
}

/* line 321, app/assets/stylesheets/pages/homev2.scss */
#home-page2 input.valid {
  border: 2px solid #28a745 !important;
}

/* line 324, app/assets/stylesheets/pages/homev2.scss */
#home-page2 input.error {
  border: 2px solid red !important;
}

/* line 328, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .validate.success {
  display: none;
  color: #28a745 !important;
  position: absolute;
  float: right;
  font-size: 25px;
  right: 8%;
  margin-top: -42px;
}

/* line 337, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .validate.error {
  display: none;
  color: red !important;
  position: absolute;
  float: right;
  font-size: 25px;
  right: 8%;
  margin-top: -42px;
}

/* line 346, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .img-saving {
  width: 65px;
}

/* line 349, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .img-effortles {
  width: 65px;
}

/* line 352, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .img-smily {
  width: 56px;
}

/* line 355, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .bg-image {
  background-image: url(/assets/curve-02833d20b377961561d8e16e9a478c2443d9f96d6475a696e73bf3f8de1bdc61.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 160px;
  position: relative;
}

/* line 363, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .bg-color {
  background: #27278e;
  background-size: cover;
  position: absolute;
}

/* line 368, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .img-compny {
  width: 150px;
}

/* line 371, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 377, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .onoffswitch-checkbox {
  display: block;
  opacity: 0;
  z-index: 2;
  position: absolute;
}

/* line 383, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #0c2045;
  border-radius: 20px;
}

/* line 390, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

/* line 396, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .onoffswitch-inner:before, #home-page2 .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

/* line 409, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .onoffswitch-inner:before {
  content: "Yes";
  padding-left: 0px;
  background-image: linear-gradient(to left, #02850c, #3dcb2c);
  color: #FFFFFF;
}

/* line 415, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .onoffswitch-inner:after {
  content: "No";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #0c2045;
  text-align: right;
}

/* line 422, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .onoffswitch-switch {
  display: block;
  width: 22px;
  height: 22px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #0c2045;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

/* line 436, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 439, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* line 443, app/assets/stylesheets/pages/homev2.scss */
#home-page2 input:checked + .slider {
  background-color: #2196F3;
}

/* line 447, app/assets/stylesheets/pages/homev2.scss */
#home-page2 input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 451, app/assets/stylesheets/pages/homev2.scss */
#home-page2 input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* line 458, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .slider.round {
  border-radius: 34px;
}

/* line 462, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .slider.round:before {
  border-radius: 50%;
}

/* line 466, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .opacity-0 {
  opacity: 0;
}

/* line 469, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .input-payment {
  background-color: white;
  width: 80%;
  border: 1px solid #f49029;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px !important;
}

/* line 478, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .input-payment:hover {
  color: white;
  border: 1px solid #344eb0;
}

/* line 482, app/assets/stylesheets/pages/homev2.scss */
#home-page2 input:checked ~ .input-payment {
  color: white;
  background-color: #344eb0;
}

/* line 486, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .input-pay-radio {
  width: 80%;
  left: 21px;
  height: 55px;
}

/* line 491, app/assets/stylesheets/pages/homev2.scss */
#home-page2 input:hover ~ .input-payment {
  border: 1px solid #344eb0;
  color: white;
  background-color: #344eb0;
}

/* line 496, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .cursor-p {
  cursor: pointer;
}

/* line 499, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .top-89 {
  top: 89px !important;
}

/* line 502, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .w-61 {
  width: 61%;
}

/* line 506, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .input-div {
  width: 24%;
}

/* line 509, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .input-radio {
  background-color: white;
  border: 1px solid #ee551a;
}

/* line 513, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .input-radio:hover {
  border: 1px solid #344eb0;
}

/* line 516, app/assets/stylesheets/pages/homev2.scss */
#home-page2 input:hover ~ .input-radio {
  border: 1px solid #344eb0 !important;
}

/* line 519, app/assets/stylesheets/pages/homev2.scss */
#home-page2 input:checked ~ label {
  border: 1px solid #344eb0;
  background-color: #344eb0;
  transition: 200ms ease-in;
}

/* line 524, app/assets/stylesheets/pages/homev2.scss */
#home-page2 input:checked ~ label p {
  color: white;
}

/* line 527, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .w-radio {
  width: 16%;
}

/* line 530, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .input-energy {
  position: absolute;
  width: 106px;
  height: 91px;
  left: 7px;
  top: 0px;
}

/* line 539, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .text-orange {
  color: #ff8a22;
}

/* line 542, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .blu-txt {
  color: #4285F4;
}

/* line 545, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .red-txt {
  color: #EA4335;
}

/* line 548, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .yello-txt {
  color: #FBBC05;
}

/* line 551, app/assets/stylesheets/pages/homev2.scss */
#home-page2 .green-txt {
  color: #34A853;
}

/* line 556, app/assets/stylesheets/pages/homev2.scss */
#home-page2 #preloader {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 563, app/assets/stylesheets/pages/homev2.scss */
#home-page2 #loader {
  display: block;
  position: relative;
  left: 50%;
  top: 45%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #00acee;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/* line 577, app/assets/stylesheets/pages/homev2.scss */
#home-page2 #loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #272161;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

/* line 590, app/assets/stylesheets/pages/homev2.scss */
#home-page2 #loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #877de3;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1025px) {
  /* line 630, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .fs-md-21 {
    font-size: 28px !important;
  }
  /* line 633, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .arrow-img {
    position: absolute;
    top: 49px;
    left: 41px;
    width: 129px;
    transform: rotate(0deg);
  }
}

@media only screen and (max-width: 769px) {
  /* line 642, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .fs-18 {
    font-size: 18px !important;
  }
  /* line 645, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .arrow-img {
    position: absolute;
    top: 46px;
    left: 14px;
    width: 129px;
    transform: rotate(0deg);
  }
}

@media only screen and (max-width: 520px) {
  /* line 655, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .snow-img {
    width: 332%;
    overflow: hidden;
  }
  /* line 659, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .flip-clock-divider .flip-clock-dot {
    height: 8px;
    width: 8px;
    left: 5px;
  }
  /* line 664, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .arrow-img {
    position: absolute;
    top: 82px;
    left: -13px;
    width: 105px;
    transform: rotate(0deg);
  }
  /* line 671, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .fs-65 {
    font-size: 39px;
  }
  /* line 674, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .w-radio {
    width: 30%;
  }
  /* line 677, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .fs-sm-24 {
    font-size: 24px;
  }
  /* line 680, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .pt-sm-6 {
    padding-top: 6rem;
  }
  /* line 683, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .fs-sm-13 {
    font-size: 13px !important;
  }
  /* line 686, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .input-div {
    width: 48%;
  }
  /* line 689, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .back-btn {
    border-bottom-left-radius: 5px !important;
  }
  /* line 692, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .btn-back-last {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  /* line 696, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .btn-next {
    border-bottom-right-radius: 0px !important;
  }
  /* line 699, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .img-compny {
    width: 92px;
  }
  /* line 702, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .fs-sm-21 {
    font-size: 21px !important;
  }
  /* line 705, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .fs-sm-16 {
    font-size: 15px !important;
  }
  /* line 708, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .f-25 {
    font-size: 20px !important;
  }
  /* line 711, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .pink-circle {
    top: 40px;
  }
}

@media only screen and (max-width: 375px) {
  /* line 716, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .flip-clock-divider .flip-clock-dot {
    height: 8px;
    width: 8px;
    left: 3px;
  }
  /* line 721, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .w-radio {
    width: 42%;
  }
  /* line 724, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .e-provider-img {
    width: 95px !important;
    height: 40px !important;
  }
}

@media only screen and (max-width: 320px) {
  /* line 730, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .flip-clock-divider .flip-clock-dot {
    height: 8px;
    width: 8px;
    left: 0px;
  }
  /* line 735, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .input-payment:after {
    width: 21px;
    height: 21px;
    content: "";
    left: 10%;
  }
  /* line 741, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .input-payment {
    width: 86%;
  }
  /* line 744, app/assets/stylesheets/pages/homev2.scss */
  #home-page2 .e-provider-img {
    width: 77px !important;
    height: 32px !important;
  }
}

/* line 1, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page {
  overflow-x: hidden;
  /* Rounded sliders */
}

/* line 3, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page header {
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 6, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .fw {
  font-weight: 300 !important;
}

/* line 9, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .arrow-img {
  position: absolute;
  top: 14px;
  right: -64px;
  width: 145px;
  transform: rotate(-15deg);
}

/* line 16, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .f-25 {
  font-size: 25px !important;
}

/* line 19, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .disp-none {
  display: none;
}

/* line 22, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .bg-blue {
  background: #293789;
}

/* line 25, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .img-logo {
  width: 165px;
}

/* line 28, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .img-tp {
  width: 110px;
}

/* line 31, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .z-high {
  z-index: 9;
  position: relative;
}

/* line 35, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .bg-blue-gradient {
  background-image: linear-gradient(to bottom, #27278e, #115);
}

/* line 38, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .bg-blue-gradient:after {
  content: '';
  background-color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  height: 90px;
  margin-top: -8px;
  position: absolute;
  border-top-left-radius: 100% 130%;
  border-top-right-radius: 100% 130%;
}

/* line 50, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .pink-circle {
  height: 340px;
  width: 315px;
  position: absolute;
  right: -188px;
  top: 156px;
  z-index: 2;
  border-radius: 50%;
  background-color: #f5a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 61, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .light-blue-circle {
  height: 436px;
  width: 478px;
  position: absolute;
  top: 266px;
  left: -268px;
  z-index: 2;
  border-radius: 50%;
  background-color: #253d98;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 72, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .form-div {
  border-radius: 20px;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 76, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .z-index-6 {
  z-index: 6;
}

/* line 79, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .opacity-0 {
  opacity: 0;
}

/* line 82, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .h-46 {
  height: 50px !important;
}

/* line 85, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .bg-light-blue {
  background: #ebf1f8 !important;
}

/* line 88, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .input-energy {
  position: absolute;
  width: 114px;
  height: 102px;
  left: 13px;
  top: 0px;
}

/* line 95, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .input-payment {
  color: black;
  background-color: white;
  width: 80%;
  border: 1px solid transparent;
}

/* line 101, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .input-payment:hover {
  border: 1px solid #344eb0 !important;
}

/* line 104, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .input-payment:after {
  width: 32px;
  height: 32px;
  content: "";
  border: 2px solid #e7e7ee;
  background-color: #e7e7ee;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 29px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

/* line 119, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page input:checked ~ .input-payment:after {
  background-color: #fff;
  border-color: #fff;
  background-image: url(/assets/radiodott-a57f2b4a4411124648dd02690eb788075102fcb7461714cfaf295d9373d2038a.png);
  background-repeat: no-repeat;
  background-position: 7px 7px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 128, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page input:checked ~ .input-payment {
  color: white;
  border: 1px solid #344eb0 !important;
}

/* line 132, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .input-pay-radio {
  width: 80%;
  left: 21px;
  height: 55px;
}

/* line 137, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page input:hover ~ .input-payment {
  border: 1px solid #344eb0;
}

/* line 140, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .input-div {
  width: 25%;
}

/* line 143, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .cursor-p {
  cursor: pointer;
}

/* line 146, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .input-radio {
  background-color: white;
  border: 1px solid transparent;
}

/* line 150, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .input-radio:hover {
  border: 1px solid #344eb0;
}

/* line 153, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page input:hover ~ .input-radio {
  border: 1px solid #344eb0 !important;
}

/* line 156, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page input:checked ~ label {
  border: 1px solid #344eb0;
  background-color: #344eb0;
  transition: 200ms ease-in;
}

/* line 161, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page input:checked ~ label p {
  color: white;
}

/* line 164, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .w-radio {
  width: 16%;
}

/* line 168, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .text-label {
  font-size: 12px;
  font-weight: 600;
}

/* line 172, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .btn-next.in-progress:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  box-sizing: border-box;
  margin-top: -12.5px;
  margin-left: -7.5px;
  width: 25px;
  height: 25px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-top-color: rgba(255, 255, 255, 0.8);
  -moz-animation: spin 0.6s linear 300;
  -webkit-animation: spin 0.6s linear 300;
  animation: spin 0.6s linear 300;
  left: 25px;
}

/* line 193, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .btn-next.in-progress {
  pointer-events: none;
  opacity: 0.8;
}

/* line 198, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .btn-next {
  border: 0px;
  background-position: center;
  background-repeat: no-repeat;
  background: linear-gradient(to bottom, #0c31ba, #1b2869);
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 20px arial !important;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 207, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .btn-next:hover {
  background: linear-gradient(to bottom, #1c2868, #1c2868) !important;
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 211, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .text-blue {
  color: #0c31ba !important;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 253, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .parsley-error-list {
  clear: both;
  display: block;
  width: 100%;
}

/* line 258, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page label.error {
  color: red;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 400;
}

/* line 264, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page input.valid ~ .validate.success {
  display: inline-block;
}

/* line 267, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page input.valid ~ .validate.error {
  display: none;
}

/* line 270, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page input.error ~ .validate.error {
  display: inline-block;
}

/* line 273, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page input.error ~ .validate.success {
  display: none;
}

/* line 276, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page input.valid {
  border: 2px solid #28a745 !important;
}

/* line 279, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page input.error {
  border: 2px solid red !important;
}

/* line 283, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .validate.success {
  display: none;
  color: #28a745 !important;
  position: absolute;
  float: right;
  font-size: 25px;
  margin-top: -37px;
  right: 11px;
}

/* line 292, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .validate.error {
  display: none;
  color: red !important;
  position: absolute;
  float: right;
  font-size: 25px;
  margin-top: -37px;
  right: 11px;
}

/* line 301, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .img-saving {
  width: 65px;
}

/* line 304, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .img-effortles {
  width: 65px;
}

/* line 307, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .img-smily {
  width: 56px;
}

/* line 310, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .bg-image {
  background-image: url(/assets/curve-02833d20b377961561d8e16e9a478c2443d9f96d6475a696e73bf3f8de1bdc61.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 160px;
  position: relative;
}

/* line 318, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .bg-color {
  background: #27278e;
  background-size: cover;
  position: absolute;
}

/* line 323, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .img-compny {
  width: 150px;
}

/* line 326, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 332, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .onoffswitch-checkbox {
  display: block;
  opacity: 0;
  z-index: 2;
  position: absolute;
}

/* line 338, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #0c2045;
  border-radius: 20px;
}

/* line 345, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

/* line 351, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .onoffswitch-inner:before, #spexit-page .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

/* line 364, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .onoffswitch-inner:before {
  content: "Yes";
  padding-left: 0px;
  background-color: #253d98;
  color: #FFFFFF;
}

/* line 370, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .onoffswitch-inner:after {
  content: "No";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #0c2045;
  text-align: right;
}

/* line 377, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .onoffswitch-switch {
  display: block;
  width: 22px;
  height: 22px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #0c2045;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

/* line 391, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 394, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* line 398, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page input:checked + .slider {
  background-color: #2196F3;
}

/* line 402, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 406, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* line 413, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .slider.round {
  border-radius: 34px;
}

/* line 417, app/assets/stylesheets/pages/sp-exit.scss */
#spexit-page .slider.round:before {
  border-radius: 50%;
}

@media only screen and (max-width: 1025px) {
  /* line 422, app/assets/stylesheets/pages/sp-exit.scss */
  #spexit-page .w-radio {
    width: 26%;
  }
  /* line 425, app/assets/stylesheets/pages/sp-exit.scss */
  #spexit-page .input-div {
    width: 37%;
  }
  /* line 428, app/assets/stylesheets/pages/sp-exit.scss */
  #spexit-page .arrow-img {
    position: absolute;
    top: 9px;
    right: -18px;
    width: 122px;
    transform: rotate(-17deg);
    z-index: 5;
  }
}

@media only screen and (max-width: 769px) {
  /* line 439, app/assets/stylesheets/pages/sp-exit.scss */
  #spexit-page .w-radio {
    width: 26%;
  }
  /* line 442, app/assets/stylesheets/pages/sp-exit.scss */
  #spexit-page .input-div {
    width: 43%;
  }
}

@media only screen and (max-width: 520px) {
  /* line 448, app/assets/stylesheets/pages/sp-exit.scss */
  #spexit-page .input-payment:after {
    left: 10px;
    width: 30px;
    height: 30px;
  }
  /* line 453, app/assets/stylesheets/pages/sp-exit.scss */
  #spexit-page .input-payment {
    width: 94%;
  }
  /* line 456, app/assets/stylesheets/pages/sp-exit.scss */
  #spexit-page .input-div {
    width: 50%;
  }
  /* line 459, app/assets/stylesheets/pages/sp-exit.scss */
  #spexit-page .w-radio {
    width: 42%;
  }
  /* line 462, app/assets/stylesheets/pages/sp-exit.scss */
  #spexit-page .custom-checkbox .custom-control-label::after {
    left: 0.2rem;
  }
  /* line 465, app/assets/stylesheets/pages/sp-exit.scss */
  #spexit-page .custom-checkbox .custom-control-label::before {
    left: 0.2rem;
  }
  /* line 468, app/assets/stylesheets/pages/sp-exit.scss */
  #spexit-page .pl-5r {
    padding-left: 5rem;
  }
  /* line 471, app/assets/stylesheets/pages/sp-exit.scss */
  #spexit-page .img-compny {
    width: 92px;
  }
  /* line 474, app/assets/stylesheets/pages/sp-exit.scss */
  #spexit-page .fs-sm-21 {
    font-size: 21px !important;
  }
  /* line 477, app/assets/stylesheets/pages/sp-exit.scss */
  #spexit-page .fs-sm-16 {
    font-size: 15px !important;
  }
  /* line 480, app/assets/stylesheets/pages/sp-exit.scss */
  #spexit-page .f-25 {
    font-size: 20px !important;
  }
  /* line 483, app/assets/stylesheets/pages/sp-exit.scss */
  #spexit-page .pink-circle {
    top: 40px;
  }
}

/* line 1, app/assets/stylesheets/pages/common.scss */
.bg-gradient-green {
  background: #58D8DD;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #58D8DD 0%, #38A1A2 30%, #094E47 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #58D8DD), color-stop(30%, #38A1A2), color-stop(100%, #094E47));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #58D8DD 0%, #38A1A2 30%, #094E47 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #58D8DD 0%, #38A1A2 30%, #094E47 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #58D8DD 0%, #38A1A2 30%, #094E47 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #58D8DD 0%, #38A1A2 30%, #094E47 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58D8DD', endColorstr='#094E47',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

/* line 11, app/assets/stylesheets/pages/common.scss */
.bg-gradient-green-light {
  background: #58D8DD;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #58D8DD 0%, #38A1A2 60%, #085850 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #58D8DD), color-stop(30%, #38A1A2), color-stop(100%, #085850));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #58D8DD 0%, #38A1A2 60%, #085850 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #58D8DD 0%, #38A1A2 60%, #085850 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #58D8DD 0%, #38A1A2 60%, #085850 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #58D8DD 0%, #38A1A2 60%, #085850 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58D8DD', endColorstr='#085850',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

/* line 21, app/assets/stylesheets/pages/common.scss */
.bg-customer-care {
  background-image: url(/assets/customer-happy-55ff63fb4d2e235e95d860683450c338d70c29fb7e020c343a92a1b4e144f6a8.webp);
  background-position: 57%;
  background-size: cover;
  height: 316px;
}

/* line 27, app/assets/stylesheets/pages/common.scss */
.bg-happy-people {
  background-image: url(/assets/happy-people-a3b65f00cc2b8981da0ceadb2742203bbe84b06fb497bb3292bf33abcd7bfa24.jpeg);
  background-position: right bottom;
  background-size: cover;
  height: 325px;
}

/* line 33, app/assets/stylesheets/pages/common.scss */
.text-green-dark {
  color: #094E47 !important;
}

/* line 36, app/assets/stylesheets/pages/common.scss */
.bg-green-dark {
  background-color: #094E47;
}

/* line 39, app/assets/stylesheets/pages/common.scss */
.fs-small {
  font-size: .6rem !important;
  line-height: .7rem !important;
}

/* about page css*/
/* line 45, app/assets/stylesheets/pages/common.scss */
.answer-aboutUs {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

/* line 51, app/assets/stylesheets/pages/common.scss */
.answer-aboutUs.answer-visible {
  max-height: 500px;
}

/* line 55, app/assets/stylesheets/pages/common.scss */
.custom-AboutUs-shadow {
  box-shadow: rgba(50, 50, 105, 0.15) 0px 1px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

@media (max-width: 480px) {
  /* line 59, app/assets/stylesheets/pages/common.scss */
  .customScale {
    transform: scale(0.8);
    padding-top: 20px;
    padding-bottom: 30px;
  }
  /* line 64, app/assets/stylesheets/pages/common.scss */
  .custom-max-w {
    width: max-content;
  }
}

@media (max-width: 430px) {
  /* line 69, app/assets/stylesheets/pages/common.scss */
  .custom-max-w {
    width: max-content;
  }
}

@media (max-width: 330px) {
  /* line 74, app/assets/stylesheets/pages/common.scss */
  .custom-max-w {
    width: 100%;
  }
}

@media (max-width: 380px) {
  /* line 79, app/assets/stylesheets/pages/common.scss */
  .customScale {
    transform: scale(0.7);
    padding-top: 0px;
  }
}

/* end about page css */
/* line 87, app/assets/stylesheets/pages/common.scss */
form.in-progress:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 30%;
  border-radius: 100%;
  box-sizing: border-box;
  width: 125px;
  height: 125px;
  border: 2px solid rgba(0, 0, 0, 0.6);
  border-top-color: rgba(255, 255, 255, 0.8);
  -moz-animation: spin 0.6s linear 300;
  -webkit-animation: spin 0.6s linear 300;
  animation: spin 0.6s linear 300;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 110, app/assets/stylesheets/pages/common.scss */
.save-button.in-progress:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  box-sizing: border-box;
  width: 125px;
  height: 125px;
  border: 2px solid rgba(0, 0, 0, 0.6);
  border-top-color: rgba(255, 255, 255, 0.8);
  -moz-animation: spin 0.6s linear 300;
  -webkit-animation: spin 0.6s linear 300;
  animation: spin 0.6s linear 300;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 133, app/assets/stylesheets/pages/common.scss */
.bg-blue-gradient-light {
  background-image: url(/assets/smily-man-cb51ae1a7c05af752bcbd1f26d4a35f0056a3682dac876683da681e650f751c8.png);
  background-size: cover;
}

@media only screen and (max-width: 1300px) {
  /* line 133, app/assets/stylesheets/pages/common.scss */
  .bg-blue-gradient-light {
    background-position: center;
  }
}

/* line 140, app/assets/stylesheets/pages/common.scss */
img {
  display: initial !important;
}

/* line 143, app/assets/stylesheets/pages/common.scss */
.w-70 {
  width: 70%;
}

/* line 146, app/assets/stylesheets/pages/common.scss */
.mt-5rem {
  margin-top: 5rem;
}

/* line 149, app/assets/stylesheets/pages/common.scss */
.bg-blue-gradient-light:after {
  content: '';
  background-color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  height: 90px;
  margin-top: -8px;
  position: absolute;
  border-top-left-radius: 100% 130%;
  border-top-right-radius: 100% 130%;
}

/* line 161, app/assets/stylesheets/pages/common.scss */
.text-blu {
  color: #14146e !important;
}

/* line 164, app/assets/stylesheets/pages/common.scss */
form.in-progress {
  pointer-events: none;
  opacity: 0.8;
}

/* line 169, app/assets/stylesheets/pages/common.scss */
form.last-step .tab:last-child {
  display: block !important;
}

/* line 173, app/assets/stylesheets/pages/common.scss */
.font-famly-m {
  font-family: 'Muli', sans-serif !important;
}

/* line 176, app/assets/stylesheets/pages/common.scss */
html {
  scroll-behavior: smooth;
}

/* line 179, app/assets/stylesheets/pages/common.scss */
body {
  overflow-x: hidden;
}

/* line 184, app/assets/stylesheets/pages/common.scss */
#home-page #onoffsw .onoffswitch-inner:before {
  content: "Yes";
  padding-left: 0px;
  background-image: linear-gradient(to left, #0eb813, #1acc41);
  color: #FFFFFF;
}

/* line 193, app/assets/stylesheets/pages/common.scss */
.navbar-dark .navbar-toggler {
  border-color: #ffffffc4 !important;
}

/* line 196, app/assets/stylesheets/pages/common.scss */
.navbar-dark .navbar-nav .nav-link {
  color: #ffffffc4 !important;
}

/* line 199, app/assets/stylesheets/pages/common.scss */
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}

/* line 202, app/assets/stylesheets/pages/common.scss */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* line 206, app/assets/stylesheets/pages/common.scss */
.dropdown .dropdown-menu {
  background-image: linear-gradient(to right, #27278e, #14146e);
  min-width: 18rem;
}

/* line 209, app/assets/stylesheets/pages/common.scss */
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #293789;
}

/* line 212, app/assets/stylesheets/pages/common.scss */
.dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #293789;
}

/* line 217, app/assets/stylesheets/pages/common.scss */
.bg-header {
  background-image: linear-gradient(to right, #27278e, #14146e);
  position: sticky;
  width: 100%;
  z-index: 9;
  top: 0;
}

/* line 224, app/assets/stylesheets/pages/common.scss */
.img-logo {
  width: 164px;
}

/* line 227, app/assets/stylesheets/pages/common.scss */
.fs-37 {
  font-size: 37px;
}

/* line 230, app/assets/stylesheets/pages/common.scss */
.fs-32 {
  font-size: 32px;
}

/* line 233, app/assets/stylesheets/pages/common.scss */
.fs-28 {
  font-size: 28px;
}

/* line 236, app/assets/stylesheets/pages/common.scss */
.fs-24 {
  font-size: 24px;
}

/* line 239, app/assets/stylesheets/pages/common.scss */
.fs-20 {
  font-size: 20px;
}

/* line 242, app/assets/stylesheets/pages/common.scss */
.fs-14 {
  font-size: 14px;
}

/* line 245, app/assets/stylesheets/pages/common.scss */
.fs-12 {
  font-size: 12px;
  line-height: 1.2rem;
}

/* line 249, app/assets/stylesheets/pages/common.scss */
.iframe-width {
  width: 500px;
  height: 280px;
}

/* line 254, app/assets/stylesheets/pages/common.scss */
.img-brand {
  width: 110px;
}

/* line 257, app/assets/stylesheets/pages/common.scss */
#postcod {
  height: 50px !important;
}

/* line 260, app/assets/stylesheets/pages/common.scss */
.btn-q {
  font-size: 19px !important;
  height: 50px !important;
  border: 0px;
  background-image: linear-gradient(to left, #ee551a, #ff8a22) !important;
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 19px arial !important;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/* line 270, app/assets/stylesheets/pages/common.scss */
.back-blue {
  background: #1B2665;
}

/* line 273, app/assets/stylesheets/pages/common.scss */
.bg-blue1 {
  background: #1B2665;
  cursor: pointer;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  border: 4px solid #1B2665;
}

/* line 283, app/assets/stylesheets/pages/common.scss */
.bg-blue1:hover {
  background: #fff;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 1;
  }
}

/* line 321, app/assets/stylesheets/pages/common.scss */
.top-margin {
  margin-top: 590px;
}

/* line 324, app/assets/stylesheets/pages/common.scss */
.modal2 {
  display: none;
  position: fixed;
  z-index: 3;
  padding-top: 103px;
  padding-bottom: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 337, app/assets/stylesheets/pages/common.scss */
.modal2 .input:checked ~ label {
  background-color: white !important;
}

/* line 341, app/assets/stylesheets/pages/common.scss */
.modal2-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 48%;
  border-radius: 5px;
}

/* line 349, app/assets/stylesheets/pages/common.scss */
.close-b {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* line 355, app/assets/stylesheets/pages/common.scss */
.close-b:hover,
.close-b:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 520px) {
  /* line 362, app/assets/stylesheets/pages/common.scss */
  .fs-small {
    font-size: 0.9rem !important;
    line-height: 1rem !important;
  }
  /* line 366, app/assets/stylesheets/pages/common.scss */
  .fs-small-sm {
    font-size: 0.7rem !important;
    line-height: 0.5rem !important;
  }
  /* line 370, app/assets/stylesheets/pages/common.scss */
  .bg-blue-gradient-light {
    background-position: left;
  }
  /* line 373, app/assets/stylesheets/pages/common.scss */
  .bg-customer-care {
    height: 350px;
  }
  /* line 376, app/assets/stylesheets/pages/common.scss */
  .w-70 {
    width: 100%;
  }
  /* line 379, app/assets/stylesheets/pages/common.scss */
  .navbar-dark .navbar-nav .nav-link {
    color: #ffffffc4 !important;
    border-bottom: 1px solid;
  }
  /* line 383, app/assets/stylesheets/pages/common.scss */
  .img-brand {
    width: 110px !important;
  }
  /* line 386, app/assets/stylesheets/pages/common.scss */
  .fs-37 {
    font-size: 22px;
  }
  /* line 389, app/assets/stylesheets/pages/common.scss */
  .fs-sm-22 {
    font-size: 22px;
  }
  /* line 392, app/assets/stylesheets/pages/common.scss */
  .fs-sm-20 {
    font-size: 20px;
  }
  /* line 395, app/assets/stylesheets/pages/common.scss */
  .fs-sm-18 {
    font-size: 18px;
  }
  /* line 398, app/assets/stylesheets/pages/common.scss */
  .fs-sm-16 {
    font-size: 16px !important;
  }
  /* line 401, app/assets/stylesheets/pages/common.scss */
  .fs-sm-8 {
    font-size: 8px;
    line-height: .2rem;
  }
  /* line 405, app/assets/stylesheets/pages/common.scss */
  .iframe-width {
    width: 260px;
    height: auto;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 280px) {
  /* line 412, app/assets/stylesheets/pages/common.scss */
  .navbar {
    padding: 0px !important;
  }
}

/* line 1, app/assets/stylesheets/pages/form.scss */
#new-form-page {
  font-family: 'League Spartan', sans-serif !important;
  overflow-x: hidden;
  /* Rounded sliders */
  /* radio btn*/
}

/* line 4, app/assets/stylesheets/pages/form.scss */
#new-form-page .bg-header {
  position: fixed;
}

/* line 7, app/assets/stylesheets/pages/form.scss */
#new-form-page ::placeholder {
  color: #aaaaaa !important;
  opacity: 1;
  /* Firefox */
}

/* line 12, app/assets/stylesheets/pages/form.scss */
#new-form-page .font-popins {
  font-family: 'Poppins', sans-serif !important;
}

/* line 16, app/assets/stylesheets/pages/form.scss */
#new-form-page ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #aaaaaa !important;
}

/* line 20, app/assets/stylesheets/pages/form.scss */
#new-form-page .form-button {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

/* line 24, app/assets/stylesheets/pages/form.scss */
#new-form-page .bg-blue-950 {
  background-color: #172554 !important;
}

/* line 27, app/assets/stylesheets/pages/form.scss */
#new-form-page .text-blue-950 {
  color: #172554 !important;
}

/* line 30, app/assets/stylesheets/pages/form.scss */
#new-form-page .rounded-b-0 {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* line 34, app/assets/stylesheets/pages/form.scss */
#new-form-page header {
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 37, app/assets/stylesheets/pages/form.scss */
#new-form-page .img-brand {
  width: 110px;
}

/* line 40, app/assets/stylesheets/pages/form.scss */
#new-form-page .form-control {
  height: 70px !important;
  border-color: #cdd1d5 !important;
}

/* line 44, app/assets/stylesheets/pages/form.scss */
#new-form-page .f-25 {
  font-size: 16px !important;
  font-weight: 900 !important;
}

/* line 48, app/assets/stylesheets/pages/form.scss */
#new-form-page .icon-color {
  font-size: 47px;
  color: #5371e3;
}

/* line 52, app/assets/stylesheets/pages/form.scss */
#new-form-page .progress {
  height: 10px !important;
}

/* line 55, app/assets/stylesheets/pages/form.scss */
#new-form-page .disp-none {
  display: none;
}

/* line 58, app/assets/stylesheets/pages/form.scss */
#new-form-page .bg-blue {
  background: #293789;
}

/* line 61, app/assets/stylesheets/pages/form.scss */
#new-form-page .img-logo {
  width: 164px;
}

/* line 64, app/assets/stylesheets/pages/form.scss */
#new-form-page .pt-md-9 {
  padding-top: 9rem;
}

/* line 67, app/assets/stylesheets/pages/form.scss */
#new-form-page .pt-md-8 {
  padding-top: 8rem;
}

/* line 70, app/assets/stylesheets/pages/form.scss */
#new-form-page .pt-md-16 {
  padding-top: 16rem !important;
}

/* line 73, app/assets/stylesheets/pages/form.scss */
#new-form-page .pt-11 {
  padding-top: 11rem !important;
}

/* line 76, app/assets/stylesheets/pages/form.scss */
#new-form-page .bg-blue-gradient {
  background-image: linear-gradient(to bottom, #27278e, #115);
}

/* line 79, app/assets/stylesheets/pages/form.scss */
#new-form-page .bg-blue-gradient:after {
  content: '';
  background-color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  height: 90px;
  margin-top: -8px;
  position: absolute;
  border-top-left-radius: 100% 130%;
  border-top-right-radius: 100% 130%;
}

/* line 91, app/assets/stylesheets/pages/form.scss */
#new-form-page .pink-circle {
  height: 340px;
  width: 315px;
  position: absolute;
  right: -188px;
  top: 156px;
  z-index: 2;
  border-radius: 50%;
  background-color: #f5a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 102, app/assets/stylesheets/pages/form.scss */
#new-form-page .light-blue-circle {
  height: 436px;
  width: 478px;
  position: absolute;
  top: 266px;
  left: -268px;
  z-index: 2;
  border-radius: 50%;
  background-color: #253d98;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 113, app/assets/stylesheets/pages/form.scss */
#new-form-page .form-div {
  border-radius: 0px;
  box-shadow: none;
}

/* line 117, app/assets/stylesheets/pages/form.scss */
#new-form-page .z-index-6 {
  z-index: 6;
}

/* line 120, app/assets/stylesheets/pages/form.scss */
#new-form-page .header-top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

/* line 126, app/assets/stylesheets/pages/form.scss */
#new-form-page .back-btn {
  border: 0px;
  height: 60px !important;
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 20px arial !important;
  border-bottom-left-radius: 5px !important;
  color: white !important;
  opacity: 0.7;
}

/* line 136, app/assets/stylesheets/pages/form.scss */
#new-form-page .back-btn:hover {
  opacity: 1;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
}

/* line 141, app/assets/stylesheets/pages/form.scss */
#new-form-page .btn {
  cursor: pointer !important;
}

/* line 144, app/assets/stylesheets/pages/form.scss */
#new-form-page .btn-next {
  border: 0px;
  height: 60px !important;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 20px arial !important;
  border-bottom-right-radius: 5px !important;
  color: white !important;
}

/* line 153, app/assets/stylesheets/pages/form.scss */
#new-form-page .btn-next:hover {
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
}

/* line 156, app/assets/stylesheets/pages/form.scss */
#new-form-page .btn-continue {
  border: 0px;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  height: 60px !important;
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 23px arial !important;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/* line 165, app/assets/stylesheets/pages/form.scss */
#new-form-page .btn-continue:hover {
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
}

/* line 168, app/assets/stylesheets/pages/form.scss */
#new-form-page .text-blue {
  color: #0c31ba !important;
}

/* line 171, app/assets/stylesheets/pages/form.scss */
#new-form-page .arrow-img {
  position: absolute;
  top: 18px;
  right: -32px;
  width: 145px;
  transform: rotate(-23deg);
}

/* line 179, app/assets/stylesheets/pages/form.scss */
#new-form-page .save-arrow-img {
  position: absolute;
  top: 18px;
  right: 55px;
  width: 145px;
  transform: rotate(-23deg);
}

/* line 187, app/assets/stylesheets/pages/form.scss */
#new-form-page .nextStep.in-progress:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  box-sizing: border-box;
  margin-top: -9.5px;
  margin-left: -7.5px;
  width: 25px;
  height: 25px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-top-color: rgba(255, 255, 255, 0.8);
  -moz-animation: spin 0.6s linear 300;
  -webkit-animation: spin 0.6s linear 300;
  animation: spin 0.6s linear 300;
}

/* line 207, app/assets/stylesheets/pages/form.scss */
#new-form-page .nextStep.in-progress {
  pointer-events: none;
  opacity: 0.8;
}

/* line 212, app/assets/stylesheets/pages/form.scss */
#new-form-page .tab.in-progress:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 25%;
  left: 45%;
  border-radius: 100%;
  box-sizing: border-box;
  margin-top: -12.5px;
  margin-left: -7.5px;
  width: 75px;
  height: 75px;
  border: 5px solid rgba(143, 141, 141, 0.15);
  border-top-color: rgba(122, 119, 119, 0.8);
  -moz-animation: spin 0.6s linear 300;
  -webkit-animation: spin 0.6s linear 300;
  animation: spin 0.6s linear 300;
}

/* line 232, app/assets/stylesheets/pages/form.scss */
#new-form-page .tab.in-progress {
  pointer-events: none;
  opacity: 0.8;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 276, app/assets/stylesheets/pages/form.scss */
#new-form-page .parsley-error-list {
  clear: both;
  display: flex;
  width: 100%;
}

/* line 281, app/assets/stylesheets/pages/form.scss */
#new-form-page label.error {
  color: #ff1e1e;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
}

/* line 287, app/assets/stylesheets/pages/form.scss */
#new-form-page input.valid ~ .validate.success {
  display: inline-block;
}

/* line 290, app/assets/stylesheets/pages/form.scss */
#new-form-page input.valid ~ .validate.error {
  display: none;
}

/* line 293, app/assets/stylesheets/pages/form.scss */
#new-form-page input.error ~ .validate.error {
  display: inline-block;
}

/* line 296, app/assets/stylesheets/pages/form.scss */
#new-form-page input.error ~ .validate.success {
  display: none;
}

/* line 299, app/assets/stylesheets/pages/form.scss */
#new-form-page input.valid {
  border: 2px solid #0fb436 !important;
}

/* line 302, app/assets/stylesheets/pages/form.scss */
#new-form-page input.error {
  border: 2px solid #ff1e1e !important;
}

/* line 306, app/assets/stylesheets/pages/form.scss */
#new-form-page .validate.success {
  display: none;
  color: #0fb436 !important;
  position: absolute;
  float: right;
  font-size: 25px;
  right: 8%;
  margin-top: -42px;
}

/* line 315, app/assets/stylesheets/pages/form.scss */
#new-form-page .validate.error {
  display: none;
  color: #ff1e1e !important;
  position: absolute;
  float: right;
  font-size: 25px;
  right: 8%;
  margin-top: -42px;
}

/* line 324, app/assets/stylesheets/pages/form.scss */
#new-form-page .img-saving {
  width: 65px;
}

/* line 327, app/assets/stylesheets/pages/form.scss */
#new-form-page .img-effortles {
  width: 65px;
}

/* line 330, app/assets/stylesheets/pages/form.scss */
#new-form-page .img-smily {
  width: 56px;
}

/* line 333, app/assets/stylesheets/pages/form.scss */
#new-form-page .bg-image {
  background-image: url(/assets/curve-02833d20b377961561d8e16e9a478c2443d9f96d6475a696e73bf3f8de1bdc61.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 160px;
  position: relative;
}

/* line 341, app/assets/stylesheets/pages/form.scss */
#new-form-page .bg-color {
  background: #27278e;
  background-size: cover;
  position: absolute;
}

/* line 346, app/assets/stylesheets/pages/form.scss */
#new-form-page .img-compny {
  width: 150px;
}

/* line 349, app/assets/stylesheets/pages/form.scss */
#new-form-page .onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 355, app/assets/stylesheets/pages/form.scss */
#new-form-page .onoffswitch-checkbox {
  display: block;
  opacity: 0;
  z-index: 2;
  position: absolute;
}

/* line 361, app/assets/stylesheets/pages/form.scss */
#new-form-page .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #0c2045;
  border-radius: 20px;
}

/* line 368, app/assets/stylesheets/pages/form.scss */
#new-form-page .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

/* line 374, app/assets/stylesheets/pages/form.scss */
#new-form-page .onoffswitch-inner:before, #new-form-page .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

/* line 387, app/assets/stylesheets/pages/form.scss */
#new-form-page .onoffswitch-inner:before {
  content: "Yes";
  padding-left: 0px;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  color: #FFFFFF;
}

/* line 393, app/assets/stylesheets/pages/form.scss */
#new-form-page .onoffswitch-inner:after {
  content: "No";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #0c2045;
  text-align: right;
}

/* line 400, app/assets/stylesheets/pages/form.scss */
#new-form-page .onoffswitch-switch {
  display: block;
  width: 22px;
  height: 22px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #0c2045;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

/* line 414, app/assets/stylesheets/pages/form.scss */
#new-form-page .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 417, app/assets/stylesheets/pages/form.scss */
#new-form-page .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* line 421, app/assets/stylesheets/pages/form.scss */
#new-form-page input:checked + .slider {
  background-color: #2196F3;
}

/* line 425, app/assets/stylesheets/pages/form.scss */
#new-form-page input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 429, app/assets/stylesheets/pages/form.scss */
#new-form-page input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* line 436, app/assets/stylesheets/pages/form.scss */
#new-form-page .slider.round {
  border-radius: 34px;
}

/* line 440, app/assets/stylesheets/pages/form.scss */
#new-form-page .slider.round:before {
  border-radius: 50%;
}

/* line 444, app/assets/stylesheets/pages/form.scss */
#new-form-page .opacity-0 {
  opacity: 0;
}

/* line 449, app/assets/stylesheets/pages/form.scss */
#new-form-page .input-fuel {
  background-color: white;
  width: 95%;
  height: 80%;
  border: 3px solid gray;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: gray;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
}

/* line 466, app/assets/stylesheets/pages/form.scss */
#new-form-page .input-fuel:hover {
  color: #303030;
  border: 3px solid #10b001;
}

/* line 470, app/assets/stylesheets/pages/form.scss */
#new-form-page input:checked ~ .input-fuel {
  color: #303030;
  background-color: white;
  border: 3px solid #10b001;
}

/* line 475, app/assets/stylesheets/pages/form.scss */
#new-form-page input:hover ~ .input-fuel {
  color: #303030;
  border: 3px solid #10b001;
  background-color: white;
}

/* line 480, app/assets/stylesheets/pages/form.scss */
#new-form-page input:hover ~ .input-fuel:after {
  content: none;
}

/* line 485, app/assets/stylesheets/pages/form.scss */
#new-form-page .input-payment {
  background-color: white;
  width: 94%;
  border: 3px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px !important;
  font-size: 20px !important;
  color: grey !important;
}

/* line 496, app/assets/stylesheets/pages/form.scss */
#new-form-page .input-payment::after {
  width: 0px !important;
  height: 0px !important;
  content: none !important;
}

/* line 501, app/assets/stylesheets/pages/form.scss */
#new-form-page .input-payment:hover {
  color: gray;
  border: 3px solid #10b001;
}

/* line 505, app/assets/stylesheets/pages/form.scss */
#new-form-page input:checked ~ .input-payment {
  color: grey;
  background-color: white;
  border: 3px solid #10b001;
}

/* line 510, app/assets/stylesheets/pages/form.scss */
#new-form-page input:hover ~ .input-payment {
  color: gray;
  border: 3px solid #10b001;
  background-color: white;
}

/* line 515, app/assets/stylesheets/pages/form.scss */
#new-form-page .input-pay-radio {
  height: 100%;
}

/* line 518, app/assets/stylesheets/pages/form.scss */
#new-form-page .input-div {
  width: 24%;
}

/* line 521, app/assets/stylesheets/pages/form.scss */
#new-form-page .input-div-fuel {
  width: 32%;
}

/* line 524, app/assets/stylesheets/pages/form.scss */
#new-form-page .cursor-p {
  cursor: pointer;
}

/* line 527, app/assets/stylesheets/pages/form.scss */
#new-form-page .top-89 {
  top: 89px !important;
}

@media only screen and (max-width: 1025px) {
  /* line 531, app/assets/stylesheets/pages/form.scss */
  #new-form-page .fs-md-21 {
    font-size: 28px !important;
  }
  /* line 535, app/assets/stylesheets/pages/form.scss */
  #new-form-page .arrow-img {
    position: absolute;
    top: 88px;
    right: 41px;
    width: 129px;
    transform: rotate(-31deg);
  }
}

@media only screen and (max-width: 769px) {
  /* line 544, app/assets/stylesheets/pages/form.scss */
  #new-form-page .fs-18 {
    font-size: 18px !important;
  }
  /* line 548, app/assets/stylesheets/pages/form.scss */
  #new-form-page .arrow-img {
    position: absolute;
    top: 135px;
    right: -30px;
    width: 105px;
    transform: rotate(-12deg);
  }
}

@media only screen and (max-width: 520px) {
  /* line 558, app/assets/stylesheets/pages/form.scss */
  #new-form-page .form-control {
    height: 60px !important;
  }
  /* line 561, app/assets/stylesheets/pages/form.scss */
  #new-form-page .fs-sm-24 {
    font-size: 24px;
  }
  /* line 564, app/assets/stylesheets/pages/form.scss */
  #new-form-page .pt-sm-6 {
    padding-top: 6rem;
  }
  /* line 567, app/assets/stylesheets/pages/form.scss */
  #new-form-page .fs-sm-13 {
    font-size: 13px !important;
  }
  /* line 570, app/assets/stylesheets/pages/form.scss */
  #new-form-page .input-div {
    width: 97%;
  }
  /* line 573, app/assets/stylesheets/pages/form.scss */
  #new-form-page .input-div-fuel {
    width: 97%;
  }
  /* line 576, app/assets/stylesheets/pages/form.scss */
  #new-form-page .back-btn {
    border-bottom-left-radius: 5px !important;
  }
  /* line 579, app/assets/stylesheets/pages/form.scss */
  #new-form-page .btn-back-last {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  /* line 583, app/assets/stylesheets/pages/form.scss */
  #new-form-page .btn-next {
    border-bottom-right-radius: 0px !important;
  }
  /* line 586, app/assets/stylesheets/pages/form.scss */
  #new-form-page .img-compny {
    width: 92px;
  }
  /* line 589, app/assets/stylesheets/pages/form.scss */
  #new-form-page .fs-sm-21 {
    font-size: 21px !important;
  }
  /* line 592, app/assets/stylesheets/pages/form.scss */
  #new-form-page .fs-sm-16 {
    font-size: 15px !important;
  }
  /* line 595, app/assets/stylesheets/pages/form.scss */
  #new-form-page .f-25 {
    font-size: 20px !important;
  }
  /* line 598, app/assets/stylesheets/pages/form.scss */
  #new-form-page .pink-circle {
    top: 40px;
  }
}

@media only screen and (max-width: 320px) {
  /* line 603, app/assets/stylesheets/pages/form.scss */
  #new-form-page .input-payment:after {
    width: 21px;
    height: 21px;
    content: "";
    left: 10%;
  }
  /* line 609, app/assets/stylesheets/pages/form.scss */
  #new-form-page .input-payment {
    width: 86%;
  }
}

@media only screen and (min-width: 1026px) {
  /* line 614, app/assets/stylesheets/pages/form.scss */
  #new-form-page .dob-select {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

/* line 1, app/assets/stylesheets/pages/home-form.scss */
#home-form-page {
  font-family: 'League Spartan', sans-serif !important;
  overflow-x: hidden;
  /* Rounded sliders */
  /* radio btn*/
}

/* line 4, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .bg-header {
  position: fixed;
}

/* line 7, app/assets/stylesheets/pages/home-form.scss */
#home-form-page ::placeholder {
  color: #aaaaaa !important;
  opacity: 1;
  /* Firefox */
}

/* line 12, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .font-popins {
  font-family: 'Poppins', sans-serif !important;
}

/* line 16, app/assets/stylesheets/pages/home-form.scss */
#home-form-page ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #aaaaaa !important;
}

/* line 20, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .form-button {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

/* line 24, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .bg-blue-950 {
  background-color: #172554 !important;
}

/* line 27, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .text-blue-950 {
  color: #172554 !important;
}

/* line 30, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .rounded-b-0 {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* line 34, app/assets/stylesheets/pages/home-form.scss */
#home-form-page header {
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
}

/* line 37, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .img-brand {
  width: 110px;
}

/* line 40, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .form-control {
  height: 70px !important;
  border-color: #c9cacc !important;
}

/* line 44, app/assets/stylesheets/pages/home-form.scss */
#home-form-page #home-page .form-div {
  box-shadow: none !important;
}

/* line 47, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .form-control:focus {
  outline: 0;
  box-shadow: none !important;
}

/* line 51, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .f-25 {
  font-size: 16px !important;
  font-weight: 900 !important;
}

/* line 55, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .icon-color {
  font-size: 47px;
  color: #5371e3;
}

/* line 59, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .progress {
  height: 10px !important;
}

/* line 62, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .disp-none {
  display: none;
}

/* line 65, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .bg-blue {
  background: #293789;
}

/* line 68, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .img-logo {
  width: 164px;
}

/* line 71, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .pt-md-9 {
  padding-top: 9rem;
}

/* line 74, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .pt-md-8 {
  padding-top: 8rem;
}

/* line 77, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .pt-md-16 {
  padding-top: 16rem !important;
}

/* line 80, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .pt-11 {
  padding-top: 11rem !important;
}

/* line 83, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .bg-blue-gradient {
  background-image: linear-gradient(to bottom, #27278e, #115);
}

/* line 86, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .bg-blue-gradient:after {
  content: '';
  background-color: #fff;
  width: 100%;
  left: 0;
  right: 0;
  height: 90px;
  margin-top: -8px;
  position: absolute;
  border-top-left-radius: 100% 130%;
  border-top-right-radius: 100% 130%;
}

/* line 98, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .pink-circle {
  height: 340px;
  width: 315px;
  position: absolute;
  right: -188px;
  top: 156px;
  z-index: 2;
  border-radius: 50%;
  background-color: #f5a;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 109, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .light-blue-circle {
  height: 436px;
  width: 478px;
  position: absolute;
  top: 266px;
  left: -268px;
  z-index: 2;
  border-radius: 50%;
  background-color: #253d98;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 120, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .form-div {
  border-radius: 0px;
  box-shadow: none;
}

/* line 124, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .z-index-6 {
  z-index: 6;
}

/* line 127, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .header-top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

/* line 133, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .back-btn {
  border: 0px;
  height: 60px !important;
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 20px arial !important;
  border-bottom-left-radius: 5px !important;
  color: #494848 !important;
  opacity: 0.7;
}

/* line 143, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .back-btn:hover {
  opacity: 1;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
}

/* line 148, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .btn {
  cursor: pointer !important;
}

/* line 151, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .btn-next {
  border: 0px;
  height: 60px !important;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 20px arial !important;
  border-bottom-right-radius: 5px !important;
  color: #494848 !important;
}

/* line 160, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .btn-next:hover {
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
}

/* line 163, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .btn-continue {
  border: 0px;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  height: 60px !important;
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 23px arial !important;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/* line 172, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .btn-continue:hover {
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
}

/* line 175, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .text-blue {
  color: #0c31ba !important;
}

/* line 178, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .arrow-img {
  position: absolute;
  top: 18px;
  right: -32px;
  width: 145px;
  transform: rotate(-23deg);
}

/* line 186, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .save-arrow-img {
  position: absolute;
  top: 18px;
  right: 55px;
  width: 145px;
  transform: rotate(-23deg);
}

/* line 194, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .in-progress:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 34%;
  left: 48%;
  border-radius: 100%;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.49);
  border-top-color: rgba(255, 255, 255, 0.8);
  -moz-animation: spin 0.6s linear 300;
  -webkit-animation: spin 0.6s linear 300;
  animation: spin 0.6s linear 300;
}

/* line 212, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .in-progress {
  pointer-events: none;
  opacity: 0.3;
}

/* line 217, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .tab.in-progress:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 25%;
  left: 45%;
  border-radius: 100%;
  box-sizing: border-box;
  margin-top: -12.5px;
  margin-left: -7.5px;
  width: 75px;
  height: 75px;
  border: 5px solid rgba(143, 141, 141, 0.15);
  border-top-color: rgba(122, 119, 119, 0.8);
  -moz-animation: spin 0.6s linear 300;
  -webkit-animation: spin 0.6s linear 300;
  animation: spin 0.6s linear 300;
}

/* line 237, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .tab.in-progress {
  pointer-events: none;
  opacity: 0.8;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 281, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .parsley-error-list {
  clear: both;
  display: flex;
  width: 100%;
  justify-content: center;
}

/* line 287, app/assets/stylesheets/pages/home-form.scss */
#home-form-page label.error {
  color: #ff1e1e;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
}

/* line 293, app/assets/stylesheets/pages/home-form.scss */
#home-form-page input.valid ~ .validate.success {
  display: inline-block;
}

/* line 296, app/assets/stylesheets/pages/home-form.scss */
#home-form-page input.valid ~ .validate.error {
  display: none;
}

/* line 299, app/assets/stylesheets/pages/home-form.scss */
#home-form-page input.error ~ .validate.error {
  display: inline-block;
}

/* line 302, app/assets/stylesheets/pages/home-form.scss */
#home-form-page input.error ~ .validate.success {
  display: none;
}

/* line 305, app/assets/stylesheets/pages/home-form.scss */
#home-form-page input.valid {
  border: 2px solid #0fb436 !important;
}

/* line 308, app/assets/stylesheets/pages/home-form.scss */
#home-form-page input.error {
  border: 2px solid #ff1e1e !important;
}

/* line 312, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .validate.success {
  display: none;
  color: #0fb436 !important;
  position: absolute;
  float: right;
  font-size: 25px;
  right: 8%;
  margin-top: -42px;
}

/* line 321, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .validate.error {
  display: none;
  color: #ff1e1e !important;
  position: absolute;
  float: right;
  font-size: 25px;
  right: 8%;
  margin-top: -42px;
}

/* line 330, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .img-saving {
  width: 65px;
}

/* line 333, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .img-effortles {
  width: 65px;
}

/* line 336, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .img-smily {
  width: 56px;
}

/* line 339, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .bg-image {
  background-image: url(/assets/curve-02833d20b377961561d8e16e9a478c2443d9f96d6475a696e73bf3f8de1bdc61.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 160px;
  position: relative;
}

/* line 347, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .bg-color {
  background: #27278e;
  background-size: cover;
  position: absolute;
}

/* line 352, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .img-compny {
  width: 150px;
}

/* line 355, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 361, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .onoffswitch-checkbox {
  display: block;
  opacity: 0;
  z-index: 2;
  position: absolute;
}

/* line 367, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #0c2045;
  border-radius: 20px;
}

/* line 374, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

/* line 380, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .onoffswitch-inner:before, #home-form-page .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

/* line 393, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .onoffswitch-inner:before {
  content: "Yes";
  padding-left: 0px;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  color: #FFFFFF;
}

/* line 399, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .onoffswitch-inner:after {
  content: "No";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #0c2045;
  text-align: right;
}

/* line 406, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .onoffswitch-switch {
  display: block;
  width: 22px;
  height: 22px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #0c2045;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

/* line 420, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 423, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* line 427, app/assets/stylesheets/pages/home-form.scss */
#home-form-page input:checked + .slider {
  background-color: #2196F3;
}

/* line 431, app/assets/stylesheets/pages/home-form.scss */
#home-form-page input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 435, app/assets/stylesheets/pages/home-form.scss */
#home-form-page input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* line 442, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .slider.round {
  border-radius: 34px;
}

/* line 446, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .slider.round:before {
  border-radius: 50%;
}

/* line 450, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .opacity-0 {
  opacity: 0;
}

/* line 455, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .input-fuel {
  background-color: white;
  width: 95%;
  height: 80%;
  border: 2px solid #b1b1b1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: gray;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
}

/* line 472, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .input-fuel:hover {
  color: #303030;
  background-color: transparent;
  border: 2px solid #10b001;
}

/* line 477, app/assets/stylesheets/pages/home-form.scss */
#home-form-page input:checked ~ .input-fuel {
  color: #303030;
  background-color: transparent;
  border: 2px solid #10b001;
}

/* line 482, app/assets/stylesheets/pages/home-form.scss */
#home-form-page input:hover ~ .input-fuel {
  color: #303030;
  border: 2px solid #10b001;
  background-color: transparent;
}

/* line 487, app/assets/stylesheets/pages/home-form.scss */
#home-form-page input:hover ~ .input-fuel:after {
  content: none;
}

/* line 492, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .input-payment {
  background-color: white;
  width: 94%;
  border: 2px solid #b1b1b1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px !important;
  font-size: 20px !important;
  color: grey !important;
}

/* line 503, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .input-payment::after {
  width: 0px !important;
  height: 0px !important;
  content: none !important;
}

/* line 508, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .input-payment:hover {
  color: gray;
  border: 2px solid #10b001;
}

/* line 512, app/assets/stylesheets/pages/home-form.scss */
#home-form-page input:checked ~ .input-payment {
  color: grey;
  background-color: transparent;
  border: 2px solid #10b001;
}

/* line 517, app/assets/stylesheets/pages/home-form.scss */
#home-form-page input:hover ~ .input-payment {
  color: gray;
  border: 2px solid #10b001;
  background-color: transparent;
}

/* line 522, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .input-pay-radio {
  height: 100%;
}

/* line 525, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .input-div {
  width: 24%;
}

/* line 528, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .input-div-fuel {
  width: 32%;
}

/* line 531, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .cursor-p {
  cursor: pointer;
}

/* line 534, app/assets/stylesheets/pages/home-form.scss */
#home-form-page .top-89 {
  top: 89px !important;
}

@media only screen and (max-width: 1025px) {
  /* line 538, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .fs-md-21 {
    font-size: 28px !important;
  }
  /* line 542, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .arrow-img {
    position: absolute;
    top: 88px;
    right: 41px;
    width: 129px;
    transform: rotate(-31deg);
  }
}

@media only screen and (max-width: 769px) {
  /* line 551, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .fs-18 {
    font-size: 18px !important;
  }
  /* line 555, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .arrow-img {
    position: absolute;
    top: 135px;
    right: -30px;
    width: 105px;
    transform: rotate(-12deg);
  }
}

@media only screen and (max-width: 520px) {
  /* line 565, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .form-control {
    height: 60px !important;
  }
  /* line 568, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .fs-sm-24 {
    font-size: 24px;
  }
  /* line 571, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .pt-sm-6 {
    padding-top: 6rem;
  }
  /* line 574, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .fs-sm-13 {
    font-size: 13px !important;
  }
  /* line 577, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .input-div {
    width: 97%;
  }
  /* line 580, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .input-div-fuel {
    width: 97%;
  }
  /* line 583, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .back-btn {
    border-bottom-left-radius: 5px !important;
  }
  /* line 586, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .btn-back-last {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  /* line 590, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .btn-next {
    border-bottom-right-radius: 0px !important;
  }
  /* line 593, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .img-compny {
    width: 92px;
  }
  /* line 596, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .fs-sm-21 {
    font-size: 21px !important;
  }
  /* line 599, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .fs-sm-16 {
    font-size: 15px !important;
  }
  /* line 602, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .f-25 {
    font-size: 20px !important;
  }
  /* line 605, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .pink-circle {
    top: 40px;
  }
}

@media only screen and (max-width: 320px) {
  /* line 610, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .input-payment:after {
    width: 21px;
    height: 21px;
    content: "";
    left: 10%;
  }
  /* line 616, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .input-payment {
    width: 86%;
  }
}

@media only screen and (min-width: 1026px) {
  /* line 621, app/assets/stylesheets/pages/home-form.scss */
  #home-form-page .dob-select {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

/* line 1, app/assets/stylesheets/pages/new_page.scss */
#new_page {
  font-family: 'League Spartan', sans-serif !important;
  margin: 0px;
  /*  */
}

/* line 2, app/assets/stylesheets/pages/new_page.scss */
#new_page p {
  margin: 0px !important;
}

/* line 7, app/assets/stylesheets/pages/new_page.scss */
#new_page .font-popins {
  font-family: 'Poppins', sans-serif !important;
}

/* line 11, app/assets/stylesheets/pages/new_page.scss */
#new_page .bg-header {
  background-image: url(/assets/header-7ac198462e823dcb30f937542f2c133fcd1e9b6692920e16c68a9a7f6f10b4ec.png);
  background-position: center;
  background-size: cover;
}

/* line 16, app/assets/stylesheets/pages/new_page.scss */
#new_page .bg-image-white {
  border-top-left-radius: 60px;
  border-top-right-radius: 90px;
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 60px;
}

/* line 22, app/assets/stylesheets/pages/new_page.scss */
#new_page .shadow-custom {
  box-shadow: 0px 0px 13px 10px #0000001a,0px 5px 36px 0px #0000001a;
}

/* line 25, app/assets/stylesheets/pages/new_page.scss */
#new_page .bg-logo {
  background-image: linear-gradient(to bottom, #11CADD, #0B87D9);
}

/* line 28, app/assets/stylesheets/pages/new_page.scss */
#new_page .clip-path {
  position: relative;
}

/* line 31, app/assets/stylesheets/pages/new_page.scss */
#new_page .clip-path::before {
  clip-path: polygon(100% 0, 100% 48%, 0 34%, 0 0);
  background-image: linear-gradient(to right, #11CADD, #0B87D9);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
}

@media (max-width: 540px) and (min-width: 0px) {
  /* line 41, app/assets/stylesheets/pages/new_page.scss */
  #new_page .bg-image-white {
    border-top-left-radius: 22px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 22px;
  }
  /* line 47, app/assets/stylesheets/pages/new_page.scss */
  #new_page .clip-path::before {
    clip-path: polygon(100% 0, 100% 33%, 0 25%, 0 0);
  }
}

/* line 1, app/assets/stylesheets/pages/energy-tariff.scss */
#energy-tariff {
  font-family: 'Montserrat', sans-serif !important;
}

/* line 3, app/assets/stylesheets/pages/energy-tariff.scss */
#energy-tariff .w-40 {
  width: 40px;
  height: 40px;
}

/* line 7, app/assets/stylesheets/pages/energy-tariff.scss */
#energy-tariff p {
  text-align: justify;
}

/* line 10, app/assets/stylesheets/pages/energy-tariff.scss */
#energy-tariff .font-weight-6 {
  font-weight: 600;
}

/* line 13, app/assets/stylesheets/pages/energy-tariff.scss */
#energy-tariff .bg-blue {
  background-color: #8289b7;
}

/* line 16, app/assets/stylesheets/pages/energy-tariff.scss */
#energy-tariff .pt-md-9 {
  padding-top: 9rem;
}

@media (max-width: 520px) {
  /* line 20, app/assets/stylesheets/pages/energy-tariff.scss */
  #energy-tariff .pt-sm-6 {
    padding-top: 6rem;
  }
  /* line 23, app/assets/stylesheets/pages/energy-tariff.scss */
  #energy-tariff .w-40 {
    width: 30px;
  }
  /* line 26, app/assets/stylesheets/pages/energy-tariff.scss */
  #energy-tariff .fs-28 {
    font-size: 20px;
  }
}

/* line 1, app/assets/stylesheets/pages/energy-meters-uk.scss */
#energyMetersUk {
  font-family: 'Montserrat', sans-serif !important;
}

/* line 3, app/assets/stylesheets/pages/energy-meters-uk.scss */
#energyMetersUk .bg-custom-blue {
  background-color: #8289b7;
}

/* line 6, app/assets/stylesheets/pages/energy-meters-uk.scss */
#energyMetersUk p {
  text-align: justify;
}

/* line 9, app/assets/stylesheets/pages/energy-meters-uk.scss */
#energyMetersUk .images-width {
  width: 400px;
}

/* line 12, app/assets/stylesheets/pages/energy-meters-uk.scss */
#energyMetersUk .w-200 {
  width: 200px;
}

/* line 15, app/assets/stylesheets/pages/energy-meters-uk.scss */
#energyMetersUk .iframe-height {
  height: 400px;
}

@media (min-width: 768px) {
  /* line 19, app/assets/stylesheets/pages/energy-meters-uk.scss */
  #energyMetersUk .pt-md-7 {
    padding-top: 7rem;
  }
}

@media (max-width: 575px) {
  /* line 24, app/assets/stylesheets/pages/energy-meters-uk.scss */
  #energyMetersUk .pt-sm-6 {
    padding-top: 6rem;
  }
  /* line 27, app/assets/stylesheets/pages/energy-meters-uk.scss */
  #energyMetersUk .fs-28 {
    font-size: 20px;
  }
  /* line 30, app/assets/stylesheets/pages/energy-meters-uk.scss */
  #energyMetersUk .fs-24 {
    font-size: 18px;
  }
  /* line 33, app/assets/stylesheets/pages/energy-meters-uk.scss */
  #energyMetersUk .fs-37 {
    font-size: 28px;
  }
  /* line 36, app/assets/stylesheets/pages/energy-meters-uk.scss */
  #energyMetersUk .iframe-height {
    height: auto;
  }
}

@media (max-width: 520px) {
  /* line 41, app/assets/stylesheets/pages/energy-meters-uk.scss */
  #energyMetersUk .images-width {
    width: 200px;
  }
  /* line 44, app/assets/stylesheets/pages/energy-meters-uk.scss */
  #energyMetersUk .w-200 {
    width: 100px;
  }
  /* line 47, app/assets/stylesheets/pages/energy-meters-uk.scss */
  #energyMetersUk .fs-37 {
    font-size: 22px;
  }
  /* line 50, app/assets/stylesheets/pages/energy-meters-uk.scss */
  #energyMetersUk .fs-28 {
    font-size: 18px;
  }
  /* line 53, app/assets/stylesheets/pages/energy-meters-uk.scss */
  #energyMetersUk .fs-24 {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  /* line 58, app/assets/stylesheets/pages/energy-meters-uk.scss */
  #energyMetersUk .fs-37 {
    font-size: 18px;
  }
  /* line 61, app/assets/stylesheets/pages/energy-meters-uk.scss */
  #energyMetersUk .fs-28 {
    font-size: 16px;
  }
  /* line 64, app/assets/stylesheets/pages/energy-meters-uk.scss */
  #energyMetersUk .fs-24 {
    font-size: 14px;
  }
}

/* line 1, app/assets/stylesheets/pages/long-form.scss */
#long-form {
  font-family: 'Be Vietnam',  sans-serif !important;
}

/* line 4, app/assets/stylesheets/pages/long-form.scss */
#long-form p {
  text-align: justify;
}

/* line 8, app/assets/stylesheets/pages/long-form.scss */
#long-form .bg-custom-light {
  background-color: #eaf3fc !important;
}

/* line 12, app/assets/stylesheets/pages/long-form.scss */
#long-form .onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 18, app/assets/stylesheets/pages/long-form.scss */
#long-form .onoffswitch-checkbox {
  display: block;
  opacity: 0;
  z-index: 2;
  position: absolute;
}

/* line 24, app/assets/stylesheets/pages/long-form.scss */
#long-form .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #fd9c47;
  border-radius: 20px;
}

/* line 31, app/assets/stylesheets/pages/long-form.scss */
#long-form .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

/* line 37, app/assets/stylesheets/pages/long-form.scss */
#long-form .onoffswitch-inner:before, #long-form .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

/* line 50, app/assets/stylesheets/pages/long-form.scss */
#long-form .onoffswitch-inner:before {
  content: "Yes";
  padding-left: 0px;
  background-color: #ee561a;
  color: #FFFFFF;
}

/* line 56, app/assets/stylesheets/pages/long-form.scss */
#long-form .onoffswitch-inner:after {
  content: "No";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #0c2045;
  text-align: right;
}

/* line 63, app/assets/stylesheets/pages/long-form.scss */
#long-form .onoffswitch-switch {
  display: block;
  width: 22px;
  height: 22px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #fd9c47;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

/* line 77, app/assets/stylesheets/pages/long-form.scss */
#long-form .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 80, app/assets/stylesheets/pages/long-form.scss */
#long-form .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* line 84, app/assets/stylesheets/pages/long-form.scss */
#long-form input:checked + .slider {
  background-color: #2196F3;
}

/* line 88, app/assets/stylesheets/pages/long-form.scss */
#long-form input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

/* line 92, app/assets/stylesheets/pages/long-form.scss */
#long-form input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* line 99, app/assets/stylesheets/pages/long-form.scss */
#long-form .form-control {
  height: 60px !important;
  border-color: #cdd1d5 !important;
  width: 83% !important;
  left: 8%;
}

/* line 105, app/assets/stylesheets/pages/long-form.scss */
#long-form #last-div {
  position: relative;
}

/* line 107, app/assets/stylesheets/pages/long-form.scss */
#long-form #last-div .form-control {
  height: 60px !important;
  border-color: #cdd1d5 !important;
  width: 100% !important;
}

/* line 112, app/assets/stylesheets/pages/long-form.scss */
#long-form #last-div .top-text {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 80%;
  transform: translate(-50%);
}

/* line 119, app/assets/stylesheets/pages/long-form.scss */
#long-form #last-div .fs-22 {
  font-size: 22px;
}

/* line 123, app/assets/stylesheets/pages/long-form.scss */
#long-form #last-div .parsley-error-list {
  clear: both;
  display: block;
  width: 100%;
}

/* line 129, app/assets/stylesheets/pages/long-form.scss */
#long-form #last-div label.error {
  color: red;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
}

/* line 136, app/assets/stylesheets/pages/long-form.scss */
#long-form #last-div input.valid ~ .validate.success {
  display: inline-block;
}

/* line 140, app/assets/stylesheets/pages/long-form.scss */
#long-form #last-div input.valid ~ .validate.error {
  display: none;
}

/* line 144, app/assets/stylesheets/pages/long-form.scss */
#long-form #last-div input.error ~ .validate.error {
  display: inline-block;
}

/* line 148, app/assets/stylesheets/pages/long-form.scss */
#long-form #last-div input.error ~ .validate.success {
  display: none;
}

/* line 152, app/assets/stylesheets/pages/long-form.scss */
#long-form #last-div input.valid {
  border: 2px solid #28a745 !important;
}

/* line 156, app/assets/stylesheets/pages/long-form.scss */
#long-form #last-div input.error {
  border: 2px solid red !important;
}

/* line 161, app/assets/stylesheets/pages/long-form.scss */
#long-form #last-div .validate {
  display: none;
  position: absolute;
  font-size: 25px;
  top: 64px;
  right: 6px;
}

/* line 168, app/assets/stylesheets/pages/long-form.scss */
#long-form #last-div .validate.success {
  color: #28a745 !important;
}

/* line 172, app/assets/stylesheets/pages/long-form.scss */
#long-form #last-div .validate.error {
  color: red !important;
}

@media only screen and (max-width: 520px) {
  /* line 178, app/assets/stylesheets/pages/long-form.scss */
  #long-form #last-div .validate {
    top: 68px;
    right: 6px;
  }
  /* line 182, app/assets/stylesheets/pages/long-form.scss */
  #long-form #last-div .validate.success {
    color: #28a745 !important;
  }
  /* line 186, app/assets/stylesheets/pages/long-form.scss */
  #long-form #last-div .validate.error {
    color: red !important;
  }
}

/* line 194, app/assets/stylesheets/pages/long-form.scss */
#long-form .f-25 {
  font-size: 16px !important;
  font-weight: 900 !important;
}

/* line 199, app/assets/stylesheets/pages/long-form.scss */
#long-form .progress {
  height: 10px !important;
}

/* line 203, app/assets/stylesheets/pages/long-form.scss */
#long-form .disp-none {
  display: none;
}

/* line 207, app/assets/stylesheets/pages/long-form.scss */
#long-form .front-line {
  height: 60px !important;
  border-radius: 6px !important;
  width: 100% !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 223, app/assets/stylesheets/pages/long-form.scss */
#long-form .header-top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

/* line 230, app/assets/stylesheets/pages/long-form.scss */
#long-form .back-btn {
  border: 0px;
  height: 60px !important;
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 20px arial !important;
  border-bottom-left-radius: 5px !important;
  color: white !important;
  opacity: 0.7;
}

/* line 241, app/assets/stylesheets/pages/long-form.scss */
#long-form .back-btn:hover {
  opacity: 1;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
}

/* line 246, app/assets/stylesheets/pages/long-form.scss */
#long-form .btn {
  cursor: pointer !important;
}

/* line 250, app/assets/stylesheets/pages/long-form.scss */
#long-form .btn-next {
  border: 0px;
  height: 60px !important;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 20px arial !important;
  border-bottom-right-radius: 5px !important;
  color: white !important;
}

/* line 260, app/assets/stylesheets/pages/long-form.scss */
#long-form .btn-next:hover {
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
}

/* line 264, app/assets/stylesheets/pages/long-form.scss */
#long-form .btn-continue {
  border: 0px;
  background-image: linear-gradient(to left, #ee551a, #ff8a22);
  height: 60px !important;
  text-shadow: #803c00 1px 1px 1px !important;
  font: 700 23px arial !important;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/* line 274, app/assets/stylesheets/pages/long-form.scss */
#long-form .btn-continue:hover {
  background-image: linear-gradient(to right, #ee551a, #ff8a22);
}

/* line 278, app/assets/stylesheets/pages/long-form.scss */
#long-form .tab.in-progress:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 25%;
  left: 45%;
  border-radius: 100%;
  box-sizing: border-box;
  margin-top: -12.5px;
  margin-left: -7.5px;
  width: 75px;
  height: 75px;
  border: 5px solid rgba(143, 141, 141, 0.15);
  border-top-color: rgba(122, 119, 119, 0.8);
  -moz-animation: spin 0.6s linear 300;
  -webkit-animation: spin 0.6s linear 300;
  animation: spin 0.6s linear 300;
}

/* line 298, app/assets/stylesheets/pages/long-form.scss */
#long-form .tab.in-progress {
  pointer-events: none;
  opacity: 0.8;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 343, app/assets/stylesheets/pages/long-form.scss */
#long-form .parsley-error-list {
  clear: both;
  display: block;
  width: 100%;
}

/* line 349, app/assets/stylesheets/pages/long-form.scss */
#long-form label.error {
  color: red;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
}

/* line 356, app/assets/stylesheets/pages/long-form.scss */
#long-form input.valid ~ .validate.success {
  display: inline-block;
}

/* line 360, app/assets/stylesheets/pages/long-form.scss */
#long-form input.valid ~ .validate.error {
  display: none;
}

/* line 364, app/assets/stylesheets/pages/long-form.scss */
#long-form input.error ~ .validate.error {
  display: inline-block;
}

/* line 368, app/assets/stylesheets/pages/long-form.scss */
#long-form input.error ~ .validate.success {
  display: none;
}

/* line 372, app/assets/stylesheets/pages/long-form.scss */
#long-form input.valid {
  border: 2px solid #28a745 !important;
}

/* line 376, app/assets/stylesheets/pages/long-form.scss */
#long-form input.error {
  border: 2px solid red !important;
}

/* line 381, app/assets/stylesheets/pages/long-form.scss */
#long-form .validate {
  display: none;
  position: absolute;
  font-size: 25px;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 389, app/assets/stylesheets/pages/long-form.scss */
#long-form .validate.success {
  color: #28a745 !important;
}

/* line 393, app/assets/stylesheets/pages/long-form.scss */
#long-form .validate.error {
  color: red !important;
}

/* line 398, app/assets/stylesheets/pages/long-form.scss */
#long-form .img-compny {
  width: 140px;
}

/* line 402, app/assets/stylesheets/pages/long-form.scss */
#long-form input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* line 408, app/assets/stylesheets/pages/long-form.scss */
#long-form .opacity-0 {
  opacity: 0;
}

/* line 412, app/assets/stylesheets/pages/long-form.scss */
#long-form .input-payment {
  background-color: white;
  width: 90%;
  border: 1px solid #f49029;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px !important;
  height: 57px;
}

/* line 423, app/assets/stylesheets/pages/long-form.scss */
#long-form .input-payment:hover {
  color: white;
  border: 1px solid #344eb0;
}

/* line 428, app/assets/stylesheets/pages/long-form.scss */
#long-form input:checked ~ .input-payment {
  color: white;
  background-color: #344eb0;
}

/* line 433, app/assets/stylesheets/pages/long-form.scss */
#long-form input:hover ~ .input-payment {
  border: 1px solid #344eb0;
  color: white;
  background-color: #344fb0a1;
}

/* line 439, app/assets/stylesheets/pages/long-form.scss */
#long-form .input-div {
  width: 31%;
}

/* line 443, app/assets/stylesheets/pages/long-form.scss */
#long-form .cursor-p {
  cursor: pointer;
}

@media only screen and (max-width: 520px) {
  /* line 449, app/assets/stylesheets/pages/long-form.scss */
  #long-form .back-btn {
    border-bottom-left-radius: 5px !important;
  }
  /* line 452, app/assets/stylesheets/pages/long-form.scss */
  #long-form .btn-next {
    border-bottom-right-radius: 0px !important;
  }
  /* line 455, app/assets/stylesheets/pages/long-form.scss */
  #long-form .img-compny {
    width: 92px;
  }
  /* line 458, app/assets/stylesheets/pages/long-form.scss */
  #long-form .f-25 {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 320px) {
  /* line 464, app/assets/stylesheets/pages/long-form.scss */
  #long-form .input-payment {
    width: 95%;
  }
}

/* line 1, app/assets/stylesheets/pages/cookies_pop_up.scss */
.btn-no {
  top: 0 !important;
  font-size: 12px !important;
  right: 0 !important;
  transform: translate(0%, -50%) !important;
  color: #111 !important;
  cursor: pointer !important;
  font-family: 'Museo Sans 900' !important;
  background: #357dff !important;
}

/* line 11, app/assets/stylesheets/pages/cookies_pop_up.scss */
.btn-no:hover {
  background: #000;
  color: #fff !important;
}

/* line 15, app/assets/stylesheets/pages/cookies_pop_up.scss */
.btn-accept {
  padding: 10px 0 !important;
  border-radius: 10px !important;
  background: #ffc135 url(/assets/arrow-4c082b07991875c79d966220f8d52fbae9ac9ebe62bb0055f68cb413fa7eed48.png) right 32px center no-repeat !important;
  text-align: center !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  border: none !important;
  width: auto !important;
  display: inline-block !important;
  color: #111 !important;
  cursor: pointer !important;
  font-family: 'Museo Sans 900' !important;
}

/* line 29, app/assets/stylesheets/pages/cookies_pop_up.scss */
.btn-accept:hover {
  background: #000 url(/assets/arrow-4c082b07991875c79d966220f8d52fbae9ac9ebe62bb0055f68cb413fa7eed48.png) right 32px center no-repeat;
  color: #fff !important;
}

/* line 33, app/assets/stylesheets/pages/cookies_pop_up.scss */
.cookie-consent {
  z-index: 1000 !important;
  bottom: 10px !important;
  left: 0 !important;
  transform: translateX(5%) !important;
}

@media screen and (max-width: 525px) {
  /* line 33, app/assets/stylesheets/pages/cookies_pop_up.scss */
  .cookie-consent {
    left: 50%;
    transform: translateX(-50%);
  }
}
