/*--------------------------------------------------------------
# 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: #DF6228;
    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;
}

.theme-bg-color {background: #DF6228 !important;color:#fff}
.theme-text-color {color: #DF6228;}
.orange-color {color:#DF6228;}

section {
    background:#f5f5f5;
    padding: 10px 0px !important;
}
.form-control:hover,
.form-control:focus {
    background: transparent !important;
    box-shadow: none !important;

}
.theme-text-color {color:#5089d2;}

.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;
    padding:12px 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #DF6228;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 100px;
    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 #DF6228;
    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: #DF6228 !important;

}


.show_hiders .hidden_dataa,
.show_hiders .all_show {
    display: inline-block !important;
}

.show_hiders .all_hide {
    display: none;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

a.scrollto {
    max-width: 205px;
}

/*nav.navbar {
    background: #fff;
}*/

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 12px;
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:hover {color:#fff}

.fixed-top {
    z-index: 997;
    transition: all 0.5s;
/*    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);*/
    z-index: 999;
}
.navbar-light .navbar-nav .nav-link i.fa.fa-home {
    color: #fff;
    font-size: 25px;
    line-height: 22px;
}

.navbar-nav .dropdown-menu {
    margin-top: 0;
    border-radius: 8px;
    padding: 0px;
    background: #fff;
    color: #111;
}

li.dropdown-item a,
li.dropdown-submenu a {
    color: #111;
    text-transform:uppercase;
}



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: transparent;
    display: inline-block;
    width: 100%;
}

.half_infoser {
    max-width: 33.33%;
    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;
    font-weight: normal;
}

.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: 5px 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: #DF6228;
    color: #ffffff;
    padding-left: 10px;
}










/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

.banner_section .container-fluid {
    padding: 0px;
}

#main-slider {
    max-height: 600px;
    overflow: hidden;
}
@media(max-width:768px){

#main-slider {
    max-height: 600px;
    overflow: hidden;
} 



    
    
}



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 #DF6228;
    height: 40px;
    width: 150px;
    color: #ffffff;
    font-weight: 600;
}

a.bg_buttons {
    background-color: #DF6228;
    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 5px;
    width: 100%;
    border-radius:6px;
}

/*

--------------------
Single Package Home
--------------------
*/


.package_info h3.fixed_namer {
    font-family: 'Alex Brush', cursive;
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    color: #DF6228;
    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: #131313;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 45px;
    line-height: 52px;
}

.our-offer-left p {
    color: #131313;
    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;
}
.benner_actions a:hover {
    background-color: #000000;
    box-shadow: inset 0px 0px 0px 2px #ca2c2a;
}
.green-btn a:hover {
    background-color: #000000;
    box-shadow: inset 0px 0px 0px 2px #ca2c2a;
}
.search-pan-differon .search-btn:hover {
    background-color: #000000;
    box-shadow: inset 0px 0px 0px 2px #ca2c2a;
    point
}

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%;
    height: 230px;
    object-fit: cover;
    filter: brightness(0.5);
}
.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-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: #DF6228;
    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-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;
    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: #DF6228;
    font-size: 45px;
    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;*/
}

/*section.offers_block h2 {
    font-size: 36px;
    color: #333;
}*/


.show-only-desktop strong{font-family: serif;}
.show-only-mobile strong{font-family: serif;}

section.offers_block p {
    font-size: 16px;
    color: #333;
    font-weight: 300;
}

.row.offers_tour .col {
    margin-top: 40px;
}

.about_block h2 {
    color: #585858;
    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: 0.5em 0 0;
    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;
    margin: 0px 0px 40px;
    padding: 0;
    font-weight: 700;
    font-size: 45px;
    line-height: 20px;
}

.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: #DF6228;
    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-weight: 600;
    font-size: 40px;
    margin: 0 0 5px;
}

.flex_news h3 {
    color: #ffffff;
    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);
}

#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: #333;
    font-size: 24px;
}

input.form-control {
    color: #656565;
    height: 53px;
    border-radius: 0px;
}

section.click_now h2 {
    color: #fff;
    margin: 52px 0 0.6em;
    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: #DF6228;
    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: #0096FF;
    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: 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: #DF6228;
    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: #DF6228;
    font-size: 35px;
    padding: 0px 12px 10px !important;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    height: 35px;
    outline:none;
}

.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: #DF6228;
    margin: 0px !important;
    width: 100%;
    border-right: 6px solid #DF6228;
    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: #DF6228;
}

.team_box p {
    margin: 0px;
    color: #DF6228;
    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: #DF6228;
    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: #DF6228 !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: 700px;
    margin: 20px auto 0px;
}



.wrap_enquiry_form button.bg_buttons {
    margin-left: 0px;
}

.wrap_enquiry_form button.bg_buttons {
    background: #DF6228 !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: #DF6228;
    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;
    width: 100%;
    column-count: 2;
    font-weight:500;
}

.left_pannesl.common_enquiry {
    margin: 0px;
    max-width: 50%;
    padding: 20px 25px;
}

span.main_min_tile {
    color: #fff;
    font-weight: 700;
}

form.bg_oranger.common_enquiry {
    width: 50%;
    padding: 25px 20px;
}
.left_pannesl.common_enquiry {
    width: 100%;
    margin:auto;
    font-weight:500;
    line-height: 24px;
}

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: #fff;
}

.left_pannesl p {
    /*margin: 10px 0px;*/
    color: #333;
    font-weight: 400;
    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: #DF6228;
    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: #DF6228;
    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;
    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: #DF6228;
}

.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: #DF6228;
    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;
    /* margin: 0; */
    /* padding: 14px 15px; */
    font-weight: 700;
    font-size: 20px;
    line-height: initial;
    background: #f4f4f4;
}

