/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: 'Kanit';
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

a {
    color: #f8f9fa;
    transition: 0.5s;
    outline: none;
}

a:hover,
a:active,
a:focus {
    color: #f8f9fa;
    outline: none;
    text-decoration: none;
}
.table_condistion {
    margin: 40px 0px 20px;
}

.font-serif {font-family:serif;}



.table_condistion th {
border-left: 0px;
}

.table_condistion th {
    background: #ff8400;
    color: #fff;
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: Kanit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 400;
    margin: 0 0 20px 0;
    outline: none;
    padding: 0;
}

nav.navbar {
    width: 100%;
}

.white_inuts,
.form-control.white_inuts {
    border-color: #ffffff;
}

.form-control {
    display: block;
    width: 100%;
    height: 47px;
    margin-top: 10px;
    padding: 11px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    outline: none;
    background-color: #ffffff03;
    background-image: none;
    border: 0px solid #5d5b5b00;
    border-radius: 0px;
    border-bottom: 1px solid #2b2929;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.form-control:hover,
.form-control:focus {
    background: transparent !important;
    box-shadow: none !important;

}
.theme-text-color {color:#ff9016;}

.custom_slider button span {
    font-size: 50px;
}

.custom_slider button {
    width: 40px;
    height: 43px;
    background: #ee4454 !important;
    line-height: 33px !important;
    color: #fff !important;
    outline: none !important;
}

.custom_slider button.owl-prev {
    float: left;
}

.custom_slider button.owl-next {
    float: right;
}

.custom_slider .owl-nav {
    text-align: center;
    position: absolute;
    bottom: 40%;
    left: 0;
    z-index: 9;
    width: 100%;
}

.datepicker {
    padding: 10px;

}

.datepicker tfoot tr th.next:after {
    content: ">>";
}



.datepicker tfoot tr th.prev:after {
    color: "<<";
}



.navbar .nav-item .dropdown-menu {
    display: none;
}

.navbar .nav-item:hover .dropdown-menu {
    display: block;
}

.navbar .nav-item .dropdown-menu {
    margin-top: 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #ff8400;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #ff8400;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

button.owl-dot {
    outline: none;
}



.banner-slider .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

button.owl-dot span {
    width: 11px !important;
    height: 11px !important;

}



button.owl-dot.active span {
    background: #ff8400 !important;

}


.show_hiders .hidden_dataa,
.show_hiders .all_show {
    display: inline-block !important;
}

.show_hiders .all_hide {
    display: none;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

a.scrollto {
    max-width: 150px;
}

nav.navbar {
    background: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #666666;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 15px;
}



.fixed-top {
    z-index: 997;
    transition: all 0.5s;
    /* padding: 5px 0; */
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    z-index: 1030;
}



.navbar-light .navbar-nav .nav-link i.fa.fa-home {
    color: #ff8400;
    font-size: 25px;
    line-height: 22px;
}

.navbar-nav .dropdown-menu {
    margin-top: 0;
    border-radius: 0px;
    padding: 0px;
    background: #ff8400;
    color: #fff;
}

li.dropdown-item a,
li.dropdown-submenu a {
    color: #ffffff;

}



li.dropdown-item a:hover,
li.dropdown-submenu a:hover {
    color: #000000;
    background: transparent !important;
}

li.dropdown-submenu,
li.dropdown-item {
    background: transparent !important;
}



.dropdown-submenu {
    position: relative;
}

/*
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}
*/

.dropdown-submenu:hover .dropdown-menu {
    display: inline-block !important;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;

}

/*------------- min Header --------------*/

section.top-bar {
    background: #ff8400;
    display: inline-block;
    width: 100%;
}

.half_infoser {
    max-width: 48%;
    width: 100%;
    color: #fff;
    font-weight: 700;
}

.pull-right.right-infos.link-list.half_infoser {
    text-align: right;
    margin-top: 3px;
}

.half_infoser ul.list-inline a {
    color: #fff;
    font-size: 16px;
}

.contact-infos.half_infoser ul.list-inline a {
    font-size: 20px;
    margin-right: 5px;
}

.half_infoser .list-inline {
    padding-left: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    margin: 10px 0px;
    width: 100%;
}

.half_infoser .list-inline li {
    display: inline-block;
    width: auto;
    font-size: 13px;
    margin: 0px 10px;
}


section.top-bar.newClass {
    display: none;
}

.pull-right.right-infos.link-list.half_infoser ul {
    justify-content: flex-end;
}



section.about_block .row.offers_tour a {
    max-width: 150px;
    margin-top: 10px;
}





select.form-control.white_inuts option {
    background: #ff8400;
    color: #ffffff;
    padding-left: 10px;
}










/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

.banner_section .container-fluid {
    padding: 0px;
}

#main-slider {
    max-height: 600px;
    overflow: hidden;
    margin-top: 120px;
}



section.banner_section {
    padding-top: 60px;
}

.banner_link span {
    display: inline-block;
    width: 100%;
    font-weight: 300;
    margin-top: 10px;
}


a.border_buttons {
    background-color: #ffffff00;
    border: 1px solid #ff8400;
    height: 40px;
    width: 150px;
    color: #ffffff;
    font-weight: 600;
}

a.bg_buttons {
    background-color: #ff8400;
    border: 0;

    color: #ffffff;
    font-weight: 500;
}

.wrap_banner h1 {
    font-size: 59px;
    margin-bottom: 20px;
    line-height: 1.13;
    color: #fff;
    font-family: serif;
    font-weight: bold;
}

.banner_link {
    font-style: normal;
    font-size: 21px;
    line-height: 1.4;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 50px;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    color: #fff;
}

.wrap_banner {
    max-width: 600px;

    margin: 0 auto;
}

.content_baner {
    text-align: center;
}

.banner_content {
    position: relative;
}

.flex_contents {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    /* height: 100%; */
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.wrap_banner img {
    max-width: 200px;
    position: relative;
    left: 75px;
    top: 13px;
}

.benner_actions a {
    display: inline-block;
    margin: 0px 5px;
    padding: 10px 20px;
    min-width: 150px;
}

/*

--------------------
Single Package Home
--------------------
*/


.package_info h3.fixed_namer {
    font-family: 'Alex Brush', cursive;
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    color: #ff8400;
    font-weight: 700;
    position: relative;
    /* top: 30px; */
    left: -15px;
}

.package_info h3 span {
    font-family: auto;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    /* margin-top: 5px; */
    position: relative;
    left: 20px;
}

.img_holder {
    transition: transform .2s;
    overflow: hidden;
}

.img_holder img {
    width: 100%;
}

.our-offer-left h2 {
    color: #585858;
    font-family: serif;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 45px;
    line-height: 52px;
}

.our-offer-left p {
    color: #898989;
    margin: 0 0 1.5em;
    padding: 0;
    font-size: 16px;
    line-height: 26px;
}

.our-offer-left ul {
    padding: 0px;
    list-style: none;
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.our-offer-left ul img {
    max-width: 25px;
}

.our-offer-left ul li {
    margin-right: 20px;
}

li.list_title {
    text-transform: uppercase;
    margin-right: 15px !important;
}

.benner_actions a {
    text-transform: uppercase;
    text-align: center;
}

section.single_pacakge {
    padding: 30px 0px; 
}

.common-pad .row {
    align-items: center;
}

.wrap_packages .banner_link {
    margin: 0px 0px 0px;
    text-align: center;
    background: #fff;
    background: #f0f0f0;
    padding: 10px;
}

.package_info h3 span {
    font-size: 38px;
    font-weight: 700;
}

.wrap_cexplore img {
    width: 100%;
}

.banner_link p {
    color: black;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
}

.package_info {
    position: absolute;
    bottom: 75px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}

.wrap_cexplore a {
    display: inline-block;
    width: 100%;
}

.wrap_explore {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 25px;
}

.min_sizer {
    max-width: 100%;
    flex-wrap: wrap;
    display: inline-flex;
    justify-content: space-between;
}

.left_cols {
    max-width: 65.5%;
}

.half_widers {
    max-width: 48%;
}

.right_cols {
    max-width: 32%;
}

.wrap_cexplore {
    position: relative;
}

.row.offers_tour .ad-title h3 {

    font-family: serif;
    font-size: 28px;
    font-weight: 600;
    margin: 0px;

}

.row.offers_tour a {

    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}



.row.offers_tour .ad-title.m-auto {
    position: absolute;
    bottom: 0;
    text-align: left;
    width: 100%;
    color: #fff;
    padding: 10px 10px;
}


.row.offers_tour .ad-title b {
    color: #ff8400;
    font-size: 20px;
}

.row.offers_tour .ad-title h4 {
    font-size: 16px;
    margin: 9px 0px;
}

.row.offers_tour ul {
    margin: 0px !important;
}

.row.offers_tour .ad-title p {
    color: #fff;
}


section.explore {
    background: url(../img/package.png) no-repeat center;
    background-size: cover;
    padding: 60px 0px 30px;
    text-align: center;
}

span.book_open {
    position: absolute;
    right: 0;
    top: 0px;
    background: #ff444400;
    /* border-radius: 50%; */
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: url("../img/book-1.png");
    width: 122px;
    height: 87px;
    padding: 5px 0px 5px 37px;
}

.common_fider a {
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.common_fider a h3 span {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-family: 'Kanit';
    font-weight: 300;
}

.common_fider a h3 {
    position: absolute;
    line-height: normal;
    bottom: 0;
    color: #fff;
    padding: 12px 15px;
    left: 0;
    width: 100%;
    font-size: 32px;
    font-family: serif;
    font-weight: 600;
    text-align: left;
    margin: 0px;
}

.pad_explore p {
    color: black;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Kanit';

}

.inner_content_box .pad_explore p {
    text-align: justify;
}

.full_widers {
    margin-bottom: 35px;
}

.half_widers.common_fider {
    margin-bottom: 35px;
}

.pad_explore h2 {
    font-size: 45px;
    font-family: serif;
    color: black;
    font-weight: 600;
}

.single_pacakge.full_wid {
    background: #000000;
    padding: 0px;
}


.wrap_left_package {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
}

.black-bg-content {
    width: 100%;
}


.single_pacakge.full_wid .our-offer-left {
    background-image: url(../img/adven.png);
    /* height: 434px; */
    background-position: 0% 85%;
    background-size: cover;
    padding: 80px 0px;
    color: #fff;
}

.single_pacakge.full_wid .rigth_fixer {
    padding-right: 0px;
}

.black-bg-content h2 {
    color: #ff8400;
    font-size: 45px;
    font-family: serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.row.offers_tour .ad-title.m-auto li.list_title {
    font-size: 14px;
}



.black-bg-content p {
    color: white;
    font-size: 16px;
}


span.off_time {
    position: absolute;
    right: -20px;
    top: -20px;
    background: #ff444400;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: url(../img/circle-1.png);
    width: 78px;
    height: 77px;
    padding: 15px 0 0 0;
}

section.offers_block {
    padding: 50px 0px 40px;
    text-align: center;
}

section.offers_block h2 {
    font-size: 45px;
    font-family: serif;
    color: black;
    font-weight: 600;
}

section.offers_block p {
    font-size: 17px;
    color: black;
    font-weight: 300;
}

.row.offers_tour .col {
    margin-top: 40px;
}

.about_block h2 {
    color: #585858;
    font-family: serif;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 45px;
    line-height: 39px;
}

section.about_block {
    background: #ffffff;
    padding: 30px 0;
}

section.inner_packages .button_viewrs .benner_actions a {
    min-width: auto;
    max-width: 150px;
    width: 100%;
    height: auto !important;
}

.about_block p {
    font-size: 16px;
    text-align: justify;
    margin: 25px 0px 10px;
    line-height: initial;
    font-weight: 300;
}

.view.view-aminities img {
    max-width: 60px;
    width: 100%;
    margin: 0 auto;
}


.view.view-aminities {
    text-align: center;
}

.view.view-aminities h2 {
    opacity: 1;
    background: transparent;
    margin: 1em 0 0.45em;
    transition: all 0.5s ease-in-out;
    color: #0e1322;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
}

section.amenties {
    text-align: center;
    padding: 40px 0px 60px;
}

.sec_head {
    color: #585858;
    font-family: serif;
    margin: 0px 0px 40px;
    padding: 0;
    font-weight: 700;
    font-size: 45px;
    line-height: 52px;
}

.view.view-aminities p {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    font-family: Kanit;
    padding: 0;
    color: #272424;
    font-size: 16px;
    margin: 0;
    font-weight:normal;
}

section.click_now {
    background: url(../../ik.imagekit.io/tripknock/banner/travel__YwPfDLfx.jpg) 0 0 no-repeat fixed;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    min-height: 400px;
    text-align: center;
}

.newsletter {
    padding: 20px 0;
    background: #ff8400;
    margin: 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 50px;
    z-index: 1000;
}

.res-btn {
    border: none;
    outline: none;
    background: #1a1a1c;
    font-size: 14px;
    line-height: 28px;
    height: 52px;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.5s ease;
    padding: 10px 25px;
}

button.res-btn {
    width: 200px;
    padding: 0 25px;
    line-height: 45px;
    margin: 0px 0px 0px 10px;
    border-radius: 0px;
}

button.res-btn .fa {
    margin-left: 10px;
}

.flex_news {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin: 0;
    padding: 5px 5px;
}

.flex_news h2 {
    color: #1a1a1c;
    font-family: serif;
    font-weight: 600;
    font-size: 40px;
    margin: 0 0 5px;
}

.flex_news h3 {
    color: #ffffff;
    font-family: serif;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
}


form.news_form {
    width: 100%;
    max-width: 760px;
    display: inline-flex;
    align-items: center;

}

p.tour_namee {
    margin: 10px 0px 10px;
    font-size: 22px;
}


@font-face {
    font-family: Dumpling;
    src: url(fonts/%26Dumpling.html);
}

section.inner_packages #main-slider img {
    width: 100%;
}

section.inner_packages .wrap_inner_pakagers .benner_actions a {
    min-width: 100px !important;
    height: 40px;
    border: 1px solid #ff8400;
}

#feeds .banner_content {
    position: relative;
    padding: 0px 20px;
}

.sec_tiles {
    font-weight: 500;
    color: #000000;
    font-size: 36px;
    text-align: center;
}



section.pacakge_section.common_section {
    margin-bottom: 15px;
}

form.news_form input.form-control {
    margin-top: 0px;
    margin: 0px 10px;
    padding-left: 0px;
    border-color: #fff !important;
    color: #fff;
}


.in_packagess .rigth_fixer {
    padding-left: 0px;
    padding-right: 15px !important;
}


#feeds ol.carousel-indicators {
    margin: 0px 0px 0px;
    bottom: -45px;
}

.rate_feedss .fa {
    color: #f8c81d;
    margin: 0px 3px;
}


section.amenties .sec_head {
    font-weight: 500;
    color: #000000;
    font-size: 36px;

}



input.form-control {

    color: #656565;

    height: 53px;
    border-radius: 0px;

}


section.click_now h2 {
    color: #fff;
    margin: 52px 0 0.6em;
    font-family: serif;
    padding: 0;
    font-size: 40px;
    font-weight: bold;
    position: relative;
}



.click_now a.bg_buttons {

    border-radius: 0px;
    width: 390px;
    padding: 12px;
    font-size: 16px;
    border-color: #adadad00;
}


section.footer-wrapper {
    position: relative;
    background: #1e1e1e;
}


h4.foot_title {
    color: #fff;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-style: normal;
    font-family: Kanit;
    font-size: 18px;
    font-weight: 300;
}

p.add_infos {
    color: #e6e6e6;
}

p.add_infos span {
    color: #ff8400;
    font-size: 14px;
}


p.add_infos {
    font-size: 14px;
}

.foot_menuss ul li a {
    color: #ece5e5;
    text-transform: none;
    font-family: Kanit;
    font-size: 14;
    line-height: 32px;
    letter-spacing: 0.3px;
}



.foot_menuss ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.foot_title_address b {
    font-weight: 500;
}


.row.flex_wrap_foot {
    padding: 2em 0 2em;
}


.footer-copy {
    position: relative;
    border-top: 1px solid #dddddd47;
    padding: 1em 0 0;
    overflow: hidden;
}

.footer-copy p {
    font-family: Kanit;
    color: #dedbdb;
    padding: 0;
    margin: 0;
}


footer {
    background: #1e1e1e;
    position: relative;
}

.footer-b-pad {
    padding-top: 1em;
    padding-bottom: 1em;
}


.pacakge_section .owl-nav, .passengers-slider .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    margin: 0px !important;
    width: 100%;
}

button.owl-prev {
    float: left;
}

button.owl-next {
    float: right;
}

.banner_content a {
    display: inline-block;
    cursor: pointer;
}

.pacakge_section .owl-carousel .owl-nav button.owl-next,
.pacakge_section .owl-carousel .owl-nav button.owl-prev,
.pacakge_section .owl-carousel button.owl-dot {
    color: #fff;
    background: #ff8400;
    font-size: 35px;
    padding: 0px 12px 10px !important;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    height: 35px;
}
.passengers-slider .owl-nav button.owl-next,
.passengers-slider .owl-nav button.owl-prev,
.passengers-slider button.owl-dot {
    color: #fff;
    background: #ff8400;
    font-size: 35px;
    padding: 0px 12px 10px !important;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    height: 35px;
}

.inner_blockss.more_about_us {
    padding-bottom: 50px;
}


.inner_blockss h2.sec_head {
    font-size: 35px;
    margin: 0px 0px 15px;
}

.warpping_ititle {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.inner_blockss {
    padding-top: 60px;
}

.more_about_team .owl-carousel {

    margin-top: 40px;
}





.warpping_ititle h2 {
    max-width: 44%;
    color: #ff8400;
    margin: 0px !important;
    width: 100%;
    border-right: 6px solid #ff8400;
    text-transform: uppercase;
    line-height: 43px;
    font-size: 34px !important;
    text-align: right;
    padding-right: 35px;
}

.warpping_ititle p {
    max-width: 52%;
    margin: 0px;
    line-height: 23px;
    /* font-size: 16px; */
}


/*------- Team Block - Page */


.team_box {
    padding: 5px 20px;
    text-align: center;
}

.team_box .img_caption {
    margin: 20px 0px 0px;
    color: #000;
}

.team_box h4 {
    font-weight: 700;
    margin: 0px 0px 7px;
    text-transform: uppercase;
    font-size: 18px;
    color: #ff8400;
}

.team_box p {
    margin: 0px;
    color: #ff8400;
    font-weight: 300;
}

.team_box img.img-responsive {
    box-shadow: 0px 0px 3px 0px #cdcdcd;
}

/*--------- Careers Page ------------*/


.careers .common_adds {
    max-width: 100%;
}

.inner_packages.careers h4.accor_titles {
    font-size: 22px;
    font-weight: 700;
    color: #ff8400;
    margin: 0px 0px 10px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}


.inner_packages.careers .wrap_add {

    margin: 10px 0px 0px;
    font-size: 14px;
}

.inner_packages.careers .multi_list_pera {
    font-weight: 300;
    display: inline-block;
    width: 100%;
}

.file_uploader input.form-control.white_inuts:after {
    content: "Upload Resume";
    position: absolute;
    left: 0;
    background: #fff;
    display: inline-block;
    padding: 9px 10px;
    top: 7px;
    color: #000;
}

.inner_packages.careers .multi_list_pera span {
    display: inline-block;
    width: 100%;
    margin: 4px 0px 0px;
}

.benner_actions.career_aply {
    margin: 0px !important;
}

.career_aply .orange_bg_btns {
    background-color: #ff8400 !important;
    border: 0;
    color: #ffffff !important;
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
    min-width: auto;
    padding: 9px 20px;
    line-height: 18px;
    margin: 0px 15px 0px 0px;
}

.inner_packages.careers .common_adds {
    padding: 15px 15px 0px;
    border-left: 2px solid #f4f4f4;
    border-right: 2px solid #f4f4f4;
    background: #fff;
}

section.explore.overseas_place {
    padding: 0px;
}

.inner_content_box h3 {
    margin: 0px 0px 10px;
    font-weight: 700;
}

.inner_content_box {
    padding-bottom: 40px;
    max-width: 875px;
    margin: 0 auto;
}

h3.mod_tile {
margin: 0px;
    /* background: #000; */
    color: #fff;
    width: 100%;
    padding: 15px 15px 10px;
    line-height: inherit;
    font-size: 22px;
    font-weight: 700;
}

/*--------- 404 page css ----*/



svg {
    width: 100%;
    visibility: hidden;
}

.not_found h1 {
    font-size: 40px;
    font-weight: 700;
}

.row.not_found {
    text-align: left;
    padding-top: 175px;
}

.not_found p {
    text-align: left;
    margin: 15px 0px 23px;
}

.not_found h1 {
    font-size: 76px;
    font-weight: 600;
    text-align: left;
    margin: 0px 0px;
    color: #000;
}

.not_found h2 {
    text-align: left;
    color: #000;
    margin: 0px;
}









/*------- Mobile Footer -----*/

div#call_foot a {
width: 100%;
    max-width: 50%;
    text-align: center;
    font-size: 20px;
    padding: 16px 5px;
    color: #fff;
    cursor: pointer;
}

.wrap_enquiry_form {
display: inline-flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left_pannesl li {
    max-width: 100%;
}

p.mini_descrips {
    text-align: center;
    line-height: normal;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-top: 5px;
}

input.form-control.black_inputs {
    color: #000;
}

div#enquiry_now .modal-dialog {
    max-width: 550px;
    margin: 65px auto 0px;
}



.wrap_enquiry_form button.bg_buttons {
    margin-left: 0px;
}

.wrap_enquiry_form button.bg_buttons {
    background: #ff8400!important;
    border-radius: 4px;
}

.wrap_enquiry_form h3.mod_tile span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: normal;
    padding: 0px;
    font-weight: 400;
    line-height: inherit;
    color: #000;
}

.wrap_enquiry_form h3.mod_tile {
    padding: 20px 20px 0px;
    background: transparent;
    color: #ff8400;
    font-weight: 700;
}
.common_enquiry ul {
    list-style: none;
    padding: 0px;
    margin: 15px 0px 0px;
    display: inline-flex;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    justify-content: space-between;

}

.left_pannesl.common_enquiry {
    text-align: center;
    margin: 0px;
    max-width: 35%;
    text-align: center;
    padding: 20px 25px;
}

span.main_min_tile {
    color: #000;
    font-weight: 700;
}

form.bg_oranger.common_enquiry {
    max-width: 65%;
    padding: 25px 20px;
}
.left_pannesl.common_enquiry {
    width: 100%;
}

div#enquiry_now .modal-body {
    padding: 0px;
}

form.bg_oranger.common_enquiry {
  
    background: #fff;
}

.bg_oranger.common_enquiry .form-control.white_inuts {
    color: #000;
}


.bg_oranger.common_enquiry .fix_former .fa {
    color: #000000;
}
.left_pannesl p {}

.left_pannesl p span {
    font-size: 22px;
    display: inline-block;
    width: 100%;
    color: #000;
}

.left_pannesl p {
    margin: 10px 0px;
    color: #000;
    font-weight: 300;
    font-size: 13px;
}
a.mob_f3.mob_common {
    background: #3c73ac;
}

.whatsapp_iconer {
    position: fixed;
    bottom: 70px;
    right: 13px;
    z-index: 9999;
}

.whatsapp_iconer a {
    background: #4FCE5D;
    color: #fff;
    font-size: 35px;
    padding: 7px 12px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 1px 6px 1px #555;
}

.whatsapp_iconer {
    position: fixed;
    bottom: 105px;
    right: 20px;
    z-index: 9999;
}

.mob_footer {
 display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    background: #f37024;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
}

a.mob_f2.mob_common {
    background: #034ea1;
}

.mob_footer p {
    margin: 0px;
}


/*--------- About Us -------------*/


.about_top_data .row {
    text-align: left;
    margin-top: 50px;
    align-items: center;
}


.pad_explore.about_top_data h2 {
    font-size: 28px;
}










.action_stripers button.res-btn {
    width: auto;
}


.more_about_us .offers_tour {
    text-align: left;
}


.more_about_us .multi_wrapper {
    display: inline-flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.more_about_us .multi_wrapper .icon {
    max-width: 85px;
    overflow: hidden;
    width: 100%;
}

.more_about_us .multi_wrapper .icon i {
    font-size: 70px;
}
.make_justify
{
    text-align:justify;
}

.sider_about {
    max-width: 80%;
    padding-left:15px;
}

.more_about_us .offers_tour a {
    box-shadow: 0px 11px 38px 0px #00000012;
    padding: 35px 40px 35px;
    display: inline-block;
    width: 100%;
}

.more_about_us .offers_tour h4 {
    color: #ff8400;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
}

.more_about_us .offers_tour p {
    margin: 0px;
    font-size: 16px !important;
}


.action_stripers {
    display: inline-block;
    width: 100%;
    position: initial;
    padding: 0px;
    background: transparent;
}

.flex_news.container_strip {
background: #ff8400;
    padding: 25px 35px;
    border-radius: 5px;
}

















/*



--------------- 

Contcat Us Page

-------------------
*/

.contactus_accord .title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
    color: #333333;
    font-family: serif;
    margin: 0;
    padding: 14px 15px;
    font-weight: 700;
    font-size: 20px;
    line-height: initial;
    background: #f4f4f4;
}

.contactus_accord ul li:last-child .title {
    border-bottom: 0;
}

.contactus_accord ul ul li a {
    display: inline-block;
    padding: 0px;
    background: transparent;
    color: #000;
}

.contactus_accord ul ul li a:hover {

    color: #ff8400;
}

.contactus_accord ul ul {
    display: none;
}

/*
.open {
  transform: rotate(45deg);
  transition: all 0.25s ease;
}
*/
.contactus_accord ul ul li:last-child a {
    border-bottom: 0;
}

.contactus_accord .fa {
    transition: all 0.25s ease;
    float: right;
}

.contactus_accord h3 {
    cursor: pointer;
}

.contactus_accord ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}


