* {
    margin: 0;
    padding: 0;
}

img {
    outline: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #444;
    padding: 15px 0 0;
    font-weight: 300;
    margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background-color: #FFF;
    color: #404040;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar-header img {
	height: 55px;
}
.subscribe-newsletter .wpforms-submit {
    font-size: 0 !important;
    position: relative !important;
    width: 50px !important; 
    height: 50px !important;
    border-radius: 50%;
}

.subscribe-newsletter .wpforms-submit::after {
    content: "\f1d8"; /* Font Awesome paper-plane */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#TncPpSection ul {
    margin-top: 15px; 
}
#TncPpSection ul li {
    list-style: disc;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
    color: #444; 
    font-weight: 300;
    display: block;
    width: 100%;   
}
div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
    background-color: #03b9e5 !important; 
}
div.wpforms-container-full button[type=submit]:hover {
    background-color: #d5e14d !important; 
	color: #000;
}
.ftr-logo img {
	width: 230px;
}
div.wpforms-container-full .subscribe-email-field input[type=email] {
	background-color: #ececec;
	padding: 10px 15px !important;
}
.package-inclusions .card {
	padding: 40px;
}
.tour-package-list {
    list-style: none; /* remove default bullets */
    padding: 0;
    margin: 0;
    font-family: 'Arial', sans-serif;
    line-height: 1.8;
}

.tour-package-list li {
    position: relative;
    padding-left: 30px; /* space for icon */
    margin-bottom: 12px;
    font-size: 16px;
    color: #000;
	width: 100%;
	display: inline-block;
}

/* Add icon before each li */
.tour-package-list li::before {
    content: "\f058"; /* Font Awesome check-circle unicode */
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; /* needed for solid icon */
    position: absolute;
    left: 0;
    top: 0;
    color: #01b9e6; /* icon color */
    font-size: 18px;
}

/*====================================
=            Helper Class            =
====================================*/

.m-t-10 {
    margin-top: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.p-0 {
    padding: 0;
}

.p-t-0 {
    padding-top: 0;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-b-0 {
    padding-bottom: 0;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-30 {
    padding-bottom: 30px;
}


/* Navigation CSS BOF
=================================================== */

.navbar {
    background: #fff;
    margin-bottom: 0px;
    border: 0px;
    border-radius: 0px;
}

.navbar-default {
    background: #fff;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    border: 0px;
    z-index: 5;
    box-shadow: 0px 10px 0px 0 rgba(0, 0, 0, 0.1);
}

.navbar-nav {
    margin: 0 10px 0 0;
}

.navbar-brand img { 
    margin: 6px 0 0;
}

.nav>li {
    position: relative;
    display: block;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    height: auto;
    padding: 0;
    position: absolute;
}

.top-nav-collapse {
    padding: 0;
    /*background: rgba(255,255,255, 1);*/
    top: 0;
}

.navbar-default .navbar-nav>.current-menu-item>a,
.navbar-default .navbar-nav>.current-menu-item>a:focus,
.navbar-default .navbar-nav>.current-menu-item>a:hover {
    color: #d5e14d;
    background-color: #00b9e4;
}

.navbar-default .navbar-nav>li>a {
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 600;
    padding: 26px 15px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    text-transform: uppercase;
    position: relative;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li.current-menu-item>a,
.navbar-default .navbar-nav>li.current-menu-item>a{
    color: #d5e14d;
    background-color: #00b9e4;
}

.navbar-default .navbar-nav>li>a::after {
    background: #d5e14d;
    width: 54px;
    height: 3px;
    top: 0;
    content: "";
    left: 0;
    right: 0;
    opacity: 0;
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.navbar-default .navbar-nav>.active>a::after {
    opacity: 1;
}

.navbar-default .navbar-nav>li>a:focus::after,
.navbar-default .navbar-nav>li>a:hover::after {
    opacity: 1;
}

.dropdown-menu {
    left: -44px;
    top: 44px;
}

.dropdown-menu {
    padding: 0 15px;
    top: 72px;
    left: 0 !important;
    min-width: 110px;
    background: #572600;
    border: none;
    border-radius: 0;
}

.dropdown-menu>li>a {
    color: #fff;
    padding: 7px 0 7px 0 !important;
    text-transform: uppercase;
    font-weight: bold;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #d5e14d;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #d5e14d;
    text-decoration: none;
    background-color: transparent;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    color: #d5e14d !important;
    background-color: #572600 !important;
    border: none !important;
}
.home-packages .models-pagination,
.home-news .models-pagination {
	display: none;
}
.call-us {
    line-height: 60px;
    display: block;
    float: right;
    padding: 5px 0;
    text-align: right;
}

.call-us i {
    width: 46px;
    height: 46px;
    line-height: 30px;
    border-radius: 0px;
    border: 2px solid #949494;
    color: #949494;
    font-size: 25px;
    text-align: center;
    margin: 8px 10px 0 0;
    padding: 7px 0;
    float: left;
}

.call-us a {
    font-size: 16px;
    font-weight: 600;
    color: #5a5959;
}

.call-us a:hover {
    color: #000;
    text-decoration: none;
}


/*=====  Call to Actions Button CSS BOF  ======*/

.call-to-action {
    width: auto;
    float: right;
    display: inline-block;
    margin: 14px 15px 0;
}

.btn-clta {
    text-transform: uppercase;
    font-weight: 600;
    color: #00b9e4;
    background: #fff;
    /*border: 2px solid #d5e14d;*/
    padding: 12px 12px;
    font-size: 13px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 0 0 0 10px;
    float: left;
}

.btn-clta i {
    font-size: 15px;
    padding: 2px 2px 0 0;
    color: #00b9e4;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-clta:hover,
.btn-clta:focus {
    background: #00b9e4;
    color: #fff;
    text-decoration: none;
    /*border: 2px solid #00b9e4;*/
}

.btn-clta:hover i {
    color: #fff;
}


/* Banner CSS BOF
=================================================== */
.main_banner {
    width: 100%;
    padding: 0;
    height: 750px;
    position: relative;
}
.main_banner::before,
.inner_banner::before {
    width: 100%;
    /*background: #e7e7e7;
    background: -moz-linear-gradient(top, #e7e7e7 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e7e7e7 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e7e7e7 0%, #ffffff 100%);*/
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#ffffff', GradientType=0);
    position: absolute;
    content: "";
    height: 60%;
    z-index: 1;
    bottom: -300px;
    border-radius: 0;
}
.slider {
    width: 100%;
    height: auto;
}
.hot-slide {
    position: absolute;
    width: 100%;
    height: 750px;
    text-align: center;
}
.hot-slide h1 
.inner_banner h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    margin: 220px 0 0;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.65);
}
@keyframes fade {
    0% { opacity: 0; }
    4% { opacity: 1; }  
    20% { opacity: 1; } 
    24% { opacity: 0; } 
    100% { opacity: 0; } 
}
@-webkit-keyframes fade {
    0% { opacity: 0; }
    4% { opacity: 1; }
    20% { opacity: 1; }
    24% { opacity: 0; }
    100% { opacity: 0; }
}
.slide-animation {
    animation: fade 40s infinite;
    -webkit-animation: fade 40s infinite;
}
.slider .slide1 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}
.slider .slide2 {
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
}
.slider .slide3 {
    animation-delay: 10s;
    -webkit-animation-delay: 10s;
}
.slider .slide4 {
    animation-delay: 15s;
    -webkit-animation-delay: 15s;
}
.slider .slide5 {
    animation-delay: 20s;
    -webkit-animation-delay: 20s;
}
.slider .slide6 {
    animation-delay: 25s;
    -webkit-animation-delay: 25s;
}
.slider .slide7 {
    animation-delay: 30s;
    -webkit-animation-delay: 30s;
}
.slider .slide8 {
    animation-delay: 35s;
    -webkit-animation-delay: 35s;
}
.slider .hot-slide {
	background-size: cover !important;
	background-position: center center !important;	
	background-repeat: no-repeat !important;
}
.site-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999; 
    background-color: #ffffff; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
}
body.has-sticky-header {
    padding-top: 75px; 
}

/* If you are fixing a smaller element *inside* the header, adjust your selector accordingly. */
/* Booking-Form CSS BOF
=================================================== */

.booking-form {
    width: 100%;
    padding: 0;
    margin-top: -102px;
    position: relative;
    height: auto;
    z-index: 2;
}

.search-section {
    margin-top: 0;
    margin-bottom: 10px;
}

.search-section .nav-tabs {
    border-bottom: none;
    max-width: 321px;
    margin: -100px auto 15px;
    text-align: center;
    display: block;
}

.search-section .nav-tabs .active {
    position: relative;
}

.search-section .nav-tabs>li>a {
    color: #000;
    background: #fff;
    font-weight: 700;
    border-radius: 0;
    border: none;
    font-size: 13px;
    width: 95px;
    height: 95px;
    text-align: center;
    -webkit-transition: all .35s;
    transition: all .35s;
    margin: 0;
    text-transform: uppercase;
}

.search-section .nav-tabs>li>a svg {
    fill: #000;
    text-align: center;
    margin: 15px 0 0;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.search-section .nav-tabs>li>a:hover svg {
    fill: #000;
}

.search-section .nav-tabs>li.active>a svg,
.search-section .nav-tabs>li.active>a:hover svg,
.search-section .nav-tabs>li.active>a:focus svg {
    fill: #000;
}

.search-section .nav-tabs>li>a::after {
    border-right: none;
    width: auto;
}

.search-section .nav-tabs>li {
    margin: 0 5px;
    padding: 0;
}

.search-section .nav-tabs>li>a:hover {
    border: none;
    background: #d5e14d;
    color: #000;
}

.search-section .nav-tabs>li.active>a,
.search-section .nav-tabs>li.active>a:focus,
.search-section .nav-tabs>li.active>a:hover {
    border: none;
    background: #d5e14d;
    color: #000;
}


/*===========================================
=            Radio Button Custom            =
===========================================*/

.radio {
    padding-left: 20px;
    margin-bottom: 20px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-size: 13px;
    color: #686666;
    font-weight: 700;
    padding-top: 2px;
    text-transform: uppercase;
}

.radio label.active,
.radio label:focus {
    color: #572600;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    margin-left: -15px;
    border: 2px solid #b7b7b7;
    border-radius: 50%;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
    top: 4px;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 5px;
    height: 5px;
    left: 10px;
    top: 9px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio.radio-inline {
    margin-top: 0;
}

.radio-success input[type="radio"]+label::after {
    background-color: #d5e14d;
}

.radio-success input[type="radio"]:checked+label::before {
    border-color: #d5e14d;
}

.radio-success input[type="radio"]:checked+label::after {
    background-color: #572600;
}

.radio-success input[type="radio"]:checked+label {
    color: #572600;
}

.search-section .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    background: #ececec;
    border-radius: 0;
}

.search-section .form-control {
    background-color: transparent;
    border: none;
    border-right: none;
    border-radius: 0;
    color: #707070;
    display: block;
    font-size: 14px;
    height: 45px;
    line-height: 1.42857;
    padding: 6px 20px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    z-index: 1;
    box-shadow: none;
    font-weight: 400;
    position: relative;
}

.search-section .rgt-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: #a1a1a1;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 0;
}

.search-section .rgt-icon svg {
    fill: #fff;
}

.search-section .form-control::-moz-placeholder {
    color: #707070;
    opacity: 1;
}

.search-section .form-control:-ms-input-placeholder {
    color: #707070;
}

.search-section .form-control::-webkit-input-placeholder {
    color: #707070;
}

.search-section .form-control::-o-input-placeholder {
    color: #707070;
}

.search-section .input-group-addon {
    background: transparent;
    color: #707070;
    border: none;
}

.search-section .search-col-padding {
    padding-top: 20px;
}

.search-section option {
    color: #07253F;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    margin-top: 2px;
}


/*================================
=            Calendar            =
================================*/

.calendar {
    background: #fff;
    overflow: hidden;
}

.ui-datepicker {
    background: #fff;
    border: none;
    z-index: 4;
}

.ui-datepicker td,
th {
    padding: 0;
    border: 1px solid #ddd;
    width: 36px;
}

.ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #00b9e4;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.04em;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border: 1px solid #fff;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 16px;
}

.ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}

