
@font-face {
    font-family: 'Americana XBdCn BT';
    src: url('../fonts/AmericanaBT-ExtraBoldCondensed.woff2') format('woff2'),
        url('../fonts/AmericanaBT-ExtraBoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gothamthin';
    src: url('../fonts/gotham_thin-webfont.woff2') format('woff2'),
         url('../fonts/gotham_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gotham_book-webfont.woff2') format('woff2'),
         url('../fonts/gotham_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothammedium';
    src: url('../fonts/gotham_medium-webfont.woff2') format('woff2'),
         url('../fonts/gotham_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothamlight';
    src: url('../fonts/gotham_light-webfont.woff2') format('woff2'),
         url('../fonts/gotham_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothambold';
    src: url('../fonts/gotham_bold-webfont.woff2') format('woff2'),
         url('../fonts/gotham_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothamitalic';
    src: url('../fonts/gotham_italic-webfont.woff2') format('woff2'),
         url('../fonts/gotham_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avantgarde_bk_btbook';
    src: url('../fonts/avgardn-webfont.woff2') format('woff2'),
         url('../fonts/avgardn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body{ font-family: 'gothamlight';  font-weight: normal; color: #000; font-size: 14px;}

.explore_tours p { font-size:18px;}

a{ text-decoration: none; color: #000 }
p , li { font-weight: normal; font-size: 14px; line-height: 22px;}
figure { margin: 0px; }

ul{ padding-left:0px; list-style: none; margin-bottom: 0px; }
img{ max-width: 100%;}




@-webkit-keyframes navbarFixed {
    0% {
        opacity          : 0;
        -webkit-transform: translateY(-100%);
        transform        : translateY(-100%);
    }

    100% {
        opacity          : 1;
        -webkit-transform: translateY(0);
        transform        : translateY(0);
    }
}

@keyframes navbarFixed {
    0% {
        opacity          : 0;
        -webkit-transform: translateY(-100%);
        transform        : translateY(-100%);
    }

    100% {
        opacity          : 1;
        -webkit-transform: translateY(0);
        transform        : translateY(0);
    }
}

.star-rating {
  display: flex;
}

.star-rating svg {
  width: 18px;
  height: 18px;
  color: #ff9900;
}

.star-rating svg:not(:last-child) {
  margin-right: 3px;
}
header {  position: relative;  top: 0px;  left: 0px;  width: 100%; z-index: 9; transition: all 0.4s ease-in-out 0s; }
.container{ padding: 0px 15px; }
/*header.sticky {
    box-shadow: 0px 15px 10px -15px rgb(46 45 45);
    background-color: #fff;
    width: 100%;
    transition: all 0.4s ease-in-out 0s;
    -webkit-animation: navbarFixed 0.8s;
    animation: navbarFixed 0.8s;
    position: fixed;
    z-index: 99; top: 0;
}*/
/*.tour_detal_cont ul{margin-left:25px;}*/
.header_top{ padding: 16px 0px; }
.header_top_box{ justify-content: flex-end; }
.customize_tour { position: absolute;  right: 15px;  bottom: -78px; z-index: 1;}
.customize_tour a{ background-color: #22bfbf; color: #fff; display: inline-block; padding: 12px 20px; border-radius: 6px; font-size: 18px; 
    font-family: 'gothammedium'; transition: 0.4s;}
.customize_tour a:hover{ background-color: #2d6588; }
.customize_tour a img{ margin-right: 10px; }
.header_bottom{ background-color: #e2e2e2; }
.header_btm_box{  height: 72px; }
.trust_p{ margin-right: 40px; }
.header_top_box , .header_btm_box{ display: flex; flex-wrap: wrap; align-items: center;  }
.header_top .container , .header_bottom .container{ position: relative; }
.header_contact{ background-color: #2d6588; color: #fff; border: 2px solid #22bfbf; border-radius: 6px; }
.header_contact ul{ display: flex; flex-wrap: wrap; align-items: center; padding: 10px 20px; }
.header_contact ul li{ margin-right: 15px; }
.header_contact ul li:first-child{ font-family: 'gothambold'; }
.header_contact ul li:last-child{ margin-right: 0px; }
.header_contact ul li a{ color: #fff; font-size: 13px; transition: 0.4s; }
.header_contact ul li a:hover{ color: #22bfbf; }
.header_contact ul li a img { margin-right: 2px; vertical-align: middle; margin-top: -3px; }
.logo { position: absolute;  top: -82px; left: 15px; }
.header_navigation  .active a{ background-color: #22bfbf; color: #fff; }
.header_navigation  .active a:hover{ background-color: #2d6588; color: #fff !important;  }
.banner_img img, .banner_img video{ height: 550px; width: 100%; object-fit: cover; object-position: top; display: block;}


/*header_navigation_desktop*/
.header_navigation .menu{ display: flex; flex-wrap:wrap; list-style: none; align-items: center; justify-content: flex-end;}
.header_navigation .menu > li{ position: relative; font-family: 'gothambook';}
.header_navigation .menu > li > a{ padding:15px 45px; border-radius: 6px; }
.header_navigation .menu > li > a:hover{ color: #22bfbf; }
.header_navigation .menu > li:first-child:not(.current-menu-item) > a{ padding-left: 0px; }
.header_navigation .menu > li:last-child{ margin-right:0px;}
.header_navigation ul li a{ text-transform: capitalize; color:#000; font-size:16px;  text-decoration: none;  transition: .3s; }
.header_navigation ul li a:hover, .header_navigation ul li a.active { color: #c92027; transition: .3s; }
.header_navigation ul li a.active + span.arrow i { color: #d44b2b; transition: .3s; }
.mobile_header{ display:none;}

.header_navigation ul li .sub-menu {
    color: #fff;
    position: absolute;
    min-width: 245px;
    width: 100%;
    left: 0;
    top: calc(100% + 10px);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    transform-origin: 0 0 0;
    margin-left: 0;
    -webkit-box-shadow: 0px 4px 9px -2px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0px 4px 9px -2px rgba(0,0,0,0.45);
    box-shadow: 0px 4px 9px -2px rgb(0 0 0 / 45%);
        border-radius: 15px;
    background-color: #d44b2b;
    overflow: hidden;
}
/*.header_navigation ul li .sub-menu::before {   content: "";  background-color: #f000;  opacity: 0.9;  position: absolute;  top: 0px;  left: 0px;  width: 100%;  height: 100%;}*/
.header_navigation ul li:hover  .sub-menu, .header_navigation ul li:focus {  visibility: visible;  opacity: 1;  -webkit-transform: scale(1);  -moz-transform: scale(1);  -ms-transform: scale(1);
-o-transform: scale(1);  transform: scale(1);}
.header_navigation ul li .sub-menu li{ display: block; width:100%; margin-right:0px; padding:0px; }
.header_navigation ul li .sub-menu li a {
    color: #fff;
    width: 100%;
    display: block;
    padding: 12px 15px;
    margin-bottom: 1px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}
.header_navigation ul li .sub-menu li:last-child a{ border-bottom:none; }
.header_navigation ul li .sub-menu li a:hover{ color: #ffffff;  background-color: #973224;}
.menu_section .menu_bottom  .sub-menu li{ padding:0px; display:block; }
.menu_section .menu_bottom  .sub-menu{ display:block;}
.header_navigation .arrow i{ font-size: 14px; line-height: 14px;  margin-left: 5px;}
.navbar-fostrap {  display: none; position: relative;}
.navbar-fostrap b{ font-size:8px; font-weight: 400; letter-spacing: 1px; position: absolute; bottom: -16px; left: -1px; width: 100%; text-align: center;}



/*banner*/
.banner{ position: relative; }
.banner_img{ position: relative; }
.banner_img:after{ content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0,0,0,0.25); }
.banner_caption{ position: absolute; bottom: 0; left: 0; right: 0px; margin:auto;  text-align: center; padding-bottom: 180px; }
.banner_caption h1{ color: #fff; font-size: 68px; font-family: 'Americana XBdCn BT'; }
.banner_caption p{ color: #fff; background-color: rgba(0,0,0,0.6); display: inline-block; font-size: 18px; padding: 10px 40px; }
/*banner*/

/*tour_package_sec*/
.tour_package_sec { margin-top: -145px;}
.tour_packages {padding: 0px 30px 30px;}
.air_w_out{ padding: 35px; border-radius: 130px; overflow: hidden; box-shadow:  inset 0 -5px 5px -5px #333, inset 0 5px 5px -5px #333, inset 5px 0 5px -5px #333;
 background: linear-gradient(to right, rgba(254,254,254,1) 0%, rgba(221,221,221,1) 51%, rgba(255,255,255,1) 100%); }
.air_w-in{ border-radius: 130px; overflow: hidden; border: 5px solid #dddddd; box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.91);  } 
.air_w-in figure{ box-shadow:  0px 0px 3px 1px rgba(0,0,0,0.91); border-radius: 130px; overflow: hidden; position: relative; }
.air_w-in figure:after{ content: ""; position: absolute; top: -15px; left: 0px; width: 100%; height: 50px; background-color: #f7f8fa; border: 5px solid #dddddd; box-shadow: 0px 0px 3px 1px rgba(0,0,1,0.51); }
.package_item{ text-align: center;  }
.package_item h3{ font-size: 17px; color: #000000; margin-top: 20px; transition: 0.4s; font-weight: 700; }
.tour_package_sec a{ transition: 0.4s; }
.tour_package_sec a:hover h3{ color: #22bfbf; }

.air_w-in figure img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.air_w_out:hover figure img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
/*tour_package_sec*/

.heading{ margin-bottom: 40px; }
.heading h2{ font-size: 40px; margin-bottom: 15px; }
.default_btn{ color: #fff; transition: 0.4s; display: inline-block; font-size: 16px; background-color: #22bfbf; border-radius: 5px; min-width: 185px;  margin: auto; text-align: center; padding: 13px 15px; }
.default_btn:hover{ background-color: #2d6588; color: #fff; }

/*main_pack_sec*/
.main_pack_sec{ padding-bottom: 70px; }
.dubai_tour_packages { padding: 40px 0;}
.dubai_tour_packages .packages_row{ margin:0 -10px; }
.dubai_tour_packages .packages_row [class*="col"]{ padding: 10px; }
.dubai_tour_packages .packages_row [class*="col"]:first-child .img_text{ color: #000; }
.dubai_tour_packages .packages_in{ position: relative;  }
.dubai_tour_packages .img_text{ position: absolute; width: 100%; bottom: 0px; left: 0; text-align: center; color: #fff; }
.dubai_tour_packages .img_text h3{ font-size: 48px; font-family: 'avantgarde_bk_btbook'; margin-bottom: 0px;}
.dubai_tour_packages .img_text p{ font-size: 18px; font-family: 'gothammedium'; line-height: 30px;}
.dubai_tour_packages .btn_sec{ margin-top: 30px; }

.packages_in figure{ overflow: hidden; border-radius: 15px; }
.packages_in figure img { width: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.packages_in:hover figure img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.about_us_detail{ max-width: 975px; margin:auto; padding-top: 18px;  }
.about_us_detail .row { margin:0 -15px; }
.about_us_detail .row [class*="col"]{ padding: 15px; }
.inform_in h4{ font-size: 20px;  font-family: 'gothammedium'; margin-bottom: 5px; }
.inform_in{box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.38); overflow: hidden; border-top: 2px solid #f6f7f5; border-radius: 12px; position: relative; min-height: 100px; padding-left: 115px; display: flex; flex-wrap: wrap; align-items: center;}
.inform_in figure{ width: 100px; height: 100%; position: absolute; top: 0; left: 0; background-color: #f6f7f5; display: flex; justify-content: center; align-items: center; padding: 20px; }
.inform_in p { margin-bottom: 0px; font-size: 16px; font-family: 'gothambook'; }
/*main_pack_sec*/

.tour_box{ background-size: cover; background-position: right; }
.content_box.heading{ background-color: #fff; padding: 50px;  max-width: 545px; margin:80px 0px 80px 10%; display: inline-block; }
.content_box p{ line-height: 28px; }
.tour_box .default_btn{ margin-top: 15px; }
.tour_box1 .container-fluid{ display: flex; flex-wrap: wrap; flex-wrap: wrap; justify-content: flex-end; }
.tour_box1 .container-fluid .content_box { margin:80px 10% 80px auto; }

.top_treading{ padding: 50px 0 60px; }
.packages_item_in figure{ border-radius: 15px 15px 0 0; overflow: hidden; position: relative; z-index: -1; }
.packages_item_in a{ transition: 0.4s; }
.packages_item_in a:hover{ color:#22bfbf;  }

.packages_item_in figure img { width: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.packages_item_in:hover figure img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.packages_item_in .text_box img{ width: auto !important; }
.packages_item_in .text_box h4{ font-size: 18px; font-family: 'gothammedium'; margin-bottom: 12px;}
.packages_item_in .text_box h4 del{ font-family: 'gothamlight'; margin-right: 5px; }
.packages_item_in .text_box h4 span{ font-family: 'gothamlight'; font-size: 14px; }
.packages_item_in .text_box{ box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.26); border-radius: 15px; padding: 15px 22px 20px; display: inline-block; width: 100%; margin-top: -15px; background-color: #fff;}
.package_slider_main{ padding: 30px 0 0; margin:0 -10px; }
.day_tag{ position: absolute; top: 20px; left: 0px; background-color: #fff; padding: 8px 15px; font-size: 12px; font-family: 'gothammedium'; }
.flight_option{ font-size: 12px; margin-bottom: 15px; display: inline-block; }
.flight_option img{ display: inline-block !important; margin-right: 8px; }
.package_slider_main .item{ margin:0 15px 15px; }

.top_treading2 .text_box{ box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.26); }
.top_treading2 .package_slider_main .item{ margin:0 12px 12px; }

.top_dubai_activities{ padding-bottom: 60px; }
.top_dubai_activities .activities_list .row{ margin:0 -15px; }
.top_dubai_activities .activities_list .row [class*="col"]{ padding: 15px; }
.activitie_item{ text-align: center; }
.activitie_item{ transition: 0.4s; }
.activitie_item:hover{ color: #22bfbf; }
.activitie_item figure{ margin-bottom: 10px; }
.activitie_item h4{ font-size: 18px; }

.packages_item_blog figure{ margin-bottom: 15px; border-radius: 10px; overflow: hidden; }
.packages_item_blog h4{ font-size: 18px; font-family: 'gothammedium'; margin-bottom: 20px; }
.packages_item_blog h4 span{ font-family: 'gothamlight'; display: block; margin-top: 10px; }

.handpic_holiday{ padding-bottom: 80px; }
.handpic_holiday .package_slider_main{ max-width: 1225px; margin:auto; }
.handpic_holiday .packages_item_blog p{ font-size: 15px; }

.contact_sec{ background-color: #245274; color: #fff; padding: 40px 0px; }
.contact_sec .contact_in{ text-align: center;  }
.contact_sec .contact_in p{ margin-bottom: 0px; }
.contact_sec .contact_in p a { color: #fff; transition: 0.4s; }
.contact_sec .contact_in p a:hover{ color: #22bfbf;  }
.contact_sec .contact_in h4{ font-size: 20px;  font-family: 'gothammedium'; margin-bottom: 15px; }

.find_box{ display: flex;align-items: center; justify-content: space-between; box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.26); border-radius: 12px;
 padding-left: 115px; margin-top: 20px; position: relative; overflow: hidden;  }
.find_box:before{ content: ""; position: absolute; top: 50%; transform: translate(0,-50%); left: 20px; background-image: url(../images/question_icon.png); background-repeat: no-repeat;
  width: 82px; height: 91px; background-size: 100%;}
.find_box h3{ font-size: 20px; margin:0px; padding: 8px 0; }
.find_box h3 span{ font-size:30px; font-family: 'gothammedium'; padding-right: 20px; vertical-align: middle; }
.find_box a{ margin:0px; font-size: 16px; font-family: 'gothammedium'; padding:20px 20px; border-radius: 12px; display: flex; align-items: center; justify-content: center;}
.find_box a img{ margin-left: 5px; }

footer , footer a{ color: #fff; transition: 0.4s; }
footer a:hover{ color: #22bfbf; }
.footer_colm ul li a{ font-size: 14px;  }
.footer_top {  background: #2d6588;  padding: 45px 0;}
.footer_top .row .footer_colm{ border-right: 1px solid #427594; margin-right: 10%; height: 100%; }
.footer_top h5{ font-size: 16px; font-family: 'gothammedium'; }
.footer_btm { background: #245274; padding: 15px 0px; border-top: 3px solid #0d2a53;}
.footer_btm p{ font-size: 12px; margin-bottom: 0px; }
.footer_btm .row [class*="col"]{ text-align: center; }
.footer_btm .row [class*="col"]:first-child{ text-align: left; }
.footer_btm .row [class*="col"]:last-child{ text-align: right; }
.footer_content { display: flex;  flex-wrap: wrap;  align-items: flex-end;}
.footer_content figure{ padding-right: 35px; }
.footer_content ul li{ margin-bottom: 20px; }
.footer_content ul li:last-child{ margin-bottom: 0px; }
.footer_content ul li a{ font-size: 15px; }
.social_icon{ padding-top: 30px; }
.social_icon ul , .social_list li a{ display: flex; flex-wrap: wrap; align-items: center; }
.social_icon ul li{ margin-right: 20px;  }
.social_list li figure{ padding-right:0px; margin-right: 10px; width: 30px; text-align: center; }
 
.tour_packages .owl-carousel .owl-nav button.owl-next, .tour_packages .owl-carousel .owl-nav button.owl-prev{  position: absolute; top: 50%; left: -65px; margin-top: -45px; transform: translate(0 , -50%);
 width: 55px; height: 55px; background-color: rgba(0,0,0,0.6); border-radius: 50%; } 
.tour_packages .owl-carousel .owl-nav button:after{ content: ""; background-image: url("../images/left-arrow.png"); background-size: 100%; width: 23px; height: 17px;
 background-repeat: no-repeat; position: absolute; left: 0; right: 0; top: 50%; transform: translate(0 , -50%); margin: auto;   }
.tour_packages .owl-carousel .owl-nav button.owl-next{ right: -65px; left: auto; }
.tour_packages .owl-carousel .owl-nav button.owl-next:after{ right: 0; background-image: url("../images/right-arrow.png"); }
.tour_packages .owl-carousel .owl-nav button span{ display: none; }

.package_slider_main .owl-carousel .owl-nav button.owl-next, .package_slider_main .owl-carousel .owl-nav button.owl-prev{  position: absolute; top: -55px; right: 60px; width: 35px; height: 35px;
 background-color: #22bfbf; border-radius: 50%; box-shadow: -3px 2px 8px 0px rgba(0,0,0,0.18); } 
.package_slider_main .owl-carousel .owl-nav button:after{ content: ""; background-image: url("../images/left-arrow.png"); background-size: 100%; width: 15px; height: 12px;
 background-repeat: no-repeat; position: absolute; left: 0; right: 0; top: 50%; transform: translate(0 , -50%); margin: auto;   }
.package_slider_main .owl-carousel .owl-nav button.owl-next{ right: 15px; left: auto; }
.package_slider_main .owl-carousel .owl-nav button.owl-next:after{ right: 0; background-image: url("../images/right-arrow.png"); }
.package_slider_main .owl-carousel .owl-nav button span{ display: none; }

.handpic_holiday .package_slider_main .owl-carousel .owl-nav button{ background-color: #fff;  }
.handpic_holiday .package_slider_main .owl-carousel .owl-nav button:after{ filter: grayscale(1)invert(1); }

.testimonial_sec { background: #e5e7ea;  padding: 60px 0 45px;}
.testimonial_sec .heading{ margin-bottom: 0px; }
.testimonial_sec .heading h2{ margin-bottom: 10px; }
.testi_img{ position: relative; padding: 5px; display: inline-block; overflow: hidden;}
.testi_img:after{ content: "";position: absolute; top: 0px; left: 0; width: 100%; height: 100%; background-image: url(../images/testimonial_img.png); 
background-repeat: no-repeat; background-size: 100%; } 
.testi_img img{ position: relative; top: 2px; left: 2px;  }
.test_content h5{ font-size: 16px; font-family: 'gothammedium'; }
.test_content h5 span{ color: #999999; margin-top: 10px; display: block;  }
.test_content p{ font-style: italic; font-size: 18px; color: #666666; padding: 15px 0 ; line-height: 30px; }

body.show_menu{ position: fixed; top: 0; left: 0; width: 100%; }

.explore_tours{ padding: 30px 0 60px; }
.explore_tours_row{ margin:0px -15px; }
.explore_tours_row [class*="col"]{ padding: 15px; }
.packages_item_in{ position: relative; }
section.page_top {background: #b6eaea; border-top: 5px solid #a3d6d6; padding: 15px 0;}
section.page_top li.breadcrumb-item , section.page_top li.breadcrumb-item a { font-size: 15px; color: #000;}
.tour_detail_sec { width: 55%;}
.featured_sec h4{ text-transform: uppercase; font-size: 11px; margin-bottom: 0; line-height: 18px; }
.featured_sec figure{ padding-right: 15px; }
.featured_sec { display: flex; align-items: center;  flex-wrap: wrap;}
.main_top_sec{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.main_top_sec .breadcrumb{ margin-bottom: 0; }

.need_travel_sec { max-width: 572px;  margin:60px auto 0;  display: flex; align-items: center;  background: #245274; 
 justify-content: space-between;    flex-wrap: wrap; border-radius: 40px; padding: 8px;}
.need_travel_sec a{ border-radius: 30px; margin:0; padding: 13px 26px;}
.need_travel_sec a:hover{ background-color: #16354c; }
.need_travel_sec a img{ margin-right: 10px; }
.need_travel_sec h4{ color: #fff; font-size: 17px; margin-bottom: 0; padding-left: 40px;}   

.select_box .form-select{ box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.38); font-size: 15px; border: none; height: 50px; padding-left: 20px; border-top: 1px solid #f2f4f4; }
.heading_row{ margin:0px -12px 5px; align-items: center; }
.heading_row [class*="col"]{ padding: 12px; }

.explore_tours .heading{ margin-bottom: 0px ; }
.explore_tours .heading h2{ margin-bottom: 0px; }

.explore_tours .packages_item_in figure img{ max-height: 255px; object-fit: cover;  width: 100%; }
.review_sec { display: flex; align-items: center;  justify-content: space-between; flex-wrap: wrap;}
.review_sec .total_review{ display: inline-block; position: relative; font-size: 15px; }
.review_sec .total_review:after{ content: ""; position: absolute; bottom: 3px; left: 0; width: 100%; height: 1px; background-color: #000; }
.included_sec{ padding-top: 10px; margin-top: 10px; position: relative; }
.included_sec:after{ content: ""; position: absolute; left: -8%; width: 116%; top: 0; border-top: 1px solid #e0e0e0; }
.included_sec .row{ width: 100%; align-items: center; }
.included_sec .row [class*="col"]{ padding: 10px 15px; text-align: center; }
.included_sec .row [class*="col"] img{ max-height: 25px; }
.included_sec h5{ margin-bottom: 0px; font-size: 15px; }
.included_sec .tourbtn{ border: 2px solid #22bfbf; color:#22bfbf; border-radius: 15px; padding: 8px 35px; 
font-family: 'gothammedium'; margin-top: 10px; display: inline-block; font-size: 16px;}
.included_sec .tourbtn:hover{ color: #fff; background-color: #22bfbf; }

.search_form { background: #fff; padding: 12px 20px 12px 25px; border-radius: 50px;  max-width: 700px; margin: auto; text-align: left;}
.search_form .form-control{ border: none; color: #a0a0a0; border-radius: 0px; padding-left: 0px; 
 font-size: 14px; padding-bottom: 0px; position: relative; }
.search_form .search_btn{ border: none; background-color: transparent; }
.search_form label{ font-family: 'gothammedium'; font-size: 14px; }
.search_form .form-control:placeholder{ font-size: 14px; color: #a0a0a0; }
.search_form .form-control:focus{ box-shadow: none; }
.search_form .search_link { transition: 0.4s; border: none; background-color: #22bfbf; font-size: 0; display: inline-block;  width: 50px;  height: 50px;  border-radius: 50%;  padding: 13px;}
.search_form .search_link:hover{ background-color: #2d6588; }
.search_form .search_link img{ filter: grayscale(1)invert(1); }
.search_form .row{ margin: 0px -5px; align-items: center; }
.search_form .row [class*="col"]{ padding: 0px 5px; } 
.search_form .row [class*="col"]:nth-child(2) .form-group{ border-left: 1px solid #a0a0a0; padding-left: 25px; padding-right: 15px; }
.search_form input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

.search_form input[type="date"]::-moz-calendar-picker-indicator {
  display: none;
}

.search_form input[type="date"]::-ms-clear {
  display: none;
  width : 0;
  height: 0;
}

ul.partner_logo{ display: flex; flex-wrap: wrap; margin: auto; align-items: center; max-width: 300px; }
ul.partner_logo li{ padding: 0 10px; width: 33.33%; }

.header_navigation .current_page_item  a{ background-color: #22bfbf; color: #fff; }
.header_navigation .current_page_item  a:hover{ background-color: #2d6588; color: #fff !important; }


.testimonial_sec .package_slider_main .owl-carousel .owl-nav button.owl-next, 
.testimonial_sec .package_slider_main .owl-carousel .owl-nav button.owl-prev{ top: 50%; transform: translate(0 , -50%); }
.testimonial_sec .package_slider_main .owl-carousel .owl-nav button.owl-prev { left: -40px; right: auto; }
.testimonial_sec .package_slider_main .owl-carousel .owl-nav button.owl-next{ right: -40px; left: auto; }
.testimonial_sec .package_slider_main{ padding:0 40px; }

.included_sec .row{ margin: 0px; }
.included_sec .row [class*="col"]{ width: auto; flex: inherit; padding:12px 0; margin-right: 25px; }
.included_sec .row [class*="col"]:last-child{ margin-right: 0px; }
.included_sec .row [class*="col"] img{ max-width: 30px; }

/*Detail Page css*/
.tour_detal_cont p , .tour_detal_cont li{ font-size: 15px;}

.detail_sec_tour { padding: 50px 0;}

.explore_tours_similar{ padding: 60px 0; }
.explore_tours_similar .packages_item_in .text_box{ margin-top: 0; box-shadow: none; }
.explore_tours_similar .packages_item_in figure{ border-radius: 15px; }
.explore_tours_similar .packages_item_in figure img{ height: auto; }
.explore_tours_similar .need_travel_sec{ margin-top: 15px; }
.sub_heding h3{ font-family: 'gothammedium'; font-size: 20px; margin-bottom: 20px; }

.testimonials_in{ background-color: #f6f7fb; padding: 55px 0;}
.testimonial_item{ text-align: center; background-color: #fff; padding:15px 15px 40px; position: relative; border-radius: 10px 10px 0 0;}
.testimonial_item h4{ font-size: 16px; font-family: 'gothammedium'; margin-bottom: 20px; padding:0 95px}
.testimonial_item figure{ width: 70px; height: 70px; border-radius: 50%; margin:0 auto 10px; overflow: hidden; margin-bottom: 15px;}
.testimonial_item figure img{ height: 100%; object-fit: cover; }
.review_box img{ width: auto !important; display: inline-block !important;  }
.review_box {  position: absolute;  top: 15px;  right: 15px;}
.review_box p{ margin-bottom:0 ;}
.testimonials_in .item{ padding-top: 40px;}
.testimonial_item figure.profile_img {  margin-top: -50px;}
.testimonials_in .container{ max-width: 1230px;}
.testimonial_item a.read_more {  position: absolute;  right: 15px;  bottom: 15px;  color: #22bfbf; font-family: 'gothammedium'; font-size: 16px;}

.accordion_sec .accordion-button::after{ display: none;}
.accordion_sec .accordion-button , .accordion_sec .sub_heding{ padding-left: 20px;}
.accordion_sec .accordion-item{ border: none; margin-bottom: 15px; } 
.accordion_sec .accordion-item p{ line-height: 25px;}
.accordion_sec .accordion-button , .accordion_sec .accordion-item:first-of-type .accordion-button { box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.13); border-radius: 0; 
  font-size: 16px; font-family: 'gothammedium'; }
.accordion_sec .accordion-button:not(.collapsed){ background-color: #22bfbf; color:#fff; }
.accordion_sec .accordion-button:focus{ border: none; box-shadow: none; box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.13);}
.accordion_sec .accordion-body p:last-of-type{ margin-bottom: 0px;}

.enquiry_form .form-control{ font-size: 14px; height: 40px; color: #848484; border-radius: 12px; border-color: #d9d9d9;}
.enquiry_form .form-control::placeholder{ color: #848484; }
.enquiry_form .form-control:focus{ box-shadow: none;}
.enquiry_form h3 { font-size: 24px;font-family: 'gothammedium'; margin-bottom: 25px; }
.shadow_box{ padding: 40px;  box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.13); border-radius: 15px; }
.enquiry_form textarea.form-control{ height: 85px; resize: none; }
.form_row{ margin: -5px;}
.form_row [class*="col"]{ padding: 5px;}
.check_listing{ margin-top: 15px;}
.check_listing li{ padding-left:25px; margin-bottom: 10px; position: relative;}
.check_listing li:before{ content: ""; position: absolute; left: 0; top: 0; background-image: url(../images/check_arrow.png); 
  width: 20px; height: 20px; background-size: 100%;}
.price_tour_detail h4{ font-size: 18px;}
.price_tour_detail h2{ font-family: 'gothammedium'; font-size: 36px;  }
.price_tour_detail h2 span{ font-family: 'gothamlight'; font-size: 15px; }
.enquiry_form .default_btn2{ margin-top: 15px; }

.default_btn2{ background-color: #fff; font-size: 16px; font-family: 'gothammedium'; display: inline-block;
   color: #22bfbf; border: 2px solid #22bfbf; padding: 8px 40px; border-radius: 10px;}
.default_btn2:hover{ background-color: #22bfbf; color: #fff; }

.main_sec_row{ margin: 0 -15px;}   
.main_sec_row > [class*="col"]{ padding:0 15px;}
.contact_label{ display: block; background-color: #c8efef; text-align: center; padding:5px 15px; margin-top: 15px; }
.contact_label strong{ font-family: 'gothammedium'; display: inline-block; }
.tour_detal_cont{ position: relative;}
.price_position {  position: absolute;  top: 0;  right: 0; width: calc( 33.33% - 15px ); padding: 0px;}
.right_sec { padding-left: 25px; margin-top: -65px;}

.package_in ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin: -10px;}
.package_in ul li{ width: 33.33%; font-size: 14px; padding:10px;}
.package_in ul li figure{ display: inline-block; min-width: 40px; text-align: center; margin-right: 5px;}
.package_in ul li figure img { max-width: 28px; max-height: 33px; display: inline-block;}

.content_box{ padding: 10px 20px;}
.content_box ul li{ position: relative; padding-left: 20px; line-height: 25px; margin-top: 5px;}
.content_box ul li:after{ content: ""; position: absolute; top: 0; left: 0; background-image: url(../images/next-arrow.png);
   width: 20px; height: 20px; background-size: 100%;}
.Separate_line {  margin-top: 20px; margin-bottom: 20px;  display: inline-block;  height: 2px; width: 100%;   background-color: #22bfbf;}

.detail_sec_tour .heading {  margin-bottom: 30px;}
section.page_top{ border-bottom: 1px solid #fff;}

.sub_heding.flight_title {  display: flex;  align-items: center;  justify-content: space-between;  flex-wrap: wrap;}
.sub_heding.flight_title .flight_option{ padding-left: 25px;}

.main_top_sec .breadcrumb{ padding:10px 0;}
.country_code input{ padding:5px 5px 5px 10px;}

.detail_sec_tour .heading h2 span{ font-size: 22px; }

.detail_price {
    background: #376d8e;
    padding: 15px;
    border-radius: 12px;
    margin: 20px 0;
}
.detail_price *{ color: #fff; }
.detail_price h4{ font-family: 'gothammedium'; font-size:16px; margin-bottom: 5px; }
.detail_price p:last-child{ margin-bottom: 0px; }
.detail_price .row{ margin:-10px; }
.detail_price .row [class*="col"]{ padding:10px; }

.inner_banner{ overflow: hidden; }
.inner_banner .row{ margin:-2px; }
.inner_banner .row [ class*="col" ]{ padding: 2px; }
.inner_banner_img{ height: 100%; }
.inner_banner_img img{ height: 100%; }
/*Detail Page css*/

/*blog Page css*/
section.blogs {padding: 60px 0;}
.blog_row{ margin: 0; }
.blog_row .blog-cont { text-align: center;  padding: 15px 16%;}
.blog_row .blog-cont h4{ text-transform: uppercase; margin-bottom: 20px; font-size: 24px;}
.blog_row [ class*="col" ]{ padding: 0; display: flex; flex-wrap: wrap; align-items: center; }
.blog_row .blog-img{ width: 100%; }
.blog_row .blog-img img{ height: 260px; width: 100%; object-fit: cover; }
.blog_row .blog-cont span.blog_date { display: inline-block;  margin-bottom: 15px; font-size: 16px;}
.blog_row .blog-cont .blog-btn{ text-transform: uppercase; font-size: 14px; }
/*blog Page css*/

/*blog detail Page css*/
.content_page h1 , .content_page h2 , .content_page h3 , .content_page h4 , .content_page h5 , .content_page h6{ font-weight: bold; }
.blog_detail h1{ text-align: center; }
.content_page h1{ font-size: 35px;  margin-bottom: 30px; }
.content_page h2{ font-size: 30px; }
.content_page h3{ font-size: 25px; }
.content_page h4{ font-size: 20px; }
.content_page h5{ font-size: 18px; }
.blog_detail .tour_detal_cont{ max-width: 1000px; margin: auto; padding:40px 0; }
.blog_detail .tour_detal_cont img{ width: 96%; margin: 25px auto; display: block; }
.blog-detail-banner{ padding-top: 20px; }
.blog-detail-banner img{ max-height: 500px; object-fit: cover; height: auto;  }
.blog_detail p{ text-align: justify; }
.blog_detail span.blog_date { display: block; text-align: center;  margin-bottom: 10px; font-weight: bold;  font-size: 16px;  text-transform: uppercase;
    color: #939393;}
.blog_detail .default_page h1 {  padding-bottom: 30px;}
.blog_detail .default_page h1:after{ right: 0; margin: auto; }
/*blog detail Page css*/

/*Contact Page css*/
.contact_page { padding: 40px 0 50px; max-width: 1000px; margin: auto;}
.map_box iframe{ width:100%; height: 300px; }
.contact_page .contact_sec{ color: #000; background-color: #fff; padding: 10px 15px; }
.contact_page .contact_in img{ filter: grayscale(1)invert(1); }
.contact_page .contact_in p a{ color: #000; }
.contact_page .contact_in{ padding:30px 0; }
.contact_page .heading { min-width: 55%; display: inline-block; margin-bottom: 25px; }
.contact_page .heading h2{ position: relative; padding-bottom: 15px; }
.contact_page .heading p{ margin-bottom: 0; }
.contact_page .heading h2:after{ content: ""; position: absolute; left: 0; bottom: 0; background-color: #22bfbf; width: 100%; height: 2px; }
/*Contact Page css*/

/*default Page css*/
.default_page{ padding: 45px 0; }
.default_page h1{ position: relative; padding-bottom: 20px; }
.default_page h1:after{ content: "";  position: absolute;  left: 0;  bottom: 0;  background-color: #22bfbf;  width: 100px;
    height: 5px;}
.default_page ul , .default_page ol{ padding-left: 20px; margin-bottom: 15px; }
.default_page ul li{ list-style: disc; }
/*default Page css*/

/*About Page css*/
.service_box{ padding:50px 0; background-color: #ededed; min-height: 100%;}
.service_box img{ margin-bottom: 15px; }
.service_box_row{ margin: -20px -15px -15px -15px; }
.service_box_row [class*="col"]{ padding: 15px; }
.service_item{ text-align: center; box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.26); padding:25px; border-radius: 10px; min-height: 100%; background-color: #fff;}
.service_item h4{ font-size: 18px; font-family: 'gothammedium'; }
.service_item p:last-of-type{ margin-bottom: 0; }
/*About Page css*/

.payment_page { max-width: 900px; margin: auto;}
.paypal-box-con{ padding-top: 20px; }
.paypal-box-con ul li {padding: 8px; list-style: none;}
.paypal-box-con ul { display: flex;align-items: center;flex-wrap: wrap; max-width: 240px; margin: auto; padding: 0;}
.paypal-box-con ul li img {max-width: 100%;}

.breadcrumb{ margin: 0 -5px; }
.breadcrumb li{ padding:0px 5px; }

.footer_colm .menu li{ margin-bottom: 5px; }
.enquiry_form .wpcf7-spinner{ display: none; }


@media(min-width:1400px){
.container { max-width: 1320px;}
.top_t.reading .container{ max-width: 1140px; }
}


@media(min-width: 1200px) and (max-width: 1499px){
.container { max-width: 1200px;}
.header_navigation ul li a{ font-size: 15px;  }
.header_navigation .menu > li > a{ padding: 15px 40px; }

.tour_packages { padding: 0px 45px 30px;}
.tour_packages .owl-carousel .owl-nav button.owl-next, .tour_packages .owl-carousel .owl-nav button.owl-prev{ left: -50px; width: 45px; height: 45px; margin-top: -20px; }
.tour_packages .owl-carousel .owl-nav button.owl-next{ right: -50px; left: auto; }

.activitie_item h4 { font-size: 16px;}

.top_treading .container{ max-width: 1140px; }

.included_sec .row [class*="col"]{ margin-right: 19px;}

/*Detail Page css*/
.accordion_sec .accordion-button, .accordion_sec .accordion-item:first-of-type .accordion-button{ font-size: 15px; }
.shadow_box{ padding: 35px;}
/*Detail Page css*/

}


@media(min-width: 992px) and (max-width: 1199px){
.header_top {padding: 10px 0px;}
.customize_tour a{ font-size: 15px; }
.trust_p { margin-right: 20px;}
header .logo img{ max-width: 120px; }
.logo{ top: -60px; }
.customize_tour{ position: relative; top: 0; left: 0; margin-right: 10px; }
.header_navigation .menu > li > a{ padding: 14px 45px; font-size: 15px; }

.banner_img img, .banner_img video { height: 470px;}
.banner_caption h1{ font-size: 60px; }
.tour_packages .owl-carousel .owl-nav button.owl-next, .tour_packages .owl-carousel .owl-nav button.owl-prev{ width: 45px; height: 45px; left: -55px; margin-top: -22px; }
.tour_packages .owl-carousel .owl-nav button.owl-next{ right: -55px; left: auto; }

.heading h2{ font-size: 35px; }
.dubai_tour_packages .img_text h3{ font-size: 35px; }
.dubai_tour_packages .img_text p{ font-size: 16px; }
.heading { margin-bottom: 30px;}

.main_pack_sec { padding-bottom: 50px;}
.content_box.heading{ margin:50px 0px 50px 10px; padding: 35px; max-width: 450px; }
.tour_box1 .container-fluid .content_box.heading { margin: 50px 10px 50px auto;}
.top_dubai_activities .activities_list .row{ margin:0px -12px; }
.top_dubai_activities .activities_list .row [class*="col"] { padding: 12px; }
.activitie_item h4 { font-size: 15px;}

.about_us_detail{ padding-top: 10px; }

.find_box h3{ font-size: 16px; padding: 8px 0; }
.find_box h3 span{ font-size: 25px; padding-right: 15px; display: block; }
.find_box a{ padding: 15px 15px; font-size: 15px;  }

.handpic_holiday { padding-bottom: 60px;}
.testimonial_sec{ padding: 50px 0 45px; }
.testimonial_sec .heading h2{ font-size: 32px; }
.test_content p{ font-size: 16px; line-height: 25px; padding: 10px 0px; }

.footer_content figure {  padding-right: 20px;}
.packages_item_in .text_box h4 span{ font-size: 13px; }
.tour_detail_sec { width: 70%;}

/*Detail Page css*/
.accordion_sec .accordion-button, .accordion_sec .accordion-item:first-of-type .accordion-button{ font-size: 15px; }
.shadow_box{ padding: 30px;}
.price_tour_detail h4 {  font-size: 16px;}
.price_tour_detail h2{ font-size: 25px;}
.explore_tours_similar .packages_item_in .text_box{  padding:10px;}
.explore_tours_similar .packages_item_in .text_box h4{ font-size: 16px; margin-bottom: 8px;}
.explore_tours_similar .explore_tours_row { margin: 0px -10px;}
.explore_tours_similar .explore_tours_row [class*="col"]{ padding:10px;}
.explore_tours_similar {  padding: 45px 0;}
.right_sec{ padding-left: 15px;}
.enquiry_form h3 {  font-size: 20px;  margin-bottom: 20px;}
.tour_detal_cont p, .tour_detal_cont li {  font-size: 14px;}

.detail_sec_tour .heading h2 span { font-size: 22px;}
/*Detail Page css*/

/*blog Page css*/
section.blogs { padding: 45px 0; }
.blog_row .blog-cont h4{ font-size: 20px; }
.blog_row .blog-cont{ padding: 15px 12%; }
/*blog Page css*/
}


@media(min-width: 768px) and (max-width: 991px){     
.logo{ top: 0px; position: relative; left: 0; }
.trust_p { margin-right: 20px;}
.customize_tour{ bottom: -70px; right: 55px; }
.customize_tour a{ font-size: 16px; }
header .logo img{ max-width: 120px; }

.header_top { padding: 10px 0px;}

.tour_package_sec {  margin-top: -120px;}
.banner_caption{ padding-bottom: 150px; }
.banner_caption h1{ font-size: 45px; }
.banner_caption p{ font-size: 16px; padding: 8px 30px; }
.banner_img img, .banner_img video { height: 400px;}
.search_form{ padding: 15px 30px; }

.tour_packages { padding: 0px 30px 15px;}
.package_item h3{ font-size: 16px; }
.packages_item_in .text_box h4{ font-size: 16px; }
.packages_item_in .text_box{ padding: 15px; }

.content_box.heading{ margin:40px 0px 40px 10px; padding: 35px; max-width: 450px; }
.tour_box1 .container-fluid .content_box.heading { margin: 40px 10px 40px auto;}
.tour_box .default_btn { margin-top: 5px;}

.dubai_tour_packages .img_text h3{ font-size: 28px; }
.dubai_tour_packages .img_text p{ font-size: 15px; line-height: 25px; }
.heading { margin-bottom: 30px;}
.heading h2{ font-size: 30px; margin-bottom: 10px;}

.activitie_item h4 { font-size: 16px;}

.main_pack_sec { padding-bottom: 50px;}
.inform_in{ padding-left: 90px; }
.inform_in figure{ width: 75px; }
.inform_in p{ font-size: 14px; }
.inform_in h4{ font-size: 18px; }

.find_box{ padding-left: 95px; }
.find_box h3 span{ font-size: 22px; display: block;  padding-right: 10px;  margin-bottom: 4px; }
.find_box h3 {font-size: 15px;}
.find_box:before{ width: 60px; height: 70px; left: 15px;  }
.find_box a{ font-size: 14px; padding: 15px; min-width: 215px; }

.handpic_holiday { padding-bottom: 50px;}
.packages_item_blog h4{ font-size: 16px; margin-bottom: 15px; }

.testimonial_sec{ padding: 50px 0 40px; }
.test_content p{ font-size: 16px; line-height: 24px;  }

.contact_in p{ font-size: 13px; }

.footer_top{ padding: 20px 0; }
.footer_top .row [class*="col-"]{ padding-top:25px; padding-bottom: 25px; }
.footer_top .row [class*="col-"]:nth-child(2) .footer_colm{ border-right: none; }

.default_btn{ font-size: 15px; min-width: 160px; padding: 11px 15px; }
.explore_tours_row { margin: 0px -12px;}
.explore_tours_row [class*="col"] { padding: 12px;}
section.page_top li.breadcrumb-item, section.page_top li.breadcrumb-item a{ font-size: 14px; }
.tour_detail_sec { width: 100%;  padding-top: 15px;  margin-top: 15px;  border-top: 1px solid #22bfbf;}
.need_travel_sec{ margin-top: 50px; }
.explore_tours { padding: 25px 0 50px;}
.heading_row { margin: 0px -8px 5px; }
.heading_row [class*="col"] { padding: 8px;}
.select_box .form-select{ height: 45px; padding-left: 15px; }


}

@media(max-width:991px){
   
/*nav_START*/
.header_navigation.visible  ul.menu  li.menu-item-has-children span.arrow  {color: #fff;line-height: 45px;}
.header_navigation.visible  ul.menu  li.menu-item-has-children span.arrow  i{ color: #000; }
.header_navigation ul li:hover > .sub-menu, .header_navigation ul li:focus {visibility: visible;opacity: 1;-webkit-transform: scale(1);
    -moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}

.header_navigation.visible {right: 0; -webkit-transition: right .4s ease;-moz-transition: right .4s ease;-ms-transition: right .4s ease;
-o-transition: right .4s ease;transition: right .4s ease;}
.header_navigation {z-index: 999; width: 400px; display: block;bottom: 0;position: fixed; right: -100%; top: 140px;
    -webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;
    -o-transition: all .4s ease;transition: all .4s ease;margin: 0;border: 0;border-radius: 0;
    overflow-y: auto;overflow-x: hidden; height: calc( 100vh - 140px ) ; background: #fff; }
.mobile_header {padding: 15px 15px; display: flex; justify-content: space-between;align-items: center; background-color: #fff; margin-bottom:10px;}
.mobile_header img {width:130px;}
.header_navigation ul li a {font-size: 14px;padding: 10px 15px;display: block;text-transform: uppercase;color: #fff;}
span.arrow {position: absolute;top: 0;bottom: 0;right: 0;width: 60px;height: auto;line-height: 24px;font-size: 13px;text-align: center;color: #424242;display: block;}
.header_navigation ul.menu li .sub-menu {border: none;box-shadow: none; top: 0px;opacity: 1;min-width: 100%;width: 100%;-webkit-transform: translateY(0px);-ms-transform: translateY(0px);transform: translateY(0px);transition: none;visibility: visible;left: 0px;z-index: 99; border-radius: 0px;
position: inherit;display: none;}
.header_navigation ul li:last-child, .menubar_logo {display: block;}
.header_navigation ul.menu li .sub-menu li a {font-size: 15px;background: #d44b2b; color:#fff;}
.header_navigation .menu > li > a{padding: 12px 15px !important; }    
.header_navigation ul li a {font-size: 15px; padding: 12px 15px; display: block;border-bottom: 1px solid #fff;text-transform: uppercase;
color: #fff; text-align: left;}
.header_navigation ul li{ width:100%; display:block; }
.header_navigation ul li a:hover { background-color: #2d6588;  color: #fff !important;}
header .header_navigation  ul.menu li {    margin-right: 0px;    padding: 0px;}    
/*nav_end*/
.fixed{ position: fixed;}
.navbar-fostrap {display: inline-block;cursor: pointer;margin: 0px 0px 0px 0px;padding:0px 0 0px;z-index: 1;}
.navbar-fostrap span { cursor: pointer;  z-index: 1; height: 2px; background: #2d6588; margin: 6px 0; display: block;transition: 0.3s ease; width: 30px;}
.show_menu .navbar-fostrap span:nth-child(2){
  opacity: 0;
}

.show_menu .navbar-fostrap span:nth-child(1){
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.show_menu .navbar-fostrap span:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
/*nav_end*/

.header_btm_box{ justify-content: space-between; }
.header_navigation .menu > li > a{ border-radius: 0px; color: #2d6588; border-bottom: 1px solid #2d6588; }
.header_navigation .active a{ color: #fff !important; }
.logo{ top: 0px; position: relative; left: 0; }
.trust_p { margin-right: 20px;}
.customize_tour{ bottom: -70px; right: 55px; }
header .logo img{ max-width: 120px; }
.header_top { padding: 10px 0px;}

.tour_packages .owl-carousel .owl-nav button.owl-next, .tour_packages .owl-carousel .owl-nav button.owl-prev{ width: 45px; height: 45px; left: -55px; }
.tour_packages .owl-carousel .owl-nav button.owl-next{ right: -55px; left: auto; }

.packages_item_in .text_box h4 span{ font-size: 13px; }

/*Detail Page css*/
.detail_sec_tour {  padding: 40px 0;}
.accordion_sec .accordion-button, .accordion_sec .accordion-item:first-of-type .accordion-button{ font-size: 15px; }
.shadow_box{ padding: 20px;}
.price_tour_detail h4 {  font-size: 16px;}
.price_tour_detail h2{ font-size: 25px;}
.explore_tours_similar .packages_item_in .text_box{  padding:10px 5px;}
.explore_tours_similar .packages_item_in .text_box h4{ font-size: 15px; margin-bottom: 8px;}
.explore_tours_similar .explore_tours_row { margin: 0px -10px;}
.explore_tours_similar .explore_tours_row [class*="col"]{ padding:10px;}
.explore_tours_similar {  padding: 45px 0;}
.explore_tours_similar .day_tag{ padding:5px 10px; top:8px; font-size: 11px;}
.right_sec{ padding-left: 15px;}
.enquiry_form h3 {  font-size: 20px;  margin-bottom: 20px;}
.tour_detal_cont p, .tour_detal_cont li {  font-size: 14px;}
.enquiry_form .default_btn2 { margin-top: 0px;}
.sub_heding h3{ font-size:18px;}
.package_in ul li{ width:50%;}
.price_tour_detail h2 span{ font-size: 14px;}

.detail_sec_tour .heading h2 span {  font-size: 18px;}
/*Detail Page css*/

/*blog Page css*/
section.blogs { padding: 45px 0; }
.blog_row .blog-cont h4{ font-size: 18px; }
.blog_row .blog-cont{ padding: 15px 12%; }
.blog_row .blog-img img{ height: 220px; }
/*blog Page css*/

/*Contact Page css*/
.contact_page{ padding: 30px 0 45px; }
.inner_banner .map_box iframe{ height: 250px; }
/*Contact Page css*/

/*default Page css*/
.default_page { padding: 35px 0;}
.default_page h1:after{ height: 3px; }
/*default Page css*/

/*About Page css*/
.service_box{ padding:40px 0; }
.service_box_row{ margin: 0 -10px; }
.service_box_row [class*="col"]{ padding: 10px; }
/*About Page css*/
}


@media(max-width:767px){ 
.header_top { padding: 8px 0px;}
.customize_tour { bottom: -61px; right: 55px;}
.customize_tour a{ font-size: 15px; padding: 10px 15px; }
.trust_p { margin-right: 15px;}
header .logo img { max-width: 100px;}
.header_btm_box { height: 55px;}
.header_contact ul{ padding: 5px 10px; }
.trust_p img{ max-height: 35px; }
.header_bottom{ padding: 4px 0px; }
.header_navigation{ top: 117px; height: calc( 100vh - 117px ); }

.tour_package_sec {  margin-top: -120px;}
.banner_caption{ padding:20px 0; }
.banner_caption h1{ font-size: 35px; }
.banner_caption p{ font-size: 15px; padding: 8px 30px; }
.banner_img img, .banner_img video { height: 380px;}
.search_form{ padding: 15px 20px; border-radius: 20px; }
.search_form .row [class*="col"]:nth-child(2) .form-group {  border-left: none;  border-top: 1px solid #a0a0a0;
padding:10px 0 0; margin-top: 10px;}
.search_form .search_link { font-size: 14px; color: #fff;  padding: 9px;  width: 100%;  border-radius: 10px;
 height: auto;  margin-top: 10px;  text-align: center; text-transform: uppercase;}
.search_form .search_link img{ display: none; }

.tour_packages .owl-carousel .owl-nav button.owl-next, .tour_packages .owl-carousel .owl-nav button.owl-prev{ margin-top: -30px; }    
.package_item { max-width: 220px; margin:auto;}
.tour_package_sec { margin-top: 0; background-color: #f4f4f4;}
.tour_packages { padding: 40px 55px 30px;}

.tour_packages { padding: 40px 55px 30px;}
.package_item h3{ font-size: 16px; }
.tour_packages .owl-carousel .owl-nav button.owl-next, .tour_packages .owl-carousel .owl-nav button.owl-prev{margin-top: -38px; width: 45px; height: 45px; left: -50px; }
.tour_packages .owl-carousel .owl-nav button.owl-next{ right: -55px; left: auto; }

.packages_item_in .text_box h4{ font-size: 16px; }
.day_tag{ font-size: 11px; }
.content_box.heading{ margin:40px 20px 40px 20px; padding: 25px; max-width: 100%; background-color: rgba(255,255,255,0.9); }
.tour_box1 .container-fluid .content_box.heading { margin: 40px 20px 40px 20px;}

.main_pack_sec { padding-bottom: 45px;}
.package_slider_main{ padding: 45px 0 0 ; }
.dubai_tour_packages .img_text h3{ font-size: 22px; }
.dubai_tour_packages .img_text p{ font-size: 14px; line-height: 20px; }
.top_treading { padding: 45px 0 50px;}
.content_box p {line-height: 22px;}
.content_box.heading .heading h2{ margin-bottom:10px;  }
.tour_box .default_btn { margin-top: 10px;}

.inform_in h4{ font-size: 18px; }
.about_us_detail .row { margin: 0 -10px;}
.about_us_detail .row [class*="col"] { padding: 10px;}
.about_us_detail{ padding-top: 0px; }
.inform_in p{ font-size: 14px; }
.inform_in{ min-height: 85px; }

.find_box{ padding-left: 90px; }
.find_box:before{ width: 60px; height: 70px; left: 15px; }
.find_box h3{ font-size: 14px; }
.find_box h3 span{ display: block; font-size: 24px; }
.find_box a{ font-size: 15px; padding: 8px; min-width: 210px; }

.handpic_holiday { padding-bottom: 50px;}
.packages_item_blog h4{ font-size: 16px; margin-bottom: 15px; }

.top_dubai_activities { padding-bottom: 45px;}
.activitie_item figure { max-width: 106px; margin: 0 auto 5px;}
.activitie_item h4 { font-size: 15px;}
.top_dubai_activities .activities_list .row { margin: 0 -8px;}
.air_w_out{ padding: 30px; }
.top_dubai_activities .activities_list .row [class*="col"]{ padding: 8px; }

.testimonial_sec{ padding: 50px 0 40px; }
.test_content p { font-size: 15px; line-height: 22px;}
.testi_img{ margin-bottom: 15px; }

.contact_sec{ padding:20px 0; }
.contact_in p{ font-size: 13px; }
.contact_sec .contact_in h4{ font-size: 18px; margin-bottom: 10px;}
.contact_sec .row [class*="col-"]{ padding-top: 15px; padding-bottom: 15px; }
.contact_sec .row [class*="col-"]:first-child{  border-bottom: 1px solid #427594;  }


.footer_top{ padding: 20px 0; }
.footer_top .row [class*="col-"]{ padding-top:20px; padding-bottom: 20px; }
.footer_top .row [class*="col-"]:nth-child(2) .footer_colm{ border-right: none; }
.footer_btm{ padding: 5px 0; }
.footer_btm .row [class*="col"]:first-child { text-align: left;  order: 3;  text-align: center; padding-top: 10px;}
.footer_content img{ max-height: 140px; }

.heading h2{ font-size: 25px; }
.heading { margin-bottom: 25px;}

.default_btn{ font-size: 15px; min-width: 150px; padding: 10px 15px; }

.explore_tours_row { margin: 0px -12px;}
.explore_tours_row [class*="col"] { padding: 12px;}
section.page_top li.breadcrumb-item, section.page_top li.breadcrumb-item a{ font-size: 13px; }
.tour_detail_sec { width: 100%;  padding-top: 15px;  margin-top: 15px;  border-top: 1px solid #22bfbf;}
.need_travel_sec{ margin-top: 50px; }
.explore_tours { padding: 25px 0 50px;}
.heading_row { margin: 0px -8px 5px; }
.heading_row [class*="col"] { padding: 8px;}
.select_box .form-select{ height: 45px; padding-left: 15px; }

.featured_sec{ justify-content: center; text-align: center; }
.featured_sec figure{ padding-right: 0px; margin-bottom: 5px; display: block; }
.featured_sec h4{ width: 100%; }

.need_travel_sec h4{ font-size: 15px; padding-left: 15px; }

/*.included_sec .row [class*="col"]{ width: 25%; }*/


/*Detail Page css*/
.explore_tours_similar {  padding: 40px 0;}
.right_sec{ margin-top: 15px;}
.review_box { position: relative; top:0; left:0; margin-bottom: 10px;}
.testimonial_item a.read_more{ font-size:14px;}
.testimonials_in{ padding:40px 0;}
.explore_tours_similar .packages_item_in .text_box{ padding-bottom: 0;}
.explore_tours_similar .packages_item_in figure img{ max-height: 260px; object-fit: cover;}
.testimonial_item h4{ padding:0;}

.detail_sec_tour .heading h2 span { font-size: 14px;}
.detail_price .row [class*="col"]{ width: 50%; } 
.price_tour_detail h4 { font-size: 15px;}
/*Detail Page css*/

/*blog Page css*/
section.blogs { padding: 40px 0;}
.blog-main .blog_row:nth-child(odd) [class*="col"]:last-child{ order: -1; }
.blog-main .blog_row{ margin: -25px 0; padding: 25px 0;}
.blog-main .blog_row [class*="col"]{  }
.blog-main .blog-cont{ box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1); }
.blog_row .blog-cont span.blog_date { margin-bottom: 10px; font-size: 14px;}
.blog_row .blog-cont h4{ margin-bottom: 15px; }
/*blog Page css*/

.blog_detail .tour_detal_cont img{ width: 100%; margin: 20px 0px; }
.content_page h1{ font-size: 25px; margin-bottom: 20px;}
.content_page h2{ font-size: 20px; }
.content_page h3{ font-size: 18px; }
.content_page h4{ font-size: 16px; }
.content_page h5{ font-size: 15px; }
.blog_detail span.blog_date{ font-size: 14px; }

.payment_page .paypal-box { padding-top: 25px;  margin-top: 15px; border-top: 1px solid #22bfbf;}
.paypal-box-con { padding-top: 5px;}

.testimonial_sec .package_slider_main .item { margin: 0;}
.handpic_holiday .packages_item_blog p { font-size: 14px;}

}


@media(max-width:574px){ 
.header_top { background: #2d6588; }   
.header_contact{ border: none; padding: 0px; width: 100%; }
.trust_p{ width: 30%; margin:0; padding-left: 5px; order: 3; text-align: right; }
.trust_p a{ background-color: #fff; border-radius: 4px; display: inline-block; padding: 4px; }
.header_contact ul{ padding: 0px; margin: -2px; justify-content: space-between; }
.header_contact ul li:last-child{ width: 100%; text-align: center; }
.header_contact ul li:last-child{text-align: center; }
.header_contact ul li{ width: auto; margin:0; padding: 2px; }
.customize_tour a{ font-size: 0px; padding: 10px;}
.customize_tour a img{ margin-right: 0px; }
.header_navigation { top: 127px; height: calc( 100vh - 127px )}

.banner_caption h1 { font-size: 30px;}
.banner_caption p { font-size: 14px; padding: 8px 10px;}
.banner_img img, .banner_img video { height: 390px;}
.banner_caption { margin-top: 0;}

.air_w_out{ padding: 30px; }

.dubai_tour_packages .img_text h3 { font-size: 38px;}

.heading h2 { font-size: 22px;}
.activitie_item h4 { font-size: 14px;}
.top_treading { padding: 40px 0 45px;}

.find_box{ flex-wrap: wrap; padding:0px 10px 10px 90px; }
.find_box a{ width: 100%; font-size: 14px; min-width: inherit; border-radius: 6px; }

.header_navigation{ width: 100%; }
.top_dubai_activities .activities_list .row [class*="col"]{ width: 50%; }
.handpic_holiday { padding-bottom: 40px;}


.testimonial_sec { padding: 45px 0 35px;}

.contact_sec .row [class*="col-"]{ border-bottom: 1px solid #427594; }
.contact_sec .row [class*="col-"]:last-child{ border-bottom: none; }
.footer_top .row [class*="col-"]{ border-bottom: 1px solid #427594;  }
.footer_top .row [class*="col-"]:last-child{ border-bottom: none; }
.footer_top .row .footer_colm{ border-right: none; margin:0; }
.footer_content ul li a { font-size: 16px;}
.footer_btm .row [class*="col"]:last-child { text-align: center;}
.footer_btm .row [class*="col"]{ padding-top: 5px; padding-bottom: 5px; }

.explore_tours { padding: 25px 0 40px;}
.main_top_sec .tour_detail_sec .row{ justify-content: center; margin: 0 -12px; }
.main_top_sec .tour_detail_sec .row [class*="col"]{ padding: 12px; width: 50%;  }
.need_travel_sec { margin-top: 40px; text-align: center; border-radius: 20px;}
.need_travel_sec h4{ padding: 10px 0px 0px; width: 100%; margin-bottom: 15px; }
.need_travel_sec a{ padding: 10px 25px; width: 100%; border-radius: 15px; }

/*Detail Page css*/
.detail_sec_tour {  padding: 35px 0;}
.package_in ul li { font-size:13px; padding:5px;}
.package_in ul li figure{ min-width: 25px ;}
.package_in ul li figure img{ max-width: 21px; max-height: 22px;}
.shadow_box {  padding: 15px;}
.sub_heding h3 {  font-size: 16px;}
.detail_sec_tour .content_box {  padding: 0px 0;}
.detail_sec_tour .heading {  margin-bottom: 20px;}
.accordion_sec .accordion-button, .accordion_sec .accordion-item:first-of-type .accordion-button {  font-size: 14px;}
/*Detail Page css*/

/*blog Page css*/
.blog_row .blog-cont { padding: 15px 10%;}
.blog_row .blog-cont .blog-btn{ font-size: 13px; }
.blog_detail .tour_detal_cont{ padding: 30px 0; }
/*blog Page css*/

.paypal-box-con ul li{ width: 33.33%; }
.paypal-box-con ul{ max-width: 100%; }
}
@media(max-width:330px){ 
 .header_contact ul li a{ font-size: 12px; }   
}