ul.inner_contacts li {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    /*    margin-bottom: 20px;*/
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #f4f4f4;
    align-items: center;
}

.wrap_left_add.common_adds {
    padding: 15px 30px;
}

.wrap_add {
    font-size: 16px;
    margin: 10px 0px;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.common_adds {
    max-width: 48%;
    width: 100%;
}

.icon_add {
    font-size: 20px;
    color: #ff8400;
    margin-right: 15px;
    /* max-width: 31px; */
    /* width: 100%; */
}


.reach_us {
    padding: 30px;
    background: #f4f4f4;
    margin-top: 40px;
}


.reach_form .form-control {
    border: 1px solid #ccc;
    height: 40px;
    margin: 0px;
    background: #fff;
}


.reach_form textarea.form-control {
    height: auto !important;
    padding: 15px !important;
}

.reach_form h3.title {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    transition: all 0.25s ease;
    color: #585858;
    font-family: serif;
    /* margin: 0; */
    /* padding: 14px 15px; */
    font-weight: 700;
    font-size: 20px;
    line-height: initial;
    background: #f4f4f4;
}

.submiter_reach button.btn.button {
    background: #ff8400;
    border-radius: 0px;
    color: #fff;
    min-width: 195px;
}

.submiter_reach {
    text-align: right;
    margin: 24px 0px 0px;
}


/*

------------------------
Inner Pages
--------------------------
*/


/*--------------modal pop up ----------*/


.contact_modal .modal-dialog {
    -webkit-transform: none;
    transform: none;
    max-width: 400px !important;
    padding: 0px 10px;
}

.contact_modal .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e500;
    display: inline-block;
    width: 100%;
}

