:root {
  --maroon: #9c1d26;
  --black: #231f20;
  --white: #ffffff;
  --green: #1abfa3;
  --grey: #bebebe;

  --L_maroon_bg: #fff5e9;
  --black_1: #333333;
  --grey-2: #8b8787;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  color: #231f20;
  font-size: 14px;
  background-color: #FAFAFA;
  position: relative;
}

*:focus {
  outline: none!important;
  box-shadow: none!important;
}


.web_header_one {
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}

.web_header_two {
  font-size: 32px;
}

.web_header_three {
  font-size: 24px;
}

.web_text_link {
  font-size: 14px;
  line-height: 140%;
  text-decoration: underline;
  color: var(--maroon);
  cursor: pointer;
}
.web_text_link:hover{
  color: var(--maroon);
}

.line_with_char {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.28px;
  text-align: center;
  color: var(--black);
   
}



.web_body_one {
  font-size: 14px;
  line-height: 140%;
}

.web_body_two {
  font-size: 16px;
  /* font-weight: 700; */
}

.web_body_three {
  font-size: 14px;
  line-height: 130%;
}

.web_font_notes {
  font-size: 13px;
  line-height: 160%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}

h1 {
  color: var(--maroon);
}



html {
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
}

.grey_line {
  height: 0.5px;
  background-color: #c2c2c2;

}

/* .main_white_bg_control{
  overflow-y: scroll;
  overflow-x: hidden; 
   height: 760px;

} */
/* 
.main_white_bg {
  background: var(--white);
  min-height: 100%;
  padding: 30px 65px 30px 65px;
  border-radius: 8px;
  box-shadow: 0 0 0 0 rgba(121, 14, 14, 0.05), -19px 10px 46px 0 rgba(121, 14, 14, 0.05), -74px 38px 83px 0 rgba(121, 14, 14, 0.04), -167px 86px 113px 0 rgba(121, 14, 14, 0.03), -297px 153px 134px 0 rgba(121, 14, 14, 0.01), -464px 239px 146px 0 rgba(121, 14, 14, 0);
  height: 760px;
  overflow-y: scroll;
  overflow-x: hidden;

} */



.main_white_bg {
  background: var(--white);
  min-height: 760px;
  padding: 30px 65px 30px 65px;
  border-radius: 8px;
  box-shadow: 0 0 0 0 rgba(121, 14, 14, 0.05), -19px 10px 46px 0 rgba(121, 14, 14, 0.05), -74px 38px 83px 0 rgba(121, 14, 14, 0.04), -167px 86px 113px 0 rgba(121, 14, 14, 0.03), -297px 153px 134px 0 rgba(121, 14, 14, 0.01), -464px 239px 146px 0 rgba(121, 14, 14, 0);
  /* height: 760px; */
  /* overflow-y: scroll; */
  /* overflow-x: hidden; */

}


.main_page_margin {
  margin-bottom: 62px;

}



/* left_side banner */

.left_banner_image_container {
  position: relative;
  /*margin-top: 84px;*/
  justify-content: center;
  display: flex;
}

.left_banner_image_container .type_2 {
  position: absolute;
  margin-top: 177px;
  right: -101px;

}

.left_banner_image_container .type_3{
  position: absolute;
  margin-top: 163px;
  right: -137px;
}

.left_banner_image_container .type_4{
  position: absolute;
  margin-top: 163px;
  right: -71px;
}

/* navbar */

.web_cus_navbar {
  padding: 0px;
  margin-bottom: 28px;
  position: absolute;
  top: 25px;
  left: 30px;

}

.web_cus_navbar .navbar_inner {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  width: 100%;
}

.web_cus_navbar .navbar-brand {
  margin-right: 37px;

}


.web_cus_navbar .logo_img {
  width: 147px;
  height: auto;
}

/* dropdown */
.cus_dropdown .cus_drop_down_btn {
  background: transparent;
  border: none;
  color: var(--maroon);
  font-size: 13px;
  line-height: 1.41;
  padding: 0px 0px;

}

.cus_dropdown .cus_drop_down_btn:hover,
.cus_dropdown .cus_drop_down_btn:focus,
.cus_dropdown .cus_drop_down_btn:active {
  box-shadow: none;
  outline: none;
}


.cus_dropdown .cus_drop_down_btn .dropdown_img {
  width: 24px;
  margin-right: 2px;
}

.cus_dropdown .cus_drop_down_btn .dropdown_content {
  padding-bottom: 0px;
  border-bottom: 1px solid var(--maroon);
}


