html {
  scroll-behavior: smooth;
}

:root {
  --green: #81e644;
  --black: #000;
  --white: #fff;
  --blue: #1e649b;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  display: inline-block;
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  color: var(--black);
}

.mont {
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-weight: 800;
  font-size: 75px;
  line-height: 90px;
  color: var(--white);
}

h2 {
  font-weight: 700;
  font-size: 54px;
}

h3 {
  font-weight: 500;
  font-size: 46px;
}

h6 {
  font-weight: 700;
  font-size: 26px;
}

.size22 {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
}

.size20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
}
.gurntee_para p {
    text-align: center;
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}
.cta {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 50px;
  background-color: var(--green);
  border-radius: 50px;
  color: var(--black);
  transition: all 0.3s ease-in;
}

.cta:hover {
  background-color: var(--blue);
  color: var(--white);
}

.cta.bnnr_cta:hover {
  background: var(--white);
  color: var(--blue);
}

.white_cta.cta {
  background-color: var(--white);
}

.white_cta.cta:hover {
  background-color: var(--blue);
  color: var(--white);
}

.grey_bg {
  background-color: #e9edec;
}

.blue_bg {
  background: #1e649b;
}

/* header */

.hdr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hdr .home-link {
  text-align: center;
  /*padding-block: 21px;*/
}

.pb_70 {
  padding-bottom: 70px;
}

.pt_140 {
  padding-top: 140px;
}

.pb_140 {
  padding-bottom: 140px;
}

.pt_120 {
  padding-top: 120px;
}

.p_125 {
  padding-block: 125px;
}

.p_130 {
  padding-block: 130px;
}

/* banner_sec */

.banner_sec {
  padding-block: 250px;
}

.banner_sec .banner_content {
  max-width: 1024px;
  margin: auto;
  text-align: center;
}

.banner_sec .banner_content .bnnr_hd {
  margin-bottom: 12px;
}

.banner_sec .banner_content .bnnr_hd h1 {
  text-transform: uppercase;
  text-align: center;
}

.banner_sec .banner_content .bnnr_para {
  color: var(--white);
  margin-bottom: 43px;
}

.banner_sec .banner_content .bnnr_btn {
  margin-bottom: 68px;
}

/* guarentee_sec */

.video_cont {
  max-width: 1320px;
  margin-inline: auto;
  margin-top: -250px;
  cursor: pointer;
}

.guarentee_cont {
  margin-top: 65px;
  max-width: 1320px;
  margin-inline: auto;
}

.guarentee_cont .gurntee_txt {
  max-width: 970px;
}

.guarentee_cont .gurntee_txt .gurntee_hd {
  max-width: 850px;
	margin: 0 auto;
}

.guarentee_cont .gurntee_txt h3 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.guarentee_cont .gurntee_img {
  max-width: max-content;
  margin: auto;
}

.logo_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1157px;
  margin-inline: auto;
  margin-top: 44px;
}

/* ssp_sec */

.ssp_cont {
  padding-top: 60px;
  /*border-top: 1px solid #0000000f;*/
}

.ssp_cont .ssp_hd {
  text-align: center;
  margin-bottom: 48px;
}

.ssp_cont .ssp_content>.row {
  align-items: center;
}

.ssp_cont .ssp_content .ssp_txt {
  position: relative;
  padding-top: 23px;
  max-width: 580px;
}

.ssp_cont .ssp_content .ssp_txt::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 70px;
  height: 2px;
  background-color: var(--blue);
}

.ssp_cont .ssp_content .ssp_txt .ssp_para p:last-child {
  margin-top: 27px;
  margin-bottom: 14px;
}

.ssp_list ul {
    margin-bottom: 33px;
    padding-left: 0;
}

.ssp_list ul li {
  list-style: none;
  line-height: 26px;
  margin-bottom: 8px;
  position: relative;
}
.ssp_list ul li strong {
	font-weight: 800;
}

.ssp_sec {
  position: relative;
  /*padding-top: 60px;*/
  overflow: hidden;
  padding-bottom: 127px;
}

.abs_bg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 90%;
  z-index: -1;
}

.abs_bg img {
  animation: leftRight 3.5s ease-in-out infinite alternate;
}

@keyframes leftRight {
  0% {
    transform: translateX(-100px);
    /* Move slightly left */
  }

  100% {
    transform: translateX(250px);
    /* Move slightly right */
  }
}

