




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




/******************Train_main_start_div********************/
.train_main_div{
    width: 100%;
    background-color: #00133d;
    padding: 0px 55px;
    float: left;

}

.book_icon_heading {
    text-align: left;
    font-size: 20px;
    padding: 0px;
    font-weight: 600;
    color: #000;
    margin-top: 12px;
    padding-top: 12px;
    /* margin: 0px; */
}
.box_tickets_div{
    width: 90%;
    background-color: #fff;
    border-radius: 5px;
    margin: auto;
    padding: 10px 30px;
    box-shadow: 0px 0px 10px grey;

}
.box_inner_ticket_heading{
    width: 100%;
    display: flex;
    justify-content:flex-start;
    padding-top: 15px;
}

.box_inner_heading1{
width: 17%;
}

.box_inner_heading2{
    width: 32%;
    }

    .box_inner_heading3{
        width: 16%;
    }
    
.box_inner_heading4{
    width: 30%;
}


.book_btn_tickets{
    padding: 2px 6px;
    background-color: #26b3d5;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    border-radius: 7px;
    text-decoration: none;
}

.book_btn_tickets:hover{
    background-color: #26b3d5;
    color: #fff;
    text-decoration: none;
}

.box_pargrph_heding{
    font-size: 14px;
    color: #242424;
}



.form_main_div{
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    border-radius: 8px;
    padding: 0px 20px;
    margin-top: 10px;
    box-shadow: 0px 0px 7px rgb(128 128 128 / 77%);
}

.form_main_div1{
    width: 28%;
    padding: 10px 0px;
}