.submiter_reach button.btn.button {
    background: #DF6228;
    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: #DF6228;
    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: #ebecef;
    /*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: black;
}

.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: #DF6228;
    padding: 20px 40px;
    border-radius: 3px;
    box-shadow: 0 0 8px #DF622800;
    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 {
    width: 100%;
    background: #000;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
    margin-left: 0px;
}

#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: 150px 0 50px !important;
    text-align: center;
    margin-top: 0;
    color: #fff;
    background-color: #605f5f;
    background-blend-mode: multiply;
}

.mini_banner h4 {
    color: white;
    font-size: 20px;
    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-style: initial;
    font-weight: 700;
}




.inner_main_col {
    max-width: 47%;
    width: 100%;
    position:relative;
}
.inner_main_col .emi_box {
    background: #DF6228;
    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 10px;
    background: #ebebeb
}

.bcomb a {
    font-family: kanit;
    font-weight: 300;
    text-transform: capitalize;
    color: #333 !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: #f1f5f8;
    text-align:justify;
    font-size:15px;
}

.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: 10px 0px 10px;
    color: black;
    background-color: #DF6228;
    color: #fff;
}
.side_form .content h4 {margin-bottom:0px;}

.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;
    padding: 15px 5px;
    border-radius: 10px;
}
.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: #DF6228;
    -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: #DF6228;
    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;
    margin-bottom: 7px;
}

.tilteh4 {
    font-size: 16px;
    border: 1px solid #DF6228;
    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: #DF6228;
    color: white;
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
}


section.inner_packages #main-slider {

    margin-bottom: 40px;
}



.inch2 {
    background-color: #DF6228;
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    padding: 10px;
}

.inc li {
    margin: 0;
    list-style: none;
    padding: 10px;
    color: black;
}
.policy_terms li {
    padding:4px 10px;
}

ul.inc {
    padding: 0px;
    margin: 0px;
}

.inc li img {
    margin-right: 10px !important;
    width: 12px;
    margin-top: -3px;
}

.bookdetail {
    background-color: #DF6228;
    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 a {
    color: #df6228;
}

.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: 650px;
    object-fit: cover;
}
.exclusive-deals {
    padding: 40px 0;
/*    background: linear-gradient(to bottom, #DF62284f 0%, #ffffff 100%);*/
}

.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;
}
.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: #DF6228;
    border-bottom-color: #DF6228;
    background: transparent;
}
.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: 165px;
    min-width: 125px;
    overflow: hidden;
    pointer-events: all !important;
    margin: 25px 0 23px -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:#5089d2;}
.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: #dc0000;
}
.exclusive-deals .slider .bookingsection a {
    padding: 0;
    background: none;
    border: none;
    color: #5089d2;
    font-size: 15px;
    font-weight: 700;
}
.right_side_nav_tabs {position:relative;z-index:99;}
.adventures_near_you {padding-bottom:30px;background: #e4e4e4}
.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: #4f89d6 !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-20 {margin-top:20px;}
.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: #5089d2;
}
.holiday_theme_category {text-align:center;}
.theme_category_image {
    overflow: hidden;
    transition: 0.5s;
}
.holiday_theme_category .theme_category_image img {
    width: 100%;
    border-radius: 10px;
    height: 170px;
    object-fit: cover;
    transition: 0.5s;
}
.holiday_theme_category:hover .theme_category_image img {
    transform: scale(1.3);
}
.theme_category_content h5 a {
    color: #333;
}
.theme_category_content h4 a:hover {
    color:#5089d2;
}
.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;
    height: 300px;
}

.blog-grid .category {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #5089d2;
    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: #5089d2;
    position: relative;
    top: -2px;
    margin-right: 10px;
    display: inline-block;
}
.blog-grid .blog-title:hover a {
    color: #5089d2 !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 {
    box-shadow: 0px 15px 15px rgba(7, 0, 35, 0.04);
    padding: 30px 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: #ddd;
    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: #5089d2;
}
.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: 100px;
    margin-bottom: 15;
    margin-bottom: 20px;
}

/*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: #5089d2;
}
.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: #5089d2 !important;
    border-color: #5089d2 !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:#5089d2;}

.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:#5089d2;
    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: #5089d2;
    padding: 10px;
    position:relative;
}
.days_card .day_heading .days:before {
    content: '';
    position: absolute;
    top: 10px;
    right: -15px;
    border-left: 15px solid #5089d2;
    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: #5089d2;
}
.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: 85px; */
    height: 40px;
    margin-right: 2px;
    object-fit: fill;
}

.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: 290px;
    }
    .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:#5089d2;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;
}

img.msme {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0px 70px;
}

img.pay {
    width: 265px;
    margin: 14px 0px;
}



}

@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;
    width: 100%;
}

    .flex_news.container_strip {
  background: #DF6228;
    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;
    }
}