.contact_modal button {
    background-color: #fff;
    height: 40px;
    border: 0;
    color: black;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    border-radius: 0px;
}

.contact_modal .inner-addon.left-addon i.fa {
    position: absolute;
    bottom: 19px;
}


.contact_modal input.form-control {
    padding: 0px 0px 0px 25px;
    border-color: #ffffff;
    color: #fff;
}

.contact_modal .inner-addon.left-addon {
    position: relative;
}

.contact_modal h5 {
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    margin: 0px;
}

.contact_modal h4.modal-title {
    font-size: 22px;
    color: #d40202;
    text-align: center;
    margin: 10px 0px;
    font-weight: 700;
}

.contact_modal .modal-content {
    background: #ff8400;
    color: #fff;
    border-radius: 0px;
}

.contact_modal h4.modal-title {
    font-size: 22px;
    color: #d40202;
    text-align: center;
}

button.close {
    position: absolute;
    top: 0;
    padding: 5px 8px !important;
    width: auto;
    height: auto;
    outline: none;
    right: 0;
    color: #000;
    background: #ffffff;
    opacity: 1;
    border-radius: 50%;
    font-size: 20px;
}

.white_inuts::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}

.white_inuts::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}

.white_inuts:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}

.white_inuts:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}


.book_now .modal-body {
    background: #ff8400;
    color: #fff;
}

