@media(max-width:739px){
    .card1{
        margin-bottom:12px;
        max-width:80%;
        margin-left:auto;
        margin-right:auto;
    }

    .search_bar_general{
        display:none;
    }

    .best_destination{
        margin-left: 0;
    }

    
    
    .card1:last-child{
       margin-right:auto;
    }

    .menu_list{
        display:block;
    }

    .nav_bar_menu{
        z-index:2;
        position:fixed;
        height:100vh;
        background-color: #FFA336;
        top: 0;
        right: -200px;
        text-align: left;
    }
    .header_menu{
       padding: 0;
    }
    .header_menu i{
        
    }

    .margin_icon2{
        margin-top:3%;
        margin-right: 16px;
        display:block;
    }

    .next_trip_content{
        margin-left: 15px;
        padding-right: 15px;
    }
    
    .header{
        padding-bottom: 24px;
    }

    .next_trip_row{
        display:block;
    }

    

    .detail_current_trip{
        max-width:100%;
        margin-left: 0;
        margin-bottom: 12px;


    }

    .detail_current_trip_content{
        text-align:center;
    }

    .icon_current_trip{
        justify-content: center;
    }

    .detail_current_people{
        justify-content: center;
    }
    .detail_current_people_interact{
        margin-right:24px;
    }

    .img_detail_current_trip img{
        width:100%;
    }

    .next_trip_content{
        max-width:100%;
    }

    .buy_animation{
        margin-bottom: 16px;
        max-width:80%;
        margin-left:auto;
        margin-right:auto;
    }

    .per_person{
        display:none;
    }

    

    .icon_item{
        max-width:60%;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:16px;
    
        
    }

    .header_menu i{
        display:block;
    }
    

    .icon_item_content h6{
        font-size:24px;
    }

    .text_padding{
        padding-left:16px;
        padding-right: 16px;
    }

    .display_img_none{
        display:none;
    }

    .img_margin{
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .image_customer{
        text-align: center;
    }

    .image_customer img{
        width:70%;
    }

    .customer_comment{
        border:2px solid #FFA336;
        border-radius:15px;
    }

    .customer_comment:after{
        display:none;
    }

    .customer_comment_text:after{
        display:none;
        
    }

    .fa-times {
        display:block;

    }

    .fa-times::before{
        text-align:right;
    }

    .menu_item a::after{
        display:none;
    }

    .menu_item a:hover{
        color: #fff;
    }


    .margin_icon1{
        margin-right:0;
        margin-top: 10px;
        padding-left: 10px;
    }
    
}