.ui-datepicker-prev:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -43px 0px 0px 8px;
}

.ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

.ui-datepicker-next:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: -43px 0px 0px 6px;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}

.ui-datepicker-calendar thead tr th span {
    display: block;
    width: auto;
    color: #000;
    padding: 14px 7px;
    font-size: 13px;
    text-align: center;
    background: #f8f8f8;
}

.ui-state-default {
    display: block;
    text-decoration: none;
    color: #000;
    line-height: 40px;
    font-size: 12px;
    font-weight: 700;
}

.ui-state-default:hover {
    color: #000;
    background: #d5e14d;
    text-decoration: none;
}

.ui-state-highlight {
    color: #000;
    background: #d5e14d;
    text-decoration: none;
}

.ui-state-active {
    color: #000;
    background: #d5e14d;
    text-decoration: none;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #959595;
    border: 2px solid transparent;
}

.ui-datepicker-trigger {
    background: #a1a1a1;
    border: medium none;
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 0;
    z-index: 1;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 49.5%;
    margin: 1px;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}


/*================================
=            Select2            =
================================*/

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: #a1a1a1;
    color: #fff;
    font-size: 25px !important;
    height: 45px;
    position: absolute;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 0;
    right: 0;
    top: 0;
}

.select2-container .select2-selection--single {
    -moz-user-select: none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 45px;
}

.select2-results__option {
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #707070;
    /*   text color */
    line-height: 45px;
    font-size: 14px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single {
    background: #ececec;
    /*     input background color */
    border: none;
    border-radius: 0 !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #d5e14d;
    /*   option hover background */
    color: #000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d5e14d;
    /*   option hover background */
    color: #000;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    box-shadow: none;
    width: 100%;
}

.select2-dropdown {
    border: 1px solid rgba(0, 0, 0, .1) !important;
    border-radius: 0 !important;
}

.search-button {
    width: 100%;
    background: #00b9e4;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0 0px 0 25px;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    position: relative;
    text-align: left;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    line-height: 45px;
}

.search-button span {
    background: #d5e14d;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 0px;
    float: right;
    color: #00b9e4;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.search-button:hover {
    background: #d5e14d;
    color: #000;
}

.search-button:hover span {
    background: #00b9e4;
    color: #fff;
}

.search-section .tab-content {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 0;
    background-position: center center;
    box-shadow: 0 0px 20px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 20px 15px 35px;
}


/* Travellers CSS BOF ===================================================*/

.travellersDropdown {
    position: relative;
}

.custom-select-v3 {
    position: relative;
    cursor: pointer;
    background: #ececec;
    border-radius: 0;
}

.custom-select-v3::before {
    background: #a1a1a1;
    border: 0;
    top: 0;
    color: #fff;
    display: block;
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    margin-right: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 45px;
    z-index: 6;
    font-weight: normal;
    content: "\f107";
    font-family: 'FontAwesome';
    text-align: center;
    border-radius: 0;
}

.travellersDropdown span[class^="icon-"] {
    color: #a0a0a0;
    font-size: 22px;
    left: 10px;
    pointer-events: none;
    position: absolute;
    top: 9px;
    z-index: 1;
}

.travellersDropdown span[class^="icon-"] {
    color: #a0a0a0;
    font-size: 22px;
    pointer-events: none;
}

.custom-select-v3 input {
    text-overflow: ellipsis;
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: left;
    cursor: pointer;
}

.custom-select-v3 select,
.form-control {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    height: 42px;
    line-height: normal;
    /*margin-bottom: 20px;*/
    padding: 8px;
    padding-right: 8px;
    text-overflow: ellipsis;
    box-shadow: none;
    color: #000;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.bootstrap-datetimepicker-widget{
    min-width: 100% !important;
    text-align: center !important;
    background-color: #ffffff !important;
    align-self: center;
}
.travelerSelectWindow {
    width: 330px;
    position: absolute;
    top: 45px;
    right: 0;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, .1);
    z-index: 3;
    display: none;
    left: 0;
}
.search-section .input-group-addon {
    color: #ffffff;
    background: #a1a1a1;
    padding: 6px 15px;
    border-radius: 0;
}
.travelerSelectWindow.active {
    display: block;
}