.book_now .fix_former .fa {
    color: #ffffff;
}

.book_now .button_former button.bg_buttons {
    max-width: 100%;
    min-width: auto;
    width: 100%;
    background: #000;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
}

.book_now .modal-dialog {
    max-width: 450px;
    margin: 65px auto 0px;
}

.book_now .form-control {
    color: #fff;
}

.book_now .modal-content {
    border: 0px;
}

.book_now .modal-header {
    padding: 0px;
    border: 0px;
}

button.close {
    z-index: 99;
}

/*---------- Side hide form --------*/

#header1 {
    width: 320px;
    height: 456px;
    position: absolute;
    right: 0;
    border: 1px solid #d8d8d800;
    margin-left: 40px;
    background-color: #ff8400;
    padding: 20px 40px;
    border-radius: 3px;
    box-shadow: 0 0 8px #80808000;
    color: #fff;
}

#slider .fix_former .form-control,
#slider .fix_former .fa {
    color: #fff;
}

#slider .fix_former .form-control {
    border-bottom: 1px solid #ffffff;
    outline: none;
}

#slider .fix_former .form-control:hover,
#slider .fix_former .form-control:focus {
    background: transparent;
}

#sidebar {
    position: absolute;
    top: 180px;
    left: 133px;
    box-shadow: 0 0 8px grey;
}

.button_former button.bg_buttons {
    max-width: 300px;
    min-width: auto;
    width: 100%;
    background: #000;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
}



#sidebar1 {
    position: absolute;
    top: 180px;
    left: 133px;
    box-shadow: 0 0 8px grey;
}


#slider {
    width: 500px;
    top: 100px !important;
    position: fixed;
    right: 0;
    z-index: 999999;
}

/*-------- Packages -----------*/
.mini_banner {
    background: url(../img/breadcrumb-inner-banner.jpg) no-repeat center;
    background-size: cover;
    padding: 35px 10px 15px;
    text-align: center;
    margin-top: 105px;
    color: #fff;
    background-color: #605f5f;
    background-blend-mode: multiply;
}

.mini_banner h4 {
    color: white;
    font-size: 36px;
    font-weight: 600;
}

.mini_banner p {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.breadcrumb-package-heading {
    font-size: 24px; 
    text-align:left;
    margin-bottom:10px;
}

#inner_fixerd {
    padding-bottom: 40px;
}


.wrap_inner_pakagers:last-child {
    margin-bottom: 0px;
}

.wrap_inner_pakagers {
    overflow: hidden;
    position: relative;
    border: 1px solid #e9e9e9;
    background: #f4f4f4;
    padding: 0;
    margin-bottom: 1.4em;
}



.img_innerp img {
    width: 100%;
}



