@import url("https://fonts.googleapis.com/css?family=Markazi+Text|Raleway");
.option {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color: #4566f1;
  margin: 1em 0.5em;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  display: flex;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #4566f1;
  align-items: center;
  justify-content: center;
  text-transform: capitalize !important;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-flex;
  box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.6); }

label {
  font-size: 21px !important;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  justify-content: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  width: 100% !important;
  margin: auto;
  padding-left: 1em !important;
  padding-right: 1em !important; }

#step1 {
  width: 94%;
  margin: auto; }

.option1 {
  width: 10.3em !important;
  height: 10.3em !important;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  color: #4566f1;
  margin: 1em 1em;
  border: 2px solid #4566f1;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  display: flex;
  display: -webkit-flex;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.6); }

#step2 {
  width: 100%;
  margin: auto; }

#mainform_F_12_PHONE1 {
  width: 41% !important; }

#mainform_F_1_EMAIL {
  width: 40% !important; }

input[type="radio" i] {
  background-color: initial;
  cursor: pointer;
  appearance: none !important;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px; }

.options {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  width: 100%; }

#highlight {
  position: relative;
  display: inline-block;
  color: #575858;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  font-family: 'Poppins', sans-serif;
  width: 100% !important;
  padding: 0.2em !important; }

#highlight:hover {
  background: #4566f1;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #9e9e9e, 0 0 25px #9E9E9E, 0 0 50px #9E9E9E, 0 0 100px #9e9e9e; }

#highlight span {
  position: absolute;
  display: block; }

.form a {
  position: relative;
  display: inline-block;
  color: #575858;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 4px; }

.form1 a {
  position: relative;
  display: inline-block;
  color: #575858;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 4px; }

.text-left {
  font-size: 1.1em !important; }

a {
  text-decoration: none;
  color: #fff; }

.active {
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.6);
  border: 2px solid #4566f1; }

.mbdropdown {
  display: block;
  width: 100%;
  height: calc(1.25em + 1.5rem + 1.75px);
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6d7880;
  background-color: #f8fcff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.form a:hover {
  background: #FFEB3B;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #9e9e9e, 0 0 25px #9E9E9E, 0 0 50px #9E9E9E, 0 0 100px #9e9e9e; }

.form a span {
  position: absolute;
  display: block; }

.form a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #04ff23);
  animation: btn-anim1 1s linear infinite; }

@keyframes btn-anim1 {
  0% {
    left: -100%; }
  50%, 100% {
    left: 100%; } }

.form a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #04ff23);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s; }

@keyframes btn-anim2 {
  0% {
    top: -100%; }
  50%, 100% {
    top: 100%; } }

.form a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #04ff23);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s; }

@keyframes btn-anim3 {
  0% {
    right: -100%; }
  50%, 100% {
    right: 100%; } }

.form a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #04ff23);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s; }

@keyframes btn-anim4 {
  0% {
    bottom: -100%; }
  50%, 100% {
    bottom: 100%; } }

@keyframes first {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    z-index: 1; }
  99.99% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
    z-index: 1; }
  100% {
    opacity: 0;
    z-index: 0; } }

@keyframes rest {
  0.01% {
    opacity: 0;
    z-index: 0; }
  0.011% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
    z-index: 1; }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1; } }

.form1 a:hover {
  background: #FFEB3B;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #9e9e9e, 0 0 25px #9E9E9E, 0 0 50px #9E9E9E, 0 0 100px #9e9e9e; }

.form1 a span {
  position: absolute;
  display: block; }

.form1 a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #04ff23);
  animation: btn-anim1 1s linear infinite; }

@keyframes btn-anim1 {
  0% {
    left: -100%; }
  50%, 100% {
    left: 100%; } }

.form1 a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #04ff23);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s; }

@keyframes btn-anim2 {
  0% {
    top: -100%; }
  50%, 100% {
    top: 100%; } }

.form1 a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #04ff23);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s; }

@keyframes btn-anim3 {
  0% {
    right: -100%; }
  50%, 100% {
    right: 100%; } }

.form1 a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #04ff23);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s; }

@keyframes btn-anim4 {
  0% {
    bottom: -100%; }
  50%, 100% {
    bottom: 100%; } }

@keyframes first {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    z-index: 1; }
  99.99% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
    z-index: 1; }
  100% {
    opacity: 0;
    z-index: 0; } }

@keyframes rest {
  0.01% {
    opacity: 0;
    z-index: 0; }
  0.011% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
    z-index: 1; }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1; } }