.accordion-content .card {
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.accordion-content .card:last-child {
  margin-bottom: 0;
}
.accordion-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.accordion-content .card .card-header a {
    background-color: #e9e5e5;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 12px 20px;
    font-weight: 400;
    position: relative;
    text-align: left;
}
.accordion-content .card .card-header i {float:right}

.accordion-content .card .card-body {
  font-size: 15px;
  padding: 20px;
}
@media screen and (max-width: 1199px) {
  .accordion-content .card .card-header a {
    font-size: 14px;
    padding: 12px 25px;
  }
}



/* Footer */
.container1 {
    max-width: 1285px;
    width: 100%;
    margin: 0 auto;
}
footer {
    background: #444444;
    padding-bottom: 20px;
}
.footer-con{
    position: relative;
}
.footer-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 0.5px solid #C4C4C4;
}
.foot-head-left img {
    border-right: 1px solid #C4C4C4;
/*    padding-right: 29px;*/
    height:65px;
    background:#fff;
    padding:10px;
    border-radius:10px;
    margin-right:15px;
}
.footer-head span{
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    padding-left: 20px;
}
.foot-head-left{
    display: flex;
    align-items: center;
}
.foot-head-left small{
    display: inline-block;
    padding-left: 23px;
}
.foot-head-right a{
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    background: #DF6228;
    padding: 14px 55px;
    border-radius: 6px;
    border: 1px solid #DF6228;
}
.foot-head-right a:hover{
    color: #DF6228;
    background: #fff;
    transition: all 0.5s ease-in-out 0s;
}
.foot-head-right small{
    display: inline-block;
    padding-right: 10px;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}
.footer-content {
/*    background: linear-gradient(to bottom, #DF62284f 0%, #ffffff 100%);*/
    padding: 45px 60px;
    border-radius: 10px;
    box-shadow: 0px 0px 18px rgb(0 0 0 / 32%);
/*    position: absolute;*/
    width: 100%;
/*    top: -100px;*/
    left: 0;
}
.footer-sec{
    padding-top: 46px;
}
.footer-sec h6{
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.footer-sec ul li a{
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}
.footer-sec ul li a:hover{
    color: #DF6228;
}
ul.quicks-packages {
    padding-left: 15px;
    color: #fff;
}
footer .partners{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 354px 0 48px;
    border-bottom: 0.5px solid rgba(196, 196, 196, 0.2);
}
footer .partners img{
    padding: 0 30px;
    display: inline-block;
}
.footer-info{
    padding: 25px 0 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid rgba(196, 196, 196, 0.2);
}
.footer-info-content{
    position: relative;
}
.footer-info li{
    display: inline-block;
    font-size: 13px;
    line-height: 32px;
    color: #FFFFFF;
    padding: 0 20px;
}
.footer-info li i{
    font-size: 18px;
    padding-right: 18px;
}
footer .social-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
}
footer .social-icons a{
    color: #fff;
    border: 1px solid #DF6228;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100px;
    margin: 0 5px;
    background: #2E343D;
}
footer .social-icons a:hover{
    background: #DF6228;
    transition: all 0.5s ease-in-out 0s;
}
.footer-end p{
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    padding-top: 40px;
}

/* footer media queries */
@media screen and (max-width:1366px) {
    .container1 {
        width: 93%;
    }
    footer .partners {
        padding: 340px 0 48px;
    }
}

@media screen and (max-width:1199px) {
    .foot-head-right a {
        font-size: 16px;
        padding: 13px 45px;
    }
}
@media screen and (max-width:991px) {
    .container1 {
        width: 90%;
    }
    .footer-content{
        padding: 50px;
    }
    .foot-head-right a{
        font-size: 13px;
        padding: 8px 16px;
    }
    .foot-head-left img{
        padding-right: 14px;
        height:40px;
    }
    .footer-head span{
        padding-left: 10px;
        font-size: 13px;
    }
    .foot-head-right small{
        font-size: 13px;
    }
    .footer-info li{
        padding: 0 12px;
    }
    .footer-head {
        padding-bottom: 25px;
    }
    .footer-sec {
        padding-top: 15px;
    }
    .footer-content {
        padding: 30px 30px 20px;
    }
    .footer-content {
        top: -113px;
    }
    footer .partners {
        padding: 300px 0 48px;
    }
}
@media screen and (max-width:767px) {
    .foot-head-right small {
        display: none;
    }
    footer .partners {
        padding: 450px 0 30px;
    }
    footer .partners img {
        padding: 0 15px;
    }
    .footer-head-left{
        padding-bottom: 10px;
    }
    .footer-info {
        padding: 10px 0 44px;
    }
    .footer-sec h6 {
        padding-top: 10px;
    }
}
@media screen and (max-width:575px) {
    footer .partners img{
        padding-bottom: 30px;
    }
    .footer-head span{
        display: none;
    }
    footer .partners {
        padding: 430px 0 5px;
        flex-wrap: wrap;
    }
    .footer-info li{
        padding: 0;
    }
    .footer-head {
        padding-bottom: 15px;
    }
    .footer-content {
        padding: 20px 25px 25px;
    }
    .footer-sec {
        padding-top: 15px;
    }
    .foot-head-right a {
        padding: 10px 25px;
    }
    .footer-content {
        top: -94px;
    }
}
@media screen and (max-width:399px) {
    .footer-info li {
        width: 100%;
    }
    footer .partners img {
        padding: 15px 10px 15px;
    }
    footer .partners {
        padding: 415px 0 20px;
    }
    .footer-end p {
        padding-top: 30px;
    }
}
.pay-img img {
    width: 100%;
    height: 360px;
    object-fit: contain;
    box-shadow: 0px 0px 12px 0px #080808b0;
}


.contact-from-wrap {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 60px 40px;
}
.contact-from-wrap .contact-from label {
  color: #ffffff;
  margin-bottom: 8px;
}
.contact-from-wrap .contact-from p {
  margin-bottom: 30px;
}
.contact-from-wrap .contact-from p:last-child {
  margin-bottom: 0;
}
.contact-from-wrap .contact-from input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
.contact-from-wrap .contact-from input[type=submit] {
  border: 2px solid #ffffff;
  width: 100%;
  padding: 15px 30px;
  text-align: center;
}
.contact-from-wrap .contact-from input[type=submit]:hover {
  border-color: #000;
}
@media screen and (max-width: 991px) {
  .contact-from-wrap {
    margin-top: 40px;
  }
}