.cus_dropdown .dropdown-toggle::after {
  top: 2px;
  position: relative;
}


.cus_dropdown .cus_drop_down_menu {
  border: solid 1px #e5ebf3;
  background-color: #f4f7fb;
  width: 100%;
  min-width: 100%;
  padding: 0px;
}

.cus_dropdown .cus_drop_down_menu li a {
  font-size: 13px;
  color: #333;
  padding: 5px 0px 5px 18px;
  border-bottom: 1px solid #e5ebf3;
}

.cus_dropdown .cus_drop_down_menu li a:focus {
  outline: none;
  background: none;
}


.cus_dropdown .cus_drop_down_menu li a .dropdown_highlight_color {
  font-size: 13px;
  font-weight: 700;

}


/* steeper */
.mob-bs-stepper-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 7px;
}

.mob-bs-stepper-header .mob-bs-stepper-inner-content {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.mob-bs-stepper-header .mob-bs-stepper-numberandstep {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}




.mob-stepper-number {
  font-size: 14px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0.25rem;
  line-height: 32px;
  color: #fff;
  background-color: var(--grey);
  border-radius: 50%;

}

.mob-bs-stepper-header .mob-bs-stepper-numberandstep.actives.completed .mob-stepper-number {
  background-color: var(--green);
}

.mob-bs-stepper-header .mob-bs-stepper-numberandstep.actives .mob-stepper-number {
  background-color: var(--maroon);

}

.mob-stepper-label {
  display: inline-block;
  margin: 0.25rem;
  font-size: 12px;
}

.mob-bs-stepper-header .mob-bs-stepper-numberandstep.actives .mob-stepper-label {
  color: var(--black_1);
  line-height: 1.41;
  margin-bottom: 0px;
}




.mob-bs-stepper-line-content {
  display: block;
  border-color: #afafaf;
  border-top-style: dotted;
  border-top-width: 2px;

}

.mob-bs-stepper-line {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: absolute;
  top: 20px;
  left: calc(-50% + 16px);
  right: calc(50% + 16px);
}



/* banner_image_container */
.banner_image_container {
  text-align: center;
  margin-bottom: 4px;
}

.banner_image_container img {
  width: 114px;

}

.Congratulations_content h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
}

.Congratulations_content p {
  margin-bottom: 3px;
  letter-spacing: 0.24px;
  color: var(--grey-2);
}


/* live_chat_btn */


.live_chat_btn {
  position: fixed;
  color: var(--white);
  right: 30px;
  bottom: 30px;
  font-size: 11px;
  z-index: 1500;
  border-radius: 30px;
  box-shadow: 0 3.8px 13.1px 0 rgba(0, 0, 0, 0.25);
  background-color: #af575e;
  padding: 13px 14px;
  font-size: 16.5px;

}

.live_chat_btn:hover,
.live_chat_btn:active,
.live_chat_btn:focus {
  color: var(--white);
  outline: none;
}

.live_chat_btn .live_chat_img {
  width: 30px;
  margin-right: 3px;
}

/* Next Button */
.next_button{
  height: 49px;
  width: 280px;
  justify-content: center;
  align-items: center;
  padding: 14px 97px;
  border-radius: 100px;
  background-color: var(--maroon);
}

.next_button_content{
  font-size: 16px;
  line-height: 1.3;
  color: var(--white);
}


/* common Radio button */
.checkbox_container {
  background-color: #f4f7fb;
  padding: 4px 6px 4px 6px;
  border-radius: 24px;
  display: flex;
}


.checkbox_container .inputGroup {
  background-color: transparent;
  flex: 1;
  display: block;
  margin-bottom: 0px;
  position: relative;
  border-radius: 100px;

}

.checkbox_container .inputGroup:last-child {
  margin-bottom: 0px;
}

.checkbox_container .inputGroup label {
  padding: 12px 0px 12px 11px;
  width: 100%;
  margin: 0px;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  font-size: 16px;
  border-radius: 100px;
  text-align: left;

}

.checkbox_container .inputGroup .checkbox_text {
  vertical-align: middle;
}

.checkbox_container .inputGroup label::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  background-color: var(--white);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
  opacity: 0;
  z-index: -1;
  background-image: url(../images/icon/tick_mark.svg);
  background-repeat: no-repeat;
}