.f-row {
  background-image: repeating-radial-gradient(circle, #3F51B5 -171px, #3F51B5 92px, #4e67d4 55px, #4566f1 206px, #3F51B5 162px, #3F51B5 189px);
  height: 40em;
  text-align: center; }

.f-row1 {
  background-image: repeating-radial-gradient(circle, #3F51B5 -171px, #3F51B5 92px, #4e67d4 55px, #4566f1 206px, #3F51B5 162px, #3F51B5 189px);
  height: 48em;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em; }

p {
  padding: 0px !important;
  margin: 0px !important; }

.title {
  color: #fff; }

.green {
  color: #fdd615; }

.sub-title {
  color: #FFF; }

.form {
  color: #333;
  display: flex;
  width: 36em;
  position: relative;
  background: #fff;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  border: 0px;
  padding: 15px 10px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  margin: 0px auto 20px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.35);
  margin-top: 5em;
  justify-content: center; }

.form1 {
  color: #333;
  display: flex;
  width: 36em;
  position: relative;
  background: #fff;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  border: 0px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  margin: 0px auto 20px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.35);
  margin-top: -3em;
  justify-content: center; }

fieldset {
  padding-block-start: 0.5em;
  padding-inline-start: 0.5em;
  padding-inline-end: 0.7em;
  padding-block-end: 0.5em;
  margin-inline-start: 0px;
  margin-inline-end: 2px;
  width: 100%;
  height: 100%; }

.input {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1em; }

fieldset {
  border: none !important; }

.form-title {
  font-weight: bold;
  color: #000;
  font-size: 17px;
  font-family: 'Poppins', sans-serif; }

.info-box {
  width: 85%;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #000;
  background: #fff;
  padding: 10px 30px 10px 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

.alert-box {
  position: absolute;
  top: -10px;
  right: -10px; }

.alert {
  width: 30px; }

.ans-1 {
  display: flex; }

.btn-appliances {
  width: 7em !important;
  height: 7em !important;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  color: #4566f1;
  margin: 0px auto;
  border-radius: 5px;
  padding: 13px 10px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #fdd615;
  border: 2px solid #4566f1; }

.btn-appliances:hover {
  background-color: #fff; }

.btn-appliances1 {
  width: 7em !important;
  height: 7em !important;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  color: #4566f1;
  margin: 0px auto;
  border-radius: 5px;
  padding: 13px 10px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #fdd615;
  border: 2px solid #4566f1; }

.color-appliances {
  background: #4566f1; }

.btn-appliances1:hover {
  background-color: #fff; }

.div-box-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important; }

.box-btn {
  margin: 10px; }

.f-button {
  width: 285px;
  cursor: pointer;
  height: 99px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin: 0px auto;
  border-radius: 5px;
  padding: 13px 10px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  display: block;
  background: linear-gradient(to bottom, #04ff23, #0abb20);
  background-color: #04ff23;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.25); }

.spacer {
  min-width: 20px; }

.ft-row {
  background: radial-gradient(ellipse at center, #6f80ec 0%, #273581 100%);
  height: 17em; }

.s-row {
  background-color: #fff !important;
  min-height: 6em;
  padding-top: 1em;
  overflow: hidden !important; }

.brands {
  display: block !important;
  background-color: #fff !important;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  white-space: nowrap;
  -ms-overflow-style: none; }

.brands -webkit-scrollbar {
  display: none; }

.brands a img {
  display: inline-block;
  margin: 10px 20px;
  vertical-align: middle;
  height: 3em; }

.brands:hover .brands-image-carousel {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.brands-image-carousel-first {
  z-index: 1;
  -webkit-animation: first 15s 1 linear forwards;
  animation: first 15s 1 linear forwards; }

.brands-image-carousel-second {
  margin-top: -4em; }

.brands-image-carousel-third {
  margin-top: -4em; }

.brands-image-carousel-second,
.brands-image-carousel-third {
  -webkit-animation: rest 30s infinite linear;
  animation: rest 30s infinite linear; }

.brands-image-carousel-third {
  -webkit-animation-delay: 15s;
  animation-delay: 15; }

.brands-image-carousel {
  float: left;
  padding: 0;
  opacity: 0;
  z-index: 0;
  display: inline-block; }

.progress-bar-section {
  margin-left: auto;
  margin-right: auto;
  width: 35% !important;
  border-radius: 10px; }

.progress-bar-section .progress {
  margin-bottom: 0;
  box-shadow: inset 0 1px 2px rgba(40, 30, 3, 0.72);
  -webkit-box-shadow: inset 0 43px 2px white;
  border-radius: 10px;
  -webkit-border-radius: 10px; }

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1.3em;
  overflow: hidden;
  font-size: 1.75rem;
  border-radius: .25rem;
  font-weight: bold;
  color: blue;
  display: -webkit-flex; }

.progress-bar-section .progress .progress-bar {
  height: 35px;
  background-color: #04ff23;
  background-image: linear-gradient(to bottom, #04ff23, #59ad48);
  display: -webkit-flex; }

.progress-bar-section {
  height: 36px;
  background-color: #fff; }

.text-dark {
  color: #333;
  z-index: 10;
  position: absolute; }

.progressval {
  color: #333;
  font-size: 1.75rem;
  z-index: 10;
  position: absolute; }

.grid-row3 {
  width: 100%;
  margin-top: 1em;
  text-align: center; }

#div-f {
  display: block !important; }

#div-f1 {
  display: inline-block;
  width: 33%;
  position: relative;
  top: -2em; }

#li-f {
  text-align: left; }

#div-f2 {
  background-color: transparent;
  margin: auto;
  display: inline-block;
  width: 33%;
  margin-right: 100px; }

.lbl {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1em !important;
  font-weight: bold; }

.footer {
  background-image: radial-gradient(farthest-side at 50% 50%, #4b75f5, #3F51B5);
  height: 13em;
  overflow: hidden; }

.form-control {
  display: inline-block;
  width: 62%;
  min-height: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #6d7880;
  background-color: #f8fcff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 6px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 45px;
  box-sizing: content-box; }

.form-control1 {
  display: inline-block;
  width: 68%;
  min-height: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #6d7880;
  background-color: #f8fcff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 6px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 45px; }

.form-control2 {
  display: inline-block;
  width: 48%;
  min-height: 30px;
  font-size: 16px;
  font-weight: 400;
  box-sizing: content-box;
  color: #6d7880;
  background-color: #f8fcff;
  height: 45px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.mbbutton {
  display: inline-block;
  font-weight: 400;
  color: #04ff23;
  width: 27%;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 2px solid #04ff23;
  box-sizing: content-box;
  font-size: 16px;
  margin: 0;
  border-radius: 6px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.customBackBtn {
  border: 2px solid #04ff23;
  color: #04ff23;
  background-color: #fff; }

.brand {
  height: 3.5em; }

.p-footer {
  text-align: left;
  padding: 0px 15px;
  font-size: 14px;
  color: #fff;
  font-family: 'Cabin', sans-serif;
  word-break: keep-all; }

#privacy {
  font-size: 14px;
  color: #fff;
  padding: 0em !important;
  margin: 0em !important; }

.title {
  font-size: 3em; }

.sub-title {
  font-size: 2em; }

ul {
  padding: 0em !important;
  margin: 0em !important; }

.footer-logo {
  width: 20em; }

@media (max-width: 769px) {
  .form {
    width: 18em !important;
    margin-top: 1em !important;
    top: 2em !important; }
  #highlight {
    padding: 0em !important; }
  label {
    font-size: 13px !important; }
  #mainform {
    width: 22em; }
  .lbl {
    font-size: 0.7em !important; }
  .form-control2 {
    width: 100% !important;
    min-height: 0px !important; }
  .progressval {
    color: #333;
    font-size: 12px;
    z-index: 10;
    position: absolute; }
  .text-dark {
    color: #333;
    z-index: 10;
    position: absolute;
    margin: 11px auto !important;
    font-size: 12px !important;
    display: inline-block !important; }
  #mainform_F_12_PHONE1 {
    width: 31% !important; }
  #mainform_F_1_EMAIL {
    width: 31% !important; }
  .info-box {
    font-size: 0.6em !important; }
  .form1 {
    color: #333;
    display: flex;
    width: 19.45em;
    position: relative;
    background: #fff;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    border: 0px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
    margin: 0px auto 20px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.35);
    margin-top: -3em;
    justify-content: center; }
  .brand {
    height: 1.7em; }
  .f-row {
    background-image: repeating-radial-gradient(circle, #3F51B5 24px, #3F51B5 108px, #4e67d4 65px, #4566f1 165px, #3F51B5 103px, #3F51B5 -66px) !important;
    height: 33em; }
  .f-row1 {
    background-image: repeating-radial-gradient(circle, #3F51B5 24px, #3F51B5 108px, #4e67d4 65px, #4566f1 165px, #3F51B5 103px, #3F51B5 -66px) !important;
    height: 37.5em; }
  .s-row {
    min-height: 6em !important;
    height: 13% !important;
    overflow: hidden !important; }
  .box-btn {
    margin: 0.3em !important; }
  .mbbutton {
    padding: 0px !important; }
  .btn-appliances {
    width: 5em !important;
    height: 5em !important;
    font-size: 0.7em !important;
    font-weight: 600 !important; }
  .btn-appliances1 {
    width: 5em !important;
    height: 5em !important;
    font-size: 0.7em !important;
    font-weight: 600 !important; }
  .p-footer {
    text-align: center !important;
    padding: 0px 15px;
    font-size: 0.6em;
    color: #fff;
    font-family: 'Cabin', sans-serif;
    word-break: keep-all; }
  #privacy {
    font-size: 10px;
    color: #fff;
    padding: 0em !important;
    margin: 0em !important;
    text-align: center !important; }
  .title {
    font-size: 1.8em !important;
    margin: 0px; }
  .sub-title {
    font-size: 1.4em !important; }
  .normal {
    font-size: 1em !important;
    text-transform: capitalize;
    color: #fdd615; }
  #div-f1 {
    display: inline-block;
    width: 40% !important;
    position: relative; }
  #div-f2 {
    margin-right: 0em !important;
    width: 40% !important; }
  .form-title {
    font-weight: bold;
    color: #000;
    font-size: 0.8em !important; }
  .f-button {
    width: 10em !important;
    height: 3em !important;
    margin-bottom: 0.5em; }
  .input {
    margin-top: 0.5em !important; }
  .footer {
    height: 31% !important; }
  .footer-logo {
    width: 14em !important; }
  .option {
    font-size: 9.5px !important; }
  .form-control1 {
    width: 71% !important;
    padding: 0px !important;
    line-height: 0px !important;
    min-height: 0px !important; }
  .bod {
    top: -21em !important; } }

@media (min-width: 770px) {
  .footer {
    height: 14em !important;
    min-height: 30% !important; }
  .form {
    width: 33em !important;
    margin-top: 1em !important; }
  .lbl {
    font-size: 1.1em !important;
    margin-bottom: 1em !important; }
  .brand {
    height: 3em !important; }
  .box-btn {
    margin: 0.3em !important; }
  .btn-appliances {
    width: 7em !important;
    height: 7em !important;
    font-size: 14px !important;
    font-weight: 600 !important; }
  .btn-appliances1 {
    width: 7em !important;
    height: 7em !important;
    font-size: 14px !important;
    font-weight: 600 !important; }
  .p-footer {
    font-size: 1em !important; }
  #privacy {
    font-size: 1em !important; }
  .title {
    font-size: 2.5em !important;
    margin: 0px; }
  .sub-title {
    font-size: 1.8em; }
  .normal {
    font-size: 1em !important;
    color: #fdd615; }
  #div-f1 {
    display: inline-block;
    width: 33%;
    position: relative;
    top: -2.5em !important; }
  #div-f2 {
    margin-right: 0em !important; }
  .form-title {
    font-weight: bold;
    color: #000;
    font-size: 17px;
    font-family: 'Poppins', sans-serif; }
  .f-button {
    width: 10em;
    height: 4em;
    margin: 1.2em auto; }
  .footer-logo {
    width: 15em !important; }
  .s-row {
    height: 8% !important;
    overflow: hidden !important;
    margin-top: -7em !important; } }

button {
  border: 1px solid transparent;
  outline: none; }

button:focus {
  border: 1px solid transparent;
  outline: none; }

button:hover {
  border: 1px solid transparent; }

#middle {
  width: 33%; }

#div-button5 {
  display: none;
  width: 100%;
  justify-content: center;
  position: relative;
  top: 31em;
  height: 10em; }

#p-info {
  line-height: 150%;
  text-align: center;
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  color: #000;
  word-break: keep-all;
  padding: 0px 15px; }

#warranty {
  text-align: center;
  padding: 0px 15px;
  font-size: 14px;
  color: #000; }

.div-perspective {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0em; }

html {
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  font-family: 'Poppins', sans-serif;
  margin: 0; }

#section-benefits {
  display: block;
  position: absolute;
  width: 100%;
  top: 1em;
  left: 15em;
  text-align: left; }

.section {
  overflow: hidden; }

.section1 {
  overflow: hidden;
  height: 43em; }

button .div_appliances {
  border-radius: 0px;
  border: 0px solid transparent; }

button {
  border-color: transparent; }

label {
  font-size: 1.4em;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  padding: 0px;
  margin: auto; }

.div_1, .div_2 {
  margin-top: 50px; }

.grid-row5 {
  display: none !important; }

.div_0 {
  color: #000;
  font-weight: 800;
  font-family: 'Montserrat',sans-serif;
  display: flex;
  flex-wrap: wrap; }

.brand-logo img {
  width: 30em !important; }

.div_0 > div {
  flex: 1; }

.div_1 {
  text-align: left;
  left: 20px;
  padding: 10px 0px; }

.li-style {
  display: flex !important;
  margin-top: 1.5em !important;
  margin-right: 2em !important; }

.div_wizard {
  z-index: 2;
  display: block; }

.div_appliances {
  background-color: transparent;
  border-radius: 12px;
  z-index: 1;
  position: relative;
  text-align: center;
  display: flex;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 30px;
  margin-bottom: 30px;
  flex: 0 0 30%;
  justify-content: center; }

.img_wizard {
  z-index: 2; }

.img_appliances_1 {
  margin: 50px;
  width: 5em; }

.div_logo_icon {
  display: inline-block;
  position: relative;
  margin: 20px; }

.div_2 {
  position: relative;
  /*background-image: url('./img_shield.svg');*/
  background-size: 100% 100%;
  z-index: 1;
  height: 80%; }

#li-f {
  text-align: left; }

.div_logos {
  z-index: 3;
  position: relative;
  margin: 0px;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -ms-overflow-style: none; }

.div_icon {
  display: inline-block;
  margin-right: 80px;
  margin-left: 80px;
  margin-top: 30px;
  margin-bottom: 30px;
  word-break: break-word; }

.p-icons {
  text-transform: capitalize;
  color: #000;
  font-size: 24px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  word-break: break-word; }

.benefits {
  font-size: 24px;
  font-weight: bold;
  color: #282d32;
  font-family: 'Montserrat', sans-serif; }

.div_footer {
  background-color: transparent;
  position: relative; }

.div_wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  justify-content: center;
  background-color: transparent;
  padding: 20px; }

#div-thumb {
  width: 11%;
  left: -11em;
  position: relative; }