.travelerSelectWindow .travelDropdown {
    margin: 15px 15px 0;
}

.travelerSelectWindow fieldset {
    padding: 0 13px 15px 0;
}

fieldset {
    min-width: 0;
    margin: 0;
}

.travellersDropdown .travelerSelectWindow label {
    font-size: 14px;
    color: #000;
    float: left;
    min-width: 100px;
    padding-top: 10px;
    display: inline-block;
    font-weight: 400;
    max-width: 100%;
}

.trvFld {
    float: left;
    margin-right: 10px;
    width: 100px;
}

.trvFld .custom-select-v3 {
    display: block;
}

.trvFld .custom-select-v3::before {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    width: 35px;
}

.trvFld .custom-select-v3 select {
    text-align: left;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0;
    color: #000;
    padding: 0 8px;
}

.travelerSelectWindow .custom-select-v3 select {
    border: 1px solid #ccc;
}

.custom-select-v3 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #000;
    cursor: pointer;
}

select option {
    padding: 2px 5px;
    background: #fff;
}

.trvFld .custom-select-v3 select {
    text-align: left;
    line-height: 35px;
    color: #000;
}

.travelerSelectWindow .ageRange {
    float: left;
    font-size: 12px;
    color: #444;
    padding-top: 10px;
}

.travelerSelectWindow .custom-select-v3 select {
    border: 1px solid #ccc;
    margin-top: 0;
    border-radius: 0;
}

.custom-select-v3 select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #000;
}

.travelerSelectWindow .travelDropdown {
    margin: 15px 15px 0;
}

.travelerSelectWindow .closeDropdown {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    text-align: right;
    border-top: 1px solid #d1d1d1;
    background: #f5f5f5;
    border-radius: 0 0 2px 2px;
    position: relative;
}

.travelerSelectWindow .closeBtn {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    z-index: 1;
    padding: 7px 10px;
    background: #00b9e4;
    display: inline-block;
    border-radius: 0;
    top: 8px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.travelerSelectWindow .closeBtn:hover {
    background: #d5e14d;
    color: #000;
}

.room-title {
    display: block;
    font-size: 17px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    color: #000;
    padding: 5px 0;
    font-weight: 500;
    margin-bottom: 10px;
}

.add-room {
    width: 100px;
    height: auto;
    display: block;
    font-size: 13px;
    text-align: center;
    background: #ddd;
    color: #000;
    padding: 2px 5px;
    font-weight: 400;
    margin: 0;
}

.add-room:hover,
.add-room:focus {
    background: #572600;
    color: #fff;
    text-decoration: none;
}


/* Deals Sec CSS BOF
=================================================== */

#deals_section,
#about-us,
#corporate-travel,
#services-sec,
#call-action,
#contact-us,
#careers,
#open-position,
#career-detail,
#holiday-detail {
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
    padding: 100px 0 70px;
}

section h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    z-index: 1;
    margin-bottom: 25px;
}

section h2 span {
    font-weight: 300;
}

section h2::before {
    content: "";
    background: url(../img/blue-shap.svg) no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    left: -12px;
    top: -5px;
    z-index: -1;
}

section h2::after {
    content: "";
    background: url(../img/green-shap.svg) no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    right: -12px;
    bottom: -5px;
    z-index: -1;
}

#deals_section .item .deals {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #ececec;
    border-radius: 0;
    color: white;
    text-align: center;
    text-indent: .1em;
    border: 1px solid #dedede;
}

#deals_section .item .deals_image {
    position: relative;
    width: 100%;
    height: 220px;
    margin: 0px auto 0;
    background: #fff;
    border-radius: 0;
    color: white;
    text-align: center;
    text-indent: .1em;
    background-position: center center;
    border-top: 1px solid #dedede;
    background-repeat: no-repeat;
    background-size: cover;
}

#deals_section .item .deals_image img {
    display: none;
}

#deals_section .item .deals_image .price_trip {
    background: #00b9e4;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 15px;
    right: 5px;
    width: auto;
    height: 67px;
    border-radius: 0;
    text-align: center;
    line-height: 67px;
    padding: 0 15px;
}

#deals_section .item .deals_detail {
    padding: 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

#deals_section .item .deals_detail a h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    line-height: normal;
    z-index: 1;
    position: relative;
}

#deals_section .item .deals_detail a:hover h4 {
    color: #00b9e4;
    text-decoration: none;
}

#deals_section .item .deals_detail .text {
    font-size: 14px;
    font-weight: 400;
    color: #646464;
    padding: 5px 0;
    z-index: 1;
    position: relative;
}

#deals_section .owl-carousel {
    padding-top: 15px;
}

#deals_section .item {
    position: relative;
    display: block;
    overflow: hidden;
    height: auto;
    padding: 0 15px;
    margin-top: 30px;
}

.owl-theme .owl-controls {
    display: block;
    text-align: center;
    margin: 30px 0 0;
}

.owl-prev,
.owl-next {
    display: none !important;
}

.owl-pagination {
    display: block;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    background: #d5e14d !important;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 15px !important;
    height: 15px !important;
    margin: 5px 2px !important;
    filter: Alpha(Opacity=50);
    opacity: 1 !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #e1e1e1 !important;
}


/* Holidays Sec CSS BOF
=================================================== */

#holidays_section,
#why_section,
#qodef_grid_section,
.holidays {
    background: url(https://www.hot.bh/wp-content/uploads/2025/11/best-deals-bg.webp) no-repeat;
    background-size: cover !important;
    width: 100%;
    display: block;
    z-index: 2;
    padding: 80px 0;
    background-attachment: fixed; 
    background-position: center;
    background-repeat: no-repeat;
}

#holidays_section h2,
#why_section h2 {
    color: #fff;
}

#holidays_section .hldy,
#why_section .box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 30px auto 0;
    background: #fff;
    border-radius: 0;
    color: white;
    text-align: center;
    text-indent: .1em;
    border: 1px solid #dcdcdc;
}

#holidays_section .hldy_image {
    position: relative;
    width: 100%;
    height: 275px;
    margin: 0px auto 0;
    background: #fff;
    border-radius: 0;
    color: white;
    text-align: center;
    text-indent: .1em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#holidays_section .hldy_image img {
    display: none;
}

#holidays_section .hldy_image .price_trip {
    background: #00b9e4b5;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 25px;
    right: 0;
    width: auto;
    height: 40px;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    padding: 0 10px;
}

#holidays_section .hldy_detail {
    padding: 20px 15px 35px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

#holidays_section .hldy_detail a h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    line-height: normal;
    z-index: 1;
    position: relative;
}

#holidays_section .hldy_detail a:hover h4 {
    color: #00b9e4;
    text-decoration: none;
}

#holidays_section .hldy_detail .text {
    font-size: 16px;
    font-weight: 600;
    color: #646464;
    padding: 5px 0;
    z-index: 1;
    position: relative;
}

#holidays_section .hldy_detail ul {
    display: inline-block;
    margin: 10px 0 0;
}

#holidays_section .hldy_detail ul li {
    font-size: 15px;
    list-style: none;
    display: inline-block;
    color: #d5e14d;
    float: left;
}

#holidays_section .hldy_detail ul li:last-child {
    color: #c4c4c4;
}

.btn1,
.btn2 {
    font-weight: 600;
    color: #000;
    background: #d5e14d;
    border: none;
    width: 145px;
    padding: 6px 0;
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 10px auto 0 10px;
    border-radius: 0px;
    display: inline-block;
}

