@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  margin: 0;
  padding: 0;
}
.red {
  color: #de0f0f;
}
.main-container {
  padding: 10px 10px 20px;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.logo-section {
  display: flex;
  opacity: 0;
  justify-content: center;
}
.logo {
  width: 125px;
  margin-top: 20px;
}
.page-line {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}
.page-subhd {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
}
.page-subhd {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
}
.sucess-bg {
  background-color: #ebfae5 !important;
  background-color: #23730f;
  display: flex;
  justify-content: center;
}
.page-success-subHeading {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 10px;
  letter-spacing: 0em;
  text-align: center;
}
.smiley-wrap {
  display: flex;
}
.smiley-card {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.smiley-img {
  width: 48px;
  height: 48px;
}
.smiley-txt {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 8px;
}
.smiley-filled1 {
  display: none;
}
.smiley-txt1 {
  display: none;
  color: #ff0015;
}
.smiley-filled2 {
  display: none;
}
.smiley-txt2 {
  display: none;
  color: #ff5d00;
}
.smiley-filled3 {
  display: none;
}
.smiley-txt3 {
  display: none;
  color: #e3bd00;
}
.smiley-filled4 {
  display: none;
}
.smiley-txt4 {
  display: none;
  color: #b1cd01;
}
.smiley-filled5 {
  display: none;
}
.smiley-txt5 {
  display: none;
  color: #39cd01;
}
.rate-hd {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  color: #333333;
  margin-left: 20px;
  margin-bottom: 0;
}
.rate-card {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  justify-content: space-between;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.rate-txt {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  color: #333333;
  margin-top: 10px;
  flex: 40%;
}
.star-img {
  padding: 0 4px;
  width: 35px;
  height: 35px;
}
.gift_img {
  width: 30px;
  padding-left: 15px;
  height: 30px;
}
.rate-star {
  flex: 60%;
  display: flex;
}
.further-contact {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 20px;
}
.radio-wrap {
  margin-left: 20px;
  margin-bottom: 30px;
}
input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -4px;
  left: -5px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #0d56a5;
  padding: 3px;
}
input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -4px;
  left: -1px;
  position: relative;
  background-color: #0d56a5;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #0d56a5;
  padding: 3px;
}
span#suggestionsCounter {
  display: block;
  text-align: right;
  color: #808080;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
}
.radio-wrap input {
  margin-right: 12px;
}
.radio-wrap span {
  margin-right: 20px;
  display: inline-block;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.023em;
}
.full-input {
  display: inline-block;
  padding: 8px;
  border: 1px solid #808080;
  border-radius: 8px;
  width: 89%;
  margin-left: 4%;
  margin-bottom: 20px;
}
.form-input {
  outline: none;
  border: none;
  display: block;
  line-height: 1.2em;
  font-size: 14px;
  width: 99%;
}
.form-label {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0px;
  color: #808080;
  display: block;
}
.form-optional-txt {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
}
#furtherAssistanceForm {
  display: none;
}
.form-btn {
  background-color: #0d56a5;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  width: 89%;
  margin-left: 4%;
  margin-bottom: 5px;
}
.mt-0 {
  margin-top: 0 !important;
}
.input-number {
  display: flex;
}
.pre-number {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
}
.flag {
  width: 24px;
  height: 18px;
  margin-top: 5px;
}
.input-number .form-input {
  margin-top: 5px;
}
.rate-line {
  font-family: "Roboto", sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  color: #999595;
  display: none;
  text-align: center;
}
.filled-star {
  display: none;
}
.rating-wrap {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#onSubmitted {
  font-family: "Roboto", sans-serif;
  width: 90%;
  left: 5%;
  background-color: #ffffff;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #d8ead9;
  padding-top: 18px;
  position: fixed;
  z-index: 1;
  top: 200px;
  margin: 0 auto;
  visibility: hidden;
}
#onSubmitted.showpop {
  visibility: visible;
  -webkit-animation: fadein 0.8s;
  animation: fadein 0.2s;
}
#onSubmitted-kabi {
  font-family: "Roboto", sans-serif;
  width: 90%;
  left: 5%;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #d8ead9;
  position: fixed;
  z-index: 1;
  top: 180px;
  margin: 0 auto;
  visibility: hidden;
}
#onSubmitted-kabi.showpop {
  visibility: visible;
  -webkit-animation: fadein 0.8s;
  animation: fadein 0.2s;
}
.success-hd {
  font-size: 24px;
  color: #4bae4f;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.success-line {
  font-size: 14px;
  color: #244d25;
  margin-bottom: 20px;
}
.success-line-popup {
  font-size: 14px;
  color: #23730f;
  margin-bottom: 12px;
  margin-right: 12px;
  text-align: left;
}
#validationBar {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  visibility: hidden;
  min-width: 83%;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 999;
  margin-right:15px;
  margin-left:15px;
  /* left: 5%; */
  top: 50px;
}
.bg-red {
  background-color: #de0f0f;
}
.bg-green {
  background-color: #099941;
}
.bg-warn {
  background-color: #e3bd00;
}
#validationBar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 5.5s;
  animation: fadein 0.5s, fadeout 0.5s 5.5s;
}
#suggestions {
  resize: none;
}
.loader {
  /* width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0fbc29;
  float: right; */
  position: fixed;
  width: 100%;
  z-index: 999;
  height: 100%;
  background-color: #1717179e !important;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

.loader::after {
  content: " ";
  background-image: url("/images/Spinner-1s-617px.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.overall_validation {
  background: #f9e0e0;
  display: block;
  border: 1px solid #ebb9b9;
  padding-bottom: 20px;
  margin-top: 20px;
}
.rating_validation {
  background: #f9e0e0;
  border: 1px solid #ebb9b9;
}
.req-msg {
  color: #de0f0f;
  width: 100%;
  text-align: right;
  margin-top: 10px;
  margin-right: 10px;
  display: none;
}
.rated-star {
  flex-wrap: nowrap;
}
.rated-star .req-msg {
  display: none !important;
}
.tooltip {
  position: absolute;
  right: 30px;
  top: 34px;
}
.tooltip-img {
  position: absolute;
  right: 30px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -98px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .form-input {
    width: 99%;
  }
}
@-webkit-keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 50px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 50px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    top: 50px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    top: 50px;
    opacity: 1;
  }
  to {
    top: 0;
    opacity: 0;
  }
}