.box-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  /* top: -14em; */ }

.box {
  margin: 2%;
  background: white;
  border: 14px solid #55fd37;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  transition: .2s all;
  display: block;
  box-sizing: border-box;
  width: 29%; }

.box-wrap:hover .box {
  filter: blur(3px);
  opacity: .5;
  transform: scale(0.98);
  box-shadow: none; }

.box-wrap:hover .box:hover {
  transform: scale(1);
  filter: blur(0px);
  opacity: 1;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.125); }

.cta-btn {
  background-image: linear-gradient(#55fd37, #34ba32);
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  border-radius: 12px;
  width: 26em;
  height: 3em;
  transition: background-color .25s;
  position: absolute;
  margin-top: 2em;
  padding: 0.3m 0px !important;
  box-sizing: border-box;
  padding: 0.65em 0px; }

.div_4 {
  float: left;
  position: absolute;
  padding: 0;
  opacity: 0;
  z-index: 0; }

.div_4 .div_logo_icon {
  display: flex;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: scroller;
  animation-name: scroller;
  -webkit-animation-duration: 10s;
  animation-duration: 20s;
  justify-content: space-evenly;
  align-items: flex-end; }

.div_logo_icon > img {
  height: 4vw;
  margin: 2em;
  filter: grayscale(0);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1); }