.wrap_inner_pakagers {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

p.timer_dater,
.main_content_cols p {
    color: #524e4e;
    margin: 0 0 0.5em;
    padding: 0;
}


.pacakge_name h4 {
    color: #000;
    line-height: 25px;
    margin: 0 0 0.4em;
    padding: 0;
    font-size: 20px;
    font-family: serif;
    font-style: initial;
    font-weight: 700;
}




.inner_main_col {
    max-width: 47%;
    width: 100%;
    position:relative;
}
.inner_main_col .emi_box {
    background: #ff8400;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    margin-right: 10px;
    margin-top: 10px;
    font-weight: 500;
    transition:.5s;
    cursor:pointer;
    font-size:16px;
}
.inner_main_col .emi_box:hover {
    background: #000;
    color: #fff;
}



.main_content_cols.our-offer-left ul {
    margin-bottom: 5px;
}

.main_content_cols p.inr_price {
    margin: 7px 0px;
    font-size: 18px;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}
.main_content_cols p.inr_price span {
    font-size: 15px;
    font-weight: 500;
}



.main_content_cols.our-offer-left {
    max-width: 53%;
    width: 100%;
    padding: 10px 0px 10px 30px;
    position:relative;
}

li.list_title {
    font-weight: 700;
}


section.inner_packages a.border_buttons {
    color: #000;
    margin: 0px 5px 0px 0px;
}

section.inner_packages .benner_actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

.bcomb {
    padding: 10px 0px 30px;
}

.bcomb a {
    font-family: kanit;
    font-weight: 300;
    text-transform: capitalize;
    color: #a5a2a2 !important;
}


h5.title_inner_small {
    font-family: inherit;
    font-weight: 500;
    line-height: revert;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

section.gray_strip .small,
section.gray_strip small {
    font-size: 85%;
    /* font-weight: 400; */
}

section.gray_strip {
    padding: 30px 0;
    background: #e1e1e1;
    text-align:justify;
}

.fix_former .fa {
    color: #000;
    bottom: 0;
    position: absolute;
    padding: 16px 0 14px 0px;
    pointer-events: none;
    font-size: 18px;
}

.fix_former .form-group {
    width: 100%;
}

.side_form .content {
    border-bottom: 1px solid #dfdfdf00;
    position: relative;
    text-align: center;
    padding: 25px 0px 20px;
    color: black;
    background-color: #ff8400;
    color: #fff;
}


.side_form p {
    font: -webkit-mini-control;
    margin: 0;
    padding: 0px;
    padding-left: 6px;
    padding-right: 0px;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 16px;
}

.fix_former .form-control {
    height: auto;
    padding-left: 25px;
    line-height: initial;
}

textarea.form-control {
    padding: 0px !important;
}

.fix_former {
    padding: 0px 20px;
}


.fix_former .inner-addon.left-addon {
    position: relative;
}

form.side_form {
    background: #ffffff;

    overflow: hidden;
    width: 100%;
    border: 1px solid #dcdada;
}


.flex_form {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
}

input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 36px;
}

.value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 8px 0;
    background: #ff8400;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    vertical-align: inherit;
}

form #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
}

form #increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
}

.text_wrap {
    position: relative;
    padding: 0px 0px 0px 25px;
}

.text_wrap .fa {
    left: 0;
    top: -14px;
}



button.bg_buttons {
    background-color: #ff8400;
    border: 0;
    color: white;
    font-weight: 500;
    display: inline-block;
    margin: 0px 0px 0px 5px;
    padding: 10px 20px;
    min-width: 150px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.button_former {
    text-align: right;
    margin: 22px 0px 10px;
}


#contact_modal {
    z-index: 9999999999;
}


.fixedsticky.stick {
    position: fixed;
    right: 205px;
    top: 0;
    padding-left: 70px;
    max-width: 350px;
    padding: 0px;
}




/*--------- Package Details Page ------------------*/


.inner_packages .righter_form {
    position: sticky;
    top: 64px;
    /*bottom: 0;*/
    z-index: 2;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.feed_slider .our-offer-left {
    padding: 20px 0px 15px !important;
}

.room-dec-wrapper h2 {
    color: #ffffff;
    font-family: "Playball", sans-serif;
    margin: 0 0 1em;
    font-size: 16px;
    padding: 10px;
    position: relative;
}

.tilteh4 {
    font-size: 16px;
    border: 1px solid #ff8400;
    padding: 9px;
    color: black;
    font-weight: 500;
    font-family: Kanit;
    text-transform: uppercase;
}

.room-dec-wrapper p {
    color: #898989;
    margin: 0 0 2em;
    padding: 0;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
}

p.room_perap {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 10px;
}


.room-dec-wrapper {
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #d0cece;
    margin-bottom: 35px;
}

.des {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
}


section.inner_packages #main-slider {

    margin-bottom: 40px;
}



.inch2 {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
    font-family: serif;
}

.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}

ul.inc {
    padding: 0px;
    margin: 0px;
}

.inc li img {
    margin-right: 15px !important;
}

.bookdetail {
    background-color: #ff8400;
    width: 100%;
    height: 40px;
    padding: 0px;
    font-weight: 500;
    border: 0px;
    border-radius: 0px;
}

.price_singler h3 {
    padding-left: 20px;
    color: black;
    font-size: 24px;
}

.room-dec-wrapper p {
    color: #898989;
    margin: 0 0 2em;
    padding-left: 20px;
    font-size: 14px;

}

.room-dec-wrapper:last-child {
    margin-bottom: 0px;
}

section.pacakge_section.common_section a {
    width: 100%;
}




.black-bg-content h4 {
    font-family: 'Alex Brush', cursive;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

/* MY NEW HOME PAGE CSS */
#main-slider .banner_content img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.exclusive-deals{
    padding: 40px 0;
}
.home-common-heading {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow:auto;
}
.home-common-heading .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-common-heading .left ul li {
    margin: 7px 10px;
    display: inline-block;
}
.home-common-heading .left ul li a {
    padding: 4px 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    border: none;
    border-bottom: 2px solid transparent;
}
.home-common-heading .left ul li a:hover, .home-common-heading .left ul li a.active {
    color: #ff9016;
    border-bottom-color: #ff9016;
}
.home-common-heading .right {
    text-align: right;
}
.home-common-heading .right li {
    display: inline-block;
}
.exclusive-deals .slider .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    width: calc(100% - 45px);
    margin-left: 45px;
    border: 1px solid rgba(156, 170, 179, 0.28);
}
.exclusive-deals .slider .box .imgsection {
    height: calc(100% - 50px);
    width: 125px;
    min-width: 125px;
    overflow: hidden;
    pointer-events: all !important;
    margin: 15px 0 15px -45px;
    border-radius: 7px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    border: 1px solid #d6dfe4;
}
.exclusive-deals .slider .box .imgsection picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
    background: #ddd;
    display: block;
}
.exclusive-deals .slider .box .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 100%;
    padding: 25px 15px;
    width: calc(100% - 80px);
}
.exclusive-deals .slider .box .content h3 {
    font-size: 20px;
    margin-bottom:5px;
    color:#333;
}
.exclusive-deals .slider .box .content .itemDesc p {color:#ff9016;}
.exclusive-slider .imgsection img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition:0.5s;
}
.exclusive-slider .box:hover .imgsection img {
    transform:scale(1.2) rotate(-10deg);
}
.exclusive-slider .content .label p {
    background: #f2f2f2;
    display: inline-block;
    padding: 0px 5px;
    color:#333;
}
.exclusive-deals .slider .bookingsection a {
    padding: 0;
    background: none;
    border: none;
    color: #ff9016;
    font-size: 15px;
    font-weight: 700;
}
.right_side_nav_tabs {position:relative;z-index:99;}
.adventures_near_you {padding-bottom:30px;}
.adventure-near-slider .content, .experience-near-boxes .content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.adventures_near_you .imgsection {
    overflow: hidden;
}
.adventures_near_you .imgsection img {
    width:100%;
    height: 280px;
    object-fit: cover;
    filter: brightness(0.6);
    transition:0.5s;
}
.adventures_near_you .box:hover .imgsection img {
    transform: scale(1.2) rotate(-10deg);
}
.adventure-near-slider .content .label p, .experience-near-boxes .content .label p {
    color: #fff;
    text-align: right;
    margin-top: 15px;
    margin-right: 15px;
}
.adventure-near-slider .content .itemDesc, .experience-near-boxes .content .itemDesc {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding-left: 15px;
}
.experience-near-boxes .box {width:100%;position:relative;margin-bottom:15px;}
.experience-near-boxes .imgsection img {height:170px;border-radius:10px;}


/* EXCLUSIVE AND OTHER NEW NAVIGATION DESIGN */