.ssp_cont .ssp_img {
  border-radius: 30px;
  overflow: hidden;
}

/* resrch_sec */
.resrch_hd {
  text-align: center;
  margin-bottom: 40px;
}

.resrch_content {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.resrch_content .resrch_card {
  max-width: 460px;
  margin-inline: auto;
  border: 1px solid #00000014;
  border-radius: 20px;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in;
}

.resrch_content .resrch_card .card_txt {
  padding: 36px 43px;
  margin-bottom: auto;
}

.resrch_content .resrch_card .card_txt p {
  line-height: 1.4;
}

.resrch_content .resrch_card:hover {
  box-shadow: 0 0 20px #00000042;
}

.resrch_content .resrch_card .card-img img {
  transition: all 0.3s ease-in;
}

.resrch_content .resrch_card:hover .card-img img {
  scale: 1.1;
}

.resrch_content .resrch_card .card-img {
  overflow: hidden;
}

/* testimonial_sec  */
.testimonial_hd {
  text-align: center;
  margin-bottom: 37px;
}

.testimonial_sec .testimonial_slider .test_slide {
  display: flex !important;
  flex-direction: column;
  max-width: 460px;
  padding: 39px 37px;
  background: #ffffff;
  border: 1px solid #00000014;
  border-radius: 20px;
  height: 100%;
}

.testimonial_sec .testimonial_slider .test_slide .quote_img {
  margin-bottom: 20px;
}

.testimonial_sec .testimonial_slider .test_slide .test_hd {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 14px;
}

.testimonial_sec .testimonial_slider .test_slide .test_para {
  line-height: 1.6;
  margin-bottom: 10px;
}

.testimonial_sec .testimonial_slider .test_slide .author_dv {
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid #00000014;
  display: flex;
  align-items: center;
  margin-top: auto;
  gap: 12px;
}

.testimonial_sec .testimonial_slider .test_slide .author_dv .author_bio p {
  font-weight: 600;
  margin-bottom: 6px;
}

.testimonial_sec .testimonial_slider .test_slide.img-slide {
  padding: 0;
  overflow: hidden;
}

.testimonial_slider .slick-track {
  display: flex;
}

.testimonial_slider .slick-track .slick-slide>div {
  margin: 10px 15px;
  height: 100%;
}

.testimonial_sec .testimonial_slider .test_slide.img-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial_sec {
  overflow: hidden;
  padding-top: 126px;
}

.quote_cont {
  text-align: center;
  max-width: 1047px;
  margin: auto;
}

.quote_cont h3 {
  color: var(--white);
}

.quote_cont .quote_btn {
  margin-top: 44px;
}

/* work_sec */
.work_sec {
  background: url("../img/thread.png") no-repeat center;
  background-size: 100%;
}

.work_hd {
  text-align: center;
  margin-bottom: 50px;
}

.work_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.work_icon {
  padding: 55px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 32px 44px 0px #0000000f;
  width: 200px;
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.work_icon .num_dv {
  padding: 10px;
  position: absolute;
  top: 16px;
  right: 10px;
  width: 36px;
  height: 36px;
  background-color: var(--green);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.work_content .work_dv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  max-width: 200px;
}

.work_content .work_dv .wrk_txt p {
  text-align: center;
  font-weight: 600;
}

/* img_sec */
.img_sec {
  /* background: url('../img/bg-img.png') no-repeat center; */
  background: url("../img/new-bg.png") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  /* height: 100vh; */
  display: flex;
  align-items: flex-end;
}

.img_content {
  max-width: 557px;
  padding-bottom: 60px;
  min-height: 350px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.img_content h2 {
  color: var(--white);
}

/* quote_sec grey-quote */
.quote_sec.grey-quote h3 {
  color: var(--black);
}

/* faq_sec */
.faq_accordion {
  max-width: 817px;
  width: 100%;
  margin-left: auto;
}

.faq_accordion .accordion-item {
  margin-bottom: 25px;
  border: 1px solid #00000014;
  border-radius: 10px;
}

.faq_accordion .accordion-item .accordion-button {
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: var(--black);
  padding: 35px 28px;
}

.faq_accordion .accordion-item .accordion-button::after {
  color: var(--black);
}

.faq_accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.inner_link {
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  color: var(--black);
}

.inner_link:hover {
  text-decoration: underline;
}

.faq_accordion .accordion-item .accordion-body {
  padding: 28px 30px;
  padding-top: 10px !important;
}

.faq_accordion .accordion-item .accordion-body p {
  font-size: 18px;
}

/* footer_sec */
.take_step-div {
    padding: 100px;
    background-size: cover !important;
    background-attachment: fixed !important;
    border-radius: 30px;
    margin-bottom: -250px;
    position: relative !important;
}

.take_step-div .take_stp-cont {
  max-width: 840px;
  margin: auto;
  text-align: center;
}

.take_step-div .take_stp-cont .step_para {
  margin-bottom: 40px;
}

.footer_sec {
  padding-bottom: 50px;
  padding-top: 250px;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  margin-top: 60px;
}

.footer-links .f-link {
  display: inline-block;
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border: 0.8px solid #ffffff26;
  border-radius: 50%;
  font-size: 26px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.footer-links .f-link::before {
  width: 100%;
  height: 1em;
  position: absolute;
  left: 0;
  bottom: -1.35em;
  background: radial-gradient(ellipse at center,
      rgb(255 254 254 / 35%) 0%,
      rgb(255 255 255 / 0%) 80%);
  opacity: 0;
  transition: all 0.65s;
  content: "";
}

.footer-links .f-link:hover::before {
  opacity: 1;
}

.footer-links .f-link:hover {
  background: var(--white);
  transform: translateY(-6px);
}

.footer-links .f-link:hover i {
  color: var(--blue);
}

.footer_sec {
  padding-bottom: 50px;
}

.footer_sec .copy-right {
  margin-top: 45px;
  text-align: center;
}

.footer_sec .copy-right p {
  font-size: 18px;
  color: var(--white);
  line-height: 32px;
}

.testimonial_sec .testimonial_slider .test_slide .author_dv .author_img {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden;
}

.logo_container {
  height: 145px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.marquee-inner {
  display: flex;
  gap: 60px;
  width: 200%;
  height: 100%;
  position: absolute;
}

.marquee-inner.to-left {
  animation: marqueeLeft 25s linear infinite;
}
@keyframes marqueeLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* Adjust based on content */
}

/* Pause on hover */
.logo_container:hover .marquee-inner.to-left {
  animation-play-state: paused;
  cursor: grab;
}

/*@keyframes marqueeLeft {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}*/

.logo-tile {
  width: 170px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /*margin: 0 10px;*/
  float: left;
  transition: all 0.2s ease-out;
}

.marquee-inner span {
  display: flex;
  justify-content: space-around;
  align-items: center;
  float: left;
  width: 50%;
  height: 100%;
  gap: 60px;
}

.faq_accordion .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: unset;
  padding-bottom: 20px;
}

.work_icon:hover {
  filter: brightness(120%);
  box-shadow: 0 0 20px 0px #0000004d;
}

/* (17/9) */
.slider-box {
  overflow: hidden;
  border: 13px solid #fff;
  border-radius: 35px;
}

.video_wrapper {
  position: relative;
  padding-top: 56.25%;
}

.video_wrapper .img-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.video_wrapper .img-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-iocn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3;
}

.video_wrapper .video-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  /* hidden initially */
  z-index: 1;
}

.video-box iframe {
  width: 100%;
  height: 100%;
}

/* (17/9 account_page) */

.banner_sec.inner_bnnr {
  padding-bottom: 180px;
}

.inner_bnnr .banner_content * {
  color: #fff;
}

.banner_sec.inner_bnnr .banner_content {
  max-width: 950px;
}

.inner_bnnr .banner_content .bnnr_hd h2 {
  text-transform: uppercase;
  font-weight: 800;
}

.inner_bnnr .banner_content .bnnr_para {
  max-width: 860px;
  margin-inline: auto;
  margin-bottom: 0px;
}

.inner_bnnr .banner_content .bnnr_para p {
  line-height: 1.6;
}

.footer_sec.inner-footer {
  padding-top: 50px;
}

.footer_sec.inner-footer .footer-links {
  margin-top: 0;
}

.footer_sec.inner-footer .copy-right {
  margin-top: 30px;
}

.form_sec .main-form-inner {
  max-width: 817px;
}

.form_sec .form-input {
  width: 100%;
  padding: 16px 20px;
  background: transparent;
  border: 1px solid #00000014;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  border-radius: 5px;
  box-shadow: none;
  outline-offset: unset;
  outline: unset;
}

/* remove arrows from input type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* Hide by default */
#phoneField,
#emailField {
  display: none;
}

