/*---Re_useable Code*/
*{
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    color: #29292b;
    //overflow-x: hidden;
}
.screen_width{
    width: 100%;
}
.container{
    width: 1000px;
    height: auto;
    //background: brown;
    margin: 0 auto;
}
input{
    font-size: 18px;
    //background-color: none;
}
input:focus{
    outline: none;
    color: #29292b;
    font-size: 18px;
}
.booknow_btn{
    font-family: Merriweather, serif;
    font-size: 22px;
    text-align: center;
    background-color: #e62739;
    padding: 15px 30px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 5px 15px 35px rgba(72, 72, 72, 0.29);
}
::placeholder {
  color: #29292b;
  font-size: 18px;
}
::-webkit-input-placeholder {
  color: #29292b;
  font-size: 18px;
}
::-moz-placeholder {
  color: #29292b;
  font-size: 18px;
}
:-ms-input-placeholder {
  color: #29292b;
  font-size: 18px;
}
::-webkit-scrollbar {
display: none;
}
/*---Re_useable Code*/

/*----Header Starts Here----*/
.hero_header{
    background-image: url(Assets/img/header_hero.jpg);
    background-size: cover;
    height: 150vh;
    width: 100%;   
}
.logo_header{
    width: 55%;
    height: 80px;
    //background: grey;
    float: left;
}
.logo_header > a > img{
    margin-top: 10px;
}
.nav_header{
    width: 35%;
    height: 80px;
    //background-color: antiquewhite;
    float: right;
    margin-right: 55px;
}
.nav_menu{
    width: 40%;
    height: 50px;
    //background-color: cadetblue;
    float: left;
    padding-top: 30px;
}
.nav_menu > a{
    text-decoration: none;
}
.links_nav{
    font-size: 16px;
    margin-left: 5px;
}
.ham_menu{
    position: fixed;
    width: 90px;
    height: 80px;
    //background: red;
    right: 183px;
}
.ham_menu > img {
    margin-left: 13px;
    margin-top: 22px;
}
.signup-in{
    z-index: 2;
    display: none;
    width: 350px;
    height: 150px;
    background: #fff;
    position: fixed;
    border-radius: 5px;
    top: 110px;
    left: 640px;
    box-shadow: 0px 05px 8px #cecece;
    border: 1px solid #f2f2f2;
}
.signup-in > a > div{
    margin-top: 25px;
    width: 135px;
    height: 40px;
    border-radius: 50px;
    background-color: #6534ff;
    display: inline-block;
    margin-left: 25px;
    text-align: center;
}
.mid{
    position: absolute;
    left: 65px;
    margin-top: 10px;
    color: #fff;
}
.mid2{
    position: absolute;
    left: 222px;
    margin-top: 10px;
    color: #fff;
}
.search_box{
    margin-top: 45px;
}
.title_search{
    width: 200px;
    height: 60px;
    background-color: #ebebeb;
    text-align: center;  
}
.form_filling{
    width: 1000px;
    height: 80px;
    background-color: #fff;
    //text-align: center;
    box-shadow: 5px 25px 35px #dedede;
}
.fill_from{
    width: 350px;
    height: 100%;
    display: inline-block;
    //background-color: #fff;
    float: left;
    border-right:1px solid #b0b0b0;
}
.fill_from > img{
    margin-top: 30px;
    margin-left: 30px
}
.form_input{
    position: absolute;
    height: 80px;
    width: 280px;
    //background-color: red;
    border:none;
    margin-left: 20px;
}
.fill_to{
    width: 350px;
    height: 100%;
    display: inline-block;
    //background-color: indianred;
    float: left;
}
.fill_to > img{
    margin-top: 30px;
    margin-left: 30px
}
.form_search_btn{
    width: 299px;
    height: 63%;
    display: inline-block;
    color: #fff;
    background-color: #6534ff;
    float: left;
    font-size: 20px;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}
