@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, figure, footer, header, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, .h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 112%;
  letter-spacing: -0.75px;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: -0.6px;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 122.222%;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: 30px;
  }
}

h4, .h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 26px;
  }
}
@media (max-width: 540px) {
  h4, .h4 {
    font-size: 23px;
  }
}

h5, .h5 {
  font-size: 26px;
  font-weight: 600;
  line-height: 115.857%;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h6, .h6 {
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
}
@media (max-width: 767px) {
  h6, .h6 {
    font-size: 18;
  }
}

p, .p {
  font-size: 14px;
  line-height: 1.5;
}

.wrapper {
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wrapper {
    overflow: auto;
  }
}

.main-btn {
  border-radius: 12px;
  border: 1px solid #91133B;
  background: #91133B;
  padding: 20px;
  max-width: 500px;
  width: 100%;
  height: 14vh;
  max-height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  margin-bottom: 24px;
  min-height: 100px;
}
@media (max-height: 800px) {
  .main-btn {
    height: 12vh;
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .main-btn {
    height: auto;
    min-height: unset;
    padding: 20px 16px;
    font-size: 26px;
  }
}

.main-sec-wrpr {
  height: calc(100vh - 56px);
}
@media (max-width: 767px) {
  .main-sec-wrpr {
    height: auto;
  }
}

.header {
  display: flex;
  min-height: 142px;
}
@media all and (min-width: 768px) and (max-height: 850px) {
  .header {
    min-height: 120px;
  }
}
@media (max-width: 767px) {
  .header {
    min-height: 80px;
  }
}
.header .header-bg {
  background: #91213c;
  color: #fff;
  padding: 12px;
}
.header .header-title {
  color: #fff;
}
@media (max-width: 767px) {
  .header .header-title {
    text-align: center;
    font-size: 20px;
  }
}
.header .looser-block {
  padding: 12px;
}
@media (max-width: 767px) {
  .header .looser-block {
    padding: 25px;
  }
}

.main-row-wrpr {
  height: calc(100% - 132px);
  overflow: auto;
  display: flex;
  justify-content: center;
  padding: 6px 40px;
  background: #fffafb;
}
.main-row-wrpr.tip-trick-wrpr {
  flex-direction: column;
  justify-content: unset;
}
@media all and (min-height: 800px) {
  .main-row-wrpr.tip-trick-wrpr {
    justify-content: space-evenly;
  }
}
@media (max-width: 767px) {
  .main-row-wrpr {
    height: calc(100% - 80px);
    padding: 15px;
  }
}

.ques-desc-list {
  margin-bottom: 3vh;
}
@media (max-width: 767px) {
  .ques-desc-list {
    margin-bottom: 1vh;
  }
}
.ques-desc-list .ques-desc-item .highlight-text {
  color: #91133b;
}

.question-main-block {
  max-width: 1600px;
  margin: 30px auto 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .question-main-block {
    margin: 5px auto 20px;
  }
}

.question-block-wrpr {
  padding-left: 25px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .question-block-wrpr {
    padding-left: 0px;
    padding-top: 24px;
    justify-content: flex-start !important;
  }
}
.question-block-wrpr ul li,
.question-block-wrpr ol li {
  font-size: 26px;
  font-weight: 400;
  line-height: 122.222%;
}
.question-block-wrpr p {
  font-size: 26px;
  font-weight: 400;
  line-height: 122.222%;
}
@media (max-width: 767px) {
  .question-block-wrpr p {
    word-break: break-word;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.question-block-wrpr .desc {
  font-size: 16px;
}

.content-block {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .content-block {
    margin-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.footer {
  height: 56px;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .footer {
    padding: 20px;
    display: flex;
    flex-direction: row;
    height: auto;
  }
}
.footer .copyrights-text-wrpr {
  text-align: left;
}
@media (max-width: 767px) {
  .footer .copyrights-text-wrpr {
    text-align: center;
    margin-bottom: 12px;
  }
}
.footer .social-platforms {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer .social-platforms .sm-platform {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .footer .social-platforms {
    text-align: center;
    margin-bottom: 12px;
  }
}
.footer .ftr-list-wrpr {
  text-align: right;
}
.footer .ftr-list-wrpr .ftr-link {
  color: #91133b;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
  text-decoration: none;
  white-space: pre;
}
.footer .ftr-list-wrpr .divider {
  height: 15px;
  width: 1px;
  background: #dcd5d7;
  display: inline-block;
  margin: -3px 9px;
}
@media (max-width: 767px) {
  .footer .ftr-list-wrpr {
    text-align: center;
    margin-bottom: 12px;
  }
}

.text-link {
  color: #91133b;
}

.ques-details-row {
  margin-bottom: 12px;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .ques-details-row {
    margin-bottom: 20px;
  }
}
@media all and (min-height: 800px) {
  .ques-details-row {
    margin-bottom: 24px;
  }
}
.ques-details-row .video-wrpr {
  margin-bottom: 20px;
}

.option {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .option {
    margin-bottom: 24px;
  }
}
.option .option-in {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
.option .option-text {
  color: #000000;
  text-align: center;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .option .option-text {
    font-size: 20px;
  }
}
.option .option-value {
  border-radius: 12px;
  border: 1px solid #91133b;
  background: #91133b;
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 135.294%;
  padding: 20px;
  flex-wrap: nowrap;
  word-break: break-word;
}
@media (max-width: 767px) {
  .option .option-value {
    font-size: 26px;
  }
}
@media all and (min-height: 800px) {
  .option .option-value {
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 48px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .option .option-value {
    height: auto;
    font-size: 26px;
    min-height: 73px;
  }
}
@media (min-width: 1200px) {
  .option .option-value {
    min-height: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.option .option-value .sm-text {
  display: inline-block;
  font-size: 28px;
  line-height: 100%;
}

.congratulation-block {
  text-align: center;
  max-width: 674px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media all and (min-height: 800px) {
  .congratulation-block {
    justify-content: space-evenly;
  }
}
.congratulation-block .profile-img-wrpr {
  margin-bottom: 4vh;
}
.congratulation-block .profile-img-wrpr .profile-img {
  display: inline-block;
  width: 22vh;
  height: 22vh;
  min-width: 150px;
  min-height: 150px;
  max-width: 100%;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.congratulation-block .congratulation-title {
  color: #91133b;
  text-align: center;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.6px;
  margin-bottom: 4vh;
}
.congratulation-block .info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0px;
  justify-content: center;
  margin-bottom: 0px;
}
.congratulation-block .info-list .info-list-item {
  padding-right: 24px;
}
@media (max-width: 767px) {
  .congratulation-block .info-list .info-list-item {
    padding-right: 0px;
  }
}
.congratulation-block .info-list .info-list-item .info-text {
  color: #3c3c3b;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .congratulation-block .info-list .info-list-item .info-text {
    font-size: 13px;
  }
}

.main-row-inner {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.main-row-inner .tip-trick-sec-left {
  padding: 37px 30px;
  background-color: white;
  border-radius: 20px;
  position: relative;
  filter: drop-shadow(0px 2px 20px rgba(145, 19, 59, 0.06));
  max-width: 470px;
  width: 100%;
  margin-bottom: 58px;
  text-align: left;
  margin-right: -30px;
}
.main-row-inner .tip-trick-sec-left:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -50px;
  left: auto;
  right: 20px;
  background: url(../img/white-clip.svg) center no-repeat;
  width: 73px;
  height: 60px;
}
@media (max-width: 767px) {
  .main-row-inner .tip-trick-sec-left:after {
    display: none;
  }
}
.main-row-inner .tip-trick-sec-left .tip-trick-title {
  color: #3c3c3b;
  font-weight: 600;
}
.main-row-inner .tip-trick-sec-left .tip-trick-title .primary-text {
  color: #91133b;
  font-weight: 700;
}
@media (max-height: 800px) {
  .main-row-inner .tip-trick-sec-left {
    padding: 16px 20px;
  }
}
@media (max-width: 767px) {
  .main-row-inner .tip-trick-sec-left {
    margin-bottom: 20px;
    margin-right: 0px;
    padding: 16px 20px;
  }
}
.main-row-inner .tip-trick-sec-right {
  padding: 40px 50px;
  border-radius: 20px;
  background: #91133b;
  box-shadow: 0px 2px 20px 0px rgba(145, 19, 59, 0.06);
  max-width: 560px;
  width: 100%;
  margin-bottom: 64px;
  position: relative;
  text-align: left;
}
.main-row-inner .tip-trick-sec-right::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -59px;
  right: auto;
  left: 70px;
  background: url(../img/primary-clip.svg) center no-repeat;
  width: 110px;
  height: 60px;
}
@media (max-width: 767px) {
  .main-row-inner .tip-trick-sec-right::after {
    display: none;
  }
}
.main-row-inner .tip-trick-sec-right .form-title {
  color: #fff;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 46px;
}
@media (max-height: 800px) {
  .main-row-inner .tip-trick-sec-right .form-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .main-row-inner .tip-trick-sec-right .form-title {
    font-size: 30px;
    margin-bottom: 16px;
  }
}
@media (max-height: 800px) {
  .main-row-inner .tip-trick-sec-right {
    padding: 24px 32px;
  }
}
@media (max-width: 767px) {
  .main-row-inner .tip-trick-sec-right {
    padding: 16px 20px;
    margin-bottom: 20px;
  }
}
.main-row-inner .form-in {
  margin-bottom: 24px;
  position: relative;
}
.main-row-inner .form-in .f-in {
  width: 100%;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid #c6c6c6;
  background: white;
  color: #3c3c3b;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
.main-row-inner .form-in .f-in::-moz-placeholder {
  color: #a2a2a2;
}
.main-row-inner .form-in .f-in:-ms-input-placeholder {
  color: #a2a2a2;
}
.main-row-inner .form-in .f-in::placeholder {
  color: #a2a2a2;
}
@media (max-height: 800px) {
  .main-row-inner .form-in .f-in {
    padding: 12px 16px;
  }
}
.main-row-inner .form-in .error-msg {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -20px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.main-row-inner .form-in:last-child {
  margin-bottom: 1 0px;
}
@media (max-width: 767px) {
  .main-row-inner {
    flex-direction: column;
  }
}

.rating-card-wrpr {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  max-height: calc(100vh - 230px);
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .rating-card-wrpr {
    gap: 16px;
    margin-bottom: 20px;
  }
}

.rating-card-wrpr-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.rating-card {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 15px 32px 0px rgba(239, 34, 99, 0.08);
  margin-bottom: 15px;
  width: 100%;
}
@media (max-height: 800px) {
  .rating-card {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .rating-card {
    flex: 0 0 calc(50% - 16px);
    padding: 12px;
    margin-bottom: 0px;
  }
}
.rating-card:last-child {
  margin-bottom: 0px;
}
.rating-card .rate-card-img {
  width: 50px;
  height: 50px;
}
@media (max-height: 800px) {
  .rating-card .rate-card-img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .rating-card .rate-card-img {
    width: 30px;
    height: 30px;
  }
}
.rating-card .rate-card-name {
  color: #1d1e27;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 108.333%;
  letter-spacing: -0.72px;
  margin-bottom: 10px;
}
@media (max-height: 800px) {
  .rating-card .rate-card-name {
    font-size: 18px;
    margin-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .rating-card .rate-card-name {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .rating-card .rate-star-img-wrpr .widget-svg {
    width: 16px !important;
    height: 16px !important;
  }
}

@media all and (min-height: 800px) {
  .our-solution-row {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .our-solution-row .rating-card-wrpr {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .our-solution-row .rating-card-wrpr .rating-card {
    padding: 0;
    flex: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .our-solution-row .rating-card-wrpr .rating-card .rate-card-img {
    width: 45px;
    height: 45px;
  }
}

.video-wrpr {
  border-radius: 30px;
  overflow: hidden;
}

.solution-video-wrpr {
  margin-bottom: 16px;
  border-radius: 46px;
  overflow: hidden;
}

.video-desc {
  margin-bottom: 16px;
  font-size: 18px;
  color: #3c3c3b;
  font-weight: 500;
  line-height: normal;
}

.video-desc-link {
  color: #91133b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 992px) {
  .video-desc-link {
    margin-bottom: 16px;
  }
}

.solution-btn-wrpr:last-child {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .solution-btn-wrpr {
    padding: 10px 0 !important;
    margin-bottom: 0px !important;
  }
}
.solution-btn-wrpr .main-btn {
  padding: 20px 60px;
  height: auto;
  min-height: unset;
}
@media (max-width: 767px) {
  .solution-btn-wrpr .main-btn {
    text-align: center;
    height: auto;
    min-height: unset;
    padding: 20px 16px;
    font-size: 23px !important;
  }
}
@media (min-width: 480px) {
  .solution-btn-wrpr .main-btn {
    padding: 20px 15px;
  }
}

.form {
  width: 100%;
}

.option-row {
  justify-content: center;
}

.option-row .option-wrpr {
  flex: 0 0 20%;
  width: 20%;
}
@media (max-width: 767px) {
  .option-row .option-wrpr {
    flex: 0 0 100%;
    width: 100%;
  }
}
.option-row .option-wrpr:last-child .option {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .main-sec-wrpr .ques-details-row + .form {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .solution-content .solution-title {
    margin-bottom: 15px;
    font-size: 30px;
  }
}

.plr-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.videoColmn {
  margin-left: -15px;
  max-width: calc(100% + 30px);
  width: 100%;
  min-width: calc(100% + 30px);
}
.videoColmn .video-wrpr {
  border-radius: 0px !important;
}

@media (max-width: 767px) {
  .solution-video-wrpr.videoColmn {
    border-radius: 0px !important;
  }
}

.header .header-title {
  display: flex;
  align-items: center;
  gap: 20px;
}

.question-report-title {
  color: rgb(145, 19, 59);
  text-align: center;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 16px;
  margin-top: 15px;
}

.mob-rating-card {
  background: #fff3f7;
  padding: 10px;
  border-radius: 10px;
  align-items: baseline;
}
.mob-rating-card .rating-card {
  flex-direction: column;
  text-align: center;
  align-items: center;
}/*# sourceMappingURL=style.css.map */