.about-image img {
    border: 10px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 50px rgb(30 194 139 / 30%);
}

.news-articles-con .article-box .bottom-left {
    position: absolute;
    bottom: 23px;
    left: 32px;
    z-index: 1;
    text-align: left;
}

.news-articles-con .article-box .bottom-left h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: bold;
}


.news-articles-con .article-box a:hover {
    text-decoration: none;
}

.news-articles-con .article-box img {
    border-radius: 10px;
    border: 3px solid #fff;
    -webkit-transition: 2s linear;
    transition: 2s linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    height:280px;
    width:100%;
    object-fit: cover;
}

.news-articles-con .article-box figure {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.news-articles-con .article-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-articles-con .article-box figure::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #2b2945 6%, #ffffff 51%);
    z-index: 1;
    mix-blend-mode: multiply;
    border-radius: 10px;
     border: 3px solid #fff; 
}

.news-articles-con .article-box .bottom-left span {
    margin-bottom: 10px;
    font-size: 14px;

}


.what-we-serve-con .server-box {
    /* width: 290px; */
    background: linear-gradient(to bottom, rgb(178, 243, 222, 20%) 0%, #ffffff 100%);
    padding: 25px;
    border-radius: 10px;
}

.what-we-serve-con .server-box:hover {
    background: linear-gradient(to bottom, rgb(249 195 193) 0%, #ffffff 100%)
}

.what-we-serve-con .server-box:hover h4 {
    color: #1ec28b;
}

.what-we-serve-con .serve-outer {
    display: grid;
    grid-template-columns: 290px 290px 290px;
    gap: 24px;
}

.what-we-serve-con .server-box img {
    margin-bottom: 29px;
}

.what-we-serve-con .server-box h4 {
    color: #2b2945;
    margin-bottom: 21px;
}

.what-we-serve-con .server-box p {
    font-size: 18px;
    line-height: 30px;
}

.what-we-serve-con .server-box.var2 {
    margin-top: 28px;
}

.what-we-serve-con .server-box.var3 {
    margin-top: 56px;
}


/*-------------------------*/

.search-booking-tab-con ul img {
    margin: 0 auto 10px;
}

.search-booking-tab-con {
    padding-top: 88px;
}

.search-booking-tab-con .nav-tabs .nav-link {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    background-color: transparent;
    background: none;
    padding: 20px 2px;
    border: none;
    width: 100%;
}

.search-booking-tab-con ul {
    background-color: #fff;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
    overflow: hidden;
    border-bottom: none;
    flex-wrap: nowrap;
}

.search-booking-tab-con .nav-tabs .nav-link.active {
    border: none;
    background-color: #DF6228;
    color: #fff;
    transition: ease-in-out 0.6s;
    border-radius: 0;
}

.search-booking-tab-con .nav-tabs .nav-item {
    padding: 0;
    border: none;
    width:100%;
}

.search-booking-tab-con .nav-tabs .nav-link.active img {
    filter: brightness(0) invert(1);
    transition: ease-in-out 0.6s;
}

.search-booking-tab-con .nav-tabs .nav-link.active .search-booking-tab-con .nav-tabs .nav-link:hover {
    border: none;
}

.search-booking-tab-con .nav-tabs .nav-link.active:focus-visible,
.search-booking-tab-con .nav-tabs .nav-link.active:focus,
.search-booking-tab-con .nav-tabs .nav-link.active:focus-within {
    outline: none;
    box-shadow: none;
    border: none;
}

.search-booking-tab-con ul.nav-tabs button.nav-link:focus-visible,
.travel-tour-con ul.nav-tabs button.nav-link:focus-within,
.travel-tour-con ul.nav-tabs button.nav-link:focus {
    outline: none;
    border: none;
    box-shadow: none;
}


.search-booking-tab-con .tab-content {
    background-color: #DF62284f;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    padding: 25px;
}

/* 
.search-booking-tab-con .tab-content .destination-con {
    width: 350px;
}

.search-booking-tab-con .tab-content .checkin-con,
.search-booking-tab-con .tab-content .checkout-con {
    width: 176px;
} */

.search-booking-tab-con .tab-content .adults-con,
.search-booking-tab-con .tab-content .children-con {
    flex-direction: column;
    display: flex;
}

.tab-inner-con {
    gap: 15px;
    margin-bottom: 28px;
}

.search-booking-tab-con .tab-content input,
.search-booking-tab-con .tab-content select {
    height: 50px;
    border-radius: 5px;
    border: none;
    background-color: #fff !important;
    padding: 12px
}

.search-booking-tab-con .tab-content select {
    appearance: menulist;
    -webkit-appearance: menulist;
}

.search-booking-tab-con .tab-content input:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(30 194 139 / 100%);
}

.search-booking-tab-con .tab-content select:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(30 194 139 / 100%);
}

.search-booking-tab-con .tab-content label {
    font-size: 18px;
    font-weight: 500;
    color: #2b2945;
    line-height: 30px;
    margin-bottom: 0;
}

/*  */
.search-booking-tab-con .tab-content .tab-pane {
    text-align: center;
    margin: 0 auto;
}


@media (max-width:768px){
    
    .search-booking-tab-con ul {
    display: grid;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    grid-template-columns: 50% 50%;
    text-align: center !important;
    margin: 0 auto !important;
    gap: 0;
}

    .search-booking-tab-con .nav-tabs .nav-link {
        padding: 14px;
        display: block;
        width: 100%;
    }
}

.green-btn a {
    background-color: #DF6228;
    padding: 10px 25px 15px 25px !important;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    width: 100%;
    text-decoration: none;
    color: #fff;
    border-radius: 6px;
}