.btn1:hover,
.btn2:hover {
    color: #fff;
    background: #00b9e4;
    text-decoration: none;
}

.btn2 {
    background: rgba(255, 255, 255, 0.8);
    width: 180px;
    padding: 6px 0;
    font-size: 20px;
    margin: 50px 0 0;
}

.btn2:hover {
    color: #000;
    background: #d5e14d;
    text-decoration: none;
}


/* News Sec CSS BOF
=================================================== */

#news_section {
    width: 100%;
    display: block;
    z-index: 2;
    padding: 80px 0;
}

#news_section .nws {
    position: relative;
    width: 100%;
    height: auto;
    margin: 30px auto 0;
    background: #fff;
    border-radius: 0;
    color: white;
    text-align: center;
    text-indent: .1em;
    border: 1px solid #e0e0e0;
}

#news_section .nws_image {
    position: relative;
    width: 100%;
    height: 215px;
    margin: 0px auto 0;
    background: #fff;
    border-radius: 0;
    color: white;
    text-align: center;
    text-indent: .1em;
    background-position: center center;
    border-top: 1px solid #e0e0e0;
    background-repeat: no-repeat;
    background-size: cover;
}

#news_section .nws_image img {
    display: none;
}

#news_section .nws_image .price_trip {
    background: #572600;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 25px;
    right: 5px;
    width: 67px;
    height: 67px;
    border-radius: 100%;
    text-align: center;
    line-height: 67px;
}

#news_section .nws_detail {
    padding: 20px 15px 35px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

#news_section .nws_detail a h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    line-height: normal;
    z-index: 1;
    position: relative;
    min-height: 50px;
}

#news_section .nws_detail a:hover h4 {
    color: #00b9e4;
    text-decoration: none;
}

#news_section .nws_detail p {
    font-size: 15px;
    font-weight: 600;
    color: #646464;
    padding: 15px 0 0;
    z-index: 1;
    position: relative;
    margin: 0;
}

#news_section .nws_detail ul {
    display: inline-block;
    margin: 20px 0 0;
}

#news_section .nws_detail ul li {
    font-size: 14px;
    list-style: none;
    display: inline-block;
    color: #646464;
    float: left;
    padding: 0 3px;
}

#news_section .nws_detail ul li a {
    color: #646464;
    text-decoration: none;
}

#news_section .nws_detail ul li a:hover {
    color: #572600;
    text-decoration: none;
}


/* Footer CSS BOF
=================================================== */

footer {
    background: url(../images/footer-bg.png) no-repeat center bottom;
    padding: 40px 0 0;
    background-size: cover;
}

footer .newslatter {
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 0;
    background-position: center center;
    box-shadow: 0 0px 20px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 35px 15px;
    text-align: center;
    border: 1px solid #f0f0f0;
}

footer .newslatter h3 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 24px;
    display: inline-block;
    font-weight: 700;
    line-height: 42px;
    margin: 0 0 10px;
    text-align: left;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
}

footer .newslatter p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #000;
    padding: 0;
    position: relative;
    font-weight: 300;
}

footer .newslatter form {
    margin: 30px auto 0;
    width: 50%;
    position: relative;
}

footer .newslatter form .input {
    font-family: 'Poppins', sans-serif;
    background-color: #ececec;
    border: none;
    width: 100%;
    padding: 16px 20px;
    color: #808080;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    border-radius: 0px;
    position: relative;
}

footer .newslatter form .btn3 {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px 15px;
    text-decoration: none;
    width: 11%;
    border: none;
    background: #00b9e4;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 0px;
    position: absolute;
    right: 0;
    top: 0;
}

footer .newslatter form .btn3:hover {
    background: #d5e14d;
    color: #000;
}

footer .ftr-logo {
    text-align: center;
    margin: 40px 0;
}

.bdr-btm {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .link {
    width: 100%;
    padding: 10px 0 20px;
    text-align: center;
}

footer .link ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .link ul li {
    font-size: 15px;
    font-weight: 600;
    padding: 0 25px;
    float: left;
    text-transform: uppercase;
}

footer .link ul li a {
    color: #fff;
    text-decoration: none;
    padding: 0;
}

footer .link ul li a:hover,
footer .link ul li a.active {
    color: #d5e14d;
    text-decoration: none;
}

footer .contact {
    width: 80%;
    display: inline-block;
    margin: 30px 0 25px;
}

footer .contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .contact ul li {
    float: left;
    font-size: 18px;
    font-weight: 400;
    padding: 0 60px 0 0;
    color: #fff;
}

footer .contact ul li span {
    float: left;
    padding-top: 8px;
}

footer .contact ul li svg {
    fill: #d5e14d;
    float: left;
    margin-right: 10px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 0px;
    border: 1px solid #fff;
    padding: 4px;
}

footer .contact ul li a {
    color: #fff;
    text-decoration: none;
}

footer .contact ul li a:hover {
    color: #d5e14d;
    text-decoration: none;
}

footer .social {
    display: inline-block;
    margin: 30px 0 25px;
    float: right;
    width: 20%;
}

footer .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .social li {
    text-align: center;
    /* padding: 0 0 0 13px; */
    float: left;
}

footer .social li a {
    padding-top: 16px;
    color: #fff;
    height: 44px;
    text-decoration: none;
    font-size: 19px;
    display: flex;
    align-items: center;
}

footer .social li a i {
    color: #fff;
    display: block;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    width: 44px;
    font-size: 19px;
    border-radius: 0px;
    border: 1px solid #fff;
    margin-right: 5px;
}

/* footer .social li a:hover {
    background: #d5e14d;
    color: #000;
    border: 1px solid #d5e14d;
} */

footer .ftr-btm {
    padding: 30px 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

footer .ftr-btm .copy-text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.back-top {
    position: absolute;
    right: 15px;
    top: 25%;
}

.back-top #toTop {
    color: #d5e14d;
    height: 44px;
    line-height: 44px;
    transition: all 0.8s ease-in-out 0s;
    width: 44px;
    z-index: 50;
    background: transparent;
    border-radius: 0;
    border: 1px solid #fff;
    display: inline-block;
}

.back-top i {
    font-size: 20px;
}

.back-top #toTop:hover {
    background: #d5e14d;
    border: 1px solid #d5e14d;
    color: #000;
}

.li-wrap > li{
    display: flex !important;
    align-items: center;
}


/* About Us Page CSS BOF
=================================================== */

#about-us,
#corporate-travel,
#services-sec,
#contact-us,
#careers,
#open-position,
#career-detail,
#holiday-detail {
    padding: 80px 0;
}

.inner_banner {
    width: 100%;
    padding: 0;
    height: 500px;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    display: flex;              /* enable flexbox */
    align-items: center;        /* vertical center */
    justify-content: center;    /* horizontal center (optional) */
    text-align: center; 
}

.inner_banner h1 {
    margin: 0;
    text-align: center;
    padding: 0;
    color: #fff;
}

.inner_banner::before {
    /*bottom: -122px;*/
    z-index: 0;
}

.breadcrumbs_wrapper {
    display: block;
    position: relative;
    margin: 20px 0;
    text-align: center;
    
}

.breadcrumbs {
    padding: 8px 20px;
    margin: 0px auto;
    line-height: 20px;
    color: #717171;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    width: auto;
    display: inline-block;
    background: #d5e14d;
    border-radius: 0px;
}

.breadcrumbs a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.breadcrumbs a:hover {
    color: #717171;
    text-decoration: none;
}

.breadcrumbs span {
    display: inline-block;
    margin: 0 15px;
    vertical-align: middle;
    color: #717171;
}


/* Why Choose Us Section CSS BOF
=================================================== */

#why_section {
    background: url(../images/why-bg.jpg) no-repeat;
}

#why_section .box {
    width: 100%;
    background: none;
    border-radius: 0;
    border: 2px solid #fff;
}

#why_section .box::before {
    border-left: none;
    border-right: none;
}

#why_section .box_detail {
    padding: 40px 25px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

