body{
    margin: 0px;
    padding: 0px;
}










/******************train_main_details_start_css********************/

.train_section_div{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    border-radius: 5px;
}



.train_left_section_main{
    width: 35%;
    margin-right: 50px;
    margin-top: 20px;
 
}

.train_left_section{
width: 100%;
box-shadow: 0px 0px 7px rgb(128 128 128 / 77%);
}


.train_right_section{
    width: 70%;
}


.img_save_width{
    width: 100%;
    border-radius: 5px;
}

.fare_summary_text{
    font-size: 16px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    color: #242424;
    font-weight: 700;
    padding: 10px;
    border-bottom: 1px dotted gray;
}


.ault_main_div{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}


.ault_main_div_left{
    width: 50%;
}

.ault_main_div_right{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}




.adult_text{
    font-size: 12px;
    color: #242424;
    padding-left: 10px;
    line-height: 10px;
}


.please_provided_div{
    width: 100%;
    background-color: #08abd0;
    margin-top: 10px;
    padding: 11px 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}


.please_texts{
    font-size: 13px;
    color: #fff;
}

/******************train_main_details_close_css********************/






/******************Offers_main_section_start_css********************/
.offters_main_div{
    width: 100%;
    box-shadow: 0px 0px 7px rgb(128 128 128 / 77%);
    margin-top: 20px;
    border-radius: 5px;
    padding: 20px 0px 30px 0px;
}


.offers_tranin{
    font-size: 20px;
    margin: 0px;
    padding: 0px 0px 10px 20px;
    color: #242424;
    font-weight: 700;
    border-bottom: 1px dotted gray;
}


.offers_signup{
    font-size: 14px;
    padding: 10px 0px;
    color: #000000;
}


.enter_div_section{
    width: 90%;
    display: flex;
    justify-content: flex-start;
    margin: 0px 20px;
}

.enter_div_section_left{
    width: 67%;
    margin-right: 20px;
    margin-top: 10px;
}


.enter_div_section_right{
    width: 38%;
}

.enter_your_btn{
    border: 1px solid gray;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 15px;
    color: #000000;
}


.enter_your_btn:hover{
    color: #242424;
}

.apply_btn{
    padding: 12px 41px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    background-color: #f23a16;
    position: relative;
    border: 1px solid #08abd0;
    top: 11px;
}

.apply_btn:hover{
    background-color: #f23a16;
    border: 1px solid #08abd0;
    color: #fff;
}




/******************Offers_main_section_close_css********************/






/******************Offter_Destination_section_start_css********************/

.offter_destination_div{
    width: 100%;
    box-shadow: 0px 0px 7px rgb(128 128 128 / 77%);
    margin-top: 20px;
    border-radius: 5px;
    padding: 20px 3px 30px 7px;
}

.offter_destination_main_div{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offter_destination_main_div_left{
    width: 10%;
}

.offter_destination_main_div_right{
    width: 90%;
}

.offter_destination_main_div_right p{
    font-size: 13px;
    color: #000000;
    padding: 10px 0px 0px;
    line-height: 18px;
}


/******************Offter_Destination_section_close_css********************/







/******************train_right_section_start_css********************/

.review_section_strt{
    width: 100%;
    padding: 20px;
    box-shadow: 0px 0px 7px rgb(128 128 128 / 77%);
}


.review_section_strt_inner{
    width: 100%;
    display: flex;
    box-shadow: 0px 0px 7px rgb(128 128 128 / 77%);
    justify-content: flex-start;
}


.review_section_strt_inner_left{
    width: 40%;
    background-color: #fff;
    padding: 40px 0px;
}

.review_section_strt_inner_right{
    width: 60%;
}


.review_booking{
    font-size: 16px;
    margin: 16px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    color: #242424;
    font-weight: 700;
    text-align: left;
}





.review-title {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}




.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 100%;
  width: 350px;
  margin-top: 51px;
}

