/* @import url("https://fonts.googleapis.com/css?family=Manrope"); */

.App {
  text-align: left;
  font-family: 'Manrope';
  background-color: #253844;
}

.App.Overlay {
  opacity: 0.2;
}

.Kotak_logo_container {
  display: flex;
  flex-direction: row;
  width: auto;
  height: auto;
}

.Kotak_logo {
  /* margin-top: 3vh;
  margin-bottom: 4.5vh; */
  display: block;

}

.Image_Header {
  display: flex;
  flex-direction: column;
  min-height: 10vh;
}

.White_Background {
  background-color: #FFFFFF;
  width: 100%;
}

.Header {
  /* padding-left: 6vw;
  padding-right: 6vw; */
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  /* min-height: 80px; */
  min-height: 10vh;
  padding-bottom: 32px;
}

.Header.error {
  background: #516069;
}

.Header.Overlay {
  opacity: 0.2;
}

.Heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  /* letter-spacing: 1px; */
  text-align: left;
  color: #FFFFFF;
  padding-top: 105px;
  margin-bottom: 0.8vh;
}

.Heading_desc {
  color: #BEC3C7;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  padding-right: 7vw;
}

.Body {
  background: #FFFFFF;
  border-radius: 16px 16px 0px 0px;
  padding-left: 20px;
  padding-right: 20px;
  /* padding-left: 6vw;
  padding-right: 6vw; */
  padding-top: 30px;
  min-height: 70vh;
}

.Body_Content {
  width: 100%;
}

.Body.Overlay {
  opacity: 0.2;
  pointer-events: none;
}

.Container_choice_circle {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #F7F7F7;
  border-color: #999999;
  border-style: solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Container_choice_circle.Selected {
  border-color: #3857FF;
}

.Container_choice_inside_circle {
  height: 8px;
  width: 8px;
  background-color: #3857FF;
  border-radius: 100px;
}

.Kyc_header {
  font-weight: 500;
  font-size: 14px;
  line-height: 171%;
  color: #253844;
  margin-bottom: 1.2vh;
}

.Kyc_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  color: #253844;
}

.List_option_container {
  flex: none;
  border: 1px solid #E3E3E3;
  /* max-width: 500px; */
  border-radius: 14px;
  margin-bottom: 1.6vh;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-self: center;
}

.List_option_container.Selected {
  border: none;
  border-radius: 10px;
  background: #EFF1FF;
  cursor: default;
}