.exclusive-slider .owl-nav, .adventure-near-slider .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    margin: 0px !important;
    width: 100%;
    float: right;
    text-align: right;
    z-index:99;
}
.exclusive-slider button.owl-prev, .exclusive-slider button.owl-next,.adventure-near-slider button.owl-prev, .adventure-near-slider button.owl-next {
    float: none;
    background: orange !important;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
}
.exclusive-slider button.owl-prev span, .exclusive-slider button.owl-next span, .adventure-near-slider button.owl-prev span, .adventure-near-slider button.owl-next span {
    font-size: 22px;
    margin-top: -2px;
    display: block;
}

/* EXPLORE HOLIDAY BE THEME SECTION */
.mt-40 {margin-top:40px;}
.explore_holiday_image {
    min-height: 350px;
    margin-bottom: 40px;
}
.explore_holiday_image .holidayExpertCont img {
    height: 350px;
}
.explore_holiday_image .explore_content {
    margin-top: 40px;
}
.explore_holiday_image .categorySubHeader1 {
    font-size: 50px;
    color: #ff9016;
}
.holiday_theme_category {text-align:center;}
.theme_category_image {
    overflow: hidden;
    transition: 0.5s;
}
.holiday_theme_category .theme_category_image img {
    width: 100%;
    height: 120px;
    object-fit:cover;
    transition:0.5s;
}
.holiday_theme_category:hover .theme_category_image img {
    transform: scale(1.3) rotate(-10deg);
}
.theme_category_content h4 a {
    color: #333;
}
.theme_category_content h4 a:hover {
    color:#ff9016;
}
.theme_category_content label {
    padding: 0 8px;
    border-radius:5px;
    margin-right:5px;
    transition:0.5s;
}
.theme_category_content label a {color:#333;}
.theme_category_content label:hover {
    background: #007bff;
    color: #fff;
}
.theme_category_content label:hover a {color:#fff;}

/* ADVENTURE AROUND THE WORLD */

.blog-grid-wrap {
    display: grid;
    grid-template-areas: "one one one one one one one one one two two two""one one one one one one one one one three three three";
}
.blog-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #f2f2f2;
    position: relative;
}
.blog-grid:nth-child(1) {
    grid-area: one;
    margin-right: 15px;
    display: block;
    background-color: transparent;
}
.blog-grid .blog-img {
    position: relative;
    min-width: 245px;
    height: 225px;
    overflow: hidden;
}
.blog-grid:nth-child(1) .blog-img {
    min-width: 100%;
    height: 100%;
}
.blog-grid:nth-child(1) .blog-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 38%, rgba(0, 0, 0, 0.75) 80%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 38%, rgba(0, 0, 0, 0.75) 80%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.blog-grid .blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.blog-grid .category {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ff9016;
    color: #333;
    padding: 2px 14px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.blog-grid:nth-child(1) .blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    z-index: 2;
}
.blog-grid .blog-title {
    font-size: 24px;
    margin-top: -0.3em;
    margin-bottom: 20px;
}
.blog-grid .blog-meta {
    margin-bottom: 23px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EAEAEA;
}
.blog-grid:nth-child(1) .blog-meta {
    border-color: rgba(255, 255, 255, 0.15);
}
.blog-meta.style2 span, .blog-meta.style2 a {
    margin-right: 20px;
    color: #fff;
}
.blog-grid .link-btn {
    margin-bottom: -0.2em;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 15px;
}
.blog-grid:nth-child(2) {
    grid-area: two;
    margin-left: 15px;
    margin-bottom: 30px;
}
.blog-grid:nth-child(3) {
    grid-area: three;
    margin-left: 15px;
}
.blog-meta.style2 span:before, .blog-meta.style2 a:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #ff9016;
    position: relative;
    top: -2px;
    margin-right: 10px;
    display: inline-block;
}
.blog-grid .blog-title:hover a {
    color: #ff9016 !important;
}
.blog-grid-wrap .blog-grid:not(:first-child) a {
    color: #333;
}
.blog-grid-wrap .blog-grid:not(:first-child) .blog-content {
    padding: 15px;
}
.blog-grid .blog-img:hover img {
    transform: scale(1.2) rotate(-10deg);
}