.form_chkbox{
    margin-top: 35px;
    width: 100%;
    height: 80px;
    display: inline-block;
    //background-color: aqua;
}
.checkbox_container input{
    display: none;
}
.checkbox_container{
    display: inline-block;
    padding-left: 55px;
    padding-top: 4px;
    position: relative;
    cursor: pointer;
    user-select: none;
    
}
.checkmark{
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #29292b;
    position: absolute;
    left: 0;
    top: 0;
}
.checkbox_container input:checked + .checkmark{
    background-color: blue;
    border: 2px solid  blue;
}
.checkbox_container:hover .checkmark{
    border: 2px solid #blue;
}
.checkbox_container input:checked + .checkmark:after{
    content: "";
    position: absolute;
    height: 7px;
    width: 14px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
}
.header_heading{
    font-family: Merriweather, serif;
    font-style: italic;
    font-size: 35px;
    margin-top: 150px;
    letter-spacing: .05em;
    line-height: 1.5em;
}
.quickbook{
    position: absolute;
    margin-top: 30px;
}
.quick_opt{
    width: 100%;
    height: 70px;
}
.quick_opt > a >div{
    display: inline-block;
    width: 40%;
    height: 100%;
    background: #fff;
    box-shadow: 5px 15px 35px rgba(126, 126, 126, 0.36);
}
#repeat_booking{
    width: 70%;
    height: 100%;
    margin: 0 auto;
    //background-color: aliceblue;
}
#repeat_booking > div{
    display: inline-block;
    position: absolute;
}
.book_icon{
    padding-top: 10px;
    margin-left: 15px;
}
.book_title{
    color: #636168;
    font-weight: 500;
    height: 50px;
    width: 200x;
    //background-color: brown;
    padding: 25px 0;
    margin-left: 80px;
    font-size: 20px;
}
.book_title:hover{
    color:  #e62739;
}
.quick_opt > a > div:hover{
    transition: .1s all ease-out;
    //border: 1px solid #e62739;
    transform: scale(01.01);
}
/*----Header Ends Here----*/

/*----Ham_Menu start----*/
.ham_menu{
    z-index: 1;
}
.ham_nav{
    width: 100%;
    height: 80px;
    //background: grey;
    color: #6534ff;
    margin-top: 40px;
    position: relative;
}
.ham_nav_align{
    position: absolute;
    top: 0;
    width: 40%;
    height: 80%;
    //background-color: antiquewhite;
    display: inline-block;
    float: left;
}
.ham_nav_align > a{
    text-decoration: none;
}
.ham_nav_align > a > div{
    display: inline-block;
    width: 30%;
    padding-top: 24px;
    padding-bottom: 18px;
    padding-left: 25px;
    //background-color: coral;
}
.ham_nav_align2{
    position: absolute;
    margin-left: 580px;
    top: 0;
    width: 30%;
    height: 80%;
    //background-color: orange;
    display: inline-block;
}
.ham_nav_align2 > div{
    display: inline-block;
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    //background-color: coral;
}
.hamburger_menu{
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: red;
    z-index: 1;
    overflow: hidden;
}
.ham_menu_clicked{
    position: fixed;
    width: 90px;
    height: 80px;
    //background: red;
    right: 183px;
    
}
.ham_menu_clicked > img {
    margin-left: 20px;
    //margin-top: 45px;
}
.hidden_hammenu{
            //display: none;
            width: 100%;
            height: 100vh;
            background-color: #fff;
            position: fixed;
            margin: 0;
            padding: 0;
    overflow: hidden;
 }