.form_btn {
  text-align: center;
}

.form_btn button.cta {
  appearance: none;
  border: unset;
}

/* (assesment) */
.banner_sec.inner_bnnr.assesmnt_bnnr .banner_content {
  max-width: 645px;
}

.form_sec.assessmnt_sec .main-form-inner {
  max-width: 1006px;
}

.form_sec.assessmnt_sec .main-form-inner .form_hd {
  max-width: 484px;
  margin-inline: auto;
  margin-bottom: 20px;
}

.form_sec.assessmnt_sec .main-form-inner .form_hd h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
}

.form_sec.assessmnt_sec .main-form-inner .radio-wrp {
  display: inline-flex;
  margin-right: 10px;
}

.form_sec.assessmnt_sec .main-form-inner .form_btn {
  text-align: left;
}

.form_sec.final-step .main-form-inner {
  max-width: 1052px;
}

.form_sec.final-step .main-form-inner .form_btn {
  text-align: left;
}

.form_sec .main-form-inner .inner-btn {
  margin-top: 20px;
}

/* rupali css */
.text-white {
  color: #fff;
}

.main-form-sec {
  padding-bottom: 120px;
}

.main-form-inner {
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  margin-top: -100px;
  padding: 50px;
  box-shadow: 0px 32px 44px 0px rgba(181, 183, 182, 0.18);
}