#why_section .box_detail svg {
    fill: #d5e14d;
    width: 68px;
    height: 70px;
    text-align: center;
    line-height: 44px;
    display: block;
    margin: 0 auto;
}

#why_section .box_detail h3 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    line-height: normal;
    margin-top: 30px;
}

#why_section .box_detail p {
    color: #fff;
    padding: 30px 0 0;
    font-weight: 400;
}


/* Qodef Grid Sec CSS BOF
=================================================== */

#qodef_grid_section {
    background: #fff;
}

#qodef_grid_section .grid {
    position: relative;
    width: 100%;
    height: auto;
    margin: 15px auto;
    background: #ececec;
    border-radius: 0;
    color: white;
    text-align: center;
    text-indent: .1em;
    border: 1px solid #c5c5c5;
}

#qodef_grid_section .grid_inner {
    position: relative;
    width: 100%;
    height: 124px;
    margin: 0px auto 0;
    background: #fff;
    border-radius: 0;
    color: white;
    text-align: center;
    text-indent: .1em;
    background-position: center center;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    display: table;
    line-height: 124px;
}

#qodef_grid_section .grid_inner svg {
    fill: #000;
    width: 74px;
    height: 72px;
    text-align: center;
    display: table-cell;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
}

#qodef_grid_section .grid_detail {
    padding: 15px 15px 30px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

#qodef_grid_section .grid_detail .counter {
    padding: 0;
    font-size: 45px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    line-height: normal;
    position: relative;
}

#qodef_grid_section .grid_detail h5 {
    font-size: 16px;
    font-weight: 600;
    color: #474646;
    padding: 10px 0;
    font-style: italic;
}


/* Holidays Page CSS BOF
=================================================== */

.holidays {
    background: none !important;
}

.holidays h2 {
    color: #000 !important;
}

.pagination {
    border-radius: 0;
    display: inline-block;
    margin: 100px auto 0;
}

.pagination>li {
    display: inline;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    margin-top: -13px;
    border-radius: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px !important;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    margin-top: -13px;
    border-radius: 0px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px !important;
}

.pagination>li>a,
.pagination>li>span {
    background-color: #9c9c9c;
    border: none;
    color: #fff;
    float: left;
    line-height: 40px;
    margin-left: 5px !important;
    padding: 0;
    position: relative;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: -9px;
    border-radius: 0px;
    width: 40px;
    height: 40px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #d5e14d;
    color: #000;
    z-index: 1;
    border: none;
}

.pagination>li>a.active,
.pagination>li>span.active {
    background-color: #d5e14d;
    border: none;
    color: #000;
    z-index: 1;
}


/* Corporate Travel Page CSS BOF
=================================================== */

#services-sec {
    background: #ebebeb;
}

#services-sec h3 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    display: block;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #c8c8c8;
    padding: 0 0 15px;
}

#services-sec ul {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

#services-sec ul li {
    font-size: 16px;
    font-weight: 600;
    color: #4c4c4c;
    display: block;
    padding: 10px 0;
}

#services-sec ul li i {
    font-size: 21px;
    margin: 0 12px 0 0;
}

.bdr-lft {
    border-left: 1px solid #c8c8c8;
}

#call-action {
    padding: 50px 0 80px;
}

#call-action p a {
    font-weight: 600;
    color: #00b9e4;
    text-decoration: none;
}

#call-action p a:hover {
    text-decoration: underline;
}


/* Contact Us Page CSS BOF
=================================================== */
.flex {
    display: -webkit-flex;
    display: flex;
}
#contact-us .inr {
	position: relative;
	width: 100%;
	min-height: 100%;
	margin: 0 auto 0;
	background: #fff;
	border-radius: 0;
	color: white;
	text-align: center;
	text-indent: .1em;
	border: 1px solid #ebebeb;
	padding: 30px 15px;
}
#contact-us .inr i {
	font-size: 24px;
	color: #00b9e4;
	position: relative;
}
#contact-us .inr h5 {
	font-weight: 600;
	color: #000;
	padding: 15px 0;
	position: relative;
	text-align: center;
}
#contact-us .inr h5::after {
    content: "";
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 1px;
    background: #d5e14d;
}
#contact-us .inr p {
	text-align: center;
	font-size:15px;
} 
.contact_form {
	position: relative;
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 0;
	background-position: center center;
	box-shadow: 0 0px 20px 10px rgba(0,0,0,0.1);
	margin: 0 auto;
	padding: 20px 15px 35px;
	text-align: center;
	border: 1px solid #f0f0f0;
}
.contact_form .padding, .comment-post .padding, #career-detail .apply-form .padding, .review-form .padding {
	padding-top: 25px;
}
.contact_form .input-group, .comment-post .input-group, #career-detail .apply-form .input-group, .detail-form .input-group, .review-form .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	width: 100%;
}
.book-tour  {
    margin-bottom: 25px !important;
}
.book-tour textarea.wpforms-field-large {
    height: 80px !important; 
}
.contact_form .form-control, .comment-post .form-control, #career-detail .apply-form .form-control, .review-form .form-control {
	/*background-color: #ececec;*/
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	color: #707070;
	display: block;
	font-size: 14px !important;
	height: 48px;
	line-height: 24px !important;;
	padding: 8px 20px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	z-index: 1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border-radius: 0 !important;
	font-weight: 400;
}
.contact_form textarea.form-control, .comment-post textarea.form-control, .detail-form textarea.form-control, .review-form textarea.form-control {
	height: 110px;
	resize: none;
	padding: 20px;
}
.contact_form .send-button, .comment-post .post-button, #career-detail .apply-form .apply-button, .detail-form .book-button, .review-form .submit-button{
	width: 354px;
	background: #00b9e4 !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 600;
	margin: 0;
	padding: 0;
	border: none;
	text-transform: uppercase !important;
	border-radius: 0px !important;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 0 1px transparent;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	line-height: 45px !important;
}
.contact_form .send-button:hover, .comment-post .post-button:hover, #career-detail .apply-form .apply-button:hover, .detail-form .book-button:hover, .review-form .submit-button:hover {
	background: #d5e14d !important;
	color: #000;
}
.map-responsive {
	overflow: hidden;
	padding-bottom: 440px;
	position: relative;
	height: 0;
	margin: 80px 0;
	border: 1px solid #d9d9d9;
}
.map-responsive iframe {
	left: 0;
	top: 0;
	height: 500px;
	width: 100%;
	position: absolute;
}
.mb-0 {
	margin-bottom: 0 !important;
}
/* News Detail Page CSS BOF
=================================================== */

#news-event-detail {
    display: block;
    padding: 80px 0;
}


/*Left Section CSS*/

#news-event-detail .detail-content {
    width: 100%;
    margin: 0px auto 0;
}

#news-event-detail .detail-content img {
    display: block;
    position: relative;
}

#news-event-detail .detail-content .grey2 {
    width: 100%;
    display: block;
    padding: 12px 0;
    float: left;
    border-top: 1px dashed #e1e1e1;
    border-bottom: 1px dashed #e1e1e1;
}

#news-event-detail .detail-content h3 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 25px 0;
    float: left;
    line-height: 40px;
}

#news-event-detail .detail-content .grey2 .date {
    color: #181818;
    font-size: 13px;
    font-weight: 600;
    float: left;
    text-transform: uppercase;
    padding-top: 3px;
    margin-right: 20px;
}

#news-event-detail .detail-content .grey2 .date i {
    color: #181818;
    padding-right: 5px;
}

#news-event-detail .detail-content .grey2 .news-comment {
    float: right;
    padding: 0;
    margin: 0;
}

#news-event-detail .detail-content .grey2 .news-comment .comnt {
    display: inline-block;
}

#news-event-detail .detail-content .grey2 .news-comment .comnt i {
    color: #181818;
}

#news-event-detail .detail-content .grey2 .news-comment .fa span {
    color: #181818;
    font-size: 13px;
    font-weight: 600;
    padding-left: 5px;
}