.travel-tour-con .package-box {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 1rem;
    overflow: hidden;
/*    box-shadow: 0px 0px 6px 0px #e24a46;*/
    transition: 2s linear;
}

.travel-tour-con .package-box:hover .grey-btn a {
    background-color: #1ec28b;
    color: #fff;
    transition: ease-in-out 0.6s;
}

.travel-tour-con .package-box span.location-span i {
    color: #DF6228;
    background-color: rgb(255, 137, 0, 10%);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100px;
    margin-right: 7px;
}

.travel-tour-con .package-box span.location-span {
    margin-bottom: 10px;
}

.travel-tour-con .package-box:hover span.location-span {
    color: #2b2945;
}

.travel-tour-con .package-box h6 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.travel-tour-con .package-box h6 a {
    color: #333;
    text-decoration: none;
}

.travel-tour-con .package-box h6 a:hover {
    color: #044764;
}

.travel-tour-con .package-box img {
    margin-bottom: 0;
    -webkit-transition: 2s linear;
    transition: 0.5s linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    height: 210px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.travel-tour-con .package-box:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.travel-tour-con .package-box span.d-inline-block {
    font-weight: normal;
    font-size: 14px;
    margin-right: 15px;
    padding-bottom: 13px;

}

.travel-tour-con .package-box span.d-inline-block.person {
    font-size: 16px;
}

.travel-tour-con .package-box span.d-inline-block.price {
    font-size: 20px;
    font-weight: bold;
    color: #2b2945;
}


.travel-tour-con .owl-nav span {
    background-color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    line-height: 60px;
    box-shadow: 0px 10px 50px rgb(115 132 140 / 35%);
    font-size: 20px;
}

.travel-tour-con .owl-nav span:hover {
    background-color: #DF6228;
    color: #fff;
    transition: ease-in-out 0.6s;
}

.travel-tour-con .owl-nav span:focus-visible,
.travel-tour-con .owl-nav button:focus-visible,
.travel-tour-con .owl-nav button:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.travel-tour-con ul.nav-tabs button.nav-link:focus-visible,
.travel-tour-con ul.nav-tabs button.nav-link:focus-within,
.travel-tour-con ul.nav-tabs button.nav-link:focus {
    outline: none;
    border: none;
    box-shadow: none;
}

.travel-tour-con ul.nav-tabs .nav-link:hover,
.travel-tour-con ul.nav-tabs li .nav-link.active {
    color: #1ec28b;
}

.travel-tour-con li {
    position: relative;
}

.travel-tour-con li button.active::before {
    content: "";
    height: 3px;
    width: 30px;
    background-color: #1ec28b;
    position: absolute;
    top: -8px;
    z-index: 1;
    right: 25px;
    transition: all 0.3s ease-in-out;
}

.travel-tour-con li button.active::after {
    content: "";
    height: 3px;
    width: 30px;
    background-color: #1ec28b;
    position: absolute;
    bottom: -8px;
    z-index: 1;
    left: 25px;
    transition: all 0.3s ease-in-out;
}


.travel-tour-con .owl-nav button.owl-prev {
    position: absolute;
    top: 262px;
    left: -100px;
}

.travel-tour-con .owl-nav button.owl-next {
    position: absolute;
    top: 262px;
    right: -100px;
}

/*.travel-tour-con .package-box:hover {*/
/*}*/

.package-box-content {
    padding: 5px;
}

.contact-whatsapp {
    width: 40px;
    position: fixed;
    bottom: 20px;
    left: 15px;
    z-index: 9999;
    display: inline-block;
    /*animation: up-down 2s infinite;*/
}
.contact-whatsapp {
    width: 55px;
    position: fixed;
    bottom: 20px;
    left: 15px;
    z-index: 9999;
    display: inline-block;
    /*animation: up-down 2s infinite;*/
}

.contact-call {
    width: 55px;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 9999;
    display: inline-block;
}


@keyframes up-down {
    0% {transform:translateY(0px);}
    50% {transform:translateY(20px);}
    100% {transform:translateY(0px);}
    /*50% {margin-top:-20px;}*/
    /*100% {margin-top: 0px;}*/

}


@keyframes left-right {
    0% {transform:translateX(-20px);}
    50% {transform:translateX(-220px);}
    100% {transform:translateX(-20px);}
    /*50% {margin-top:-20px;}*/
    /*100% {margin-top: 0px;}*/

}



.logo img{
    height:55px;
}

.search_container {
  margin-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search_container {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search_container {
    margin-bottom: 28px;
    display: none;
    margin-right: 0;
  }
  
  
}
@media only screen and (max-width: 767px) {
  .search_container {
    margin-bottom: 28px;
    margin-right: 0;
  }
  .logo img {
    height: 45px;
}
}
.search_container form {
    border-radius: 5px;
    background: #fff;
    width: 400px;
    text-align: center;
    margin: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search_container form {
    width: 481px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search_container form {
    flex-direction: column-reverse;
    border: 0;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .search_container form {
    flex-direction: column-reverse;
    border: 0;
    align-items: center;
    width: 100%;
  }
}

.search_box {
  position: relative;
  width: 80%;
  margin:auto;
}


.search_box input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #242424;
}
.search_box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #242424;
}
.search_box input:-ms-input-placeholder {
  /* IE 10+ */
  color: #242424;
}
.search_box input:-moz-placeholder {
  /* Firefox 18- */
  color: #242424;
}
.search_box input {
    background: inherit;
    width: 100%;
    height: 40px;
    color: #000;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px 0 20px;
    border-radius: 8px;
    margin-top: 2px;
    border: 2px solid white;
    outline:none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search_box input {
    font-size: 12px;
    padding: 0 92px 0 10px;
    width: 100%;
    height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .search_box input {
    font-size: 12px;
    padding: 0 92px 0 10px;
    height: 34px;
}
}
.search_box button {
    border: 0;
    position: absolute;
    top: 2px;
    bottom: 0px;
    right: 0px;
    background: #fac1bf;
    color: #000;
    font-weight: 400;
    padding: 0 15px;
    /* min-width: 120px; */
    border-radius: 0 5px 5px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid white;
}
.search_box button:hover {
  background: transparent;
}

#google_translate_element {
    margin-top: 10px;
}





/*---------------------*/

















/*-------CMT Form-------*/

.cmtForm {
	background: #ecf2f6;
	background: #ffffffe0;
    border: 2px solid #e24a46;
    padding: 30px 20px;
    padding-bottom: 15px;
    border-radius: 15px 15px 0px 0px;
}

.cmtForm .card {
	background-color: transparent;
    padding: 15px;
    /* margin-top: 60px; */
    /* margin-bottom: 60px; */
    border: none !important;
	/* background-color: #f9f9f9; */
    /* box-shadow: 0 0px 10px 0 rgb(0 0 0 / 20%); */
}

.cmtForm .blue-text {

}

.lightbox-carousel .carousel-control-next {
    right: 0;
    left: auto;
}

.cmtForm .form-control-label {
    margin-bottom: 0;
	font-size: 13px;
    font-weight: 500;
}

.cmtForm h3{
	font-size: 22px;
    text-align: center;
	margin-bottom: 2px;
}

.cmtForm .blue-text{
	text-align: center;
	color:#000;
}

.cmtForm  .form-group {
    margin-bottom: 0px;
}

.cmtForm input,.cmtForm textarea,.cmtForm select,.cmtForm button {
    padding: 8px 11px;
    border-radius: 5px !important;
    margin: 5px 0px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 20px;
	height: 38px;
	background:#fff;
}

.cmtForm .selectBox{
	position:relative;
}



.cmtForm textarea{
	height: 129px;
	margin-bottom: 0px;
}

.cmtForm input:focus,.cmtForm textarea:focus,.cmtForm select:focus,.cmtForm button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #00BCD4;
    outline-width: 0;
    font-weight: 400
}

.cmtForm .btn-block {
    font-size: 15px !important;
    font-weight: 400;
    height: 37px;
    line-height: 19px;
    cursor: pointer;
    float: right;
    width: 100px;
    margin-top: 24px;
    margin-bottom: 0;
    background-color: #9d0000;
}

.cmtForm .btn-block:hover {
    color: #fff !important
}

.cmtForm .cmtSubmit{
	
}

.cmtForm button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

.cmtForm .travel-with-you-head {
    margin-bottom: 4px;
    color: #222;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-size: 15px;
}

.cmtForm .divider-2 {
    border-bottom: 1px solid #e4e4e4;
    background-color: #DADADA;
    height: 1px;
    margin: 0.5em 0px 0.7em;
}

.cmtForm .divider-2 span {
    display: block;
    width: 50px;
    height: 1px;
    background-color: #027182;
}

.cmtForm input.qtyminus, .cmtForm input.qtyplus {
    top: 6px;
    text-indent: -9999px;
    box-shadow: none;
}

.cmtForm input.qtyminus, .cmtForm input.qtyplus {
    position: absolute;
	width: 26px;
    height: 26px;
    border-radius: 50px!important;
    border: 1px solid #000;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
	    z-index: 100;
}

.cmtForm .qty-buttons {
    position: relative;
    width: 100%;
    height: 38px;
    display: inline-block;
}

.title-3 {
    text-align: left;
    display: inline-block;
    width: 67%;
}

.title-3 h2 {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
}

.themeColor {
    font-style: normal;
    color: #d60404;
    font-weight: 600;
}

input.qtyminus {
    background: url(../img/minus.svg) center center no-repeat #ffa19e;
    left: 10px;
}

input.qtyplus {
    background: url(../img/plus.svg) center center no-repeat #ffa19e;
    right: 10px;
}
input.qty {
    width: 100% !important;
}
.cmtForm input.form-control, .cmtForm textarea.form-control{
	text-align: center;
}

.cmtForm .countryCodeBox{
	position:relative;
}

.cmtForm .countryCodeBox .countryCodeDiv{
	position: absolute;
    left: 16px;
	font-size: 13px;
    bottom: 10px;
    line-height: 38px;
    font-weight: 500;
    background-color: #ccc;
    height: 38px;
    width: 65px;
    text-align: center;
    border-radius: 4px 0 0 4px;
}

.cmtForm .countryCodeBox input{
    /* width: calc(100% - 62px); */
    /* left: 62px; */
    position: relative;
    border-radius: 0 5px 5px 0!important;
}

.cmtForm .form-control:disabled, .cmtForm .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
	cursor: auto;
}

	
.cmtForm .radiobtn {
    position: relative;
    display: block;
    margin-right: 10px;
    width: calc(25% - 10px);
	float: left;
}
.cmtForm .radiobtn label {
    display: block;
    background: rgb(255 188 186);
    color: #444;
    border-radius: 5px;
    padding: 5px 20px;
    border: 2px solid #ffaeab;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.cmtForm .radiobtn label:after, .cmtForm .radiobtn label:before {
  content: "";
  position: absolute;
  right: 11px;
  top: 8px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #fff;
}
.cmtForm .radiobtn label:before {
  background: transparent;
  -webkit-transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  z-index: 2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
.cmtForm .radiobtn input[type="radio"] {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cmtForm .radiobtn input[type="radio"]:checked + label {
    background: rgb(226 74 70 / 57%);
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-color: #e24a46;
}
.cmtForm .radiobtn input[type="radio"]:checked + label:after {
  background: #e24a46;
}
.cmtForm .radiobtn input[type="radio"]:checked + label:before {
  width: 20px;
  height: 20px;
}

.cmtForm .gallery_section-col {
    background: #fff;
    padding: 10px;
}


.data_container .single-item {
    position: relative;
    width: 46%;
    margin: 7px 10px 7px 3px;
    float: left;
    height: 126px;
    overflow: hidden;
    border-radius: 6px;
}

.data_container .single-item img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
	max-width: 100%;
    /* height: 100%; */
    /* width: 100%; */
    min-height: 128px;
    min-width: 177px;
}

.data_container .single-item .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}