.form-field .main-hdng {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}

.label-field {
  font-size: 16px;
  font-weight: 400;
}

.form-wrap .form-field {
  margin-bottom: 24px;
}

.radio-wrp {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

/* plans css */
.select-plan-main h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
}

.plans-wrp {
  display: flex;
  align-items: center;
  gap: 30px;
}

.plan {
  background-image: linear-gradient(90deg,
      #5395c9 0%,
      #9cc4e4 50%,
      #5395c9 100%);
  border-radius: 10px;
  text-align: center;
}

.hd-badge {
  background-color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 10px 0;
  margin: 5px;
  margin-bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.plan-cntnt {
  padding: 14px 20px;
  padding-bottom: 34px;
  color: #fff;
}

.plan-hd h5 {
  font-size: 26px;
  font-weight: 700;
}

.check-form .check-label {
  font-size: 12px;
}

.check-field {
  display: flex;
  align-items: center;
  gap: 6px;
}

.check-field {
  display: flex;
  align-items: center;
  gap: 6px;
}

.check-form form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.plan-hd {
  padding-bottom: 24px;
  border-bottom: 1px solid #fffbfb14;
  margin-bottom: 28px;
}

.per-day-value span {
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  text-shadow: 2px 0px #00000040;
}

.per-day-value p:not(.free-months) {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  font-family: "Montserrat", sans-serif;
  gap: 5px;
}

.per-day-value .currency {
  font-size: 40px;
}

.per-day-value .value {
  font-size: 70px;
}

.perday {
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.plan-cntnt h5 {
  color: #fff;
}

.per-day-value h5 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}

.per-day-value {
  position: relative;
  padding-bottom: 18px;
}

.money-back-img img {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.plan-list {
  margin-bottom: 30px;
  padding: 0;
}

.plan-list li {
    list-style: none;
    font-size: 18px;
    border-top: 0.5px dashed #ffffff4d;
    gap: 10px;
    padding: 18px 0;
    font-weight: 500;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    /* max-width: max-content; */
    margin: unset;
    text-align: left;
}

.plan-list li img {
  min-width: 25px;
  /* margin-right: 5px; */
}

.plan-list li:last-child {
  border-bottom: 0.5px dashed #ffffff4d;
}

.selct-plan-btn a {
  width: 100%;
}

.plan .cta.cta-green:hover {
  background-color: #fff;
  color: #000;
}

.plan .cta.cta-green {
  padding: 15px 40px;
}

/* custom radio css*/

.radio-input {
  appearance: none;
}

.label-field {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

.label-field::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #81e644;
  border-radius: 50%;
  background: transparent;
}

.label-field::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #81e644;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.radio-input:checked+.label-field::after {
  opacity: 1;
}

/* custom radio css ends*/

/* custom checkbox css */
.check-input {
  appearance: none;
}

.check-label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  user-select: none;
}

.check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 0.5px solid #ffffff33;
  border-radius: 3px;
  background: transparent;
  box-sizing: border-box;
}