.List_option_container_cols {
  flex: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.List_primary_text_col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.List_primary_text {
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  color: #000000;
}

.List_primary_text.List_add_option {
  color: #3857FF;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.List_sub_text {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 4px;
}

.List_secondary_col {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.List_secondary_text {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-right: 12px;
}

.Button_border {
  height: 56px;
  background: #3857FF;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  position: relative;
}

.Button {
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0em;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  font-style: normal;
  font-family: 'Manrope';
}

.Button_border.Disabled_button {
  background-color: #9CABFF;
}

.Button_border.List_option_button {
  margin-top: 25px;
}

.Desktop_header {
  padding-bottom: 32px;
}

.Summary_detail_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.Summary_detail_title {
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.8;
}

.Summary_detail_title.resume_journey_detail_title {
  color: #000;
}

.Summary_detail_value {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.Summary_detail_value.resume_journey_detail_value {
  color: #000;
}

.Summary_partition_line {
  opacity: 0.2;
  background: #FFF;
  height: 1px;
  margin-bottom: 20px;
}

.Summary_partition_line.resume_journey_details_partition {
  background: #000;
}

.Toggle_selection_box {
  border-radius: 14px;
  border: 1px solid var(--grey-cc, #CCC);
  padding: 21px 16px;
}

.resume_journey_title_row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.Toggle_row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.Toggle_box_primary_text {
  color: var(--black-00, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 137.5%;
}

.Toggle_box_secondary_text {
  color: var(--grey-66, #666);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 157%;
}

.Payment_overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  border-radius: 16px 16px 0px 0px;
  z-index: 9999;
}

.QR_overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #253844;
  z-index: 9999;
}

.Desktop_overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Spinner_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

.Spinner {
  width: 30px;
  height: 30px;
  border: 3px solid;
  border-color: #253844 transparent #253844 transparent;
  border-radius: 50%;
  animation: spin-anim 1.2s linear infinite;
}

@keyframes spin-anim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.Terms_hyperlink {
  color: #3857FF;
  text-decoration: none;
}

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

.Button_loading{
  /* width: 100px;
  height: 100px; */
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

.Button_loading span{
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #FFFFFF;
  margin: 35px 5px;
  opacity: 0;
}

.Button_loading span:nth-child(1){
  animation: opacitychange 1s ease-in-out infinite;
}

.Button_loading span:nth-child(2){
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.Button_loading span:nth-child(3){
  animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}

.Field_error_icon {
  margin-bottom: -6px;
  margin-top: -2px;
}

.react-datepicker {
  font-family: 'Manrope' !important;
  border-radius: 20px !important;
}

.react-datepicker__header {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.react-datepicker__month-select {
  font-family: 'Manrope' !important;
}

.react-datepicker__year-select {
  font-family: 'Manrope' !important;
}

.Shadow_round_border {
  fill: #FFF;
  filter: drop-shadow(0px -6px 4px rgba(0, 0, 0, 0.25));
}

.input-slider {
  height: 2px;
  z-index: 1;
  margin-left: 0;
  padding-left: 0;
}

.font-color-666 {
  color: #666;
}

.font-color-3857FF {
  color: #3857FF;
}

.font-color-000 {
  color: #000;
}

.font-color-253844 {
  color: #253844;
}

.font-color-FF0049 {
  color: #FF0049;
}

.font-color-FFF {
  color: #FFF;
}

.font-color-E9E9E9 {
  color: #E9E9E9;
}

.font-color-9E9E9E {
  color: #9E9E9E;
}

.header_tnc_font_color {
  color: rgba(37, 56, 68, 0.50);
}

.font-family-manrope {
  font-family: 'Manrope';
  font-style: normal;
}

.font-size-7 {
  font-size: 7px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-48 {
  font-size: 48px;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-900 {
  font-weight: 900;
}

.text-align-left {
  text-align: left;
}

.text-align-centre {
  text-align: center;
}

.line-height-normal {
  line-height: normal;
}

.line-height-9_5 {
  line-height: 9.5px;
}

.line-height-11_5 {
  line-height: 11.5px;
}

.line-height-13 {
  line-height: 13px;
}

.line-height-16 {
  line-height: 16px;
}

.line-height-17 {
  line-height: 17px;
}

.line-height-18 {
  line-height: 18px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-22 {
  line-height: 22px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-32 {
  line-height: 32px;
}

.line-height-34 {
  line-height: 34px;
}

.line-height-36 {
  line-height: 36px;
}

.line-height-60 {
  line-height: 60px;
}

.letter-spacing-3 {
  letter-spacing: 3px;
}

.text-transform-uppercase {
  text-transform: uppercase;
}

.partition-1px-E3E3E3 {
  height: 1px;
  width: 100%;
  background-color: #E3E3E3;
}

.flex-row-equal-containers {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
}

.flex-row-align-centre {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flex-row-centre {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

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

.flex-row-space-between-align-start {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-row-space-around {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.flex-row-space-around-align-start {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
}

.flex-row-space-around-align-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.flex-column-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex-column-align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-cloumn-centre {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-row-space-around-align-baseline {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}

.flex-column-justify-centre-align-start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.flex-column-align-centre-justify-end {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.flex-wrap {
  flex-wrap: wrap;
}

.gap-13 {
  gap: 13px;
}

.gap-22 {
  gap: 22px;
}

.gap-24 {
  gap: 24px;
}

.width-full-screen {
  width: 100%;
}

.width-90-percent {
  width: 90%;
}

.margin-left-16 {
  margin-left: 16px;
}

.margin-left-170 {
  margin-left: 170px;
}

.margin-left-420 {
  margin-left: 420px;
}

.margin-right-1 {
  margin-right: 1px;
}

.margin-right-12 {
  margin-right: 12px;
}

.margin-right-17 {
  margin-right: 17px;
}

.margin-right-21 {
  margin-right: 21px;
}

.margin-right-neg-28 {
  margin-right: -28px;
}

.margin-bottom-6 {
  margin-bottom: 6px;
}

.margin-bottom-7 {
  margin-bottom: 7px;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.margin-bottom-19 {
  margin-bottom: 19px;
}

.margin-bottom-22 {
  margin-bottom: 22px;
}

.margin-bottom-24 {
  margin-bottom: 24px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-38 {
  margin-bottom: 38px;
}

.margin-bottom-160 {
  margin-bottom: 160px;
}

.margin-bottom-neg-20 {
  margin-bottom: -20px;
}

.margin-top-1 {
  margin-top: 1px;
}

.margin-top-4 {
  margin-top: 4px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-6 {
  margin-top: 6px;
}

.margin-top-8 {
  margin-top: 8px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-14 {
  margin-top: 14px;
}

.margin-top-17 {
  margin-top: 17px;
}

.margin-top-21 {
  margin-top: 21px;
}

.margin-top-24 {
  margin-top: 24px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-33 {
  margin-top: 33px;
}

.margin-top-42 {
  margin-top: 42px;
}

.margin-top-46 {
  margin-top: 46px;
}

.margin-top-48 {
  margin-top: 48px;
}

.margin-top-neg-5 {
  margin-top: -5px;
}

.margin-top-neg-10 {
  margin-top: -10px;
}

.margin-top-neg-25 {
  margin-top: -25px;
}

.margin-top-neg-2vh {
  margin-top: -2vh;
}

.cursor-pointer {
  cursor: pointer;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-8 {
  border-radius: 8px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-1px-E3E3E3 {
  border: 1px solid var(--Divider-line, #E3E3E3);
}

.padding-horizontal-9 {
  padding-left: 9px;
  padding-right: 9px;
}

.padding-horizontal-17 {
  padding-left: 17px;
  padding-right: 17px;
}

.padding-horizontal-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.padding-horizontal-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.padding-horizontal-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.padding-horizontal-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.padding-horizontal-53 {
  padding-left: 53px;
  padding-right: 53px;
}

.padding-horizontal-210 {
  padding-left: 210px;
  padding-right: 210px;
}

.padding-vertical-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.padding-vertical-7 {
  padding-top: 7px;
  padding-bottom: 7px;
}

.padding-vertical-9 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.padding-top-12 {
  padding-top: 12px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-vertical-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-vertical-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-vertical-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.padding-vertical-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.padding-vertical-27 {
  padding-top: 27px;
  padding-bottom: 27px;
}

.padding-vertical-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.mobile-only-margin-bottom-12 {
  margin-bottom: 12px;
}

.mobile-only-margin-bottom-65 {
  margin-bottom: 65px;
}

.reward-card-background-color {
  background: rgba(187, 227, 239, 0.50);
}

.reward-card-box-shadow {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.reward-card-image {
  width: 40%;
}

.width-30 {
  width: 30px;
}

.width-33 {
  width: 33px;
}

.width-37 {
  width: 37px;
}

.width-375 {
  width: 375px;
}

.width_40 {
  width: 40px;
}

.width-48 {
  width: 48px;
}

.width-50 {
  width: 50px;
}

.width-57 {
  width: 57px;
}

.width-80 {
  width: 80px;
}

.width-138 {
  width: 138px;
}

.width-350 {
  width: 350px;
}

.width-434 {
  width: 434px;
}

.width-10-percent {
  width: 10%;
}

.width-15-percent {
  width: 15%;
}

.width-20-percent {
  width: 20%;
}

.width_25_percent {
  width: 25%;
}

.width_30_percent {
  width: 30%;
}

.width-35-percent {
  width: 35%;
}

.width-37-percent {
  width: 37%;
}

.width-40-percent {
  width: 40%;
}

.width-50-percent {
  width: 50%;
}

.width-60-percent {
  width: 60%;
}

.width-80-percent {
  width: 80%;
}

.width-100-percent {
  width: 100%;
}

.width-100vw {
  width: 100vw;
}

.min-height-0 {
  min-height: 0;
}

.min-height-135 {
  min-height: 135px;
}

.height-30 {
  height: 30px;
}

.height-48 {
  height: 48px;
}

.height-55-percent {
  height: 55%;
}

.height-100-percent {
  height: 100%;
}

.height-90vh {
  height: 90vh;
}

.height-100vh {
  height: 100vh;
}

.min-height-40vh {
  min-height: 40vh;
}

.min-height-60-percent {
  min-height: 60%;
}

.min-height-90 {
  min-height: 90px;
}

.min-height-50-percent {
  min-height: 50%;
}

.max-height-50-percent {
  max-height: 50%;
}

.max-height-101 {
  max-height: 101px;
}

.max-height-40 {
  max-height: 40px;
}

.min-width-83 {
  min-width: 83px;
}

.max-width-15px {
  max-width: 15px;
}

.max-width-30px {
  max-width: 30px;
}

.max-width-45px {
  max-width: 45px;
}

.max-width-70px {
  max-width: 70px;
}

.max-width-77 {
  max-width: 77px;
}

.max-width-85px {
  max-width: 85px;
}

.max-width-45 {
  max-width: 45px;
}

.max-width-88 {
  max-width: 88px;
}

.max-width-92 {
  max-width: 92px;
}

.max-width-99px {
  max-width: 99px;
}

.max-width-105px {
  max-width: 105px;
}

.max-height-123 {
  max-height: 123px;
}

.max-width-124 {
  max-width: 124px;
}

.max-width-132 {
  max-width: 132px;
}

.max-width-137 {
  max-width: 137px;
}

.max-width-140 {
  max-width: 140px;
}

.max-width-60-percent {
  max-width: 60%;
}

.sqaure-36 {
  width: 36px;
  height: 36px;
}

.sticky-div-top {
  position: sticky;
  top: 0;
}

.sticky-div {
  position: sticky;
  /* top: 0vh; */
  bottom: 0;
}

.height-2vh {
  height: 4vh;
}

.only_visible_desktop {
  display: none;
}

.Header_bg {
  position: absolute;
  width: 100vw;
}

.z-index-2 {
  z-index: 2;
}

.position-absolute {
  position: absolute;
}

.background-FF0049 {
  background: #FF0049;
}

.background-3857FF {
  background: #3857FF;
}

.visibility-hidden {
  visibility: hidden;
}

.header-benefit-border {
  border: 1px solid #253844;
  border-radius: 14px;
  width: 94px;
  height: 94px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
}

.header-benefit-border-desktop {
  border: 1px solid #253844;
  border-radius: 14px;
  width: 142px;
  height: 142px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content-wrapper {
  position: absolute;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.smooth-transition-button-appear {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.smooth-transition-button-appear.show {
  opacity: 1;
}

.opacity-0_8 {
  opacity: 0.8;
}

.border-radius-12-background-EFF1FF {
  border-radius: 12px;
  background-color: #EFF1FF;
}

.border-none {
  border: none;
}

.outline-none {
  outline: none;
}

.try-again {
  height: 100px;
  width: 100px;
}

.joining_fee_sticky_div {
  display: flex;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #BEEFC1;
  color: #666666;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding: 11px 10px;
  /* border-top-left-radius: 8px;
  border-top-right-radius: 8px; */
  border-radius: 8px;
  margin-bottom: -20px;
  gap: 10px;
}

.flex_column_start_start {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex_centre {
  display: flex;
  align-items: center;
  justify-content: center;
}

.joining_fee_card {
  border-radius: 16px;
  background: #39505C;
  padding: 20px 20px;
  display: flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: space-between;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
}

.joining_fee_subtext {
  color: #999999;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2px;
  vertical-align: middle;
}

.text_decoration_line_through {
  text-decoration: line-through;
}

@media (min-width : 768px) {
  .App {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
  }

  .Body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    border-radius: 0px 0px 0px 0px;
  }

  .Payment_overlay{
    width: 413px;
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    border-radius: 16px 16px 16px 16px;
  }

  .Header {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40vw;
  }

  .Desktop_header_image {
    width: 100%;
  }

  .Heading {
    padding-top: 0px;
    /* letter-spacing: 1px; */
    color: black;
    font-size: 28px;
    line-height: 36px;
  }

  .Heading_desc {
    color: #666666;
    width: 100%;
    font-size: 16px;
  }

  .Header.error {
    padding: 0;
    width: 0;
  }

  /* .Payment_overlay {
    left: 30%;
    bottom: 5%;
    width: 30vw;
    border-radius: 16px 16px 16px 16px;
  } */

  .Body_Content {
    width: 37.6%;
  }

  .List_primary_text {
    letter-spacing: -0.54px;
  }

  .only_visible_mobile {
    display: none;
  }

  .only_visible_desktop {
    display: inherit;
  }

  .mobile-only-margin-bottom-12 {
    margin-bottom: 0px;
  }

  .mobile-only-margin-bottom-65 {
    margin-bottom: 0px;
  }
}