#commonHeader {
  min-height: 90px;
}
a.dclogosvg {
  font-size: 26px;
  color: inherit;
  font-weight: 400;
  text-decoration: none;
  margin-top: 7px;
  font-family: 'Zoho_Puvi_SemiBold';
}
#scroll {
  padding: 0;
}
.heading-menu {
  display: none
}
#btmBar, .nav-dwn, #allFea, #customers, #btmscroll, .btmBar {
  display: none;
}
.ems-review {
  padding: 80px 40px;
}
.ems-review .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 1200px;
  grid-gap: 40px;
}
.ems-review h1 {
  font-size: 40px;
  line-height: 76px;
  color: #000;
  font-weight: 600;
  margin: 0 0 32px;
}
.ems-review h1 strong {
  color: #0165cc;
}
.ems-review h2 {
  font-size: 30px;
  line-height: normal;
  margin: 0 0 40px;
  color: #000;
}
.ems-review h3 {
  font-size: 24px;
  line-height: normal;
  margin: 0 0 28px;
  color: #000 !important;
}
.ems-review h4 {
  font-size: 20px;
  line-height: normal;
  margin: 0;
  color: #000;
}
.ems-review p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  margin: 0 0 32px;
}
.ems-review .cta {
  font-family: 'ZohoPuvi', sans-serif !important;
  font-size: 16px !important;
  line-height: 22px;
  font-weight: 500 !important;
  text-transform: uppercase;
  min-width: 200px !important;
  min-height: 54px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px !important;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 0 20px;
  background-color: #DE2236 !important;
  cursor: pointer;
}
.ems-review .fbutton .cta {
  margin: 30px 0 0 !important;
  min-width: 100% !important;
}
.ems-review .fbutton {
  margin: 0 !important;
  width: auto !important;
}
.ems-review.topband {
  background-color: #e2ebfe;
  background-image: linear-gradient(to bottom, #e2ebfe, #e2ebfe, #fff);
}
.ems-review.topband .flex {
  justify-content: space-between;
}
.ems-review.topband .caption {
  max-width: 650px;
}
.ems-review.topband .caption .picture h3 {
  margin: 0 0 20px !important;
}
.ems-review.topband .caption .picture img {
  max-width: 100%;
  box-shadow: 0 0 10px 5px #0004;
  border-radius: 8px;
}
.ems-review.topband .formset {
  max-width: 450px;
}
.ems-review.topband .claim-gift {
  display: flex;
  border: 1px solid #0165cc;
  border-radius: 12px;
  background-image: linear-gradient(45deg, #e1f5ff, #efebff);
  align-items: center;
  padding: 28px;
  position: relative;
  grid-gap: 20px;
}
.ems-review.topband .claim-gift .picture {
  width: 70px;
  height: 60px;
  margin-top: -5px;
}
.ems-review.topband .claim-gift p {
  margin: 0;
}
.ems-review.topband .claim-gift a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: transparent;
}
.ems-review.testimonial .flex {
  margin-top: 100px;
  align-items: stretch;
}
.ems-review.testimonial .box {
  max-width: 290px;
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.ems-review.testimonial .box .picture {
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: -110px 0 20px 0;
  box-shadow: 0 5px 5px 0px #0004;
}
.ems-review.testimonial .box .picture img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.ems-review.credit {
  background-color: #f5f5f5;
}
#emsReview {
  max-width: none;
}
.edi-btn inputgroup input, .edi-btn inputgroup select, .edi-btn .field-valid input, .edi-btn .field-error input, .edi-btn inputgroup textarea {
  background-color: #f1f1f1 !important;
  border-radius: 10px !important;
  color: #000 !important;
  width: 95% !important;
}
.edi-btn inputgroup input[type="text"]:focus, .edi-btn inputgroup select:focus, .edi-btn inputgroup textarea:focus {
  outline: none !important;
  border: 1px solid #2a79bb !important;
  box-shadow: none !important;
}
.slp-hd {
  font-size: 17px;
  text-align: center;
  margin: 10px 0 0;
  padding: 0;
}
.slp-hd span {
  color: #bf2727;
  font-size: 16px;
}
.easy .flex .inner-flex {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  transition: all ease 350ms;
  box-shadow: 0 0 5px #0004;
  cursor: default;
}
.easy .flex .inner-flex.loading {
  position: relative;
  overflow: hidden;
}
.easy .flex .inner-flex.loading:before {
  content: '';
  position: absolute;
  background-color: #000000d1;
  background-image: url(../images/loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.easy .flex .inner-flex img {
  max-width: 140px;
  margin: 10px;
}
.edi-btn inputgroup label .tooltip {
  position: absolute;
  right: -49px;
  top: 0;
  z-index: 9;
}
.edi-btn inputgroup label .tooltip .tip {
  display: none;
}
.edi-btn inputgroup label .tooltip .tool {
  background-color: #eee;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.edi-btn inputgroup label .tooltip:hover .tip {
  display: block;
  position: absolute;
  bottom: 30px;
  right: -190px;
  width: 340px;
  background-color: #777;
  color: #fff;
  border-radius: 5px;
  padding: 15px;
}
.edi-btn inputgroup label .tooltip:hover .tip h4 {
  margin: 0 !important;
  color: #fff !important;
  font-size: 14px;
}
.edi-btn inputgroup label .tooltip:hover .tip li {
  margin: 5px 0 0 0;
  font-size: 13px;
  font-weight: 300;
  line-height: normal;
  list-style: none;
}
.easy .flex .inner-flex .flip p {
  margin: 0 0 5px;
  line-height: 30px;
  font-size: 15px;
}
.easy .flex .inner-flex .flip ul li {
  list-style: disc inside;
  font-weight: 600;
}
.easy .flex .inner-flex .flip .note {
  font-size: 13px;
  margin: 10px 0 0;
  display: block;
}
.edi-btn .step1 inputgroup {
  margin-bottom: 15px;
}
.edi-btn .step1 inputgroup.disabled {
  opacity: .4;
}
.edi-btn .step1 inputgroup.disabled:after {
  display: none;
}
.edi-btn .step1 inputgroup.disabled select {
  cursor: not-allowed;
}
.edi-btn inputgroup select {
  width: 100% !important;
}
.edi-btn inputgroup label {
  display: block !important;
  text-align: left;
  transform: none !important;
  margin-bottom: 5px;
  color: #0009 !important;
  font-weight: 400;
  pointer-events: all;
}
.edi-btn .step1 inputgroup select {
  margin: 0 !important;
}
.edi-btn .step1 inputgroup.select:after {
  top: 52px;
}
.edi-btn inputgroup.error select {
  border: red 1px solid !important;
}
.flip h4 {
  font-size: 15px;
  font-weight: 400;
  color: #0008 !important;
  margin: 30px 0 5px !important;
}
.easy .flex .inner-flex.sus-msg {
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.inner-flex.sus-msg .info {
  border-top: 1px solid #eee;
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 33px;
}
.inner-flex.sus-msg .info + p {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  background-color: #0001;
  padding: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  bottom: 0;
  text-align: center;
  color: #797979;
}
.easy .flex .inner-flex.sus-msg a.cta {
  margin: 20px auto 0 !important;
}
.easy .flex .inner-flex.sus-msg h3 {
  font-size: 23px;
  color: #0165cc !important;
  line-height: 36px;
  font-weight: 400;
}
.easy .flex .inner-flex.sus-msg a {
  color: #de2236;
}
.easy .flex .inner-flex.sus-msg .info + p a {
  color: inherit;
  text-decoration: underline;
}
.easy .flex .inner-flex.over {
  position: relative;
  overflow: hidden;
  cursor: not-allowed;
}
.easy .flex .inner-flex.over:after {
  content: '';
  background-color: #0009;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.inner-flex.sus-msg .info h4 {
  margin: 20px 0 5px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.inner-flex.sus-msg .info ul {
  list-style: decimal;
  padding: 5px 0 0 15px;
  line-height: 26px;
  font-size: 14px;
}
.inner-flex.sus-msg .info ul li {
  margin: 0 0 8px;
}
@media(max-width: 600px) {
  .flex {
    display: block !important;
  }
  .inner-flex {
    width: auto !important
  }
  .easy .flex .inner-flex {
    margin: 0;
  }
  a.dclogosvg {
    white-space: nowrap;
    font-size: 140%;
  }
  .easy {
    padding: 15px;
  }
  .edi-btn inputgroup.focus label {
    white-space: nowrap;
  }
}