@keyframes bloom {
  0% {
    filter: grayscale(0); }
  40% {
    filter: grayscale(0.5); }
  100% {
    filter: grayscale(0.8); } }

.div_logo_icon img:hover {
  animation: bloom ease-in-out .75s forwards;
  clip-path: inset(10px); }

@keyframes scroller {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.container {
  margin: 0 auto;
  width: 90%; }

.perspective {
  display: inline-block;
  height: 8vh;
  margin-left: 0px;
  -webkit-perspective: 1550;
  border-radius: 3px;
  box-sizing: border-box;
  height: 100%;
  top: 8em;
  position: relative; }

#div-f {
  display: flex; }

#div-f2 {
  background-color: transparent;
  margin: auto;
  display: inline-block;
  width: 32%;
  margin-right: -86px !important; }

#div-button {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 54em;
  height: 10em; }

.thumb {
  background: url("https://cdn.databowlpages.com/assets/bbdddebf-ae59-41ff-96b2-f6bea7e7b0bf.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20em;
  height: 33em;
  position: absolute;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0) inset;
  transition: 1s transform linear;
  transform-origin: left;
  cursor: pointer;
  margin-top: 5em;
  z-index: -1;
  left: -5.6em; }

.thumb1 {
  background: url("https://cdn.databowlpages.com/assets/cc42882f-9075-4ec8-8b15-b5315222640c.PNG");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20em;
  height: 33em;
  position: absolute;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0) inset;
  margin-top: 5em;
  left: -5em;
  z-index: -1; }