.signup-in_ham{
    z-index: 2;
    display: none;
    width: 350px;
    height: 150px;
    background: #fff;
    position: fixed;
    border-radius: 5px;
    top: 110px;
    left: 640px;
    box-shadow: 0px 05px 8px #cecece;
    border: 1px solid #f2f2f2;
}
.signup-in_ham > a > div{
    margin-top: 25px;
    width: 135px;
    height: 40px;
    border-radius: 50px;
    background-color: #6534ff;
    display: inline-block;
    margin-left: 25px;
    text-align: center;
}
.form_input_ham{
    position: absolute;
    height: 30px;
    width: 130px;
    //background-color: red;
    border:none;
    margin-left: 20px;
    background-color: rgba(0,0,0,0);
}
.ham_search{
    width: 100%;
    height: 100px;
    //background-color: red;
}
.ham_search > div{
    position: absolute;
}
.search_min{
    width: 70px;
    height: 70px;
    border-radius: 30px;
    background-color: white;
    box-shadow: 10px 10px 10px #ededed;
    border: 1px solid #fcfcfc;
}
.search_min > img {
    margin-left: 18px;
    margin-top: 18px;
}
.search_max{
    display: none;
    width: 73%;
    height: 100px;
    background-color: white;
    border-bottom: 1px solid #ebebeb;
}
.search_max > img {
    margin-left: 18px;
    margin-top: 18px;
}
.search_max > input{
    font-size: 24px;
    color: #29292b;
    width: 70%;
    height: 80px;
    margin-left: 50px;
    border: none;
}
.search_max > input::placeholder {
  color: #eaeaea;
  font-size: 24px;
}
.ham_links > ul{
    margin-top: 40px;
    
    text-decoration: none;
}
.ham_links > ul > a{
    text-decoration: none;
}
.ham_links > ul > a > li{
    text-decoration: none;
    list-style: none;
    margin-bottom: 20px;
    font-size: 25px;
    font-family: Merriweather, sans-serif;
    color: #6534ff;
    font-style: italic;
}
.ham_nav_bottom{
    width: 100%;
    height: 50px;
    //background-color: cornflowerblue;
}
.ham_nav_bottom > ul {
    margin-top: 35px;
}
.ham_nav_bottom > ul > a{
    text-decoration: none;
}
.ham_nav_bottom > ul > a > li{
    list-style: none;
    display: inline-block;
    padding: 10px 20px;
}
.social_media_links{
    //margin-left: 700px;
    margin-top: 20px;
    width: 30%;
    height: 50px;
    //background-color: darkolivegreen;
    position: relative;
}
.social_media_links > div{
    display: inline-block;
    position: absolute;
}
.follow{
    width: 200px;
    height: 100%;
    //background-color: salmon;
}
.follow > div{
    display: inline-block;
}
.icon_social > img{
    //margin-left: 25px;
    margin-top: 10px;
}
.follow_text{
    position: absolute;
    margin-left: 10px;
    margin-top: 15px;
    font-size: 16px;
}
.follow2{
    width: 200px;
    height: 100%;
    //background-color: salmon;
    margin-left: 150px;
}
.follow2 > div{
    display: inline-block;
}
.follow_fb{
    width: 200px;
    height: 100%;
    //background-color: salmon;
    opacity: 0;
}
.follow_fb > div{
    display: inline-block;
}
/*----Ham_Menu ends----*/