@media only screen and (max-width: 450px) {
  .rate-txt {
    font-size: 12px;
  }
}
@media only screen and (max-width: 380px) {
  .rate-txt {
    font-size: 10px;
  }
}

.discounts {
  display: flex;
  justify-content: space-around;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
}
.discount {
  width: 100%;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  min-height: 160px;
  min-width: 160px;
}
.cashback {
  background-color: #5839B9;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.limo {
  background-color: #FF6D70;
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
  left: -15px;
  justify-content: center;
}
.limo code {
  display: block;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
  margin-top: 5px;
}

.discount-container {
  max-width: 100%;
  min-width: 90%;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.flex-row {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.flex-col-start {
  display: flex;
  justify-content: start;
  flex-direction: column;
}

.footer {
  display: flex;
  flex-direction: column;
  max-width: 320px;
  max-width: 320px;
  background: url(/images/mob.png);
  background-size: 135px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.purple-text {
  color: #5839b9;
  margin-bottom: 0px;
  text-align: left;
}
.align-left {
  margin: 0px;
  text-align: left;
}
.flex-left {
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.w-10 {
  max-width: 55px;
}
.w-60 {
  max-width: 40%;
  min-width: 20%;
}
.tandc {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
  padding-left: 25px;
}
.gray-text{
  color: #414141;
}
#loading {
  background: url('../spinner.gif') no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
  pointer-events: all;
}

.content {
  position: relative;
  z-index: 1;
}