.p-thumb {
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  -ms-overflow-style: none;
  font-size: 1.4em;
  font-family: 'Cabin',sans-serif;
  line-height: 200%;
  color: #fff;
  width: 15em;
  text-align: left;
  margin-left: 2em;
  top: 5em;
  position: absolute;
  left: 4em; }

.p-slide {
  min-width: 80%;
  margin-top: 30px;
  font-size: 2em;
  font-family: 'Montserrat',sans-serif;
  color: #fff;
  text-align: left; }

.thumbOpened {
  transform: rotateY(-60deg);
  transform-origin: 8px;
  transition: .5s linear; }

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #000;
  transform-origin: left;
  transform: rotateY(180deg);
  opacity: 0;
  animation-name: go;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  width: 350px; }

@keyframes go {
  100% {
    opacity: 1;
    transform: rotateY(0deg); } }

.div-wrap1 {
  display: block; }

.div-wrap {
  clear: both;
  float: left;
  justify-content: flex-end;
  float: right;
  width: 33%;
  left: 80em;
  position: absolute;
  top: 20em; }

.div-wrap0 {
  clear: both;
  float: left;
  justify-content: flex-end;
  float: right;
  width: 33%;
  left: 94em;
  position: absolute;
  top: 8em; }

.point-img-zoom img {
  transform-origin: 65% 75%;
  transition: transform 1s, filter .5s ease-out; }

.point-img-zoom:hover img {
  transform: scale(2.5); }

.div-fridge {
  position: absolute;
  z-index: 2; }

.example {
  height: 50px;
  overflow: hidden;
  text-align: left;
  font-size: 30px; }

.example p {
  width: 50%;
  height: 100%;
  margin: 0;
  line-height: 50px;
  text-align: left;
  animation: example 3s linear;
  font-size: 30px; }

@keyframes example {
  0% {
    transform: translateX(-70%); }
  100% {
    transform: translateX(0%); } }