.data_container .single-item .demo-gallery-poster > img {
    opacity: 1;
    background: none;
    border: none;
}


.data_container .single-item .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;

    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    min-width: auto;
    min-height: auto;
}




@-webkit-keyframes blink {
  0% {
    background-color: #fdcb77;
  }
  10% {
    background-color: #fdcb77;
  }
  11% {
    background-color: #fdd591;
  }
  29% {
    background-color: #fdd591;
  }
  30% {
    background-color: #fdcb77;
  }
  50% {
    background-color: #fdd591;
  }
  45% {
    background-color: #fdcb77;
  }
  50% {
    background-color: #fdd591;
  }
  100% {
    background-color: #fdcb77;
  }
}

@keyframes  blink {
  0% {
    background-color: #fdcb77;
  }
  10% {
    background-color: #fdcb77;
  }
  11% {
    background-color: #fdd591;
  }
  29% {
    background-color: #fdd591;
  }
  30% {
    background-color: #fdcb77;
  }
  50% {
    background-color: #fdd591;
  }
  45% {
    background-color: #fdcb77;
  }
  50% {
    background-color: #fdd591;
  }
  100% {
    background-color: #fdcb77;
  }
}



.cmtMobilePeople .cmtMobilePeopleLabel{
	display:none;
}

.cmtForm input[type="date"], .cmtForm #cmt-date{
	width:100%;
	background-color:#fff;
	display:block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