.checkbox_container .inputGroup label::before {
  width: 18px;
  height: 18px;
  content: '';
  border: 1px solid #c2c2c2;
  background-color: transparent;
  background-image: url(../images/icon/tick_mark.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 3px 3px;
  border-radius: 50%;
  z-index: 2;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 5px;
  transition: all 200ms ease-in;
}


.checkbox_container .inputGroup .checkbox_input:checked~label {
  color: #3d3d3d;

}

.checkbox_container .inputGroup .checkbox_input:checked~label::after {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
  width: 100%;

}


.checkbox_container .inputGroup .checkbox_input:checked~label::before {
  background-image: url(../images/icon/tick_mark_white.svg);
  width: 24px;
  height: 24px;
  background-color: #54E0C7;
  border-color: #54E0C7;
}


.checkbox_container .inputGroup .checkbox_input {
  width: 16px;
  height: 16px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}


/* line_btn */
.line_btn{
  border-radius: 100px;
  border: solid 1.5px var(--maroon);
  font-size: 19px;
  background: transparent;
  color: var(--maroon);
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  padding: 14px 14px;
}

.line_btn:hover{
  color: var(--maroon);

}

.large_btn{
  width: 389px;padding-top: 12px; padding-bottom: 12px;
}

/*  cus_btn*/

.cus_btn {
  border-radius: 100px;
  font-weight: bold;
  font-size: 16px;
  padding: 14px 14px;
  width: 280px;
  color: var(--white);

}

.cus_btn:hover {
  color: var(--white);
}


.cus_btn.fill_btn {
  background-color: var(--maroon);
}
.cus_btn_line{
  border-radius: 100px;
  font-weight: bold;
  font-size: 16px;
  padding: 14px 14px;
  width: 280px;
  border: solid 1.5px var(--maroon);
  color: var(--maroon);
}

.cus_btn_line:hover {
  color: var(--maroon);
}
.cus_btn_line{
  border-radius: 100px;
  font-weight: bold;
  font-size: 16px;
  padding: 14px 14px;
  width: 280px;
  border: solid 1.5px var(--maroon);
  color: var(--maroon);
}

.cus_btn_line:hover {
  color: var(--maroon);
}


/* edit btn small */
.small_btn {
  font-size: 12px;
  line-height: 1.3;
  color: #a22b34;
  background: rgb(156 29 38 / 10%);
  margin-left: 4px;
  padding: 4px 10px;
  border-radius: 12px;

}

.small_btn .edit_btn_img{
  margin-right: 3px;
  width: 11px;
  height: 11px;

}


.small_btn:hover,
.small_btn:focus{
  color: #a22b34;
  outline: none;
  box-shadow: none;
}




/* buttons */
.form_line_btn{
  min-width: 216px;
  background-color: var(--white);
  border-radius: 100px;
  color: var(--maroon);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 100px;
  padding: 14px 0px;
  border: solid 1.5px var(--maroon);
}
.form_line_btn:hover{
  color: var(--maroon);

}



.form_fill_btn{
  min-width: 216px;
  background-color: var(--maroon);
  border-radius: 100px;
  color: var(--white);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 100px;
  padding: 14px 0px;
}

.form_fill_btn:hover{
  color: var(--white);

}

.form_single_btn{
 width: 280px;
 background-color: var(--maroon);
 padding: 14px 0px;
 color: var(--white);
 font-size: 16px;
 font-weight: bold;
 line-height: 1.3;
 border-radius: 100px;
}

.form_single_btn:hover{
  color: var(--white);

}


/* cus_input_group */

.cus_input_group{
  margin-bottom: 24px;
}

.cus_input_group .cus_input_label{
  /*color: var(--grey-2);
  font-size: 14px;*/
  letter-spacing: 0.28px;

}
.cus_input_group .cus_control_input{
  border: none;
  border-bottom: 1px solid #dedede;
  border-radius: 0px;
  padding: 8px 0px 3.5px 0px;
  outline: none;
  /*font-size: 16px;*/
  color: var(--black);
  line-height: 1.3;
  outline: none;
}

.cus_input_group .cus_control_input:focus,
.cus_input_group .cus_control_input:active,
.cus_input_group .cus_control_input:hover{
  outline: none;
  box-shadow: none;

}





.cus_input_group .cus_control_text{
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.26px;
  margin-top: 3px;
  display: inline-block;
  color: var(--grey-2);

}


.cus_input_group::placeholder {
  font-size: 16px;
  line-height: 0.91;

}
.cus_input_group:-ms-input-placeholder {
  font-size: 16px;
  line-height: 0.91;

}

.cus_input_group::-ms-input-placeholder { 
  font-size: 16px;
  line-height: 0.91;
}


/* common_checkbox */


.common_checkbox .checkbox_heading{
  font-size: 14px;
  letter-spacing: 0.28px;
  color: var(--black);
   margin-bottom: 9px;
}

.common_checkbox .form-check {
  /* padding-right: 16px; */
  cursor: pointer;
  margin: 0px;
}


.common_checkbox .form-check .form-check-input{
  width: 20px;
  height: 20px;
  display: inline-block;
  border: solid 1.5px var(--grey);
  background-color:var(--white);
  margin-top: 2px;
  margin-bottom: 2px;

}


.common_checkbox .form-check .form-check-label{
  /*font-size: 16px;*/
  letter-spacing: 0.32px;
  color: var(--black);
  margin: 0px;
  padding-left: 9px;
    padding-right: 16px;

}

.common_checkbox .form-check .form-check-input:checked[type=radio]{
  border: solid 1.2px var(--maroon);
  background-image: url(../images/icon/round.svg);
  background-size: 24px;
}



/* cus_modal */
.cus_modal .modal-dialog{
max-width: 693px;
}
.cus_modal .modal-dialog .modal-content{
  padding:50px 50px 40px 50px;
  border-radius:24px;
  box-shadow:0 -8px 10px 0 rgba(170, 170, 170, 0.06);
  background-color: var(--white);
}


.cus_modal .modal-dialog .modal-content .close_btn_modal{
  position: absolute;
  top:23px;
  right:23px;
  width:12px;
  height:12px;
  color: var(--black);
}

.cus_modal .modal-content .modal_heading{
  margin-bottom: 24px;
}

.cus_modal .modal-content .modal_heading .modal_heading_image{
  width: 24px;
  height: 24px;
  margin-right: 7px;
}

.cus_modal .modal-content .modal_heading .modal_heading_content{
  font-size: 24px;
  color: var(--black);
}



/* KnowWhy */

.know_why_model .modal_body {
  margin-bottom: 0px;
}

.know_why_model .modal_body h2 {
  font-size: 24px;
  letter-spacing: -0.24px;
  color: var(--black);
  margin-bottom: 8px;
}

.know_why_model .modal_body p {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.14px;
  text-align: left;
  color: #333;
  margin-right: 18px;
}

.know_why_model .modal-dialog {
  max-width: 582px;
}



/* inbut_box_link */
.inbut_box_link_btn{
  font-size: 16px;
  line-height: 1.3;
  color: var(--maroon);
  padding: 0px;
  cursor: pointer;
}
.inbut_box_link_btn:hover,
.inbut_box_link_btn:focus,
.inbut_box_link_btn:active{
  color: var(--maroon);

}


.cus_input_group.inbut_box_link {
  position:relative;
}

.cus_input_group.inbut_box_link .inbut_box_link_btn{
  position: absolute;
  right: 0px;
  bottom: 2px;

}


/* emi_table */

.emi_table{
  display: flex;
  background-color: #fff5e9;
  border-radius: 12px;
  flex-wrap: wrap;
  padding: 25px 26px;
  margin-top: 4px;

}

.emi_table .emi_table_item{
   position: relative;
   flex: 1;
}

.emi_table .emi_table_item .emi_table_heading{
  font-size: 12px;
  color: var(--grey-2);
   margin-bottom: 10px;
}

.emi_table .emi_table_item .emi_table_sub_heading{
  font-size: 16px;
  line-height: 0.91;
  margin-bottom: 4px;
}




.emi_table .emi_table_item .emi_table_item_inner{
  display: flex;
  align-items: center;
  text-align: left;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  padding: 0px 24px 0px 24px;
  border-right: 1px solid #dedede;
}

.emi_table .emi_table_item:last-child{
  flex: 0;
}

.emi_table .emi_table_item:last-child .emi_table_item_inner{
  border: none;
}



.check_form_conatainer{
  padding: 0px 5px;
    margin-top: 34px;
}

.check_form_conatainer .check_form_heading{
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}

.check_form_conatainer .check_form_content.left{
  flex: 1;
}

.check_form_conatainer .check_form_content.left .check_form_icon{
  width: 20px;
  margin-right: 11px;
}

.check_form_conatainer .check_form_content.left .check_form_title{
  margin-right: 16px;
  font-size: 20px;
  color: var(--black);
}

.first_safe_img {
  width: 118px;
  margin: 0 auto;
  margin-top: 24px;
}

.type_1{
  width: 100%;
}

.container, .container-lg, .container-md, .container-sm, .container-xl{max-width: 100% !important;}