.home_pre_footer.personalised_prefooter{
    padding-bottom: 100px;
}

.tour_ul li .image_wrap.no_bg{
    height:auto;
    background:none;
}
.whatsapp_popup_wrap{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1010;
    background:rgba(0,0,0,0.95);
    padding:100px 20px;
    display:none;
    text-align: center;
}
.whatsapp_popup_wrap .popup_inner_wrap{
    width:1000px;
    float:none;
    display:inline-block;
    text-align: left;
    position: relative;
}
.whatsapp_popup_wrap .common_header{
    margin-bottom: 20px;
}
.form_loader{
    float:left;
    display:none;
    color:#000;
}
.form_loader.white{
    color:#fff;
}
.common_textbox{
    width:100%;
    display:inline-block;
    text-align: left;
    position: relative;
    padding:10px;
    font-size:20px;
    margin-bottom: 20px;
    background: #f3f3f3;
    border:0;
    border-left: 5px solid #fcc62e;
}
.common_textbox.input_error{
background:#fbd6d6;
}
.whatsapp_popup_wrap .close_wrap{
    position:absolute;
    top:5px;
    right:20px;
    font-size:40px;
    color:#fff;
    cursor: pointer;
}
.whatsapp_btn_fix{
    position:fixed;
    bottom:20px;
    left:20px;
    z-index: 100;
    width:50px;
    height:50px;
    line-height:50px;
    color:#fff;
    cursor: pointer;
    font-size:40px;
    background:#54c661;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.gridContainer.small{
    max-width:1100px;
    min-width:1100px;
}
.country_wrap ul li .full_wrap .title_wrap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
    padding-right: 10px;
}
.menu_wrap .white_element{
    color:#5A6064;
}
.services_popup_wrap .list_wrap .title_wrap a{
    color:#fff;
    text-decoration: none;
}
.normal_form_loader{
    margin-top:20px;
    color:#000;
    float:left;
    width:100%;
}
.normal_form_loader.white{
    color:#fff;
}
.align_center{
    text-align: center;
}
.error_full_wrap{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:10px;
    text-align: center;
    background:#fbd6d6;
    color:#000;
    margin-bottom: 10px;
}
.success_full_wrap{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:10px;
    text-align: center;
    background:#e1fbd6;
    color:#000;
    margin-bottom: 10px;
}
.prefooter_wrap .form_field_wrap input[type=text].input_error, .common_control.input_error{
    background:#fbd6d6;
}
.map_iframe_wrap iframe{
    width:100%;
    float:left;
}
.margin_top_20{
    margin-top:20px;
}

.mfp-bottom-bar{
    display:inline-block;
}
.pagination_parent_wrap {
    text-align: center;
    margin-top:20px;
    z-index: 10;
}
.pagination_parent_wrap .pagination{
    float:none;
    display:inline-block;
    position: relative;
}
.pagination_parent_wrap .pagination a,
.pagination_parent_wrap .pagination span{
    float:left;
    display:inline-block;
    position: relative;
    padding:7px 10px;
    background:#2d2a2b;
    color:#fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.pagination_parent_wrap .pagination a:hover,
.pagination_parent_wrap .pagination span{
    background:#00b3f1;
    color:#fff;
}
.pagination_parent_wrap .pagination  > * + *{
    margin-left:10px;
}
.tour_ul li .rating{
    font-size: 14px;
    color: #FFC107;
}
.not_found_wrap{
    text-align: center;
    padding:50px 10px;
    color:#000;
}
/* Video Starts */
.fullscreen-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    object-fit: cover;
    display: inline-block;
}

/*.fullscreen-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}*/