.check-label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 40%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.check-input:checked+.check-label::after {
  opacity: 1;
}

.check-input:checked+.check-label::before {
  background-color: #ffffff05;
}

/* custom checkbox css ends  */

.best-paln .per-day-value .currency {
  font-size: 42px;
}

.best-paln .per-day-value .value {
  font-size: 86px;
}

.best-paln .perday {
  font: 20px;
}

.best-paln.plan {
  background-image: linear-gradient(90deg,
      #1e649b 0%,
      #4f8fc2 50%,
      #1e649b 100%);
}

.free-months {
  font-size: 35px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #81e644;
  padding: 10px 0;
  position: relative;
  margin-bottom: 20px;
}



.best-paln .plan-cntnt {
  padding-left: 0;
  padding-right: 0;
}

.best-paln .plan-list,
.best-paln .selct-plan-btn {
  padding: 0 20px;
}

.best-paln .per-day-value p:has(span) {
  margin-bottom: 0;
}

.best-paln .money-back-img img {
  right: 0;
  transform: translateY(-80%);
}

.continue-btn .cta {
  background-color: #1e649b;
  color: #fff;
  padding: 21px 60px;
}

.continue-btn .cta:hover {
  background-color: #81e644;
  color: #000;
}

/* pop ups css */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 78%);
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.modal-cmmn {
  position: relative;
  margin: auto;
  z-index: 9;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
}

.modal-inner {
  max-width: 900px;
  margin: auto;
  background-color: #fff;
  padding: 40px 40px;
  position: relative;
  border-radius: 30px;
  height: calc(100dvh - 80px);
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.form-field.highlight {
    outline: 1px solid red;
    padding: 5px;
    border-radius: 5px;
}

.modal-inner::-webkit-scrollbar {
  display: none;
}

.cross-icon a {
  position: absolute;
  right: -15px;
  top: 30px;
  color: #1e649b;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: #edf3f7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  z-index: 1;
}

.modal-yes-btn {
  border: unset;
}

.modal-hdng p,
.modal-form .form-field .main-hdng,
.modal-hdng h6 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 8px;
}

.total {
  font-size: 26px;
  font-weight: 600;
  margin-top: 20px;
}

.modal-video {
  border-radius: 20px;
  overflow: hidden;
}

.modal-yes-btn {
  margin-top: 35px;
}

.modal-hdng h2 {
  margin-bottom: 4px;
  margin-top: 20px;
}

.modal-video .slider-box {
  overflow: hidden;
  border: unset;
  border-radius: unset;
}

/*  no popup */
#modal-rejected .modal-inner {
  height: unset;
}

#modal-rejected .modal-hdng h3 {
  font-weight: bold;
  font-size: 28px;
  margin-right: 30px;
  margin-bottom: 18px;
}

#modal-rejected .modal-yes-btn {
  margin-top: 20px;
}

#modal-rejected .cross-icon a {
  right: 15px;
  top: 15px;
}

.continue-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.modal-hdng h6 {
  margin-bottom: 0;
}

.covering-total p {
  font-size: 20px;
  margin-top: 15px;
}

.modal-video .play-iocn img {
  width: 60px;
}

.best-paln.plan .hd-badge {
  text-transform: uppercase;
  color: #1E649B;
  font-weight: 700;
}

.plan .hd-badge {
  font-family: "Montserrat", sans-serif;
}

.plan-list li:nth-child(2) {
  max-width: 229px;
  border-top: unset;
}

.plan-list li:nth-child(3)+li {
  max-width: 100%;
  border-top: unset;

}

.plan-list li:first-child,
.plan-list li:nth-child(3) {
  border-block: 0.5px dashed #ffffff4d;
}

.resrch_content .resrch_card:nth-child(2) .card_txt {
  max-width: 435px;
}

.work_sec {
  position: relative;
  overflow: hidden;
}

.form_sec .main-form-inner .slider-box {
  border: unset;
  border-radius: 20px;
  margin-bottom: 25px;
}

.ssp_sec .abs_bg {
  top: 60px;
}