.modal.lightbox.fade.show{
	opacity:1;
	z-index: 999999;
}

/*.modal-backdrop.fade{*/
/*	z-index: 99999;*/
/*}*/

.cmtForm .countryCodeBox .countryCodeDiv {
	font-size:13px;
}


.title-area span {
    font-size: 38px;
    color: #e14a46;
}
.banner_content2 img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius:15px;
}
#main-slider .carousel-item:before {
/*    content: '';*/
    width: 100%;
    height: 100%;
    background: #2010106b;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.carousel-control-next, .carousel-control-prev {z-index: 99}
.homebanner {
    position: absolute;
    top: 36%;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
}
.csideform .search-panel {
    max-width: 700px;
    margin: auto;
    cursor: pointer;
    text-align: center;
}
.csideform .search-panel form {
    background: #fff;
    border-radius: 40px;
}
.csideform .search-panel .sch-panel-div {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0px 8px;
}
.travels-holiday-icons {
    position: absolute;
    top: 15px;
    left: 10px;
    font-size: 22px;
    color: #DF6228;
}
.csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {
    background-color: transparent;
    outline: none;
    height: 62px;
    padding: 0 10px;
    width: 96%;
    cursor: pointer;
    border: none;
    border-radius: 7px;
    margin-left: 32px !important;
    margin: auto;
    font-size: 15px;
    font-weight: 500;
}
.search-pan-differon .search-btn {
    background: #DF6228;
    border: none;
    height: 62px;
    width: 160px;
    color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.6s;
}
.csideform .search-panel h1 {
    color: #fff;
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 5px;
}
.csideform .search-panel h5 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}
.features_box_sec {
    padding: 30px 0;
}
.features_box_sec .features_box {
    text-align: center;
    font-weight: 500;
}
.features_box_sec .features_box img {
    width: 80px;
    margin-bottom: 6px;
}
.header-scrolled {
    background: #fff;
}
.header-scrolled section.top-bar {
    display: none;
}
.header-scrolled li a {color:#333 !important;}
.travel-blog-sec .destination-card-style-one:before {
    content: '';
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, transparent, black);
    position: absolute;
    bottom: 0;
    z-index: 99;
}
.travel-blog-sec .swiper .blog-overlay {
    position: absolute;
    z-index: 99;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 10px;
}
.travel-blog-sec .swiper .blog-overlay h5 {
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}
.exploration_type {
    position: relative;
}
.destination-card-style-one {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s;
    margin-bottom: 8px;
}
.destination-card-style-one .d-card-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all .4s;
    border-radius: 10px;
    margin-bottom: 8px;
}
.destination-card-style-one:hover img {
    transform:scale(1.2);
}
.title-area h2 {
    font-size: 24px;
    font-weight: 500;
}
.section-head-alpha h2 {
    font-size: 24px;
}
.new-blog-sec .holiday_theme_category {
    text-align: left;
}
.new-blog-sec .theme_category_content h5 a {font-size: 18px;}