#news-event-detail .detail-content .inner {
    width: 100%;
    display: inline-block;
    border-top: 1px dashed #e1e1e1;
    border-bottom: 1px dashed #e1e1e1;
    padding: 12px 0 8px;
    margin: 10px 0;
    float: left;
}

#news-event-detail .detail-content .inner .tag-cnt {
    float: left;
}

#news-event-detail .detail-content .inner .tag-cnt ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#news-event-detail .detail-content .inner .tag-cnt ul li {
    padding: 0 8px 0 0;
    font-size: 15px;
    color: #181818;
    float: left;
}

#news-event-detail .detail-content .inner .tag-cnt ul li i {
    color: #181818;
}

.social_wrapper {
    float: right;
}

.social2 {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social2 li {
    display: inline-block;
    margin: 0 4px;
    float: left;
}

.social2 li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #444;
    text-align: center;
    line-height: 28px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 1px solid #ccc;
    width: 28px;
    height: 28px;
    border-radius: 0px;
}

.social2 li a:hover {
    background: #00b9e4;
    border: 1px solid #00b9e4;
    color: #fff;
}

.detail-content p {
    text-align: left;
    padding-top: 15px;
    float: left;
}

.comment-main {
    width: 100%;
    float: left;
    display: block;
}

.comment-main h4,
.comment-post h4 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    border-bottom: 1px solid #00b9e4;
    width: 100%;
    padding-bottom: 15px;
    margin: 30px 0 0;
}

.comment-div {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px dashed #e1e1e1;
}

.comment-div .user {
    width: 16%;
    text-align: center;
    float: left;
}

.comment-div .user img {
    border-radius: 0;
    height: 105px;
    width: 105px;
    border-radius: 0px;
}

.comment-div .comment-block {
    width: 84%;
    float: left;
}

.comment-div .comment-block .heading {
    width: 100%;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    float: left;
    margin: 0;
    text-align: left;
}

.comment-div .comment-block .heading span {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    float: right;
}

.comment-div .comment-block p {
    float: left;
    width: 100%;
    text-align: left;
    padding: 15px 0 0;
}

.comment-div .reply {
    font-size: 13px;
    font-weight: 500;
    color: #444;
    margin-top: 10px;
    float: left;
    text-decoration: underline;
}

.comment-div .reply:hover {
    color: #00b9e4;
    text-decoration: none;
}

.comment-post {
    float: left;
    width: 100%;
    display: block;
    margin-top: 40px;
}

.comment-post h4 {
    padding: 15px 0 15px 0;
    margin: 0;
}

.comment-post .cmn-form {
    padding: 10px 0 0;
    width: 100%;
    float: left;
    display: inline-block;
}

.comment-post label {
    font-size: 11px;
    color: #444444;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px;
}


/*=====  Right Section Start  ======*/

.right-div {
    width: 100%;
    display: block;
    float: right;
    min-height: 100%;
}

.right-div .right-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    background: #fff;
    border-radius: 0;
    text-indent: .1em;
    border: 1px solid #d4d4d4;
    padding: 20px 15px;
    float: left;
}

.form-container {
    width: 100%;
    overflow: hidden;
    text-align: left;
    float: left;
    padding: 15px 0;
    position: relative;
}

.search-field {
    color: #707070 !important;
    float: left !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    height: 42px !important;
    width: 100% !important;
    border: none !important;
    margin: 0 !important;
    background: #ececec;
    border-radius: 0;
    padding: 0 15px;
    position: relative;
}

.form-container button {
    border: none;
    color: #000;
    position: absolute;
    right: 12px;
    top: 21px;
    width: 30px;
    height: 30px;
    background: transparent;
}

.form-container i {
    color: #000;
    font-size: 16px;
}

.right-div .right-main .categories {
    width: 100%;
    position: relative;
}

.right-div .right-main .categories h5,
.right-div .right-main .recent h5, h5.widget-title {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}

.right-div .right-main .categories ul {
    list-style: none;
    padding: 10px 0;
    float: left;
}

.right-div .right-main .categories li {
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    float: left;
    padding: 10px;
}

.right-div .right-main .categories li i {
    font-size: 8px;
    color: #00b9e4;
    float: left;
    padding: 5px 10px 0 0;
}

.right-div .right-main .categories li span {
    float: right;
}

.right-div .right-main .categories ul li a {
    color: #555;
    text-decoration: none;
    width: 100%;
    display: block;
    position: relative;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.right-div .right-main .categories ul li a:hover {
    color: #00b9e4;
    text-decoration: none;
}

.right-div .right-main .categories li:last-child {
    border-bottom: none;
}

.right-div .right-main .recent {
    width: 100%;
    position: relative;
}

.recent-posts {
    width: 100%;
    float: left;
    padding: 15px 0;
}

.media {
    width: 100%;
    float: left;
    padding: 8px 0;
    margin: 3px 0 0;
    border-bottom: 1px solid #f0f0f0;
}

.recent-posts .media:last-child {
    border-bottom: none;
}

.media img {
    width: 55px;
    float: left;
    border: 1px solid #969696;
    height: 55px;
}

.media-content {
    width: 78%;
    float: left;
    margin-left: 10px;
}

.media-content h6 {
    width: 100%;
    float: left;
    font-weight: 600;
    color: #000;
    line-height: 20px;
    text-transform: none;
    padding: 0;
    font-size: 14px;
    margin: 0 !important;
}

.media-content h6:hover {
    color: #00b9e4;
}

.media-content p {
    width: 100%;
    float: left;
    font-weight: 400;
    color: #444;
    font-size: 13px;
    line-height: 20px;
    padding-top: 8px;
    text-align: left !important;
}

.right-div .right-main .recent .popular-tags {
    width: 100%;
    float: left;
    padding: 15px 0;
}

.right-div .right-main .recent .popular-tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.right-div .right-main .recent .popular-tags ul li {
    float: left;
    font-size: 15px;
    font-weight: 300;
    padding: 0px;
    width: auto;
    text-align: center;
}

.right-div .right-main .recent .popular-tags ul li a,
.tagcloud a {
    color: #000;
    float: left;
    margin: 8px 5px;
    padding: 5px 15px;
    text-decoration: none;
    background: #f6f6f6;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border-radius: 0px;
	font-size: 16px !important;
}

.right-div .right-main .recent .popular-tags ul li a:hover,
.tagcloud a:hover {
    color: #000;
    text-decoration: none;
    background: #d5e14d;
}
.right-main nav ul li {
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
}
.post-navigation a {
    display: inline-flex;      /* shrink to content */
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;               /* text color */
    background-color: #01b9e6; /* your blue color */
    transition: all 0.3s ease;
}

.post-navigation a:hover {
    background-color: #0190c4; /* slightly darker on hover */
    color: #fff;
}

.post-navigation .arrow {
    font-size: 18px;
    font-weight: bold;
    opacity: 0.9;
    transition: transform 0.3s ease;
}

.post-navigation .previous-post:hover .arrow {
    transform: translateX(-4px);
}

.post-navigation .next-post:hover .arrow {
    transform: translateX(4px);
}
.post-navigation {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    max-width: 700px; /* limits fullwidth */
    margin-left: auto;
    margin-right: auto;
}

/* Careers Page CSS BOF
=================================================== */

#careers .inr {
    margin: 35px 0 0;
}

#careers .inr p {
    padding: 15px 0 0 5px;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    color: #707070;
}

#careers .inr .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 600;
}

#open-position {
    background: #ebebeb;
    margin: 0 0 80px;
}

#open-position h3 {
    width: 100%;
    font-weight: 700;
    color: #000;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}

#open-position p {
    width: 100%;
    text-align: center;
    padding: 20px 0 0;
}

#open-position h4 {
    width: 100%;
    font-weight: 600;
    color: #00b9e4;
    font-size: 30px;
    text-align: left;
    border-bottom: 1px solid #00b9e4;
    padding: 30px 0 15px;
}

#open-position ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

#open-position ul h5 {
    width: 100%;
    font-weight: 600;
    color: #000;
    font-size: 25px;
    text-align: left;
    border-bottom: 1px solid #c8c8c8;
    padding: 35px 0 15px;
}