.fullscreen-bg .fullscreen-bg-video {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Video Ends */
.top_slider_parent_wrap{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.top_slider_parent_wrap.heightfullper .owl-stage-outer,
.top_slider_parent_wrap.heightfullper .owl-stage-outer .owl-stage,
.top_slider_parent_wrap.heightfullper .owl-stage-outer .owl-stage .owl-item{
    height:100%;
}
.slider_arrow_left{
    position:absolute;
    bottom:105px;
    left:15px;
    font-size:50px;
    color:#fff;
    z-index: 10;
}
.slider_arrow_right{
    position:absolute;
    bottom:105px;
    right:15px;
    font-size:50px;
    color:#fff;
    z-index: 10;
}

.testi_arrow_left{
    position:absolute;
    top:50%;
    left:-40px;
    font-size:50px;
    color:#fff;
    z-index: 10;
    margin-top:-25px;
}
.testi_arrow_right{
    margin-top:-25px;
    position:absolute;
    top:50%;
    right:-40px;
    font-size:50px;
    color:#fff;
    z-index: 10;
}
.footer_wrap{
    padding:100px 0;
    border:0;
    margin:0;
    text-align: center;
}
.footer_wrap .logo_wrap{
    width:300px;
    display:inline-block;
    position: relative;
}
.footer_wrap .logo_wrap .logo_img{
    position: relative;
    z-index: 1;
}
.footer_wrap .logo_wrap .skyplane{
    position: absolute;
    left: 110px;
    top: 10px;
    z-index: 0;
}
.footer_wrap .menu_wrap{
    margin-top:50px;
}
.footer_wrap .menu_wrap ul{
    float:none;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0;
}
.footer_wrap .menu_wrap ul li{
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0 10px;
}
.footer_wrap .menu_wrap ul li a{
    float:left;
    display:inline-block;
    position: relative;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 14px;
}
html .nobg{
    background-image:none;
}
.fix_desk_menu_wrap{
    position:fixed;
    top:20px;
    right:20px;
    z-index: 99;
    cursor: pointer;
}
.fix_desk_menu_wrap.abs{
    position:absolute;
}
/*Menu Wrap Starts*/
.menu_fix_wrap {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    display:none;
    background: rgba(255, 255, 255, 0.95);
}


.menu_fix_wrap .ul_wrap_left {

    position: absolute;
    width: 60%;
    height: 100%;
    left: 0;
    top:100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu_fix_wrap.active .ul_wrap_left{
    top:0;
}
.menu_fix_wrap .ul_wrap_left ul {

    display: inline-block;
    margin: 0;
    padding: 0;

    margin-top: 20px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;float: left;
}

.menu_fix_wrap .ul_wrap_left ul li
{
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 180px;

    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;float: left;margin-bottom: 15px;position: relative;
    cursor: pointer;
}

.menu_fix_wrap .ul_wrap_left ul li a{
    text-transform: uppercase;font-size: 30px;letter-spacing: 0.2em;color: #232323;
    float:left;
}

.menu_fix_wrap .ul_wrap_left ul li:before
{

    content: '';position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top:0;
    left: -180px;
    width:100px;
    height:100%;
    background:url('../images/menu_icon.png') center right no-repeat;

}

.menu_fix_wrap .ul_wrap_left ul li a:hover
{
    text-decoration: none;
}

.menu_fix_wrap .ul_wrap_left ul li:hover:before, .menu_fix_wrap .ul_wrap_left ul li.active:before
{
    left:0;
}

.menu_fix_wrap .certificate_wrap
{

    position: absolute;width: 60%;z-index: 20;left: 0;padding-left: 180px;bottom: 50px;
}

.menu_fix_wrap .certificate_wrap img
{
    margin-bottom: 10px;
}

.menu_fix_wrap .certificate_wrap span
{
    font-size: 11px;
}

.menu_fix_wrap .anchor_wrap
{
    position: absolute;z-index: 20;left: 0;top: 50px;padding-right: 50px;
    width:60%;
    padding-left: 50px;
}

.menu_fix_wrap .anchor_wrap .common_textbox{
    float: right;
    width:300px;
    margin-bottom: 0;
}

.menu_fix_wrap .anchor_wrap a,.theme_anchor
{
    display: inline-block;float: right;background-color: #fcc62e;color: #183266;padding: 10px;padding-left: 15px;padding-right: 15px;text-transform: uppercase;font-size: 13px;letter-spacing: 0.1em;margin-left: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.menu_fix_wrap .anchor_wrap a:hover,.theme_anchor
{
    background-color: #183266;color: #fcc62e;text-decoration: none;
}
.theme_anchor{
    float:left;
    margin-left: 0px;
}

.menu_fix_wrap .social_wrap {

    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
    top:-100px;
    background:url(../images/menu_bg_wrap.jpg)center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu_fix_wrap.active .social_wrap{
    top:0;
}

.menu_fix_wrap .img_wrap {

    position: relative;
    width: 100%;
    height: 100%;
    position: relative;

}


.menu_fix_wrap .close_btn
{
    position: absolute;right: 50px;top: 50px;color: #fff;text-transform: uppercase;letter-spacing: 0.2em;font-size: 18px;z-index: 90;
    cursor: pointer;
}

.social_icons_wrap a{
    float:none;
    display:inline-block;
    position:relative;
    color:#fff;
    text-decoration:none;
    font-size:25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social_icons_wrap a:hover{
    color:#fcc62e;
}
.social_icons_wrap a + a{
    margin-left:15px;
}

/*Menu Wrap Ends*/
.slider_icon_wrap{
    text-align: center;
}
.slider_icon_wrap .slider_icon_inner_wrap{
    float:none;
    display:inline-block;
    position: relative;
}
.slider_icon_wrap .slide_icon{
    float:left;
    display:inline-block;
    position: relative;
}
.slider_icon_wrap .icon{
    display:block;
    position: relative;
    text-align: center;
}
.slider_icon_wrap .icon img{
    width:50px;
}
.slider_icon_wrap .text{
    display:block;
    color:#fff;
    margin-top:10px;
    font-size:13px;
    position: relative;
}
.slider_icon_wrap .slide_icon + .slide_icon{
    margin-left:30px;
}

.single_tour_wrap.slider_top .content_wrap .data_wrap{
    background:transparent;
    padding-bottom: 40px;
}
.slider_top .content_wrap .slide_overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
}
.custom_tabs_content_wrap .tabs_wrap{
    background:#231f20;
    text-align: center;
}
.custom_tabs_content_wrap .tabs_wrap .tabs_inner_wrap{
    float:none;
    display:inline-block;
    margin-bottom: -5px;
}
.custom_tabs_content_wrap .tabs_wrap a{
    float:left;
    display:inline-block;
    position: relative;
    text-decoration: none;
    font-size:25px;
    color:#fff;
    padding:30px 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom_tabs_content_wrap .tabs_wrap a + a{
    border-left:1px solid #fff;
}
.custom_tabs_content_wrap .tabs_wrap a.active{
    background:white;
    color:#231f20;
}
.custom_tabs_content_wrap .tab_content_wrap{
padding-top: 30px;
    padding-bottom: 50px;

}
.earth_bg{

    background: url(../images/footer_earth_bg.jpg) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.tour_ul li .title_wrap h2{
    text-align: center;
}
.custom_tabs_content_wrap .tab_content_wrap .tab_content{
    display:none;
}
.custom_tabs_content_wrap .tab_content_wrap .tab_content.active{
    display:inline-block;
}
.common_header.light{
    text-transform: none;
    color:#fcc62e;
    letter-spacing: normal;
    margin-bottom: 20px;
}
.common_desc_wrap p,
.common_desc_wrap ul li,
.common_desc_wrap ol li{
    color: #000;
    font-size:13px;
    line-height: 2.1em;
}
.common_desc_wrap ol,
.common_desc_wrap ul{
    padding-left: 20px;
}
.highlight_wrap .single_highlight_wrap{
    padding-left: 20px;
    padding-right: 20px;
    width:50%;
    float:left;
    margin-bottom: 20px;
}
.highlight_wrap .highlight_inner_wrap{
    padding:20px;
    background: #f3f3f3;
    float: left;
    display: inline-block;
    border-left: 5px solid #fcc62e;
}
.custom_tabs_content_wrap .tab_content_wrap .tab_inner_title_wrap {
    display:none;
}
.color_grey{
    color:#231f20;
}

.single_itinerary_wrap .info_wrap{
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.7);
    padding:50px;
    width:600px;
}
.single_itinerary_wrap.even .info_wrap{
    right:0;
    left:auto;
}
.single_itinerary_wrap .info_wrap .common_header{
    color:#fff;
}
.common_desc_wrap.white p, .common_desc_wrap.white ul li, .common_desc_wrap.white ol li{
    color:white;
}
.single_noimg_itinerary_wrap{
    padding:50px 0;
    text-align: center;
}
.budget_table_parent table{
    border-collapse: separate;
    float:left;
    width:100%;
    border-spacing: 10px;
    margin-top:20px;
}
.budget_table_parent table th{
    border-top:5px solid #231f20;
    border-bottom:5px solid #231f20;
    padding: 10px;
    color:#231f20;
}
.budget_table_parent table td{
    border-right:1px solid #231f20;
    border-bottom:1px solid #231f20;
    padding: 10px;
    color:#231f20;
}
.loader_wrap{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1000;
    font-size:20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color:#fff;
    background:rgba(0,0,0,0.5);
    display:none;
}
.mfp-wrap{
    font-family: open_reg;
}
.highlight_tab_wrap .tab_content_inner_wrap {
padding-top: 30px;
}
.content_page_wrap{
    margin:50px 0;
}
.tour_ul.visa_ul li .img_wrap{
    width:100%;
}
.tour_ul.visa_ul li .black_overlay{
    bottom: 6px;
    left: 6px;
    right: 6px;
    width: auto;
    top: 6px;
    height: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.visa_page_wrap{
    margin-bottom: 50px;
}

.custom_tabs_content_wrap .tabs_wrap.make_sticky{
    position:fixed;
    top:0;
    left:0;
    z-index: 10;
}

#go_to_top {
    bottom: 80px;
    z-index: 23;
    position: fixed;
    left: 20px;
    display: none;
    z-index: 100;
}
#go_to_top a {

    width: 100%;
    float: left;
    display: inline-block;
}
#go_to_top img {
    border: none;
    float: left;
    display: inline-block;
}

.itinerary_download_icon_wrap{
    cursor: pointer;
}
.popup_label{
    color:#fff;
}
.empty_wrap{
    font-size:25px;
    text-align: center;
    padding: 50px 0;
}
.home_pre_footer.empty{
    padding:0;
}
.personalised_form_wrap{
    width:30%;
    float:right;
    display:inline-block;
    text-align: left;
    margin-top:40px;
    padding: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background:#f3f3f3;
    -webkit-box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.53);
    -moz-box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.53);
    box-shadow: 0px 0px 17px 1px rgba(0,0,0,0.53);
}
.common_control2{
    width:100%;
    float:left;
    display: inline-block;
    position: relative;;
    padding:7px 10px;
    color:#000;
    border: none;
    border-bottom:1px solid #adadad;
    margin-bottom: 10px;
    background:transparent;
}
.placeholder_control_parent{
    margin-top:20px;
}
.placeholder_type_label{
    position: absolute;
    top: 7px;
    left: 10px;
    font-size: 13px;
    text-transform: uppercase;
    opacity: 0.5;
    color:#000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.placeholder_control_parent.active .placeholder_type_label{
    top: -15px;
    left: 0;
    font-size:12px;
}
.common_control2.input_error{
    border-color:#ff0000
}
.margin_bottom_10{
    margin-bottom: 10px;
}
.map_iframe_wrap{
    width:50%;
    float:left;
    display:inline-block;
}
.contact_form_wrap{
    width:50%;
    float:left;
    padding:50px;
    display:inline-block;
}
.tour_menu{
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    display:none;
    z-index: 80;
    background: #fcc62e;
}
.tour_menu ul{
    width:100%;
    float:left;
    display:inline-block;
    padding:0;
    margin:0;
}
.tour_menu ul li{
    width:100%;
    float:left;
    display:inline-block;
    padding:0;
    margin:0;
    margin-bottom: 10px;
}
.tour_menu ul li a{
    width:100%;
    float:left;
    display:inline-block;
    color:#fff;
    text-transform: uppercase;
    font-size:14px;
    letter-spacing: 0.1em;
    text-decoration: none;
}
@media only screen and (min-width:1100px){
    .tour_ul.personalised_ul{
        width:65%;
    }

    .tour_ul.personalised_ul li{
        width:48.5%;
        margin-right:3%;
    }
    .tour_ul.personalised_ul li:nth-child(3n+0){
        margin-right:3%;
    }
    .tour_ul.personalised_ul li:nth-child(even){
        margin-right:0;
    }
    .footer_wrap .gridContainer{
        min-width:1250px;
        max-width:1250px;
    }
    .footer_wrap .ul_wrap{
        width:25%;
    }
    .highlight_tab_wrap,.itienary_tab_wrap {
        margin-top:-30px;
    }
    .tour_ul.visa_ul li {
        width:22.75%;
        margin-right:3%;
    }
    .tour_ul.visa_ul li:nth-child(3n+0) {
        margin-right:3%;
    }
    .tour_ul.visa_ul li:nth-child(4n+0) {
        margin-right:0;
    }
}
@media only screen and (max-width: 1100px) and (min-width: 786px){
    .personalised_form_wrap {
        width: 32%;
    }
    .tour_ul.personalised_ul{
        width:65%;
    }

    .tour_ul.personalised_ul li{
        width:48.5%;
        margin-right:3%;
    }
    .tour_ul.personalised_ul li:nth-child(3n+0){
        margin-right:3%;
    }
    .tour_ul.personalised_ul li:nth-child(even){
        margin-right:0;
    }
    .menu_fix_wrap .anchor_wrap .common_textbox{
        margin-top:20px;
    }
    .whatsapp_popup_wrap .popup_inner_wrap{
        width:100%;
    }
    .highlight_tab_wrap,.itienary_tab_wrap {
        margin-top:-30px;
    }
    .footer_wrap .ul_wrap{
        width:25%;
    }
    .fullscreen-bg{
        display:none;
    }
    .custom_tabs_content_wrap .tabs_wrap a{
        font-size: 23px;
        padding: 30px 35px;
    }
    .gridContainer.small{
        max-width:100%;
        min-width:100%;
    }
}
@media only screen and (max-width: 786px) and (min-width: 481px){
    .tour_menu{
        width:100%;
    }
    .contact_form_wrap{
        width:100%;
    }
    .map_iframe_wrap{
        width:100%;
    }
    .personalised_form_wrap {
        width: 100%;
    }
    .tour_ul.personalised_ul{
        width:100%;
    }
    .tour_ul.personalised_ul li{
        width:48.5%;
        margin-right:3%;
    }
    .tour_ul.personalised_ul li:nth-child(3n+0){
        margin-right:3%;
    }
    .tour_ul.personalised_ul li:nth-child(even){
        margin-right:0;
    }


    .whatsapp_popup_wrap .popup_inner_wrap{
        width:100%;
    }
    .highlight_tab_wrap,.itienary_tab_wrap {
        margin-top:-30px;
    }
    .gridContainer.small{
        max-width:100%;
        min-width:100%;
    }
    .highlight_wrap .single_highlight_wrap{
        width:100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .custom_tabs_content_wrap .tabs_wrap a{
        font-size: 20px;
        padding: 30px 20px;
    }
    .fullscreen-bg{
        display:none;
    }
    .menu_fix_wrap .social_wrap {
        position: relative;
        width: 100%;
        top:auto;
        left:auto;
        right:auto;
        left:auto;
        height: 300px;
        float: left;
        margin-top: -100px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .menu_fix_wrap.active .social_wrap {
        margin-top:0;
        top:auto;
        left:auto;
    }
    .menu_fix_wrap .ul_wrap_left {
        position: relative;
        display: inline-block;
        width: 100%;
        float: left;
        padding-bottom: 40px;
        margin-top: 200px;
        top:auto;
        left:auto;
        height: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .menu_fix_wrap.active .ul_wrap_left {
        margin-top:40px;
        top:auto;
    }
    .single_itinerary_wrap .info_wrap{
        position:relative;
        float:left;
        display:inline-block;
        z-index: 5;
        top:auto;
        right:auto;
        left:auto;
        margin-top:-100px;
    }
    .single_itinerary_wrap.even .info_wrap{
        float:right;
        right:auto;
        left:auto;
    }

    .menu_fix_wrap .anchor_wrap{
        width:75%;
    }
    .menu_fix_wrap .anchor_wrap .common_textbox{
        margin-top:30px;
    }
    .menu_fix_wrap .social_wrap .social_icons_wrap {
        margin-top:150px;
    }
}
@media only screen and (max-width: 480px){
    .tour_menu{
        width:100%;
    }
    .testi_arrow_left{
        top: -20px;
        right: 10px;
        margin-top:0;
        left:auto;
        font-size:30px;
    }
    .testi_arrow_right{
        top: -20px;
        right: -15px;
        margin-top:0;
        left:auto;
        font-size:30px;
    }
    .contact_form_wrap{
        width:100%;
        padding:40px 20px;
    }
    .map_iframe_wrap{
        width:100%;
    }
    .home_pre_footer.personalised_prefooter{
        padding-bottom: 50px;
    }
    .footer_wrap .menu_wrap ul li{
        width:100%;
        text-align: center;
        margin:0;
        margin-bottom: 10px;
    }
    .footer_wrap .menu_wrap ul li a{
        width:100%;

        margin:0;
        text-align: center;
    }
    .personalised_form_wrap {
        width: 100%;
    }
    .tour_ul.personalised_ul{
        width:100%;
    }
    .tour_ul.personalised_ul li{
        width:100%;
        margin-right:0;
    }

    .slider_icon_wrap .slide_icon{
        width:50%;
        height:100px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .slider_icon_wrap .slide_icon + .slide_icon{
        margin-left: 0;
    }
    .slider_icon_wrap .text{
        font-size:11px;
    }
    #go_to_top{
        bottom: 125px;
        left:10px;
        width:40px;
    }
    .whatsapp_btn_fix{
        width:40px;
        height:40px;
        line-height:40px;
        left: 10px;
    }
    .custom_tabs_content_wrap{
        margin-top:30px;
    }
    .custom_tabs_content_wrap .tab_content_inner_wrap.earth_bg{
        background:none;
        padding:0;
    }
    .whatsapp_popup_wrap .popup_inner_wrap{
        width:100%;
    }
    .whatsapp_popup_wrap .common_header{
        font-size: 15px;
    }
    .common_desc_wrap p, .common_desc_wrap ul li, .common_desc_wrap ol li {
        color: #000;
        font-size: 12px;
        line-height: 1.8em;
    }
    .single_itinerary_wrap .info_wrap .common_header,
    .single_noimg_itinerary_wrap .info_wrap .common_header{
        font-size:18px;
    }
    .single_noimg_itinerary_wrap{
        padding:35px 0;
    }
    .single_itinerary_wrap .info_wrap{
        position:relative;
        float:left;
        display:inline-block;
        z-index: 5;
        top:auto;
        right:auto;
        left:auto;
        margin-top:-100px;
        width:95%;
        padding: 20px;
        margin-top:-30px;
    }
    .single_itinerary_wrap.even .info_wrap{
        float:right;
        right:auto;
        left:auto;
    }
    .gridContainer.small{
        max-width:100%;
        min-width:100%;
    }
    .custom_tabs_content_wrap .tab_content_wrap .gridContainer{
        width:100%;
        padding:0;
    }

    .custom_tabs_content_wrap .tabs_wrap{
        display:none;
    }
    .custom_tabs_content_wrap .tab_content_inner_wrap{
        display:none;
        margin-top:20px;
    }
    .custom_tabs_content_wrap .tab_content_wrap{
        padding: 0 20px;

    }
    .custom_tabs_content_wrap .tab_content_wrap .tab_content{
        display:inline-block;
        margin-bottom: 20px;
    }
    .custom_tabs_content_wrap .tab_content_wrap .tab_inner_title_wrap {
        float:left;
        display:inline-block;
        position: relative;
        width:100%;
        text-decoration: none;
        font-size:14px;
        color:#fff;
        background:#231f20;
        padding:10px 15px;

    }
    .custom_tabs_content_wrap .tab_content_wrap .tab_inner_title_wrap .icon{
        position: absolute;
        top: -2px;
        right: 10px;
        font-size: 30px;
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .custom_tabs_content_wrap .tab_content_wrap .tab_inner_title_wrap.active .icon{
        -webkit-transition: rotate(90deg);
        -moz-transition: rotate(90deg);
        -o-transition: rotate(90deg);
        -ms-transition: rotate(90deg);
        transform: rotate(90deg);
    }
    .highlight_wrap .single_highlight_wrap{
        width:100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .fullscreen-bg {
        display: none;
    }
    .slider_arrow_left{
        bottom: 50px;
    }
    .slider_arrow_right{
        bottom: 50px;
    }
    .fix_desk_menu_wrap{
       display:none;
    }
    .fix_mob_menu_wrap{
        z-index: 100;
    }
    .menu_fix_wrap .social_wrap {
        position: relative;
        width: 100%;
        top:auto;
        left:auto;
        right:auto;
        left:auto;
        height: 260px;
        float: left;
        margin-top: -100px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .menu_fix_wrap.active .social_wrap {
        margin-top:0;
        top:auto;
        left:auto;

    }
    .menu_fix_wrap .ul_wrap_left {
        position: relative;
        display: inline-block;
        width: 100%;
        float: left;
        padding-bottom: 40px;
        margin-top: 200px;
        top:auto;
        left:auto;
        height: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .menu_fix_wrap.active .ul_wrap_left {
        margin-top:40px;
        top:auto;
    }
    .menu_fix_wrap .anchor_wrap{
        padding-left: 0;
    }
    .menu_fix_wrap .close_btn {
        position: absolute;
        right: 20px;
        top: 20px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        font-size: 16px;
        z-index: 90;
        cursor: pointer;
    }
    .menu_fix_wrap .social_icons_wrap {
        position: absolute;
        bottom: 26px;
        left: 0;
    }
    .menu_fix_wrap .anchor_wrap {
        position: absolute;
        width: 100%;
        z-index: 20;
        left: 0;
        top: 20px;
        padding-right: 10px;
        padding-left: 10px;
        margin-top:45px;
    }
    .menu_fix_wrap .anchor_wrap .common_textbox{
        width:100%;
    }
    .menu_fix_wrap .anchor_wrap a{
        margin-left:0;
        margin-bottom: 10px;
        width:49%;
        float:left;
        text-align: center;
    }
    .menu_fix_wrap .anchor_wrap a + a{
        margin-left:2%;
    }
    .menu_fix_wrap .ul_wrap_left ul li{
        padding-left: 100px;
    }
    .menu_fix_wrap .ul_wrap_left ul li a{
        font-size:15px;
    }
    .menu_fix_wrap .ul_wrap_left ul li:before{
        width:70px;
    }
    .whatsapp_btn_fix{
        bottom: 70px;
    }
}
.slider_top .logo_top_wrap{
	top:0;
	
	left:0;
}
.slider_top .logo_top_wrap img{
	width:350px;
}
.tour_ul li .title_wrap h2 span{
	color:#fcc62e;
}
.footer_wrap{
	background: #fcc62e !important;
}
.footer_wrap .logo_wrap{
	margin-left:30px;
}
.footer_wrap .menu_wrap{
	margin-top:0;
}
.custom_tabs_content_wrap .common_header{
	color:#183266;
}
.custom_tabs_content_wrap table{
	width:100%
}
.footer_wrap .logo_wrap .skyplane,
.slider_top .sky_plane{
	display:none !important
}
.about_blue_wrap{
	background:#fff500
}
.about_blue_wrap p,
.about_blue_wrap .title_wrap ,
.about_blue_wrap .common_header{
	color:#183266 !important
}
@media only screen and (max-width:1100px){
.slider_top .logo_top_wrap img{
	width:300px;
}	
}
@media only screen and (max-width:480px){
	.home_pre_footer{
		padding-bottom:50px;
	}
.slider_top .logo_top_wrap img{
	width:220px;
}	
}