.form_main_div2 {
    width: 33%;
    padding: 10px 30px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

.form_main_div3{
    width: 23%;
    padding: 10px 30px;
}

.form_main_div4{
    width: 15%;
    padding: 10px 15px;
    border-left: 1px solid gray;
}


.form_main_div1 p{
    font-size: 15px;
    color:#242424;
    margin: 0px;
    font-weight: 500;
}

.form_main_div1 h2{
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    font-size: 17px;
    color:#242424;
}

.form_main_div1 span{
    font-size: 13px;
    color: #242424;
    margin: 0px;
    font-weight: 600;
}

.form_main_div2 p{
    font-size: 15px;
    color:#242424;
    margin: 0px;
    font-weight: 500;
}

.form_main_div2 h2{
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    font-size: 17px;
    color:#242424;
}

.form_main_div2 span{
    font-size: 13px;
    color: #242424;
    margin: 0px;
    font-weight: 600;
}

.form3_main_inner{
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.form3_main_inner1{
    width: 80%;
}
.form3_main_inner2{
    width: 20%;
}

.form3_main_inner1 p{
    font-size: 15px;
    color:#242424;
    margin: 0px;
    font-weight: 500;
}

.form3_main_inner1 h1{
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    font-size: 17px;
    color:#242424;
}

.form3_main_inner1 span{
    font-size: 13px;
    color: #242424;
    margin: 0px;
    font-weight: 600;
}


.Recent_div{
    width: 29%;
    margin: auto;
    display: block;
    padding: 10px 0px;
}


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

.recent_inner_main1{
    width: 40%;
}

.recent_inner_main2{
    width: 60%;
}

.recent_inner_main1 span{
    font-size: 14px;
    color: #242424;
    margin: 0px;
    font-weight: 600;
}

.recent_inner_main2 span{
    font-size: 14px;
    color: #242424;
    margin: 0px;
    font-weight: 600;
    line-height: 16px;
}


.searh_div_btn{
    width: 12%;
    margin: auto;
    display: block;
    text-align: center;
}


.search_btn{
    text-decoration: none;
    text-align: center;
    margin: auto;
    display: block;
    background-color: #26b3d5;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border-radius: 24px;
    text-transform: uppercase;
    padding: 8px;
    position: relative;
    top: 14px;
}

.search_btn:hover{
    background-color: #26b3d5;
    color: #fff;
}

/******************Train_main_close_div********************/







/******************Zero_Service_Start_css********************/

.zero_service_div {
    width: 100%;
    background-image: linear-gradient(to right, #ff0000 , #f7572d);
    margin: 20px 0px;
    border-radius: 5px;
    float: left;
    padding: 10px;
}

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


.zero_left_div{
    width: 40%;
    padding: 0px 0px 0px 50px;
}

.zero_center_div{
    width: 35%;
    padding: 0px 50px;

}


.zero_right_div{
    width: 25%;
}


.zero_left_div h1{
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: left;
}

.zero_left_div p{
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: left;
}

.train_width_img{
    width: 100%;
}

.coupon_btn{
    text-align: center;
    margin: auto;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 2px dotted;
    padding: 8px 0px;
    border-radius: 8px;
    position: relative;
    top: 72px;
}

.coupon_btn:hover{
    color: #fff;
}

/******************Zero_Service_Start_css********************/






/******************Super_Offres_start_css********************/
.super_main_div{
    width:100%;
    background-color: #fff;
    box-shadow: 0px 0px 7px rgb(128 128 128 / 77%);
    padding: 20px 0px;
    margin-bottom: 0px;
    padding-bottom: 41px;
    border-radius: 10px;
}





/* Component Needs */

.pc-tab > input,
.pc-tab section > div {
  display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3,
#tab4:checked ~ section .tab4
 {
  display: block;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3,
#tab4:checked ~ nav .tab4
 {
  color: red;
}

/* Visual Styles */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



.pc-tab {
  width: 100%;
  margin: 0 auto;
}
.pc-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pc-tab ul li label {
    float: left;
    padding: 5px 20px;
    border-bottom: 0;
    background: #fff;
    color: #000000;
    margin-right: 20px;
    font-size: 15px;
    font-weight: 500;
}
.pc-tab ul li label:hover {
  background: #fff;
}
.pc-tab ul li label:active {
  background: #ffffff;
}
.pc-tab ul li:not(:last-child) label {
  border-right-width: 0;
}
.pc-tab section {
  clear: both;
}
.pc-tab{
    padding: 2px 11px;
    width: 100%;
    background: #fff;
    line-height: 1.5em;
    letter-spacing: 0.3px;
    color: #444;
}
.pc-tab section div h2 {
  margin: 0;
  letter-spacing: 1px;
  color: #34495e;
}

#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab3:checked ~ nav .tab3 label,
#tab4:checked ~ nav .tab4 label 
 {
    background: #ce1414;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
}
#tab1:checked ~ nav .tab1 label:after,
#tab2:checked ~ nav .tab2 label:after,
#tab3:checked ~ nav .tab3 label:after,
#tab4:checked ~ nav .tab4 label:after
 {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  left: 0;
  bottom: -1px;
}



.super_offres{
    font-size: 22px;
    color: #242424;
}





/**********Tab_start*****************/

.tab_inner_div{
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
}

.tab_inner_div_boex{
    width: 33%!important;
    margin: 0px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px rgb(128 128 128 / 77%);
}


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

.box_maino1_left {
    width: 34%;
}


.box_maino1_right {
    width: 67%;
    margin-left: 7px;
}

.tc_span{
    font-size: 12px;
    line-height: 32px;
    color: #747474;
}

.interduction_heading{
    font-size: 14px;
    margin: 0px;
    font-weight: 700;
    padding: 0px;
    line-height: 18px;
}
.img_tb_width{
    width: 100%;
}

.make_penalty_heading{
    font-size: 11px;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    line-height: 15px;
}

.explor_div_btn{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.explore_btn{
    font-size: 12px;
    font-weight: 700;
    color: #26b3d5;
    position: relative;
    top: 16px;
}

.explore_btn:hover{
    color: #26b3d5;
}
.explore_btn2{
    font-size: 12px;
    font-weight: 700;
    color: #26b3d5;
    position: relative;
    top: 16px;x;
}

.explore_btn2:hover{
    color: #26b3d5;
}

.explore_btn3{
    font-size: 12px;
    font-weight: 700;
    color: #26b3d5;
    position: relative;
    top: 16px;
}

.explore_btn3:hover{
    color: #26b3d5;
}

/**********Tab_close*****************/



/******************Super_Offres_close_css********************/







/******************Why_choose_start_css********************/

.why_choose_main_div{
    width: 100%;
}

.why_choose_tb_heading{
    font-size: 22px;
    color: #242424;
    width: 97%;
    margin: auto;
    font-weight: 700;
    padding-left: -10px;
    border-bottom: 1px dotted gray;
    margin: 20px auto 30px
}

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

.why_choose_inner_box1{
    width: 31%;
    padding: 30px 10px;
    background-color: #fff;
    margin: 0px 10px 30px 16px;
    box-sizing: 0px 0px 10px gray;
    box-shadow: 0px 0px 10px grey;
    border-radius: 10px;
}


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

.inner_div_left{
    width: 20%;
}
.inner_div_center{
    width: 70%;
    padding-left: 20px;
}
.inner_div_right{
    width: 10%;
}

.pnr_heading_s{
    font-size: 15px;
    color: #000000;
    font-weight: 600;
}


.checkz_phrapght{
    font-size: 13px;
    color: #242424;
    font-weight: 500;
    line-height: 16px;
}

.arrow_why_img{
    top: 8px;
    position: relative;
    width: 100%;
}

/******************Why_choose_close_css********************/






/****************************irct_start_css**********************************/

.irctc_main_div{
    width: 100%;
}


.irctc_setting_heading{
    font-size: 22px;
    color: #242424;
    width: 97%;
    margin: auto;
    font-weight: 700;
    padding-left: -10px;
    border-bottom: 1px dotted gray;
    margin: 0px auto 30px
}

.irctc_main_div_inner{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 5px;
}

.irct_box1{
    width: 33%;
    background-color: #fff;
    margin: 0px 15px;
    box-shadow: 0px 0px 7px rgb(128 128 128 / 77%);
    padding: 15px;
    border-radius: 10px;
}


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

.irct_div_maininner_left{
    width: 20%;
}

.irct_div_maininner_center{
    width: 80%;
}

.irct_div_maininner_right{
    width: 8%;
}

.irctc_pss_text{
    font-size: 18px;
    font-weight: 700;
    color: #26b3d5;
    text-align: center;
}


.irctc_pss_text:hover{
    color: #26b3d5;
}


/***********************irct_close_css*********************************/







/***********************Popular_Train_Routes_start_css*********************************/

.popular_train_div{
    width: 100%;
    background-color: #fff;
    margin-top: 25px;
    box-shadow: 0px 0px 7px rgb(128 128 128 / 77%);
    padding: 15px;
	margin-bottom: 40px;
    border-radius: 10px;
}

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

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

.popular_train_boxs_inner{
    width: 33%;
    background-color: #fff;
    margin: 0px 0px;
}


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

.popular_box_left{
    width: 12%;
}

.popular_box_right {
    width: 90%;
    margin-bottom: 10px;
    border-bottom: 1px solid #80808042;
}


.populat_trin_phr{
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
}

.populat_trin_phr_spen{
    font-size: 13px;
    color: #26b3d5;
}

.via{
    font-size: 13px;
    color: #000000;
}

.train_black_img{
    width: 80%;
}
/***********************Popular_Train_Routes_Close_css*********************************/








/***********************Popular_Train_Start_css*********************************/

.populat_trin_phr_ss {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
}

.populat_trin_phr_spenss {
    font-size: 13px;
    color: #26b3d5;
    line-height: 24px;
}

.viass{
    font-size: 11px;
    color: #000000;
}
/***********************Popular_Train_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){
.why_choose_inner_box1 {
width: 29%;}
.popular_box_right {
    width: 90%;
    padding-left: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #80808042;
}
.explore_btn {
    font-size: 12px;
    font-weight: 700;
    color: #26b3d5;
    position: relative;
    top: 0px;
}
.inner_div_left img{width:100%;}
.search_btn {
    text-decoration: none;
    text-align: center;
    margin: auto;
    display: block;
    background-color: #26b3d5;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 24px;
    text-transform: uppercase;
    padding: 8px;
    position: relative;
    top: 14px;
}	
.explore_btn3 {
    font-size: 12px;
    font-weight: 700;
    color: #26b3d5;
    position: relative;
    top: 0px;
}
	
}
@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){
.box_inner_ticket_heading {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-top: 15px;
    flex-direction: column;
}
.box_inner_heading1 {
    background: #dfdfdf;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
}
.box_inner_heading2 {
    background: #dfdfdf;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
}
.box_inner_heading3 {
     background: #dfdfdf;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
}	
.box_inner_heading4 {
    background: #dfdfdf;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
}
.form_main_div {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.form_main_div1 {
    width: 100%;
    padding: 10px 0px;
	border-top:1px solid #ccc;
}
.form_main_div2 {
    width: 100%;
	border-top:1px solid #ccc;
padding: 10px 0px;
border-left: 0px solid gray;
    border-right: 0px solid gray;}

.form_main_div4 {
    width: 100%;
	border-top:1px solid #ccc;
padding: 10px 0px;
border-left: 0px solid gray;}

.form_main_div3 {
    width: 100%;
	border-top:1px solid #ccc;
    padding: 10px 0px;
}
.form3_main_inner1 {
    width: 100%;
}
.recent_inner_main2 {
    width: 100%;
}
.Recent_div {
    width: 100%;
    margin: auto;
    display: block;
    padding: 10px 0px;
}
.searh_div_btn {
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
}
.zero_left_div {
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.zero_service_div_inner {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.zero_center_div {
    width: 100%;
    padding: 0px 0;
}
.zero_right_div {
    width: 100%;
}
.coupon_btn {
    text-align: center;
    margin: auto;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 2px dotted;
    padding: 8px 0px;
    border-radius: 8px;
    position: relative;
    top: 0px;
}
.tab_inner_div {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.tab_inner_div_boex {
    width: 100%!important;
    margin: 8px 2px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px rgb(128 128 128 / 77%);
}
.explore_btn {
    font-size: 12px;
    font-weight: 700;
    color: #26b3d5;
    position: relative;
    top: 0px;
}
.pc-tab ul li label {
    float: left;
    padding: 5px 5px;
    border-bottom: 0;
    background: #fff;
    color: #000000;
    margin-right: 20px;
    font-size: 12px;
    font-weight: 500;
}
.why_choose_inner_box1 {
width: 100%;}
.irctc_main_div_inner {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 5px;
    flex-direction: column;
}
.irct_box1 {
    width: 100%;
    background-color: #fff;
    margin: 7px 15px;
    box-shadow: 0px 0px 7px rgb(128 128 128 / 77%);
    padding: 15px;
    border-radius: 10px;
}
.popular_train_div_inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.popular_train_boxs_inner {
    width: 100%;
    background-color: #fff;
    margin: 0px 0px;
}
.why_choose_tb_heading {
    font-size: 18px;
    color: #242424;
width: 93%;}
}