/* PASSENGERS REVIEW */
.testi-block {
    text-align: center;
    box-shadow: 0px 15px 15px rgba(7, 0, 35, 0.04);
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 35px;
    position: relative;
}
.testi-block:before, .testi-block:after {
    content: "";
    width: 140px;
    height: 140px;
    position: absolute;
    border-radius: 5px 0 0 0;
    border-style: solid;
    border-color: #ff9016;
    top: 0;
    left: 0;
    -webkit-transition: height, width, 0.4s ease;
    transition: height, width, 0.4s ease;
}
.testi-block:before {
    border-width: 2px 0 0 2px;
}
.testi-block_img {
    border-radius: 50%;
}
.testi-block_quote {
    line-height: 1;
    margin-bottom: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.testi-block_name {
    margin-bottom: 5px;
    font-size: 22px;
}
.testi-block_desig {
    display: inline-block;
    margin-bottom: 14px;
    color: #ff9016;
}
.testi-block:after {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    border-width: 0 2px 2px 0;
    border-radius: 0 0 5px 0;
}
.testi-block_img img {
    width: 100px !important;
    height: 100px;
    object-fit: contain;
    border-radius: 50%;
    margin: auto;
}
.testi-block:hover:before,
.testi-block:hover:after {
	width: 100%;
	height: 100%;
	border-radius: 5px
}
.passenger-review-taxi {max-width:300px;}

/*my new footer*/
.footer_top_area .media {
    border-right: 1px solid #ddd;
    padding: 0px 10px !important;
    margin: 10px 0;
}
.footer_top_area .media .media-body {
    padding-top:10px;
    color: #fff;
}
.footer_top_area .col-md-3:last-child .media {
    border-right: none;
}
.footer_top_area .media-body h4 {
    font-size:18px;
    margin-bottom: 0;
}
.footer_top_area .media-body h4 small {
    display: block;
    margin-top: 5px;
}
.footer_top_area {
    border-bottom: 1px solid #dddddd47;
}

.footer-social-links a {
    width: 30px;
    height: 30px;
    line-height:30px;
    text-align:center;
    display:inline-block;
    border-radius: 50%;
}
.footer-social-links a i {transition:.5s;}
.footer-social-links a:hover i {
    transform: scale(1.);
}
.footer-social-links a:hover {
    background: #ff9016;
}
.facebook-bg {background:#365493;}
.instagram-bg {background:linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}
.twitter-bg {background:#1DA1F2;}
.linkedin-bg {background:#0077b5;}
.pinterest-bg {background:#E60023;}
.telegram-bg {background:#0088cc;}

.last_footer_icons {
    border-top: 1px solid #dddddd47;
    padding-top: 20px;
}

/* BROWSE BY EXPERIENCE */
.experience_packages {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #ddd;
    max-height: 360px;
    overflow: auto;
    margin-bottom: 20px;
}
.destination.browse_data {display:flex;align-items: center;padding:10px 15px;transition:.5s;}
/*.destination .browse_data_img {overflow:hidden;}*/
.destination .browse_data_img img {
    width: 67px;
    height: 67px;
    object-fit: cover;
    border-radius: 10px;
    transition:.5s;
}
.destination.browse_data:hover .browse_data_img img {
    transform: scale(1.2) rotate(-10deg);
    border-radius:50%;
}
.destination.browse_data .browse_data h4 {
    color: #333;
    margin-bottom:0px;
    font-size:22px;
}
.destination.browse_data .browse_data h4 span {
    display:block;
    font-size: 14px;
    margin-top:8px;
}
.destination.browse_data .browse_data {
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    transition:.5s;
}
.destination.browse_data:hover {
    background: #f2f2f2;
}
.destination.browse_data .browse_data h5 {
    color: #333;
    background: #f2f2f2;
    padding: 4px 10px;
    border-radius: 10px;
    margin-top: 12px;
    text-align:center;
}
.destination.browse_data:hover .browse_data h5 {background:#fff;}

/* HOME PAGE FAQS */
.faqs_section {font-weight:normal;}
.faqs_section .card-header a {
    display: block;
    color: #333;
    font-size: 16px;
    text-align: left;
}
.faqs_section .card {margin-bottom:10px;text-align: left;}
.faqs_section .card-header {background:#f2f2f2;padding:8px 15px;}
.faqs_section .card-body {padding:10px;font-size:15px;}

.hidden_more_faq {display:none;}

.card-header .card-link:after {
    font-family: 'FontAwesome';  
    content: "\f107";
    float: right; 
    font-weight: bold;
    font-size: 18px;
}
.card-header .card-link.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f106"; 
}
.why_book_agents .list-group-item {
    font-size: 15px;
}
.why_book_agents .list-group-item b {font-weight:500;}
.why_book_agents h4 {
    font-size: 16px !important;
    background-color: #ff9016 !important;
    border-color: #ff9016 !important;
    color: #333 !important;
}

/* PACKAGE DETAILS LANDING PAGE */
#package-images-slider {
    max-height: 350px;
}
#package-images-slider .banner_content img {
    width:100%;
    height: 350px;
    object-fit:cover
}
.details-page-include {
    list-style: none;
    padding-left: 0;
}
.details-page-include li {
    float: left;
    margin-right: 10px !important;
}
.details-page-include li img {
    max-width: 40px;
    border: 1px solid #ddd;
    padding: 5px;
    box-shadow: 1px 1px 2px #ddd;
    border-radius: 5px;
}
.package-details-btn a {border-radius:5px;}
.package-details-btn a:hover {
    background: #000;
}

.call_box_quotation {margin-top:15px;}
.call_box_quotation img {width: 25px;}
.call_box_quotation a {
    background: #f2f2f2;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px #ddd;
    color:#333;
}
.call_box_quotation a:hover {color:#ff9016;}

.tour_overview p, .package-more-info p {
    text-align:justify;
    font: 400 1.0715em/1.8em "Open Sans", sans-serif;
    line-height: 26px;
    font-size: 14px;
}
.package-more-info .package-nav-pills li a {
    color: #333;
    margin-right:10px;
    background:#ff9016;
    font-size: 15px;
}
.package-more-info .package-nav-pills li a.active, .package-more-info .package-nav-pills li a:hover {
    color: #fff;
    background: #000;
}
.days_card .day_heading {
    display: flex;
    font-size: 18px;
    background: #f2f2f2;
    margin-bottom:10px;
}
.days_card .day_heading .days {
    margin-right: 25px;
    background: #ff9016;
    padding: 10px;
    position:relative;
}
.days_card .day_heading .days:before {
    content: '';
    position: absolute;
    top: 10px;
    right: -15px;
    border-left: 15px solid #ff9016;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.days_card .day_heading .days_title {padding-top:10px;}
.inclusion_box ul {
    padding-left: 0;
    list-style: none;
    line-height: 25px;
    font-family: "Open Sans", sans-serif;
}
.inclusion_box ul i {
    color: #ff9016;
}
.right_side_benefits_icons {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}
.right_side_benefits_icons .right_side_agent img {
    margin-bottom: 10px;
    max-width:60px;
}
.right_side_benefits_icons .right_side_agent p {
    white-space: nowrap;
    margin-top:5px;
}
.why_book_agents .list_numbers {
    background: #000;
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-right: 5px;
}

.footer_our_partners img {
    width: 70px;
    height: 30px;
    margin-right: 2px;
}
.emi_more_info {
    position: absolute;
    right: 20px;
    top: 15px;
}
.emi_more_info .emi-logo {
    width: 50px;
    position: relative;
    top: -20px;
    right: 5px;
}
.emi_more_info span {
    float: right;
    font-size: 20px;
    margin-top: -20px;
    color: #333333;
    cursor:pointer;
}

#package-images-slider .carousel-inner {position:static;}
.emi_logo_overlay {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 80px;
}

.navtab_inline_scroller {
    width: 100%;
    overflow: auto;
    flex-wrap: nowrap;
}
.navtab_inline_scroller li {
    width: 100%;
    display: block;
    margin-right: 10px;
}
.navtab_inline_scroller li a {
    width: 100%;
    margin-right: 10px;
    display: flex;
    white-space:nowrap;
}
.navtab_inline_scroller li a i {
    font-size: 18px;
    margin-right: 5px;
}
.show-only-mobile {display:none;}
.show-only-desktop {display:block;}

#middle-slider img {
    width: 100%;
}
.only-mobile-holidays {display:none;}
.main_inner_col .img_innerp > img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

/* MY NEW UPDATED MEDIA QUERY */

@media (max-width:767px) {
    .home-common-heading .left {
        display: block;
    }
    .right_side_nav_tabs {
        padding-left: 0px !important;
    }
    .explore_holiday_image .explore_content {margin-top:0px;}
    .explore_holiday_image .holidayExpertCont img {
        display: none;
    }
    .explore_holiday_image {padding:20px;}
    .explore_holiday_image .mt-40 {margin-top:20px;}
     .blog-grid:nth-child(1) {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .blog-grid .blog-content {
        padding: 30px;
    }
    .blog-grid-wrap {
        grid-template-areas: "one one one""two two two""three three three";
    }
    .blog-grid {display:block;}
    .blog-grid .blog-meta {margin-bottom:0px;}
    #main-slider .banner_content img {
        height: auto;
    }
    .flex_contents {
        top: 5%;
    }
    #middle-slider img {
        width: 100%;
        height: 120px;
    }
    .footer_top_area .media {
        border-right:none;
    }
    .details-page-include li {margin-right:5px !important;}
    .right_side_benefits_icons .right_side_agent p {white-space:normal;}
    .emi_more_info {top:0px;}
    .emi_more_info.package_details_top {top:15px;}
    .breadcrumb-package-heading {font-size:18px;}
    .days_card .day_heading {font-size:16px;}
    .right_side_benefits_icons {display:none;}
    .exclusive-slider .owl-nav, .adventure-near-slider .owl-nav {top:-25px;}
    .exclusive-deals .slider .box {margin-top:20px;}
    .show-only-mobile {display:block;}
    .show-only-desktop {display:none;}
    .footer_top_area {display:none;}
    .passenger-review-taxi {display:none;}
    .destination.browse_data .browse_data h5 {font-size:16px;}
    .only-mobile-holidays {display:inline-block;color:#ff9016;text-transform: uppercase;}
    section.amenties .sec_head {font-size:28px;}
    .blog-grid:nth-child(1) .blog-img {height:260px;}
    .emi_logo_overlay.show-only-mobile {
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
    }
    section.amenties {
        padding: 40px 0px 20px;
    }
    section.offers_block h3 {
        font-size: 22px;
    }
    .emi_logo_overlay {right:-15px;}
    .main_inner_col .img_innerp > img {height:220px;}
}



/*

--------------------
responsive css
----------------------*/


@media (max-width:1399px) {
    .fixedsticky.stick {
        right: 45px;
    }
}

@media (max-width:1199px) {
    .this-texts {
        min-width: 135px;
    }

    .fixedsticky.stick {
        right: 30px;
    }
}




@media (max-width:991px) {
    .flex_news.container_strip {
        display: inline-flex;
        align-items: center;
    }

    .flex_news.container_strip .this-texts {
        margin: 0px;
    }

    .warpping_ititle h2 {
        line-height: 30px;
        font-size: 25px !important;
    }

    .inner_packages .righter_form {
        margin-top: 20px;
        position: inherit;
    }

    .fixedsticky.stick {
        max-width: 100%;
        width: 100%;
        margin-top: 25px;
        position: initial;
    }

    #navmenu {
        border: 1px dotted #e7e7e7;
        margin-top: 30px;
    }


    .in_packagess .col-md-6.rigth_fixer {
        margin: 15px 0px;
        padding-left: 15px;
    }



    section.inner_packages .col-md-8.main_inner_col,
    section.inner_packages .col-md-4.righter_form {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wrap_banner img {
        max-width: 155px;


        top: -5px;
    }

    .common-pad .row {
        align-items: center;
        display: inline-block;
    }

    .common-pad .row .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .wrap_explore {
        display: inline-block;
    }

    .left_cols,
    .right_cols,
    .half_widers {
        max-width: 100%;
    }

    .single_pacakge.full_wid .rigth_fixer {
        padding-right: 15px;
    }

    .row.offers_tour {
        width: 100%;
        margin: 0px;
    }

    .row.offers_tour .col {

        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .min_sizer {
        display: block;
    }

    .aminities-outer .col-md-2 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 33px;

        max-width: 50%;
    }
    
    

    .newsletter {
        margin: 0;
        width: 100%;
        margin-left: 0px;
        position: inherit;
        padding: 10px 10px 25px;
    }

    .flex_news {
        display: inline-block;
    }

    .this-texts {
        margin-bottom: 25px;
    }

    section.click_now {
        display: inline-flex;
        width: 100%;
        align-items: center;
        padding: 0px;
    }

    .row.flex_wrap_foot .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 20px 0px;
    }

    .row.flex_wrap_foot {
        padding: 1.8em 0 0px;
    }

}

@media (max-width:768px) {

    .single_pacakge.full_wid .rigth_fixer {

        display: none !important;
    }
    
    .left_pannesl.common_enquiry,
    form.bg_oranger.common_enquiry
    {
        max-width: 100%;
    }
    
    .wrap_enquiry_form{
            flex-wrap: wrap-reverse;
    }

.left_pannesl li {
    max-width: 46%;
    width: 100%;
}
    
    .common_enquiry ul
    {
            justify-content: space-around;
    }

    .left_pannesl.common_enquiry{
        
  padding: 15px 10px 10px;
}



}

@media (max-width:767px) {
    a.back-to-top {
        display: none !important;
    }
    
    section.container.footer-b-pad {
    padding-bottom: 80px;
}
    
.benner_actions.career_aply.not_found_page a{
            width: auto;
    margin: 5px 10px 0px 0px;

    }

  .inner_packages.careers h4.accor_titles .career_aply
    {
        display: none;
    }

    .benner_actions.career_aply.bottom_btnnns {
         display: inline-block !important;
    margin: 15px 0px 20px !important;
    width: 100%;
    text-align: center;
    }
    
 .benner_actions.career_aply.bottom_btnnns a {
    width: auto;
}


#enquiry_now .modal-dialog {
    padding: 0px 18px;
    margin: 40px auto 20px!important;
}

    #enquiry_now {
        /* overflow: auto; */
        z-index: 999999;
        padding: 0px !important;
    }
    
    form.bg_oranger.common_enquiry {
    background: #fff;
    padding: 10px 0px 10px;
}

    .flex_news.container_strip {
  background: #ff8400;
    padding: 25px 25px;
    border-radius: 5px; 
            display: inline-block;
    width: 100%;
    }

    .sider_about {
        max-width: 70%;
    }


    .more_about_us .multi_wrapper .icon i {
        font-size: 55px;
    }

    .more_about_us .multi_wrapper .icon {
        max-width: 65px;
        overflow: hidden;
        width: 100%;
    }

    .more_about_us .multi_wrapper {
        display: inline-flex;
        align-items: flex-start;
    }

    .warpping_ititle h2 {

        padding: 0px;
        text-align: center;
        margin: 0px 0px 21px !important;
    }

    .more_about_us .offers_tour a {

        padding: 20px;

    }

    .warpping_ititle {
        display: inline-block;
        width: 100%;

    }

    .warpping_ititle h2,
    .warpping_ititle p {
        max-width: 100%;
        border: 0px;
    }

    .inner_packages.careers h4.accor_titles {
        display: inline-block;
        width: 100%;
    }

    section.inner_packages {
        padding-bottom: 20px;
    }

    #call_foot {
        display: inline-flex !important;
    }

    ul.inner_contacts li {
        display: inline-block;
    }

    .reach_us {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .common_adds {
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }

    .wrap_left_add.common_adds {
        padding: 20px 20px 0px;
    }


    .mini_banner h4 {
        font-size: 25px;
    }

    .promo_logos {
        display: inline-block;
        width: 100%;
    }

    .promo_logos img {
        width: 100%;
    }

    .contact-infos.half_infoser ul.list-inline a {
        font-size: 16px;
    }

    .half_infoser ul.list-inline a {
        font-size: 13px;
    }

    .half_infoser .list-inline li {
        margin: 0px 5px;
    }

    .half_infoser {
        max-width: 100%;
        width: 100%;
        color: #fff;
        font-weight: 700;
        text-align: center;
        float: none !important;
    }

    .pull-right.right-infos.link-list.half_infoser {
        text-align: center;
    }

    .half_infoser .list-inline {
        margin: 5px 0px;
    }

    .col-md-6.left_about.abut_imgers {
        display: none;
    }

    .about_block a.bg_buttons {
        margin: 20px 0px 0px;
    }

    .contact_modal .modal-dialog {
        max-width: 90% !important;
        margin: 20px auto;
    }



    .half_infoser .list-inline {
        display: inherit;
    }

    #slider {
        display: none;
    }

    .wrap_inner_pakagers {
        display: inline-block;
    }

    .inner_main_col,
    .main_content_cols.our-offer-left {
        max-width: 100%;
        width: 100%;
        padding: 20px 20px;
    }

    .gray_strip {
        margin-top: 25px;
    }


    .pacakge_section.common_section .banner_content a {
        width: 100%;
    }

    .pacakge_section .pacakge_content .banner_link {
        display: inherit;
    }


    button.res-btn {
        width: 100%;
        padding: 0 25px;
        line-height: 45px;
        margin: 15px 0px 0px;
        border-radius: 0px;
    }

    form.news_form {
        display: inline-block;
    }

    form.news_form input.form-control {

        margin: 0px 0px 20px;
    }

    .flex_news h3 {

        font-size: 24px;
        margin: 0;
    }

    ul.navbar-nav.ml-auto {
        border: 1px dashed rgb(214 214 214);
        padding: 10px;

    }

    .banner_link {
        display: none;
    }

    .flex_contents {
        top: 22%;
    }

    #main-slider {
        max-height: 500px;
        overflow: hidden;
    }
}

@media (max-width:450px) {
    .action_stripers button.res-btn {
        width: 100%;
    }


    .career_aply .orange_bg_btns {

        width: 100%;
        margin: 13px 0px 0px;
    }

    .submiter_reach button.btn.button {
        min-width: 100%;
    }


    #book_now .modal-dialog {
        width: 100%;
   padding: 0px 18px;
       
    }


    .mini_banner {
        margin-top: 120px;
    }


    .half_infoser {
        max-width: 100%;
        width: 100%;
        text-align: center !important;
    }



    #main-slider {
        max-height: 565px;
        overflow: hidden;
    }

    .flex_contents {
        top: 5%;
    }

    .wrap_banner h1 {
        font-size: 42px;
    }









    .pacakge_name h4 {
        font-size: 18px;
    }

    section.inner_packages .wrap_inner_pakagers .benner_actions a {

        width: 100%;
        max-width: 100%;
    }

    .our-offer-left ul img {
        max-width: 30px;
    }

    li.list_title {

        font-size: 12px;
    }

    .main_content_cols.our-offer-left {
        padding-top: 0px;
    }


    section.inner_packages .wrap_inner_pakagers .benner_actions a {

        width: 100%;
        margin: 10px 0px 0px;
        padding: 13px 6px 11px !important;
        max-width: 48%;
        width: 100%;
        height: 42px;
        line-height: normal;
    }

    .our-offer-left h2 {

        font-size: 25px;
        line-height: 35px;
        margin: 20px 0px 15px;
    }

    .pad_explore h2,
    .black-bg-content h2,
    section.offers_block h2,
    .about_block h2,
    .sec_head,
    .flex_news h2,
    section.click_now h2 {
        font-size: 30px;
    }

    form.news_form {
        width: 100%;
        max-width: 100%;
        display: inline-block;
        align-items: center;
    }

    button.res-btn {
        width: 100%;
        margin: 15px 0px 0px;
    }

    .flex_news {
        padding: 10px 0px 10px;
    }

    .click_now a.bg_buttons {

        width: 100%;
        margin: 0px;
        line-height: 25px;
    }

    .row.flex_wrap_foot .col-sm-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #main-slider .banner_content a {
        margin-top: 5px;
    }

}

