
@media(max-width:1080px){
    .flights_grid {
    grid-template-columns: repeat(2, 1fr);
}
.about__img {
    width: 469px;
}
}



@media(max-width:880px){
    .flights_grid {
    grid-template-columns: repeat(2, 1fr);
}
}



@media(max-width:520px){
    .hero_section {
    height: auto;
}
.whyAbout {
    height: auto!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    padding: 10px!important;
}
.hero_section {
    background-color: #16a085;
}
.input_holder {
    padding: 7px 10px;
    background-color: rgb(255 255 255);
    border-radius: 0px;
}
.trvlar {
    background-color: #fff;
}
.train_box_cnt p {
    display: none;
}
.hero_section {
    background-color: #16a085;
    background-image: none;
}
.train_box_cnt h2 {
    font-size: 23px;
/*    color: #fff;*/
}

.train_box_cnt {
    padding: 5px 19px;
}
.flights_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
}
.btn_ps.search_btn {
    background-color: #343a40;
}
.subMit {
    padding-top: 18px;
}
.subMit {
    background-color: transparent;
}

.arrow_right {
    height: auto;
    width: 34px;
}
.flight_title {
    font-size: 12px;    
}
.flights_container_cust {
    padding: 9px 4px;
}
.flex_prop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cnt h2{
    display: none;
}
}






#showTrvlerDropDown {
    background: linear-gradient(to bottom, #16a085,#16a085);
}