body{
    margin: 0px;
}
.row{
    margin: 0px !important;
}
.max-width {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.cont_block {
    display: inline-block;
    font-size: 13px;
    padding: 3px 15px;
    border-right: 1px solid #FF7C05;
}
.cont_block svg {
    margin-right: 10px;
    font-size: 13px;
}
.cont_block span {
    letter-spacing: 1px;
}
.header_menu{
    margin-left: 280px;
}
.header_menu ul{
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}

.header_menu li a{
    background-color: #ffffff5c;
    color: #333333 !important;
    font-size: 15px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 18px;
    border: none;
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-decoration: none;
}
.header_menu li a:hover{
    background-color: #ffc126;
    color: #ffffff !important;
}
.header_menu .active a{
    background-color: #F58220 !important;
    border: none !important;
    color: #FFFFFF !important;
    font-weight: 900;
    font-size: 17px;
}
.navbar{
    padding: 0px !important;
}
#main_header{
    border-bottom: 3px solid #F58220;
    background: #fff;
}
.banner_back{
    background-image: url("../../../img/Holiday_01.jpg");
    width: 100%;
    height: 480px;
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: 50% 50%!important;
}
.backOnlayer{
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
#banner_img{
    border-bottom: 3px solid #F58220;
}
.content{
    padding-top: 9%;
}
.content h1 {
    font-weight: 600;
    font-size: 50px;
    color: #fff;
}
.content p {
    font-size: 25px;
    COLOR: #e9e2e2;
}
.banner_cont{
    width: 70%;
    margin: auto;
}
.banner_form{
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}
.btn_theam {
    border-color: #F58220 !important;
    background-color: #F58220 !important;
    color: #fff;
}
.banner_form label{
    color: #fff;
}
.serch_btn{
    padding-top:37px;
}
.form-group{
    margin-bottom: 0px !important;
}
.world_back{
    width: 100%;
    background-color: #eeeced;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 auto 0.5rem;
    padding: 1.6rem 0 1.4rem;
    box-shadow: 0 1px 8px rgba(0,0,0,.3);
    background-image: url('../../img/world.webp');
}
.content_package{
    margin-top: 50px;
    padding: 0.5rem 2.5rem .5rem 4rem;
}
.heading_package h3{
    color: #393939;
    font-size: 1.85rem;
}
.heading_package strong{
    color: #ec2929;
}
.Enquiry_btn{
    width: 8rem;
    font-weight: 500;
    background-color: #218838;
    color: #fff;
    border: 0;
    border-radius: 0.3rem;
}
.popular_img{
    border-radius: 10px;
    overflow: hidden;
    height: 280px;
}
.popular_cont{
    position: absolute;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(0deg,rgba(0,0,0,.8),transparent);
    border-radius: 0.4rem;
    color: #fff;
    padding-left: 0.8rem;
    padding-bottom: 0.5rem;
    border-radius: 10px;
    overflow: hidden;
}
.popular_cont h4{
    font-size: 1.1em;
}
.owl-nav{
    font-size: 50px;
}
.owl-prev{
    text-align: center;
    position: absolute;
    top: 35%;
    background: #ffffff6e !important;
}
.owl-next{
    position: absolute;
    top: 35%;
    right: 0px;
    background: #ffffff6e !important;
}
.compass_back{
    width: 100%;
    background-color: #eeeced;
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    margin: 2rem auto 0.5rem;
    padding: 1.6rem 0 1.4rem;
    box-shadow: 0 1px 8px rgba(0,0,0,.3);
    background-image: url('../../img/compass.webp');
}
.activity_box{
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    border: 0;
    border-radius: 0.5rem;
    width: 100%;
    background-color: #fff;
    padding: 0.2rem 0.7rem;
    font-weight: 500;
    color: #393939;
    font-size: 16px;
    margin-top: 10px;
}
.yellow_box{
    padding: 0.5rem 0.7rem;
}
.active .activity_box{
    background: #ffce31;
}
.nav-pills li a{
    text-decoration: none;
}
.padding_set{
    background-color: #f6f5f5;
    padding: 1.5rem 0 1.2rem 5rem;
    margin-top: 20px;
}
.package_type h3{
    color: #393939;    
    font-size: 2em;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 15px;
}
.location_set{
    padding: 0px 12px;
    border-radius: 15px;
    border: 1px solid #4087f1;
    color: #4087f1;
    margin-bottom: 10px;
}
.package_type_location li{
    margin-left: 10px;
}
.package_type_location li:first-child{
    margin-left: 0px;
}
.active .location_set{
    background: #4087f1;
    color: #fff;
}
.Location_img_Duration{
    border: 0.1px solid #ccc;
    box-shadow: 2.5px 1px 7px rgba(0,0,0,.1);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.Location_img_Duration a{
    text-decoration: none !important;
}
.location_img{
    height: 250px;
    position: relative;
}
.set_duration{
    color: #ffffff;
}
.duration{
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #00000069;
}
.location{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background:#00000069;
}
.packge_cont{
    background: #fff;
    padding: 10px;
}
.package_name{
    color: #000;
    font-size: 1.16em;
    font-weight: 400;
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
}
.amount{
    display: inline-block;
    color: #000;
}
.amount del{
    font-size: .9em;
    color: #5f5f5f;
    font-weight: 500;
}
.review img{
    display: inline-block !important;
    width: unset !important;
}
.rating{
    background-color: #ffc400;
    color: #fff;
    padding: 0 5px;
    border: 0;
    border-radius: 0.2rem;
    margin-left: 6px;
}
.num_review{
    color: #5f5f5f;
    font-size: .9em;
}
#footer_top{
    background: #ededed;
    border: 1px solid transparent;
}
footer{
    background: #fff;
    border-radius: 20px;
    width: 90%;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 20px;
    padding: 10px;
}
/* new */