.full-container {
  width: 100% !important;
  overflow-y: hidden;
  overflow-x: hidden; }

.grid-row {
  width: 100%;
  display: grid;
  grid-template-areas: 'header';
  grid-gap: 10px;
  text-align: center;
  height: 14em !important; }

.grid-row3 {
  width: 100%;
  display: grid;
  grid-template-areas: 'header';
  grid-gap: 10px;
  padding: 1px;
  text-align: center;
  height: 10em !important; }

.grid-row1 {
  width: 100%;
  display: flex;
  padding: 10px;
  overflow: auto;
  justify-content: center; }

.grid-row-banner {
  width: 100%;
  display: grid;
  grid-template-areas: 'left right';
  grid-gap: 10px;
  padding: 10px; }

.logo-row {
  grid-area: header; }

.banner-left {
  grid-area: left;
  width: 100%;
  position: relative; }

.banner-right {
  grid-area: right;
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.grid-row > div {
  text-align: center; }

.banner {
  background-image: radial-gradient(farthest-side at 85% 55%, rgba(63, 81, 181, 0.42), #4e67d4);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 0;
  height: 59em;
  overflow: hidden; }

.refletir-esquerda {
  transform: rotateY(180deg); }

@keyframes first {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    z-index: 1; }
  99.99% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
    z-index: 1; }
  100% {
    opacity: 0;
    z-index: 0; } }

@keyframes rest {
  0.01% {
    opacity: 0;
    z-index: 0; }
  0.011% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
    z-index: 1; }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1; } }

.div_4 -webkit-scrollbar {
  display: none; }