.flightmoving-sec {
    position: relative;
    overflow: hidden;
 
}
.flightmoving-sec .flight-icon {
    position: absolute;
    top: -20px;
    left: 0;
    opacity: 0.9;
    animation: cloud 20s linear 0s infinite reverse;
    z-index: 9;
    width: 100px;
}
@keyframes cloud {
    0% {
        left: 100%;
    }
}
.package-feature-icon li {
    border: 1px solid #DF6228;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #DF6228;
    background: #f2f2f2;
}
.itinary-description .nav-item a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 40px;
}
.itinary-description .nav {
    margin-bottom: 12px;
    background: #DF6228;
    padding: 5px 10px;
    border-radius: 10px;
}
.itinary-description .nav-pills .nav-link.active,.itinary-description .nav-pills .show>.nav-link {
    background: #000;
}
.accordion-content {
    padding: 10px;
}
.frthr-details {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}
.frthr-details p, .frthr-details a {font-size:20px;margin-bottom: 0px;}
.frthr-details a {color: #DF6228;}
.google-icon-bg {
    width: 20px !important;
    margin-top: -15px;
}

.inner_packages #package-slider .carousel-inner img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 10px;
}
.inner_packages .wrap_inner_pakagers .benner_actions a {
    min-width: 100px !important;
    height: 40px;
    border: 1px solid #DF6228;
}
.inner_packages #package-slider .carousel-indicators {
    position:static;
    margin:0;
}
.inner_packages #package-slider .carousel-indicators li {
    width: 100%;
    opacity:1;
}
.itinary-description {
    margin-top: 75px;
}
.package-sidebar-inclusion ul {
    padding-left: 0;
    column-count: 2;
    list-style: none;
    line-height: 28px;
    font-size: 15px;
}
.package-sidebar-inclusion ul li:before {
    content: '\f05d';
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #5bc64f;
}
.package-sidebar-inclusion2 ul {
    padding-left: 0;
    column-count: 2;
    list-style: none;
    line-height: 28px;
    font-size: 15px;
}
.package-sidebar-inclusion2 ul li:before {
    content: '\f00d';
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #DF6228;
}
.package-short-des h5 {
    margin-bottom: 10px;
}
.title_inner_small {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
}
.package-box-content .pkg-btn-con div {
    width: 50%;
    margin: 3px;
}

@media(min-width:768px) and (max-width:992px){
    .cmtForm .radiobtn {
        position: relative;
        display: block;
        margin-right: 10px;
        width: calc(50% - 10px);
        float: left;
    }
    .cmtForm{
        padding: 20px 0 !important;
    }
} 

@media(max-width:767px){    
    
    .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}
    
    
    .mini_banner {
    padding: 20px 0 20px !important;
}

.package-short-des{
    margin-top:65px;
}

.homebanner {
    top: 30% !important;
}

    .cmtForm .card{
        padding: 15px 0;
    }   
        
    .contact .l-col-widget{
        margin-top: 30px;
        margin-bottom: 30px;

    }

    .cmtMobileBox.pe-4{
        padding-right: 0rem!important;
        padding-left: 0px;
    }

    .cmtMobilePeople .cmtMobilePeopleLabel{
        display:block;
        float: left;
        font-size: 14px;
        line-height: 56px;
    }

    .cmtMobilePeople .qty-buttons{
        max-width: 200px;
        height: 50px;
    }

    .cmtMobilePeople .form-group{
        float: right;
        margin-bottom: 0px;
    }

    .cmtForm .radiobtn{
        width: calc(50% - 10px);
    }

    .cmtForm input.qtyminus, .cmtForm input.qtyplus{
        top: 9px;
    }

    .cmtForm .countryCodeBox .countryCodeDiv{
        left: 9px;
        height: 44px;
        line-height: 44px;
    }

    .cmtForm input, .cmtForm textarea, .cmtForm select, .cmtForm button{
        height:44px;
        font-size: 14px;
    }

    .cmtForm .form-control-label{
        font-size: 14px;
    }

    .cmtForm textarea{
        height: 100px;
    }

    .sideVideoTestimonial{
        margin-top: 40px;
    }

    .sideVideoTestimonial .title-3{
        text-align: center;
        width: 100%;
    }

    .sideVideoTestimonial .title-3 h2{
        font-size: 22px;
        font-weight: 500;
    }

    .sideVideoTestimonial .themeColor{
        margin-right:0px;
    }

    .data_container .single-item{
        margin: 7px 7px 7px 7px;
    }

    .cmtForm .cmtSubmit{
        font-size: 17px !important;
        height: 37px;
        margin-left: auto;
        margin-right: auto;
        float:none;
        width: 76%;
    }
    .cmtForm .row{
        margin:0px;
    }
    .cmtForm .cmtMobilePeople .qty-buttons {
        max-width: 100%;
        height: 50px;
        margin-bottom:10px;
   }
   .cmtForm .cmtMobilePeople .cmtMobilePeopleLabel{
        line-height:16px;
   }
    .cmtForm .radiobtn {
      width: calc(100%);
    }
    .cmtForm .item-list{
        margin-bottom:0px;
    }
    .cmtForm .countryCodeBox .countryCodeDiv{
        left:0;
    }    
    .banner_content2 img {
        height: 150px !important;
    }
    .pull-right.right-infos.link-list.half_infoser ul {
        display: none;
    }
    .search-panel .banner-heading-overlay {display:none;}
    .search-pan-differon .search-btn {width:60px;}
    .csideform .search-panel form {margin-top:50px;}
    .csideform .search-panel .sch-panel-div .srch-panel-col .search-box .frminput {font-size:13px;height:50px;}
    .search-pan-differon .search-btn {height:50px;}
    .travels-holiday-icons {top: 10px;}
    .carousel-control-next, .carousel-control-prev {display:none;}
    .navbar-light .navbar-toggler {background:#fff;outline: none;}
    #navmenu {background: #044764;padding: 10px 0;}
}





#package-slider ol li img {
        height: 75px;
    object-fit: cover;
}

.footer-payment h4 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0px;
}

img.msme {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0px 6px;
}


/*.theme_category_image.team a img {*/
/*    height: 200px;*/
/*    width: 200px;*/
/*    border-radius: 50%;*/
/*}*/


.team-ifo img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
}