#open-position ul li {
    width: 100%;
    font-weight: 600;
    color: #494949;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #c8c8c8;
    padding: 25px 0 30px;
    float: left;
}

#open-position ul li span {
    color: #00b9e4;
    font-size: 14px;
    text-align: right;
    float: right;
    padding-right: 10px;
}

#open-position ul li a {
    color: #494949;
    text-decoration: none;
}

#open-position ul li span a {
    color: #00b9e4;
    text-decoration: none;
}

#open-position ul li a:hover {
    color: #000;
    text-decoration: none;
}

#open-position ul li span a:hover {
    color: #000;
    text-decoration: none;
}


/* Career Detail Page CSS BOF
=================================================== */

#career-detail h2 {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    font-weight: 700;
    color: #000;
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
}

#career-detail h2::before,
#career-detail h2::after {
    display: none;
}

#career-detail h4 {
    width: 100%;
    font-weight: 600;
    color: #494949;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #c8c8c8;
    padding: 15px 0 20px;
}

#career-detail .inr {
    width: 100%;
    margin: 40px 0 0;
    display: inline-block;
}

#career-detail .inr h3 {
    width: 100%;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    text-align: left;
}

#career-detail .inr ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

#career-detail .inr li {
    width: 100%;
    font-weight: 300;
    color: #434242;
    font-size: 16px;
    text-align: left;
    padding: 3px 0;
}

#career-detail .inr i {
    color: #4c4c4c;
    font-size: 10px;
    padding-right: 10px;
}

#career-detail .inr p {
    width: 100%;
    padding: 20px 0 0;
}

#career-detail .apply-form {
    width: 100%;
    display: inline-block;
}

#career-detail .apply-form h2 {
    margin: 40px 0 0;
    border-bottom: 1px solid #c8c8c8;
    display: block;
    float: left;
    padding: 0 0 20px;
}

#career-detail .apply-form h2 span {
    float: right;
    color: #434242;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}

#career-detail .apply-form h2 span small {
    color: #ff0000;
    font-size: 100%;
}

#career-detail .apply-form form {
    width: 100%;
    margin: 20px 0 0;
}

.select-file {
    background-color: #ececec;
    color: #707070;
    display: block;
    font-size: 14px;
    height: 48px;
    line-height: 1.42857;
    padding: 6px 20px;
    width: 100%;
    border-radius: 0;
    font-weight: 400;
}

.select-file input[type="file"] {
    float: right;
    padding-top: 7px;
    width: 186px;
}

.select-file span {
    color: #999;
    padding: 7px 0 0;
    float: left;
}

.form__checkbox {
    position: relative;
    display: inline-block;
}

.form__checkbox input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
}

.form__checkbox input[type="checkbox"]:checked~label {
    color: #00b9e4;
}

.form__checkbox .checkbox::before {
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    content: '';
    -moz-transition: background 0.2s ease-in-out, transform 0.15s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out, transform 0.15s ease-in-out;
    -o-transition: background 0.2s ease-in-out, transform 0.15s ease-in-out;
    transition: background 0.2s ease-in-out, transform 0.15s ease-in-out;
    -webkit-transform: scale(0) rotate(45deg);
    -moz-transform: scale(0) rotate(45deg);
    -ms-transform: scale(0) rotate(45deg);
    -o-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    margin: -7px -3px 0 0;
}

.form__checkbox input[type="checkbox"]:checked~.checkbox::before {
    border: 2px solid #fff;
}

.form__checkbox input[type="checkbox"]:checked~.checkbox {
    background-color: #00b9e4;
}

.form__checkbox label {
    position: relative;
    z-index: 9;
    display: block;
    color: #707070;
    font-weight: 600;
    height: 20px;
    line-height: 23px;
    cursor: pointer;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin: 0 0 20px;
    padding: 0 0 0 35px;
    font-size: 14px;
}

.form__checkbox .checkbox {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    display: block;
    background-color: #e2e2e2;
    background-image: none;
    height: 25px;
    width: 25px;
    -moz-transition: border 0.2s ease-in-out;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
    border: none;
    margin-top: -22px;
    border-radius: 0px;
}


/* Holiday Detail Page CSS BOF
=================================================== */

.holiday-name {
    border-bottom: 1px solid #dedede;
    padding: 0 0 10px;
}

.holiday-name h2 {
    text-align: left;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.holiday-name h2::before,
.holiday-name h2::after {
    display: none;
}

.holiday-name p {
    font-size: 16px;
    color: #444444;
    font-weight: 600;
}

.holiday-name p span {
    color: #00b9e4;
    font-size: 20px;
    font-weight: 700;
}

.holiday-days {
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.holiday-days .day-night p {
    font-size: 14px;
    color: #181818;
    font-weight: 600;
    padding: 0 15px 0 0;
    float: left;
}

.holiday-days .day-night {
    vertical-align: middle;
    float: left;
}

.holiday-days .day-night i {
    color: #181818;
    font-size: 16px;
}

.holiday-media {
    float: right;
}

.holiday-media ul li {
    display: inline-block;
    padding-left: 6px;
}

.holiday-media ul li a {
    height: 27px;
    width: 27px;
    font-size: 14px;
    color: #000;
    background: #d5e14d;
    display: block;
    border-radius: 0;
    text-align: center;
    line-height: 26px;
}

.holiday-media ul li a:hover {
    background: #00b9e4;
    color: #fff;
}

.detail-form {
    position: relative;
    width: 100%;
    margin: 0;
    background: #fff;
    border-radius: 0;
    text-indent: .1em;
    border: 1px solid #d4d4d4;
    padding: 30px 15px;
    height: 680px;
}

.detail-form h3 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0 15px;
    margin: 0px 20px 20px 20px;
    color: #000;
}

.detail-form .ui-datepicker-trigger {
    z-index: 4;
}

.detail-form .search-section .search-col-padding {
    padding: 8px 5px;
}

.detail-form textarea.form-control {
    height: 90px;
}

.detail-form .book-button {
    width: 240px;
    margin: 0 auto;
    display: block;
}

.imge {
    width: 100%;
}

.imge img {
    max-width: 100%;
}


/*Tab Section CSS*/

.holiday-tab {
    width: 100%;
    display: inline-block;
    margin: 30px 0 0;
}

.holiday-tab .nav-tabs {
    border-bottom: none;
    margin-top: -23px;
}

.holiday-tab .nav>li>a::after {
    border-right: none;
}

.holiday-tab .nav-tabs>li {
    float: left;
    margin-bottom: 0;
    padding: 0;
    margin-right: 6px;
    border: none;
}

.holiday-tab .nav-tabs>li.active>a,
.holiday-tab .nav-tabs>li.active>a:focus,
.holiday-tab .nav-tabs>li.active>a:hover {
    border: none;
    color: #fff !important;
    background: #00b9e4;
    border-radius: 50px;
}

.holiday-tab .nav-tabs>li>a {
    border: none;
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 30px !important;
    border-radius: 0px;
    font-weight: 700;
    margin-right: 0;
    background: #d5e14d;
}

.holiday-tab .nav-tabs>li.active>a,
.holiday-tab .nav-tabs>li>a:hover {
    border: none;
    color: #fff !important;
    background: #00b9e4;
    border-radius: 0px;
}

.holiday-tab .tab-pane {
    padding: 15px 0;
}

.holiday-tab .tab-content {
    padding: 10px 20px;
    text-align: left;
}

.holiday-tab .card {
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #ebebeb;
}


/*Itinerary Content*/

.days {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
}

.days img {
    float: left;
    width: 25%;
}

.days .days-detail {
    display: block;
    float: left;
    padding-left: 15px;
    width: 73%;
}

.days .days-detail .day-text {
    font-size: 14px;
    color: #00b9e4;
    text-align: left;
    font-weight: 700;
}

.days .days-detail h5 {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 0;
    text-align: left;
}

.days .days-detail p {
    color: #444444;
    font-size: 14px;
    line-height: 20px !important;
    text-align: left;
    padding: 0!important;
}


/*Gallery Content*/

.gallery {
    width: 100%;
    display: block;
}

.gallery .mrgn {
    margin: 10px 0;
}


/*Review Content*/

.review {
    width: 100%;
    display: block;
    padding: 10px 0;
}

.review h3 {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 0;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
}

.review .comment-div {
    float: left;
    padding: 20px 0;
    width: 100%;
}

.review .comment-div .user {
    float: left;
    padding-left: 0;
    text-align: left;
    width: 10%;
}

.review .comment-div .user img {
    border: 2px solid #fff;
    border-radius: 50px;
    height: 80px;
    width: 80px;
}

.review .comment-div .comment-block {
    float: left;
    width: 88%;
}

.review .comment-div .comment-block .heading {
    color: #333333;
    float: left;
    font-size: 15px;
    font-weight: 700;
    text-transform: inherit;
    width: 100%;
}

.review .comment-div .comment-block .heading span {
    color: #808080;
    font-weight: 500;
    float: none;
}

.review .rating {
    display: inline-block;
    padding: 10px 0 0;
}

.review .rating li i {
    color: #d5e14d;
    font-size: 15px;
}

.review .review-form {
    width: 100%;
    display: block;
}

.review .review-form h4 {
    color: #333333;
    float: left;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
}

.review .review-form p {
    color: #444444;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    display: inline-block;
    padding: 0 0 15px !important;
}

.review .review-form .add-rws {
    width: 100%;
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.review .review-form .button {
    width: 240px;
    margin-top: 0;
}


/*Description Content*/

.holiday-tab .tab-content h5 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: left;
    width: 100%;
    padding: 10px 0 10px;
    line-height: normal;
}

.holiday-tab .tab-content p {
    font-weight: 300;
    margin-bottom: 0;
    text-align: left;
    padding: 10px 0 0;
}

.holiday-tab .tab-content .table {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    margin-bottom: 0;
}

.holiday-tab .tab-content table {
    width: 100%;
}

.holiday-tab .tab-content .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 15px 0;
    line-height: 1.42857143;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    border-top: none;
}