.foooter_first{
    border-right: 1px solid #000;
    padding-right: 20px;
}
.footer_contact{
    margin-top: 10px;
    padding:0px;
}
.footer_contact li{
    list-style: none;
    font-size: 16px;
}
.sociel_icn ul{
    padding: 0px;
    margin: 0px;
}
.sociel_icn li{
    display: inline-block;
    margin-left: 10px;
}
.footer_heading h4{
    font-size: 18px;
    font-weight: 700;
}
.footer_secound{
    border-right: 1px solid #000;
    padding-right: 20px;
}
.footer_secound ul{
    padding: 0px;
}
.footer_secound li{
    list-style: none;
    margin-bottom: 8px;
}
.footer_secound li a{
    text-decoration: none;
    font-size: 16px;
    color: #000 !important;
}
.footer_third ul{
    padding: 0px;
}
.footer_third li{
    list-style: none;
    margin-bottom: 8px;
}
.footer_third li a{
    text-decoration: none;
    font-size: 16px;
    color: #000 !important;
}
#footer_bottom{
    background: #666;
}
.bottom_footer{
    width: 90%;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
.footer_div{
    display: inline-block;
    padding-left: 20px;
}
.footer_div h4{
    margin-bottom: 0px;
    font-size: 18px;
}
.copyright{
    padding: 20px 0px;
    color: #fff ;
    font-size: 16px;
}
.copyright a{
    color: #fff !important;
}
/* new */
@media only screen and (max-width: 600px) {
    .top_header_div{
        display: none;
    }
    .header_menu{
        margin-left: unset;
    }
    .banner_back{
        height: unset;
    }
    .banner_cont{
        width: 90%;
        padding-bottom: 20px;
    }
    .serch_btn{
        padding-top:unset;
    }
    .form-group{
        margin-bottom: 1rem !important;
    }
    .content h1{
        font-size: 17px;
    }
    .content p{
        font-size: 15px;
    }
    .content_package{
        margin-top: 0px;
        padding: 10px;
    }
    .heading_package h3{
        font-size: 18px;
    }
    .popular_img{
        height: 150px;
    }
    .owl-nav{
        display: none;
    }
    .outdoor_adventure{
        width:100%;
        display: flex;
        overflow-x: auto;
        margin-bottom:20px;
        margin-top:10px;
    }
    .nav{
        flex-wrap: nowrap !important;
    }
    .outdoor_adventure .activity_box{
        flex: 0 0 auto !important;
        display:inline-block;
        background: #fff;
        border: 1px solid #ccc; 
        width: 210px;
        margin-right:15px;
    }
    .active .activity_box{
        background: #ffce31;
    }
    .padding_set{
        padding: 10px;
    }
    .package_type_location{
        width:100%;
        display: flex;
        overflow-x: auto;
        margin-bottom:20px;
        margin-top:10px;
    }
    .package_type_location li{
        flex: 0 0 auto !important;
        display:inline-block;
    }
    /* new */

    .foooter_first{
        border-right: 0px;
        border-bottom: 1px solid #000;
        padding: 20px 0px;
    }
    .footer_secound{
        border-right: 0px;
        border-bottom: 1px solid #000;
    }
    .footer_heading{
        margin-top: 20px;
    }
    /* new */
  }