.progress-container::before {
    content: "";
    border: 1px solid rgb(0 0 0 / 53%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 6px;
    width: 100%;
    z-index: -1;
}

.progress {
  background-color: #f2340e;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 5px;
  width: 0%;
  z-index: -1;
  transition: 0.4s ease;
}

.circle {
    background-color: #f2340e;
    color: #000000;
    border-radius: 50%;
    height: 24px;
    top: -14px;
    width: 23px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid gray;
    transition: 0.4s ease;
}

.circle.active {
  border-color: #f2340e;
  border: 1px solid gray;
}

.btn_sppper{
    background-color: transparent;
    color: #000000;
    border: 0;
    border-radius: 6px;
    cursor: pointer;
    padding: 8px 47px 0px 0px;
    margin: 5px;
    font-size: 12px;
    position: relative;
    top: -14px;
}

.btn_sppper:active {
  transform: scale(0.98);
}

.btn_sppper:focus {
  outline: 0;
}

.btn_sppper:disabled {
  background-color: transparent;
  cursor: not-allowed;
}



/******************train_right_section_start_css********************/






/******************booking_details_start_css********************/

.booking_detail_div{
    width: 100%;
    box-shadow: 0px 0px 7px rgb(128 128 128 / 77%);
    margin-top: 20px;
}

.booking_detail_div_inner{
    width: 100%;
    padding: 10px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.booking_detail_div_inner_left{
    width: 50%;
}


.booking_detail_div_inner_right{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.booking_details_heading{
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    color: #242424;
    padding: 15px 20px;
    font-weight: 700;
    border-bottom: 1px dotted gray;
}

.delhi_to_benglur_heading{
    font-size: 13px;
    color: #000000;
    margin: 0px;
    padding-top: 5px;
}


.ndls_span_heading{
    font-size: 13px;
    color: gray;
    line-height: 16px;
}

.gnwl_btn{
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    background-color: #f23a16;
    position: relative;
    top: 9px;
}

.gnwl_btn:hover{
    color: #fff;
    background-color: #f23a16;
}


.sbc_div_main{
    width: 100%;
    background-color: #ebebeb;
    padding: 20px;
    margin-top: 15px;
}


.sbc_div_main_section{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.sbc_div_main_section_left{
    width: 25%;
}

.sbc_div_main_section_center{
    width: 50%;
  line-height: 10px;
  padding: 22px 0px;
}


.sbc_div_main_section_right{
    width: 25%;
}


.thu_heading{
    font-size: 13px;
    color: #000000;
    margin: 0px;
}

.ndls_hideng{
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

.booking_timg{
    font-size: 12px;
    color: #000000;
}

.sbc_right_station{
    font-size: 13px;
    color: gray;
    margin: 0px;
}

.thu_heading_delhi{
    font-size: 13px;
    color: #000000;
    margin: 0px;
    line-height: 14px;

}

.sbc_ndls_sf{
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin: 0px;
    line-height: 10px;
}

.km_heading{
    font-size: 14px;
    text-align: center;
    color: gray;
    font-weight: 600;
    margin: auto;
    display: block;
    line-height: 15px;
}

.line_red{
    margin: auto;
    display: block;
    text-align: center;
}





.thu_headingr {
    font-size: 13px;
    color: #000000;
    margin: 0px;
    display: flex;
    justify-content: flex-end;
}
.ndls_hidengr {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: flex-end;
}
.sbc_right_stationr {
    font-size: 13px;
    color: gray;
    margin: 0px;
    display: flex;
    justify-content: flex-end;
}
.thu_heading_delhir {
    font-size: 13px;
    color: #000000;
    margin: 0px;
    line-height: 14px;
    display: flex;
    justify-content: flex-end;
}
.booking_timgr {
    font-size: 12px;
    color: #000000;
}


.select_boarding_div{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 20px;
}


.select_boarding_div_left{
    width: 40%;
}


.select_boarding_div_right{
    width: 53%;
}


.select_boarding_text{
    font-size: 15px;
    color: #000000;
    position: relative;
    top: 7px;
}



/****************drop_select_start_css************************/

*,
*::before,
*::after {
  box-sizing: border-box;
}



.select {
    width: 100%;
    min-width: 15ch;
    max-width: 100%;
    border: 1px solid gray;
    border-radius: 0.25em;
    padding: 13px 10px;
    font-size: 15px;
    cursor: pointer;
    line-height: 1.1;
    background-color: #fff;
    background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
    display: grid;
    grid-template-areas: "select";
    align-items: center;
    position: relative;
}

.select::after {
    content: "";
    width: 21px;
    height: 17px;
    background-image: url(../images/select_drop_icon.png);
    justify-self: end;
    position: relative;
    top: 0px;
    left: -10px;
    background-repeat: no-repeat;
}

.select select,
.select:after {
  grid-area: select;
}

.select select {
  /* A reset of styles, including removing the default dropdown arrow */
  appearance: none;
  /* Additional resets for further consistency */
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  color: #000000;
  line-height: inherit;
  outline: none;
  align-items: center;
}

.select select:focus + .focus {
  position: absolute;
  top: 50px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--select-focus);
  border-radius: inherit;
}

.margin_left{
    margin-left: 12px;
}

/****************drop_select_close_css************************/


/******************booking_details_start_css********************/







/******************traveller_details_start_html********************/

.traveller_section_div{
    width: 100%;
    padding-top: 20px;
    box-shadow: 0px 0px 7px rgb(128 128 128 / 77%);
    margin-top: 20px;
}


.traveller_heading{
    font-size: 18px;
    margin: 0px;
    padding: 0px 0px 12px 0px;
    color: #242424;
    font-weight: 700;
    border-bottom: 1px dotted gray;
    padding-left: 15px;
}


.add_travel_div{
    width: 100%;
    margin-top: 10px;
    padding-left: 20px;
}

.add_heading_t{
font-size: 15px;
margin: 0px;
padding: 0px;
color: #f2340e;
font-weight: 700;
}

.user_add_img{
    position: relative;
    top: -3px;
}

/******************traveller_details_start_html********************/




/******************input_div_section_start_css********************/



.input_div_section{
    width: 100%;
    margin-top: 10px;
    padding: 0px 20px 20px 20px;
}

.male_btn{
    font-size: 15px;
    color: #000000;
    background-color: #00aeef;
    padding: 6px 60px;
    border: 1px solid gray;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


.female_btn{
    font-size: 15px;
    color: #000000;
    background-color: #fff;
    padding: 6px 51px;
    border: 1px solid gray;
    position: relative;
    left: -4px;
    font-weight: 600;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.female_btn:hover{
    color: #000000;
    background-color: #fff;
}


.male_btn:hover{
    color: #000000;
    background-color: #00aeef;
}


.berth_texts{
    font-size: 14px;
    color: #000000;
    margin: 0px;
}

.color_start{
    font-weight: 700;
    color: #000000;
}

.input_margin{
margin-top: 5px;
}

.form_contral {
    padding: 20px 10px;
    border-radius: 10px;
    border: 1px solid gray;
}

.form_contral_age{
    padding: 22px 16px;
    border-radius: 10px;
    width: 54px;
    border: 1px solid gray;
}

::placeholder{
    color: #000000!important;
}

.save_cencle_div{
    width: 100%;
    padding: 5px 40px;
    background-color: #00aeef;
    border: 1px solid gray;
    border-bottom-left-radius: 7px;
    display: flex;
    border-bottom-right-radius: 7px;
    justify-content: flex-end;
}

.save_btn{
    padding: 0px 20px;
    background-color: #f23a16;
    margin-left: 20px;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
}

.save_btn:hover{
    background-color: #f23a16;
    color: #fff;
}

.cancle_btn{
    padding: 0px 20px;
    background-color: transparent;
    margin-left: 20px;
    font-size: 14px;
    border-radius: 3px;
    color: #fff; 
}

.cancle_btn:hover{
    color: #fff; 
}

/******************input_div_section_close_css********************/







/******************DESTINATION_ADDRESS_start_css********************/

.destination_addrss_div{
    width: 100%;
    padding: 20px 0px;
    box-shadow: 0px 0px 7px rgb(128 128 128 / 77%);
    margin-top: 20px;
}

.destination_heading{
    font-size: 18px;
    margin: 0px;
    padding: 0px 0px 10px 15px;
    color: #242424;
    font-weight: 700;
    border-bottom: 1px dotted gray;
}

.row_contactes_from_1{
    margin-left: 0px;
    margin-right: 0px;
}

.row_contactes_from_2{
margin: 0px 20px;
}
/******************DESTINATION_ADDRESS_start_css********************/





/******************CONTACT_DETAILS_START_CSS********************/

.contacts_heading{
    font-size: 18px;
    margin: 0px;
    padding: 0px 0px 10px 15px;
    color: #242424;
    font-weight: 700;
    border-bottom: 1px dotted gray;
}


.contact_div_section{
    width: 100%;
    padding: 20px 0px;
    margin-top: 20px;
    box-shadow: 0px 0px 7px rgb(128 128 128 / 77%);
}


.well_contacts_text{
    font-size: 13px;
    color: #747474;
    font-weight: 500;
    padding-top: 6px;
}

.get_otp_btn{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #00aeef;
    border: 1px solid gray;
}



.get_otp_btn{
    padding: 5px;
    background-color: #00aeef;
    border: none;
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
    border: 1px solid gray;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    top: 35px;
}
.get_otp_btn:hover{
    background-color: #00aeef;
    color: #fff;
    text-decoration: none;
}

.phn_dex_div{
    display: flex;
}

.mobil_text_btn{
    padding: 3px 4px;
    color: #fff;
    font-weight: 400;
    background-color: #00aeef;
    height: 42px;
    position: relative;
    line-height: 34px;
    top: 29px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


.form_contral_phn{
    padding: 20px 10px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
    border-left: 1px solid #fff;
    border-right: 1px solid gray;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.phn_marging{
font-size: 14px;
color: #000000;
margin: 0px;
position: relative;
left: -25px;    
}


/****check_box_start**********/


  /* Basic styles */
  input[type="checkbox"],
  input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 2em;
    height: 1.5em;
    line-height: 1.5;
    cursor: pointer;
  }
  label::before,
  label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1.5em;
    height: 1.5em;
  }
  label::before {
    content: " ";
    border: 2px solid #bdc3c7;
    border-radius: 20%;
  }
  /* Checkbox */
  input[type="checkbox"] + label::after {
    content: "\2714";
    color: #2c3e50;
    line-height: 1.5;
    text-align: center;
  }
  /* Radio */
  input[type="radio"] + label::before {
    border-radius: 50%;
  }
  input[type="radio"] + label::after {
    content: " ";
    top: 5px;
    left: 5px;
    width: 10px;
    height: 7px;
    background: #00aeef;
    border: 5px solid #fff;
    border-radius: 50%;
  }
  /* :checked */
  input[type="checkbox"]:checked + label::before,
  input[type="radio"]:checked + label::before {
    background: #00aeef;
    border-color: #fff;
  }
  input[type="checkbox"] + label::after,
  input[type="radio"] + label::after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  input[type="checkbox"]:checked + label::after,
  input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  /* Transition */
  label::before,
  label::after {
    -webkit-transition: 0.25s all ease;
    -o-transition: 0.25s all ease;
    transition: 0.25s all ease;
  }
  
  .option_text{
      font-size: 14px;
      color: #242424;
      font-weight: 400;
  }

/****check_box_close**********/




/******************CONTACT_DETAILS_START_CSS********************/







/******************IRCTC_ID_START_CSS********************/
.irctc_div_section{
    width: 100%;
    box-shadow: 0px 0px 7px rgb(128 128 128 / 77%);
    margin-top: 20px;
    padding: 20px 0px;
}

.irctc_heading{
    font-size: 18px;
    margin: 0px;
    padding: 0px 20px 10px 20px;
    color: #242424;
    font-weight: 700;
    border-bottom: 1px dotted gray;
}

.important_main_div{
    width: 95%;
    border: 1px solid #f2340e;
    margin-top: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.imp_div_inf{
    width: 60%;
    padding: 2px 10px;
    background-color: #f2340e;
    margin-bottom: 10px;
}
.imp_div_inf p{
    font-size: 14px;
    color: #fff;
    margin: 0px;
}

.redirected_div{
    width: 100%;
    padding: 0px 10px 10px 10px;
}

.redic_text{
    font-size: 14px;
    color: #242424;
    margin: 0px;
}


.irctc_accoundt_div{
    padding: 0px 10px;
}

.enteer_mfc{
    padding: 8px 34px;
    border: 1px solid gray;
    border-radius: 5px;
    color: #242424;
    font-size: 15px;
    position: relative;
    top: 10px;
}

.enteer_mfc:hover{
    color: #242424;
}

.verift_btn{
    padding: 5px;
    background-color: #00aeef;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 48px;
    border: 1px solid gray;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    top: 10px;
}   

.verift_btn:hover{
    color: #fff;
}

.have_irct_text{
    font-size: 13px;
    color: #242424;
    position: relative;
    top: 19px;
    line-height: 40px;
}

.created_text{
    font-size: 12px;
    color: #00aeef;
    font-weight: 500;
}


.irctc_acc_span{
    font-size: 12px;
    color: gray;
}


/******************IRCTC_ID_CLOSE_CSS********************/





/******************RESERVATION_PREFERENCES_START_CSS********************/
.reservation_main_div{
    width: 100%;
    margin-top: 20px;
    padding: 20px 0px;
    box-shadow: 0px 0px 7px rgb(128 128 128 / 77%);
}

.reservation_section_div{
    font-size: 18px;
    margin: 0px 0px 15px 0px;
    padding: 0px 20px 10px 20px;
    color: #242424;
    font-weight: 700;
    border-bottom: 1px dotted gray;
}

.option_text{
    font-size: 14px;
    color: #242424;
    font-weight: 500;
}


/****************drop_select222_start_css************************/

*,
*::before,
*::after {
  box-sizing: border-box;
}



.select_sec {
    width: 100%;
    min-width: 15ch;
    max-width: 100%;
    border: 1px solid gray;
    border-radius: 0.25em;
    padding: 13px 10px;
    font-size: 15px;
    cursor: pointer;
    line-height: 1.1;
    background-color: #fff;
    background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
    display: grid;
    grid-template-areas: "select";
    align-items: center;
    position: relative;
}

.select_sec::after {
    content: "";
    width: 21px;
    height: 17px;
    background-image: url(../images/drop_dow_sec2.png);
    justify-self: end;
    position: relative;
    top: 0px;
    left: -10px;
    background-repeat: no-repeat;
}

.select_sec select,
.select_sec:after {
  grid-area: select;
}

.select_sec select {
  /* A reset of styles, including removing the default dropdown arrow */
  appearance: none;
  /* Additional resets for further consistency */
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  color: #000000;
  line-height: inherit;
  outline: none;
  align-items: center;
}

.select_sec select:focus + .focus {
  position: absolute;
  top: 50px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--select-focus);
  border-radius: inherit;
}

.margin_left{
    margin-left: 12px;
}

/****************drop_select222_close_css************************/



/******************RESERVATION_PREFERENCES_CLOSE_CSS********************/










/******************SECURE_MY_TRIP_START_CSS********************/

.secure_section_div{
    width: 100%;
    padding: 20px 0px;
    margin-top: 20px;
    box-shadow: 0px 0px 7px rgb(128 128 128 / 77%);
}

.secure_heading_text{
    font-size: 18px;
    margin: 0px;
    padding: 0px 0px 10px 20px;
    color: #242424;
    font-weight: 700;
    border-bottom: 1px dotted gray;
}


/******************SECURE_MY_TRIP_CLOSE_CSS********************/





/******************PAY_RS_START_CSS********************/
.pay_section{
    width: 100%;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    border: 1px solid gray;
    padding: 5px 10px;
    background-color: #00aeef;
    margin-top: 20px;
}


.pay_text{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.pay_text:hover{
    color: #fff;
    font-weight: 700;
}


/******************PAY_RS_CLOSE_CSS********************/

/****check_box_close**********/
@media only screen and (max-width:1440px) and (min-width:1366px){}
@media only screen and (max-width:1366px) and (min-width:1280px){}
@media only screen and (max-width:1280px) and (min-width:1024px){}
@media only screen and (max-width:1024px) and (min-width:768px){
	.form_main_div4 {
    width: 24%;
    padding: 10px 15px;
    border-left: 1px solid gray;
}







.enter_div_section {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 0px 20px;
    flex-direction: column;
}
.enter_div_section_left {
    width: 100%;
    margin-right: 20px;
    margin-top: 10px;
}
.enter_div_section_right {
    width: 100%;
    margin-top: 14px;
}
.offter_destination_main_div_right {
    width: 87%;
    padding-left: 10px;
}
.get_otp_btn {
       top: 0px;
}
.select select {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
font-size: 8px;}
	
}
@media only screen and (max-width:768px) and (min-width:640px){}
@media only screen and (max-width:640px) and (min-width:480px){}
@media only screen and (max-width:480px){
	.enter_your_btn {
    border: 1px solid gray;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 11px;
    color: #000000;
}
.train_section_div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    border-radius: 5px;
    flex-direction: column;
}
.train_left_section_main {
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
}
.train_right_section {
    width: 100%;
}
.line_red {
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
}
.get_otp_btn {
    padding: 5px;
    background-color: #00aeef;
    border: none;
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
    border: 1px solid gray;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    top: 0px;
}
}