.holiday-tab .tab-content .table span {
    color: #444;
    font-weight: 300;
    float: left;
    text-align: left;
    font-size: 16px;
}

.holiday-tab .tab-content .table span i {
    font-size: 14px;
    padding-right: 5px;
}

.fist-td {
    width: 30%;
}

.second-td {
    width: 50%;
}

.third-td {
    width: 50%;
}

#location .map-responsive {
    overflow: hidden;
    padding-bottom: 450px;
    position: relative;
    height: 0;
    margin: 0;
    border: none;
}

#location .map-responsive iframe {
    left: 0;
    top: 0;
    height: 450px;
    width: 100%;
    position: absolute;
}

.autocomplete {
    position: relative;
}

.autocomplete-results {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd0d0;
    max-height: 223px;
    overflow: auto;
    background-color: #ffffff;
    border-radius: 0;
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 45px;
}

.autocomplete-result {
    list-style: none;
    text-align: left;
    padding: 7px 10px;
    cursor: pointer;
    border-bottom: 1px dashed #c5c5c5;
    display: block;
}

.autocomplete-results li:last-child {
    border-bottom: none;
}

.autocomplete-result:hover {
    background-color: #3a7fc1;
    color: white;
}

.autocomplete-results::-webkit-scrollbar {
    width: 5px;
}

.autocomplete-results::-webkit-scrollbar-track {
    background: #e6e6e6;
}

.autocomplete-results::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
    outline: 1px solid slategrey;
}
.ftr-btm-menu ul li a{
    color: white !important;
}
.ftr-btm-menu ul li{
   margin-right: 15px;
}

@media (max-width: 767px) {
    .back-top { 
        top: -30%;
    }
}

.ui-datepicker-prev:after, .ui-datepicker-next:after {
    /* content: none; */
}

.ui-datepicker-prev, .ui-datepicker-next {
}

/*Added by Manish*/
.models-pagination {
  display: flex;
  justify-content: center; /* center horizontally */
  margin-top: 30px;
}
.models-pagination .pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.models-pagination .page-item {
  margin: 0 5px;
}
.models-pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #fff;
}
.models-pagination .page-numbers:hover {
  background-color: #f8f8f8;
  border-color: #bbb;
  color: #000;
}
.models-pagination .current {
  background-color: #000;
  color: #fff;
  border-color: #000;
  pointer-events: none;
}
.hot-form .wpforms-layout-column {
	margin-bottom: 20px;
	padding: 5px 15px;
}
.hot-form .hot-textarea {
	height: 120px;
}
.wpforms-container input[type=date], .wpforms-container input[type=datetime], .wpforms-container input[type=datetime-local], .wpforms-container input[type=email], .wpforms-container input[type=month], .wpforms-container input[type=number], .wpforms-container input[type=password], .wpforms-container input[type=range], .wpforms-container input[type=search], .wpforms-container input[type=tel], .wpforms-container input[type=text], .wpforms-container input[type=time], .wpforms-container input[type=url], .wpforms-container input[type=week], .wpforms-container select, .wpforms-container textarea, .wp-core-ui div.wpforms-container input[type=date], .wp-core-ui div.wpforms-container input[type=datetime], .wp-core-ui div.wpforms-container input[type=datetime-local], .wp-core-ui div.wpforms-container input[type=email], .wp-core-ui div.wpforms-container input[type=month], .wp-core-ui div.wpforms-container input[type=number], .wp-core-ui div.wpforms-container input[type=password], .wp-core-ui div.wpforms-container input[type=range], .wp-core-ui div.wpforms-container input[type=search], .wp-core-ui div.wpforms-container input[type=tel], .wp-core-ui div.wpforms-container input[type=text], .wp-core-ui div.wpforms-container input[type=time], .wp-core-ui div.wpforms-container input[type=url], .wp-core-ui div.wpforms-container input[type=week], .wp-core-ui div.wpforms-container select, .wp-core-ui div.wpforms-container textarea { 
    padding: 0 15px !important;
	background-color: #ececec !important;
    border-radius: 0 !important;
}
.wpforms-field-phone .wpforms-field-large.wpforms-smart-phone-field,
.wpforms-field-phone .wpforms-field-medium.wpforms-smart-phone-field {
	padding-left: 50px !important
}
.wpforms-container label.wpforms-error, 
.wpforms-container em.wpforms-error { 
    margin-top: 0 !important;
}
.detail-form .wpforms-submit-container {
	top: 50px;
	display: flex;
    justify-content: center;
}
#holidays_section.related-packages {
	background: url('https://hot.webworldrevolution.com/wp-content/uploads/2025/08/related-package-bg-scaled.webp') no-repeat;
}
.travelerSelectWindow {
  display: none;
  position: absolute;
  z-index: 9999; 
}

.travelerSelectWindow.active {
  display: block !important;
}
.hot-contact.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    background-color: #01b9e6;
    border-color: #01b9e6;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.hot-contact.vc_tta.vc_tta-shape-rounded .vc_tta-tab>a {
    border-radius: 0;
}
#contact-us .inr { 
    min-height: 200px !important; 
}
.hot-contact p a {
	color: #404040;
}
.hot-contact p a, 
.hot-contact p a:hover {
	text-decoration: none;
	cursor: pointer;
}
.bob-popup h3 {  
	color: #01b9e6;
    font-size: 22px !important;
	text-transform: uppercase;
	font-weight: 600;
}
.bob-popup p a {
	color: #404040;
	text-decoration: none;
	-webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.bob-popup p a:hover {
	color: #01b9e6;
}
@media (min-width: 280px) and (max-width: 736px) {
	
	.main_banner { 
		height: 350px; 
	}
	.hot-slide { 
		height: 165px; 
	}
	.slider .hot-slide {
		background-size: contain; 
	}
	.booking-form { 
		margin-top: -60px; 
	}
	#news_section,
	#holidays_section,
	#deals_section{ 
		display: block !important;
	} 
	#news_section {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
	
	
}