.div_4:hover .div_4 {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

.div_4_first {
  position: relative;
  z-index: 1;
  -webkit-animation: first 15s 1 linear forwards;
  animation: first 15s 1 linear forwards; }

.div_4_second, .div_4_third {
  -webkit-animation: rest 30s infinite linear;
  animation: rest 30s infinite linear; }

.div_4_third {
  -webkit-animation-delay: 15s;
  animation-delay: 15; }

.centered-row {
  display: flex;
  width: 100%; }

.centered-row > div {
  width: 37%;
  text-align: center;
  display: flex;
  justify-content: center;
  overflow: hidden; }

.centered-row > h2 {
  text-align: center;
  font-size: 3em;
  font-weight: 800;
  color: #fff; }

.img-benefits {
  height: 4em; }

.div_middle {
  position: relative;
  vertical-align: top;
  margin-bottom: 1em; }

.banner-1 {
  display: inline-block;
  width: 100%;
  overflow-y: hidden; }

.p-rosette {
  margin-left: 25px;
  font-size: 1.4em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #fff;
  text-align: left; }

.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

.div_circle {
  width: 250px;
  height: 250px;
  display: table-cell !important;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  border: 24px solid #55fd37;
  background: #fff; }

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

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

footer {
  background-color: #fff; }

.product {
  flex: auto;
  font-size: 1.5rem;
  margin: 0 1vw calc(1vw + 50px) 1vw;
  min-width: calc(33% - 2vw);
  position: absolute; }

.product:before {
  content: "";
  float: left;
  padding-top: 100%; }

#div-f1 {
  display: inline-block;
  width: 60%; }

.content {
  background: transparent;
  border-radius: 30%;
  height: 84%;
  margin: 8%;
  position: absolute;
  width: 84%;
  vertical-align: middle;
  z-index: 5000;
  display: flex;
  justify-content: center; }

.product:hover .effect-1, .product:hover .effect-2 {
  display: block; }

.effect-1, .effect-2 {
  border-radius: 30%;
  display: none;
  mix-blend-mode: multiply;
  height: 84%;
  opacity: 1;
  position: absolute;
  width: 84%;
  z-index: 3000; }

.effect-1 {
  animation: rotate 1.8s linear infinite;
  background: rgba(39, 53, 129, 0.3); }

.effect-2 {
  animation: rotate 1.2s linear reverse infinite;
  background: #fdd615; }

@keyframes rotate {
  0% {
    top: 0;
    left: 8%; }
  25% {
    top: 8%;
    left: 0%; }
  50% {
    top: 16%;
    left: 8%; }
  75% {
    top: 8%;
    left: 16%; }
  100% {
    top: 0;
    left: 8%; } }

.p-list {
  color: #fff;
  font-size: 1.5em; }

.p-list1 {
  color: #fff;
  font-size: 1.4em; }

.slide-right {
  width: 100%;
  overflow: hidden;
  z-index: 444; }

.slide-right p {
  animation: 1s slide_right;
  text-align: left;
  margin: 0px 0px 0px 7.5em;
  font-size: 1.5em;
  font-family: 'Cabin',sans-serif; }

@keyframes slide_right {
  from {
    margin-left: -300%;
    width: 0%; }
  to {
    margin-right: 800%;
    width: 100%; } }

#all {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.top {
  width: 200px;
  height: 8px;
  background-color: white;
  border-bottom: 2.5px solid #131447; }

.bod {
  width: 300px;
  height: 350px;
  background-color: #c0c0c0;
  position: absolute;
  top: 7em;
  left: -9em;
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; }

.upper {
  width: 100%;
  height: 40px;
  /* border-bottom:2px solid gray;*/ }

.u1 {
  width: 84px;
  height: 40px;
  border-bottom: 2px solid silver;
  border-right: 2px solid silver;
  position: absolute;
  background-color: #d2cece;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; }

.u1:before {
  content: " ";
  position: absolute;
  width: 30px;
  height: 5px;
  background: -webkit-linear-gradient(left, silver 55%, white);
  top: 30px;
  left: 27px; }

.u2 {
  width: 18px;
  height: 24px;
  background: -webkit-linear-gradient(gray 0px 3px, white 3px 6px, gray 6px 9px, white 9px 12px, gray 12px 15px, white 15px 18px, gray 18px 21px, white 21px 24px);
  position: absolute;
  left: 228px;
  top: 14px; }

.u3 {
  width: 30px;
  height: 40px;
  border-radius: 0px 0px 40px 40px;
  position: absolute;
  left: 85px; }

.u3:before {
  content: " ";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 22px;
  background-color: #d2cece;
  top: 26px;
  left: 172px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; }

.u3:after {
  content: " ";
  position: absolute;
  width: 18px;
  height: 7px;
  top: 5px;
  left: 6px; }

.u3f {
  width: 30px;
  height: 40px;
  border-radius: 0px 0px 40px 40px;
  position: absolute;
  left: 85px; }

.u3f:before {
  content: " ";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background-color: #d2cece;
  top: 21px;
  left: 109px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; }

.u3f:after {
  content: " ";
  position: absolute;
  width: 18px;
  height: 7px;
  top: 5px;
  left: 6px; }

.u3s {
  width: 30px;
  height: 40px;
  border-radius: 0px 0px 40px 40px;
  position: absolute;
  left: 85px; }

.u3s:before {
  content: " ";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  background-color: #d2cece;
  top: 21px;
  left: 74px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; }

.u3s:after {
  content: " ";
  position: absolute;
  width: 18px;
  height: 7px;
  top: 5px;
  left: 6px; }

.u4 {
  position: relative;
  float: right;
  right: 27px;
  top: 13px; }

td {
  width: 12px;
  height: 1px;
  background-color: gray; }

tr:nth-child(5) > td {
  height: 2px;
  background-color: white;
  border: 1px solid gray; }

.u5 {
  width: 6px;
  height: 6px;
  background-color: #1e275d;
  left: 261px;
  position: relative;
  top: 2px;
  animation-name: color_change;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  border-radius: 100%; }

.u5f {
  width: 6px;
  height: 6px;
  background-color: #1e275d;
  left: 166px;
  position: relative;
  top: 8px;
  animation-name: color_change;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  border-radius: 100%; }

@keyframes color_change {
  0% {
    background-color: #1e275d; }
  50% {
    background-color: #1e275d; }
  51% {
    background-color: #8ff716; }
  100% {
    background-color: #8ff716; } }

.circle_out {
  width: 220px;
  height: 220px;
  border-radius: 210px;
  background: -webkit-linear-gradient(left, #121250, #263d71, #344b75);
  position: relative;
  top: 59px;
  left: 42px;
  animation-name: round;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 1s; }

@keyframes round {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(2000deg); } }

.circle_out:before {
  content: " ";
  position: absolute;
  width: 216px;
  height: 216px;
  border-radius: 216px;
  background: radial-gradient(transparent 0px 60px, white 60px 216px);
  left: 2.2px;
  top: 2.1px; }

.circle_out:after {
  content: " ";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 120px;
  background-color: transparent;
  left: 20.5px;
  top: 20.5px; }

.circle_inn {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  background: -webkit-repeating-linear-gradient(top left, transparent 0px 40px, white 40px 80px);
  opacity: 0.1;
  left: 94px;
  top: 145px;
  box-shadow: inset 7px 7px #383e78; }

.box1 {
  width: 40px;
  height: 20px;
  border-radius: 2px;
  border: 1.5px solid silver;
  float: right;
  position: relative;
  top: 12px;
  right: 8px; }

#img-section {
  width: 36em;
  height: 23em; }

@media (max-width: 1025px) {
  .bod {
    top: -17em !important;
    width: 261px !important;
    left: -8.9em;
    margin: 0em 0.5em !important; }
  #div-button {
    display: none !important; }
  #div-button5 {
    display: flex !important;
    top: 22em !important; }
  footer {
    margin: 0em 0.5em !important; }
  #img-section {
    width: 17em !important;
    height: 11em !important; }
  .grid-row5 {
    display: block !important;
    position: relative;
    width: 100%;
    overflow: hidden; }
  .perspective {
    left: 0em !important; }
  .logo-footer {
    width: 18em !important; }
  .section1 {
    background-image: repeating-radial-gradient(circle, #3F51B5 32px, #3F51B5 130px, #4e67d4 74px, #4566f1 179px, #3F51B5 63px, #3F51B5 86px) !important;
    height: 37em !important; }
  .u3s:before {
    left: 54px !important; }
  .u3f:before {
    left: 91px !important; }
  .u5 {
    left: 243px !important; }
  .u5f {
    left: 184px !important; }
  .u3:before {
    left: 153px !important; }
  .circle_out {
    left: 19px !important; }
  .u2 {
    left: 209px !important; }
  .p-list {
    color: #fff;
    font-size: 1.3em !important;
    margin: 0em 0.5em !important;
    text-align: left !important;
    font-weight: bold; }
  .p-slide {
    font-size: 2em !important;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: bold !important;
    margin: 1em 0.5em !important; }
  .cta-btn {
    width: 11em !important;
    margin-top: 3em; }
  .centered-row > div {
    width: 100% !important; }
  .brand-logo img {
    width: 16em !important; }
  .section1 {
    height: 45em !important; }
  .div-wrap {
    display: none !important; }
  .div-wrap1 {
    display: block !important;
    margin: 0.5em !important; }
  .div-wrap1 p {
    display: block !important;
    text-align: left; }
  .p-icons {
    font-size: 0.8em !important; }
  .div_1, .div_2 {
    margin-top: 0px !important; }
  .div_icon {
    height: 9em !important;
    justify-content: center !important;
    margin: 0em !important; }
  .div_1 {
    padding: 3em 0em !important;
    position: relative;
    top: 20em;
    left: 0em !important;
    margin: 0em 1em !important; }
  p {
    margin-left: 0px !important; }
  .div_0 {
    padding: 0px !important; }
  .p-rosette {
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    overflow-wrap: break-word;
    font-size: 1.3em !important;
    display: inline-block !important;
    padding: 0em 0.5em !important; }
  .centered-row h2 {
    font-size: 2em !important;
    padding: 0em 1em !important; }
  .div_appliances {
    margin: 0 0 0 0 !important; }
  .box {
    border: 4px solid #55fd37 !important; }
  #div-button {
    margin-top: 2em !important;
    top: 64em !important; }
  .div_middle {
    height: 4em !important;
    margin-top: 1em !important; }
  .img-benefits {
    position: relative;
    width: 3em !important;
    height: 3em !important; }
  .p-list img {
    width: 2em !important; }
  .grid-row {
    height: 11em !important; }
  .grid-row1 {
    display: none !important; }
  #div-f {
    display: block !important; }
  #li-f {
    margin-left: 0px !important;
    text-align: center !important;
    display: flex;
    justify-content: center; }
  #div-thumb {
    display: none !important; }
  #div-f1 {
    width: 100% !important;
    top: 0em !important; }
  #div-f2 {
    margin: 0px !important;
    width: 100% !important;
    margin-right: 0px !important; }
  .section {
    position: relative;
    top: -52em; }
  .centered-row {
    display: block;
    padding-top: 0em !important; }
  .img_appliances_1 {
    width: 5em !important;
    margin: 39px !important; } }

@media (min-width: 1026px) {
  .p-thumb {
    top: 0em !important;
    left: 5em !important;
    margin: 2.6em 0em !important;
    width: 13em !important;
    width: 13em !important;
    font-size: 1.4em !important;
    position: relative !important; }
  .p-slide {
    margin: 2.6em 0em 0em 0em !important; }
  .bod {
    top: 7em !important; }
  .section1 {
    background-image: repeating-radial-gradient(circle, #3F51B5 -171px, #3F51B5 112px, #4e67d4 87px, #4566f1 237px, #3F51B5 60px, #3F51B5 97px) !important;
    height: 47em !important; }
  #div-button {
    top: 49em !important; }
  .banner {
    height: 56em !important; }
  .p-slide {
    font-size: 1.5em !important; }
  #check {
    width: 30px !important; }
  .p-list1 {
    font-size: 1.2em !important;
    text-align: left !important; }
  #warranty {
    text-align: left !important; }
  #div-f1 {
    top: 0.5em !important;
    width: 33% !important; }
  #div-f {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important; }
  #div-f2 {
    margin: 0em !important; }
  #p-info {
    text-align: left !important; }
  #img-section {
    width: 29em !important;
    height: 18em !important; }
  .div-perspective {
    left: 4em !important; }
  #p-single {
    left: 4em !important; } }

@media (min-width: 1354px) {
  #cover {
    width: 30% !important;
    display: inline-block !important; }
  .div-wrap1 {
    display: block !important; }
  .div-perspective {
    position: relative !important;
    display: flex;
    justify-content: center;
    width: 100% !important;
    left: 5em !important; }
  #p-single {
    left: 8em !important; }
  .p-thumb {
    font-size: 1.4em !important; }
  #div-thumb {
    left: -18em !important; }
  .p-slide {
    font-size: 2em !important; }
  .p-list1 {
    font-size: 1.4em !important; } }