/*----IRCTC Services----*/
.other_services{
    margin-top: -40px;
    background-image: url(Assets/img/bg_opt_ser.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.service_air{
    margin: 0 auto;
    position: relative;

}
.service_container{
    margin-left: 100px;
    width: 800px;
    height: 250px;
    background-color: #fff;
    margin-top: 200px;
    position: absolute;
    border-top-left-radius: 250px;
    border-top-right-radius: 50px;
}
.service_container2{
    margin-left: 20px;
    width: 400px;
    height: 250px;
    background-color: #fff;
    margin-top: 600px;
    position: absolute;
    border-top-right-radius: 30px;
    border-top-left-radius: 100px;
}        
.air_image{
    position: absolute;
    margin-left: 50px;
    margin-top: -35px;
    width: 250px;
    height: 250px;
    //background-color: beige;
}
.air_image > img{
    transform: rotate(15deg);
}  
.air_book{
    width: 350px;
    height: 250px;
    //background-color: greenyellow;
    float: right;
}
.air_book_form{
    display: none;
    margin-left:250px;
    width: 550px;
    height: 250px;
    //background-color:green;
    position: absolute;
}
.air_book > span{
    margin-top: 25px;
    margin-right: 100px;
    float: right;
    text-align: right;
    font-family: Merriweather, serif;
    font-weight: 400i;
    font-style: italic;
    line-height: 1.5em;
    font-size: 22px;
}
.air_book > p{
    margin-top: 10px;
    margin-right: 85px;
    float: right;
    text-align: right;
    color: #636168;
    line-height: 1.5em;
    font-size: 14px;
}
.air_btn_place{
    position: absolute;
    width: 250px;
    height: 65px;
    //background-color: red;
    margin-left: 450px;
    margin-top: 220px;
}        
.tour_image{
    position: absolute;
    margin-left: -50px;
    margin-top: -35px;
    //margin-top: 30px;
    width: 250px;
    height: 250px;
    //background-color: beige;
}
.tour_image > img{
    //transform: rotate(15deg);
}  
.tour_book{
    width: 350px;
    height: 250px;
    //background-color: greenyellow;
    float: right;
}
.tour_book_form{
    display: none;
    margin-left:250px;
    width: 550px;
    height: 250px;
    //background-color:green;
    position: absolute;
}
.tour_book > span{
    margin-top: 40px;
    margin-right: 40px;
    float: right;
    text-align: right;
    font-family: Merriweather, serif;
    font-weight: 400i;
    font-style: italic;
    line-height: 1.5em;
    font-size: 22px;
}
.tour_book > p{
    margin-right: 40px;
    margin-top: 25px;
    float: right;
    text-align: right;
    color: #636168;
    line-height: 1.5em;
    font-size: 14px;
}
.tour_btn_place{
    position: absolute;
    width: 250px;
    height: 65px;
    //background-color: red;
    margin-left: 80px;
    margin-top: 220px;
} 
/*----IRCTC Services----*/

/*----Ad_Section----*/
.ad_sec_bg{
    background-image: url(Assets/img/ad_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 550px;
    margin-bottom: 80px;
}
.ad_section{
    height: 450px;
    width: 100%;
    //background-color: #fff;
}
.ad_section > h1{
    margin-left: 55px;
    font-family: Merriweather, serif;
    font-size: 30px;
    margin-top: 80px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.3em;
}
.ad_content{
    width: 100%;
    height: 350px;
    //background-color: red;
}
.ad_content > div{
    display: inline-block;
}
.ad_img{
    text-align: center;
    width: 60%;
    height: 80%;
    //background-color: #ff0;
    float: left;
}
.ad_img > img{
    margin-top: 10%;
}
.irctc_why{
    float: right;
    margin-top: 5%;
    width: 40%;
    height: 80%;
    //background-color: antiquewhite;
}
.irctc_why > p{
    width: 85%;
    margin: 0 auto;
    margin: 0 auto;
    margin-top: 10%;
    line-height: 1.5em;
}
.irctc_why > a >h1{
    margin-left: 9%;
    margin-top: 5%;
    text-decoration: underline;
    font-family: Merriweather, serif;
    font-size: 30px;
    color: #6534ff;
    font-weight: 400;
    text-shadow: 5px 10px 20px rgba(72, 72, 72, 0.29);
}
/*----Ad_Section----*/

/*----Ecatering----*/
.ecatering_sec{
    width: 100%;
    height: 350px;
    //background-color: red;
    margin-bottom: 180px;
}
.ecatering_sec > div{
    display: inline-block;
}
.ecatering_sec > span{
    margin: 0 auto;
    margin-left: 38.5%;
    text-align: center;
    font-family: Merriweather, serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.3em;
    text-shadow: 5px 10px 15px rgba(72, 72, 72, 0.29);
}
.ecatering_sec > h1{
    margin: 0 auto;
    text-align: center;
    font-family: Merriweather, serif;
    font-size: 30px;
    //margin-top: 80px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.3em;
    text-shadow: 5px 10px 15px rgba(72, 72, 72, 0.29);
}
.ecat_image{
    float: left;
    width: 60%;
    height: 100%;
    //background-color: #fff;
}
.ecat_image > img{
    margin-top: 80px;
    margin-left: 80px;
}
.ecat_srch{
    float: right;
    width: 40%;
    height: 100%;
    //background-color: antiquewhite;
}
.title_ecat_srch{
    width: 100%;
    height: 70%;
    //background-color: burlywood;
}
.title_ecat_srch > h1{
    padding-top: 145px;
    margin-left: 35px;
    font-family: Merriweather, serif;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.3em;
}
.PNR_tracker{
    position: relative;
    border-radius: 50px;
    width: 100%;
    height: 70px;
    //background-color: gold;
    border: 1px solid  #b7b7b7;
}
.PNR_tracker > input{
    position: absolute;
    padding-top: 22px;
    padding-bottom: 22px;
    width: 80%;
    margin-left: 10%;
    //background-color: transparent;
    border: none;
    outline: none;
}
.PNR_btn{
    position: absolute;
    margin-top: -6px;
    margin-left: 82%;
    padding: 24px 32px;
    background-color: #e62739;
    border-radius: 50px;
    box-shadow: 5px 10px 15px rgba(72, 72, 72, 0.29);
}
/*----Ecatering----*/

/*----IRCTC_packages----*/
.IRCTC_packages{
    width: 1000px;
    height: 300px;
    //background-color: olivedrab;
}
.IRCTC_packages > div{
    display: inline-block;
}
.holiday_packages{
    position: relative;
    float: left;
    width: 45%;
    height: 300px;
    //background-color: aqua;
}
.holiday_packages > h1{
    position: absolute;
    margin-left: 35px;
    font-family: Merriweather, serif;
    font-size: 28px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.3em;
}
.holiday_packages > div{
    border: 1px solid #f5f5f5;
    position: absolute;
    margin-top: 37px;
    width: 100%;
    height: 330px;
    background-color: #fff;
    box-shadow: 5px 5px 12px rgba(72, 72, 72, 0.1);
}
.holiday_packages > div > img{
    margin-top: 80px;
    margin-left: 35px;
}
.holiday_packages > p{
    position: absolute;
    margin-left: 235px;
    margin-top: 120px;
}
.holiday_packages_btn{
    position: absolute;
    margin-top: 240px;
    margin-left: 330px;
    padding: 18px 26px;
    background-color: #e62739;
    border-radius: 50px;
    box-shadow: 5px 10px 15px rgba(72, 72, 72, 0.29);
}
.charter_trains{
    position: relative;
    float: right;
    width: 45%;
    height: 300px;
    //background-color: mediumaquamarine;
}
.charter_trains > h1{
    position: absolute;
    margin-left: 35px;
    font-family: Merriweather, serif;
    font-size: 28px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.3em;
}
.charter_trains > div{
    border: 1px solid #f5f5f5;
    position: absolute;
    margin-top: 37px;
    width: 100%;
    height: 330px;
    background-color: #fff;
    box-shadow: 5px 5px 12px rgba(72, 72, 72, 0.1);
}
.charter_trains > div > img{
    margin-top: 80px;
    margin-left: 35px;
}
.charter_trains > p{
    position: absolute;
    margin-left: 235px;
    margin-top: 120px;
}
.charter_trains_packages_btn{
    position: absolute;
    margin-top: 240px;
    margin-left: 330px;
    padding: 18px 26px;
    background-color: #e62739;
    border-radius: 50px;
    box-shadow: 5px 10px 15px rgba(72, 72, 72, 0.29);
}
/*----IRCTC_packages----*/

/*---Cab booking----*/
.testing{
    background-image: url(Assets/img/bg_cabbook.png);
    background-size: cover;
    width: 100%;
    height: 450px;
}
.cab_book{
    margin-top: 100px;
    width: 1000px;
    height: 400px;
    //background-color: gray;
}
.cab_book > div{
    display: inline-block;
}
.cab_illu{
    float: left;
    width: 50%;
    height: 400px;
    //background-color: aliceblue;
}
.cab_illu > img{
    margin-top: 100px;
}
.cab_form{
    position: relative;
}
.title_cab_booking{
    margin-left: 50px;
    margin-top: 90px;
    font-family: Merriweather, serif;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.3em;
}
.title_cab_booking > h1{
    font-family: Merriweather, serif;
    font-size: 32px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.3em;
}
.book_cab{
    position: relative;
    margin-top: 30px; 
    margin-left: 50px;
    border-radius: 50px;
    width: 98%;
    height: 70px;
    //background-color: gold;
    border: 1px solid  #b7b7b7;
}
.book_cab > input{
    margin-left: 25px;
    margin-top: 10px;
    padding: 15px 0 18px 0;
    padding-right: 25px;
    border: none;
    
}
.book_cab1{
    position: relative;
    margin-top: 15px; 
    margin-left: 50px;
    border-radius: 50px;
    width: 98%;
    height: 70px;
    //background-color: gold;
    border: 1px solid  #b7b7b7;
}
.book_cab1 > input{
    margin-left: 25px;
    margin-top: 10px;
    padding: 15px 0 18px 0;
    padding-right: 25px;
    border: none;
    background-color: transparent;
}
.cab_booking__btn{
    position: absolute;
    margin-top: -120px;
    margin-left: 115%;
    padding: 18px 26px;
    background-color: #e62739;
    border-radius: 50px;
    box-shadow: 5px 10px 15px rgba(72, 72, 72, 0.29);
}
/*----Cab booking----*/

/*---maharaja_exp---*/
.maharaja_exp{
    position: relative;
    background-image: url(Assets/img/maharaja.jpg);
    background-size: cover;
    width: 100vw;
    height: 800px;
}
.maharaja_holder{
    width: 1000px;
    height: 800px;
}
.overlap_bg{
    position: absolute;
    margin-top: 750px;
    width: 550px;
    height: 50px;
    background-color: #fff;
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
}
.mark{
    margin-left: 170px;
    width: 200px;
    height: 5px;
    background-color: #6534ff;
}
.maharaja_content > p{
    width: 45%;
    margin-left: 45px;
    margin-top: 16px;
    font-family: Merriweather, serif;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.8em;
}
.maharaja_content > div{
    margin-left: 650px;
    margin-top: -150px;
}
.inter_tour{
    float: left;
    width: 44%;
    height: 100%;
    background-color: chocolate;
}
.domest_tour{
    float: right;
    width: 44%;
    height: 100%;
    background-color: chocolate;
}
/*---maharaja_exp---*/

/*---packages---*/
.travel_packages{
    width: 1000px;
    height: 500px;
    margin-bottom: 150px;
    //background-color: antiquewhite;
}
.travel_packages > div{
    display: inline-block;
}
.IRCTC_packages{
    width: 1000px;
    height: 300px;
    //background-color: olivedrab;
}
.IRCTC_packages > div{
    display: inline-block;
}
.inter_packages{
    position: relative;
    float: left;
    width: 45%;
    height: 300px;
    //background-color: aqua;
}
.inter_packages > h1{
    position: absolute;
    margin-left: 35px;
    font-family: Merriweather, serif;
    font-size: 28px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.3em;
}
.inter_packages > div{
    background-image: url(Assets/img/international.jpg);
    background-repeat:none;
    border: 1px solid #f5f5f5;
    position: absolute;
    margin-top: 37px;
    width: 100%;
    height: 330px;
    background-color: #fff;
    box-shadow: 5px 5px 12px rgba(72, 72, 72, 0.1);
}
.inter_packages > div > a{
    text-decoration: none;
}
.inter_packages > div >p{
    margin-top: -170px;
    line-height: 1.5em;
}
.domest_packages{
    position: relative;
    float: right;
    width: 45%;
    height: 300px;
    //background-color: mediumaquamarine;
}
.domest_packages > h1{
    position: absolute;
    margin-left: 35px;
    font-family: Merriweather, serif;
    font-size: 28px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.3em;
}
.domest_packages > div{
    background-image: url(Assets/img/Domestic.jpg);
    background-repeat:none;
    border: 1px solid #f5f5f5;
    position: absolute;
    margin-top: 37px;
    width: 100%;
    height: 330px;
    background-color: #fff;
    box-shadow: 5px 5px 12px rgba(72, 72, 72, 0.1);
}
.domest_packages > div > a{
    text-decoration: none;
}
.domest_packages > div >p{
    margin-top: -170px;
    line-height: 1.5em;
}
.packages_btn{
    margin-top: 450px;
    margin-left: 200px;
    border-radius: 50px;
    text-align: center;
    width: 250px;
    height: 40px;
    padding-top: 20px;
    text-align: center;
    background-color: #e62739;
    color: #fff;
    font-family: Merriweather, serif;
    font-size: 22px;
    box-shadow: 5px 15px 35px rgba(72, 72, 72, 0.29);
}
/*---Packages---*/

/*---eWallet---*/
.ewallet_continer{
    background-image: url(Assets/img/ewallet.png);
    background-size: cover;
    width: 100%;
    height: 400px;
}
.conent_ewallet{
    width: 1000px;
    height: 400px;
}
.conent_ewallet > div{
    display: inline-block;
}
.ewallet_img{
    float: left;
    width: 50%;
    height: 400px;
}
.ewallet_img > img{
    margin-top: 50px;
    margin-left: 140px;
}
.ewallet_text{
    width: 50%;
    margin-top: 120px;
}
.ewallet_text > span{
    font-family: Merriweather, serif;
    font-size: 25px;
    color:#fff;
    font-style: italic;
}
.ewallet_text > h1{
    margin-top: 5px;
    font-family: Merriweather, serif;
    font-size: 35px;
    font-style: italic;
    color:#fff;
    letter-spacing: .1em;
}
.ewallet_text > p{
    width: 80%;
    margin-top: 18px;
    font-family: Montserrat, serif;
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: .08em;
    color:#fff;
}
.learnmore{
    font-family: Montserrat, serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3em;
    color:#e62739;
}
.ewallet_text > p > a{
    text-decoration: none;
}
/*---eWallet---*/

/*---download app---*/
.download_app{
    margin-top: 100px; 
    width: 1000px;
    height: 409px;
   // background-color: red;
}
.download_app > div{
    display: inline-block;
}
.app_text{
    float: left;
    width: 30%;
    height: 100%;
    //background-color: saddlebrown;
}
.app_text > h1{
    text-align: right;
    font-family: Merriweather, serif;
    font-size: 25px;
    font: 400;
}
.app_img{
    float: left;
    width: 40%;
    height: 100%;
}
.play_store_btn{
    margin-top: 200px;
    text-align: left;
}
.play_store_btn:hover{
    transition: 300ms ease all;
    transform: scale(01.01);
}
.app_text > h1:hover{
    color: #e62739;
}
/*---download app---*/

/*---Footer----*/
.footer{
    background-color: #29292b;
    width: 100%;
    height: 500px;
}
.search_footer{
    width: 1000px;
    padding-top: 40px;
    height: 80px;
}
.search_footer > input{
    color: #fff;
    margin-left: 30px;
    padding-top: 40px;
    width: 900px;
    background-color: transparent;
    font-size: 28px;
    border: none;
}
.search_footer > input::placeholder {
  color: #fff;
}
.border{
    margin-top: 15px;
    width: 900px;
    height: 2px;
    background-color: #898989;
    margin-left: 50px;
}
.footer_content{
    margin-top: 80px;
    width: 1000px;
    height: 250px;
}
.footer_content > div{
    display: inline-block;
}
.footer1{
    width: 30%;
    height: 100%;
    float: left;
}
.footer1 > ul > li{
    list-style: none;
    color: #fff;
    margin-bottom: 18px;
    font-size: 20px;
    text-align: right;
    margin-right: 80px;
}
.footer2{
    width: 30%;
    height: 100%;
    float: left;
}
.footer2 > ul > li{
    list-style: none;
    color: #fff;
    margin-bottom: 18px;
    font-size: 20px;
    text-align: right;
    margin-right: 50px;
}
.footer3{
    width: 40%;
    height: 100%;
    float: right;
}
.footer3 > p{
    color: #fff;
    text-align: right;
    margin-right: 80px;
}
.footer3 > ul > li{
    list-style: none;
    margin-bottom: 10px;
    text-align: right;
    margin-right: 80px;
}
/*---Footer----*/

/*----Hover Effects----*/
.nav_menu:hover .signup-in{
    display: block;
}
.ham_menu:hover {
    transition: 300ms ease all;
    transform: scale(1.1);
    //transform: rotate(90deg);
    //margin-top: 10px;
}
.nav_menu > a > span:hover{
    color: #e62739;
}
.user_login:hover .signup-in{
    display: block;
    z-index: 2;
}
.ham_links > ul > a >li:hover{
    color: #e62739;
    transition: 300ms ease all;
    transform: scale(01.01);
}
.ham_nav_bottom > ul > a > li:hover{
    color: #e62739;
}
.ham_nav_align > a > div:hover{
    color: #e62739;
}
.follow_text:hover{
    color: #e62739;
}
.icon_social > img:hover{
    transition: 300ms ease all;
    transform: scale(01.01);
}
.booknow_btn:hover{
    transition: 300ms ease all;
    transform: scale(01.01);
}
.irctc_why > a >h1:hover{
    transition: 300ms ease all;
    transform: scale(01.01);
    color: #e62739;
}
.holiday_packages:hover{
    //box-shadow: 5px 5px 25px rgba(72, 72, 72, 0.2);
    transition: 300ms ease all;
    transform: scale(01.01);
}
.holiday_packages:hover + .texty{
    color: red;
}
.charter_trains:hover{
    //box-shadow: 5px 5px 25px rgba(72, 72, 72, 0.2);
    transition: 300ms ease all;
    transform: scale(01.01);
}
.packages_btn:hover{
    transition: 300ms ease all;
    transform: scale(01.01);
}
.ewallet_text > p > a:hover{
    text-decoration: underline;
}
.footer1 > ul > li:hover{
    color: #e62739;
}
.footer2 > ul > li:hover{
    color: #e62739;
}
/*----Hover Effects----*/