/* Css Import */
@import url("fontello/css/all-fontello.min.css");

/* Font Family 
font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Libre Franklin', sans-serif;
font-family: 'Open Sans', sans-serif;
color: #f1c517;
*/
body
{
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #030303;
    font-weight: 500;
    background: #ffffff;
    -webkit-font-smoothing:antialiased;
}
h1, h2, h3, h4{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.h4, h4{
    font-size: 1rem;
}
a, .fa{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.img-center-main {
    max-width: 100%;
    height: 243px;
}
.img-center {
    max-width: 100%;
    height: 243px;
}
.img-center-inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.img-center-inner img {
    max-height: 200px;
    width: 100%;
}
/*Style Ends*/

/* Menu */
header {
}
header .dropdown-toggle::after{
    display: none;
}
.navbar-light .navbar-toggle {
}
.navbar-light .navbar-toggle .icon-bar {
}
.menu .navbar-light {
    background-color: transparent;
    border: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
.menu .navbar-light .navbar-nav > li > a {
    color: #0a0a0a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 24px 20px 24px;
}
.menu .navbar-light .navbar-nav > li > a:hover, .menu .navbar-light .navbar-nav > li > a:focus {
    background: #f1c517;
}
.menu .navbar-light .navbar-nav .menu-attraction a.menu-attraction-inner {
}
.menu .navbar-light .navbar-nav .menu-attraction a .fa-sort-desc {
    font-size: 17px;
    color: #ffffff;
    float: right;
    position: relative;
    top: -2px;
}
.menu-departure {
    padding: 14px;
    font-size: 17px;
}
.menu .navbar-light .navbar-nav > li > .dropdown-menu {
    box-shadow: 0px 3px 3px #d2d2d2;
    border-radius: 0px;
}
.menu .navbar-light .navbar-nav > li:hover > .dropdown-menu {
    display: block;
}
.w3_megamenu .dropdown.w3_megamenu-fw .dropdown-menu {
    left: 10.2%;
    right: 0;
    border-radius: 0;
    width: 1040px;
}
.w3_megamenu-content > div > div.first-div {
    padding: 0px;
    border-right: 1px solid #e2e2e2;
}
.w3_megamenu-content > div > div.second-div {
    padding-top: 15px;
    padding-bottom: 12px;
    padding-left: 20px;
}
.second-div h4{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #0089ff;
}
.second-div .list-inline.mega-menu-inner li {
    padding: 5px 5px;
    width: 24%;
    margin: 0;
}
.second-div .list-inline.mega-menu-inner li a {
    color: #030303;
    font-size: 13px;
}
.second-div .list-inline.mega-menu-inner li a:hover, .second-div .list-inline.mega-menu-inner li a:focus {
    color: #f49504;
}
.second-div .list-inline.mega-menu-inner li a .label {
    font-weight: normal;
    font-size: 83%;
}
.att-east-coast {
    display: none;
}
.first-div ul li:first-child:hover + .att-east-coast {
    display: block;
}
.header-discount {
    background: #ffffff;
    text-align: center;
}
.header-discount a{
    color: #dc3545;
    font-size: 20px;
    font-weight: 900;
    line-height: 67px;
}
.header-discount a:hover, .header-discount a:focus{
    color: #000000;
    text-decoration: none;
}
.menu .dropdown-menu .divider {
    margin: 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #f49504;
    background: transparent;
}
.contact-login .list-inline{
    margin-bottom: 0px;
}
.contact-login .list-inline li a{
    padding: 25px 2px;
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #030303;
}
.contact-login .list-inline li a:hover, .contact-login .list-inline li a:focus{
    color: #f1c517;
    text-decoration: none;
}
.contact-login .form-control{
    height: 35px;
}
.search-container{
    position: relative;
    padding: 200px 0 200px;
    background: url(../images/banner-bg.jpg) no-repeat;
    background-size: cover !important;
    background-position: center !important;
    color: #ffffff;
}
.search-container .twitter-typeahead{display: block!important;}
.search-container.inner{
    padding: 15px 0 10px;
    background: #fbfbfb;
    color: #030303;
}
.search-container .container{
    padding: 15px;
    background: rgba(49,49,49,0.65);
    border-radius: 4px;
}
.search-container.inner .container{
    padding: 0px 15px;
    background: transparent;
    border-radius: 0px;
}
.search-container label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.search-container.inner  label.inner-label{
    display: none;
}
.search-container .btn-light{
    padding:0.5rem .75rem;
    border-radius: 0px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    background-color: #dcb905;
    border-color: #dcb905;
}
.search-container .btn-light:hover, .search-container .btn-light:focus{
    color: #ffffff;
    background-color: #dcb905;
    border-color: #dcb905;
}
.search-container .btn-dark{
    padding: 0.5rem .75rem;
    border-radius: 0px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.standardDilogBox {
    width: 180%;
    border: 1px solid #ccc;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    position: absolute;
    background: #fff;
    display: none;
    left: 0;
    z-index: 999;
    padding: 2%;
    border-radius: 3px;
}
.standardDilogBox p {
    margin: 0;
}
.standard_date a, .standard_days a, .standard_daystwo a, .standard_daysthree a {
    display: inline-block;
    text-align: center;
    border: 1px solid #f1c517;
    background: #f1c517;
    text-decoration: none;
    margin:1.5% 0.2%;
    line-height: 22px; 
    color: #ffffff;
}
.standard_date a:hover, .standard_days a:hover, .standard_daystwo a:hover, .standard_daysthree a:hover
,standard_date a.active, .standard_days a.active, .standard_daystwo a.active, .standard_daysthree a.active{
    border: 1px solid #343a40;
    background: #343a40;
}
.standard_days a {
    width: 10.90%;
}
.standard_daystwo a {
    width: 23.5%;
}
.standard_date .departure_dates_p, .standard_daysthree a {
    width: 23.5%;
}
.form-control {
    font-size: 13px;
    color: #929292;
    height: 43px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #dedede;    
}
.tour-info-sidebar .form-control{
    border-bottom: 2px solid rgb(198, 206, 216)!important;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#token-input-header_attraction::-webkit-input-placeholder, .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #929292;
}
#token-input-header_attraction::-moz-placeholder, .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #929292;
}
#token-input-header_attraction:-ms-input-placeholder, .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #929292;
}
#token-input-header_attraction:-moz-placeholder, .form-control:-moz-placeholder { /* Firefox 18- */
    color: #929292;
}
.search-container .form-control{
    padding-left: 35px;
}
.btn {
    border-radius: 0px;
    padding: .375rem 2rem;
}
.btn-dark:hover, .btn-dark:focus{
    color: #ffffff;
    background-color: #dcb905;
    border-color: #dcb905;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 0.8rem 2.5rem;
    font-weight: 600;
}
.form-group{
    position: relative;
}
.search-container .form-group{
    margin-bottom: 10px;
}
.search-container .fa{
    position: absolute;
    top: 38px;
    font-size: 20px;
    left: 10px;
    color: #969696;
    border-bottom: 3px solid #f1c517;
    padding-bottom: 4px;
    z-index: 1;
}
.search-container.inner .fa
{
    margin-top: 10px;
    top: 0px;
}
button.navbar-toggler {
    margin-top: 11px;
    border-radius: 0px;
    background: #ffed00;
}
.trending-tours hr{
    margin: 10px 0px;
}
.trending-tours h4{
    color: #ffffff;
    margin: 0px;
    font-weight: bold;
}
.trending-tours ul{
    margin-bottom: 0px;
    text-align: center;
}
.trending-tours ul li a{
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}
.trending-tours ul li a:hover, .trending-tours ul li a:focus{
    text-decoration: underline;
    color: #f49504;
}
.trending-tours ul li{
    padding-right: 10px;
    padding-left: 10px;
}
.trending-tours ul li:not(:first-child):after {
    content: "|";
    float: right;
    position: relative;
    margin-top: 0px;
    color: #ffffff;
    margin-right: -14px;
}
.trending-tours ul li:last-child:after {
    content: "";
}

/* Home Page */
.home-title{
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 0px;
}
.why-choose-us h1{
    color: #f1c517;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}
.why-choose-us .fa{
    font-size: 30px;
}
.why-choose-us h3{
    font-size: 15px;
    font-weight: 500;
}
.why-choose-us .boder-r{
    border-right: 1px solid #c8c8c8;
}
.why-choose-us .boder-r:last-child{
    border-right: 0px solid #c8c8c8;
}
.top-deals .nav-tabs{
    border: 0px;
}
.top-deals-text{
    font-size: 16px;
}
.top-deals .nav-tabs .nav-item{
    margin: 5px;
}
.top-deals .nav-tabs .nav-link{
    border-radius: 0px;
    border: 1px solid #dddbdb;
    font-weight: 600;
    font-size: 20px;
    padding: .5rem 2rem;
    font-family: 'Raleway', sans-serif;
    color: #252424;
}
.top-deals .nav-tabs .nav-item.show .nav-link, .top-deals .nav-tabs .nav-link.active, .top-deals .nav-tabs .nav-link:hover, .top-deals .nav-tabs .nav-link:focus, .top-deals .nav-pills .nav-link.active, .top-deals .nav-pills .show>.nav-link{
    color: #e2bb00;
    background: transparent;
}
.top-deal-box {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    margin-bottom: 0.50rem;
}
.img_container {
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
}
.tour-list-box .img_container{
    height: 200px;
}
.img_container img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-backface-visibility: hidden;
    width: 100%;
}
.img_container a:hover img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.badge_save {
    position: absolute;
    top: 0;
    left: 15px;
    width: 65px;
    height: 77px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: url(../images/badge_save.png);
    font-size: 11px;
    line-height: 12px;
    padding-top: 32px;
    background-position: center;
}
.tour-list-box .badge_save{
    left: auto;
    right: 15px;
}
.badge_save strong {
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.badge_price {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    text-transform: uppercase;
    --size: 140px;
    --light: #fcfaed;
    --dark: #d5d4ca;
    align-self: left;
    width: var(--size);
    /* height: var(--size); */
    border-radius: var(--size);
    z-index: 1;
    background: #f1cb12;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.badge_price label {
    position: relative;
    font-size: 14px;
    text-align: left;
    left: 15px;
    font-weight: 700;
    top: 5px;
    line-height: 17px;
    color: #000000;
    width: 100%;
}
.badge_price label span {
    color: #ffffff;
    text-decoration: line-through;
    display: block;
}
.badge_price strong {
    font-weight: bold;
    position: absolute;
    background: #ffffff;
    width: 49px;
    height: 40px;
    border-radius: 100%;
    color: #000000;
    font-size: 10px;
    display: block;
    line-height: 11px;
    padding-top: 9px;
    left: 88px;
    top: 1px;
    border: 1px solid #f4db00;
}
.deal-overlay{
    position: absolute;
    color: #ffffff;
    bottom: 0;
    padding: 20px 20px 0px;
    background: rgba(0, 0, 0, 0.64);
    text-align: center;
    width: 100%;
}
.deal-overlay h3{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 22px;
}
.deal-overlay h4{
    display: inline-block;
    background: #ffffff;
    color: #000000;
    padding: 11px;
    margin: 0px;
    position: relative;
    font-size: 17px;
    font-weight: 700;
}
.deal-overlay h4 .fa{
    color: #8e8e8e;
}
.dest-overlay{
    position: absolute;
    color: #ffffff;
    bottom: 0;
    padding: 15px 15px 15px;
    background: rgba(0, 0, 0, 0.42);
    text-align: center;
    width: 100%;
}
.dest-overlay h3{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0px;
}
.vertical-theme {
    border: 1px solid #b7b4b4;    
    margin: 0px auto;
    max-width: 240px;
}
.vertical-theme .img-div{
    position: relative;
    padding: 5px;
}
.vertical-theme .img-div .popular-price{
    font-size: 16px;
    font-weight: bold;
    color: #252424;
    display: inherit;
    position: absolute;
    background: #ffffff;
    bottom: -8px;
    padding: 10px;
    right: 0;
    font-family: 'Raleway', sans-serif;
}
.vertical-theme .img-div .popular-price span{
    color: #ffa500;
}
.vertical-theme a{
    color: #252424;
}
.vertical-theme a:hover, .vertical-theme a:focus{
    color: #f1c517;
    text-decoration: none;
}
.vertical-theme h3{
    font-size: 13px;
    padding: 5px;
    line-height: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.rating-details{
    background: #f3f3f3;
}
.rating-details .view-details{
    padding: 15px 0px;
    display: block;
    background: #252424;
    color: #ffffff;
}
.star-rating {
    padding: 15px 0px;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
    border-radius: 0;
    background: #dcb905;
}
.discount-tag{
    position: absolute;
    background: #fcaf1f;
    color: #ffffff;
    padding: 7px 12px;
    border-radius: 100%;
    font-size: 14px;
    font-weight: 500;
    left: 5px;
    top: 5px;
    text-align: center;
}
.review-sec{
    background: url(../images/review-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 10;
    margin-top: 25px;
    padding:80px 50px;
}
.review-sec:after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(241, 197, 23, 0.75);
}
.review-sec h3{
    font-size: 21px;
    text-align: center;
    line-height: 30px;
    font-weight: 800;
    margin: 0px 0px 50px;
}
.review-sec p{
    text-align: center;
    font-weight: 500;
    line-height: 25px;
    font-size: 17px;
    margin: 30px 0px 30px;
}
.tour-reviews-inner .rating-details{
    background: transparent;
}
.tour-reviews-inner {
    max-width: 500px;
    margin: 0px auto;
}
.tour-reviews-inner .rating-xs{
    font-size: 21px;
}
.tour-reviews-inner .star-rating s, .tour-reviews-inner .star-rating-rtl s, .tour-reviews-inner .star-rating-active s:hover:before, .tour-reviews-inner .star-rating s.rated:before{
    color: #343a40;
}
.review-sec .owl-theme .owl-controls .owl-page span{
    background: #ffffff;
    width: 15px;
    height: 15px;
    margin-bottom: 70px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #dc3545!important;
    opacity: 1;
}
.blog-img img{
    border: 3px solid #bfbebe;
    border-radius: 4px;
    width: 100%;
}
.blog-title{
    font-size: 20px;
    font-weight: bold;
}
.blog-desc .blog-title a{
    color: #030303;
}
.blog-desc .blog-title a:hover, .blog-desc .blog-title a:focus{
    color: #f1c517;
}
.blog-desc h5{
    font-size: 14px;
    text-transform: uppercase;
}
footer{
    border-top: 5px solid #010101;
    border-bottom: 1px solid #010101;
}
footer h4{
    font-size: 18px;
    font-weight: bold;
}
footer .list-unstyled li{
    padding: 3px 0px;
}
footer .list-unstyled li a{
    color: #252424;
}
footer .list-unstyled li a:hover, footer .list-unstyled li a:focus{
    color: #f1c517;
    text-decoration: none;
}
div#godaddy-security-badge {
    display: inline-block!important;
}
.copyright{
    background: #343a40;
    color: #ffffff;
}
.copyright .list-inline li a{
    color: #ffffff;
}
.copyright .list-inline li a:hover, .copyright .list-inline li a:focus{
    color: #f1c517;
    text-decoration: none;
}
/* Tour Listing Page */
.inner-title h1{
    font-weight: 700;
}
.breadcrumb{
    background-color: transparent;
    padding-left: 0px;
    font-size: 9px;
    padding: .50rem 0.5rem;
}
.tours-found{
    font-size: 11px;
}
.breadcrumb li a{
    color: #010101;
    font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "»";
}
.inner-page hr{
}
.listing-sidebar{
    border:1px solid #e8e6e6;
}
.fixed-header {
    position: fixed;
    top: -1px;
    width: 100%;
    z-index: 100;
    background: #ffffff;
    left: 0;
    right: 0;
}
.stickyheader {
    background-color: #FFF;
    max-width: 935px;
    width: 100%;
    padding: 0px 0px 14px;
    z-index: 102;
}
.sidebar-title{
    font-size: 16px;
    font-weight: 900;
}
.sidebar-title.second {
    display: none;
}
.sidebar-title.second a {
    color: #030303;
}
.filter-area .card {
    margin: 0px 0px 10px;
    border-radius: 0px;
}
.accordion .card:first-of-type{
    border-bottom: -1px;
}
.filter-area .accordion .card .card-header {
    border-radius: 0px;
    background: #ffffff;
    padding: .30rem 0.1rem;
    margin-bottom: 0px;
}
.filter-area .accordion .card .card-header h2{
    font-weight: bold;
    text-transform: uppercase;    
    position: relative;
}
.filter-area .accordion .card .card-header h2 .btn{
    color: #3c3c3c;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    padding: .20rem .75rem .30rem;
}
.filter-area .accordion .card .card-header h2 .btn:hover, .filter-area .accordion .card .card-header h2 .btn:focus{
    color: #f1c517;
    text-decoration: none;
}
.filter-area .accordion .card .card-header h2 .fa-caret-down{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
}
.filter-area .accordion .card .card-header h2 .btn.collapsed > .fa-caret-down:before{
    content: "\f0da";
}
.duration-filter li{
    margin: 5px 0px;
    width: 18%;
    padding: 0px;
}
.duration-filter li a{
    border: 1px solid #cccccc;
    padding: 5px 5px;
    color: #555555;
    font-weight: bold;
    display: block;
    text-align: center;
}
.duration-filter li a.active, .duration-filter li a:hover, .duration-filter li a:focus{
    background: #f1c517;
    color: #ffffff;
    border: 1px solid #f1c517;
    text-decoration: none;
}
.duration-filter .list-inline-item:not(:last-child){
    margin-right: 0;
}
.filter-area .card-body{
    padding: 1rem 0.5rem;
}
.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover{
    background: #f1c517;
}
.datepicker table tr td, .datepicker table tr th{    
    vertical-align: middle;
}
.narrow-filter-inner .overflow-scroll {
    overflow-y: auto;
    max-height: 410px;
    width: 100%;
    margin-bottom: 0px;
}
.narrow-filter-inner ul li{
    padding: 3px 0px;
}
.custom-scrollbar::-webkit-scrollbar{
    width: 15px;
    height: 0px;
}
.custom-scrollbar::-webkit-scrollbar-button{
    background-color: #f2f2f2;
    height: 20px;
}
.custom-scrollbar::-webkit-scrollbar-button:hover{
    background-color: #d2d2d2;
}
.custom-scrollbar::-webkit-scrollbar-track{
    background-color: #e9e8e8;
}
.custom-scrollbar::-webkit-scrollbar-track-piece{
    background-color: #f2f2f2;
}
.custom-scrollbar::-webkit-scrollbar-thumb{
    height: 0px;
    border: 1px solid #bcbbbb;
    background: rgba(238,237,237,1);
    background: -moz-linear-gradient(left, rgba(238,237,237,1) 0%, rgba(227,224,224,1) 50%, rgba(238,237,237,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(238,237,237,1)), color-stop(50%, rgba(227,224,224,1)), color-stop(100%, rgba(238,237,237,1)));
    background: -webkit-linear-gradient(left, rgba(238,237,237,1) 0%, rgba(227,224,224,1) 50%, rgba(238,237,237,1) 100%);
    background: -o-linear-gradient(left, rgba(238,237,237,1) 0%, rgba(227,224,224,1) 50%, rgba(238,237,237,1) 100%);
    background: -ms-linear-gradient(left, rgba(238,237,237,1) 0%, rgba(227,224,224,1) 50%, rgba(238,237,237,1) 100%);
    background: linear-gradient(to right, rgba(238,237,237,1) 0%, rgba(227,224,224,1) 50%, rgba(238,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeded', endColorstr='#eeeded', GradientType=1 );
    background-image: url(../images/scrollbar-thumb-img.png);
    background-repeat: no-repeat;
    background-position: center;
}
.custom-scrollbar::-webkit-scrollbar-corner{
    background-color: #bcbbbb;
}
.custom-scrollbar::-webkit-resizer{
    background-color: #666;
}
.custom-scrollbar::-webkit-scrollbar-button:vertical:increment{
    background-image: url(../images/scrollbar-decrement.png);
    background-repeat: no-repeat;
    background-position: center;
}
.custom-scrollbar::-webkit-scrollbar-button:vertical:decrement{
    background-image: url(../images/scrollbar-increment.png);
    background-repeat: no-repeat;
    background-position: center;
    border-top: 1px solid #e1e1e1;
}
.sidebar-popular-tour .list-unstyled li {
    border-bottom: 1px solid #eeeceb;
    margin: 0px 0px 10px 0px;
    padding-bottom: 10px;
}
.sidebar-popular-tour .list-unstyled li a{
    color: #030303;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;
    margin-top: 5px;
}
.sidebar-popular-tour .list-unstyled li a:hover, .sidebar-popular-tour .list-unstyled li a:focus{
    text-decoration: none;
    color: #e99005;
}
.sidebar-popular-tour .list-unstyled li label{
    font-weight: bold;
    font-size: 15px;
    color: #ffa500;
    margin-top: 2px;
    line-height: 19px;
    display: block;
    text-align: right;
    padding-right: 10px;
}
.sidebar-popular-tour .list-unstyled li label span{
    color: #000000;
    font-size: 13px;
    text-decoration: line-through;
}
.sidebar-popular-search .list-unstyled li {
    border-bottom: 1px solid #eeeceb;
    margin: 0px 0px 10px 0px;
    padding-bottom: 10px;
}
.sidebar-popular-search .list-unstyled li a{
    color: #030303;
    font-size: 13px;
    margin-top: 5px;
}
.sidebar-popular-search .list-unstyled li a:hover, .sidebar-popular-search .list-unstyled li a:focus{
    text-decoration: none;
    color: #e99005;
}
.sidebar-help{
    font-size: 14px;
}
.sidebar-help img{
    margin-top: 8px;
}
.sidebar-help .list-group-item{
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding: 1rem 1.25rem;
    background: #ffffff;
}
.sidebar-help .list-group-item i{
    line-height: 2.2;
}
.attraction .form-control{
    height: 40px;
}
/* iCheck plugin Square skin, grey
----------------------------------- */
.icheckbox_square-grey,
.iradio_square-grey {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0 10px 0 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../images/grey.png) no-repeat;
    border: none;
    cursor: pointer;
}
.icheckbox_square-grey {
    background-position: 0 0;
}
.icheckbox_square-grey.hover {
    background-position: -24px 0;
}
.icheckbox_square-grey.checked {
    background-position: -48px 0;
}
.icheckbox_square-grey.disabled {
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square-grey.checked.disabled {
    background-position: -96px 0;
}
.iradio_square-grey {
    background-position: -120px 0;
}
.iradio_square-grey.hover {
    background-position: -144px 0;
}
.iradio_square-grey.checked {
    background-position: -168px 0;
}
.iradio_square-grey.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-grey.checked.disabled {
    background-position: -216px 0;
}
/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-grey,
    .iradio_square-grey {
        background-image: url(../images/grey.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}
.tour_packages_right_section{
    margin-bottom: 30px;
    position: relative;
}
.tour-listing h5{
    font-weight: 700;
    font-size: 17px;
    background: #f1c517;
    padding: 5px 7px;
}
.list_view_detaills {
    font-size: 11px;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    background: #000000;
    margin-left: 10px;
    position: relative;
    border: 1px solid #000000;
    right: 0;
    top: -4px;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 3px;
}
.tour-list-box{
    border:1px solid #e8e6e6;
}
.tour-list-box h3{
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    line-height: 21px;
    display: table;
    width: 100%;
}
.tour-list-box h3 a{
    color: #030303;
}
.tour-list-box h3 a:hover, .tour-list-box h3 a:focus{
    color: #e99005;
    text-decoration: none;
}
.tour-list-box h3 label{
    font-size: 12px;
    padding-left: 15px;
}
.tour-list-box h3 label span{
    color: #969696;
}
.tour-list-box .star-rating{
    padding: 5px 0px;
}
.tour-list-box .deal-overlay{
    padding: 5px 0px;
    background: rgba(0, 0, 0, 0.59);
}
.tour-desc {
    margin-bottom: 5px;
    font-size: 13px;
}
.tour-fac {
    border: none;
    background: #fff;
    font-size: 20px;
    padding-left: 6px;
    padding-top: 0;
}
.tour-list-price{
    font-weight: bold;
    display: table;
    width: 100%;
}
.detail-title .tour-list-price{
    display: inline-block;
    width: auto;
}
.tour-list-price .check-calender{
    color: #030303;
    position: relative;
    top: 8px;
    display: none;
}
.tour-list-price a.btn{
    color: #fff;
}
.tour-list-price dd{
    text-decoration: line-through;
    display: inline-block;
    font-size: 13px;
    color: #000000;
    margin-bottom: 0px;
}
.tour-list-price span{
    color: #ffa500;
    font-size: 22px;
    text-decoration: none;
}
.tour-list-price label{
    color: #ffa500;
    font-size: 16px;
}
.controls .btn-warning{
    background: #ffffff;
    border-color: #ffffff;
}
.controls .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.font-bold{
    font-weight: bold;
}
.text-warning{
    color: #ffa500!important;
}
.tour-list-warning{
    color: #e34120;
    font-weight: 500;
    padding: 8px;
    border-left: 1px dotted #cccccc;
    border-right: 1px dotted #cccccc;
    border-bottom: 1px dotted #cccccc;
}
.pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:last-child .page-link{
    border-radius: 100%;
    border: 1px solid #cccccc;
    padding: 0.5rem 1.1rem;
}
.pagination-main .page-link{
    border: 0px solid #dee2e6;
    color: #828282;
}
.pagination-main .page-link:hover{
    background-color: transparent;
    border-color: #dee2e6;
}
.pagination-main .page-item.active .page-link, .pagination-main .page-link:hover{
    color: #000000;
    background-color: transparent;
    border-color: transparent;
    font-weight: bold;
}
.pagination-main li.page-item {
    margin: 0px 2px;
}

/* Tour Detail Page */
.detail-tour-slide{
    position: relative;
    margin-top: 0px;
    height: 366px;
    overflow: hidden;
}
.detail-tour-slide .badge_save{
    left: auto;
    right: 20px;
    line-height: 15px;
    padding-top: 28px;
}
.detail-tour-slide-star{
    position: absolute;
    bottom: 0px;
    padding: 10px 15px 2px;
    background: rgba(0, 0, 0, 0.59);
    color: #ffffff;
}
.detail-tour-slide-star label {
    position: relative;
    top: -2px;
    font-weight: 700;
}
.ribbon{
    width: 50px;
    height: 100px;
    background-color: #e99005;
    position: absolute;
    right: 25px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}
.sold-ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.sold-ribbon.comingsoon{
    width: 170px;
    height: 170px;
}
.sold-ribbon::before,
.sold-ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #ee1b23;
}
.sold-ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #ee1b23;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}
.sold-ribbon.comingsoon span{
    width: 245px;
}
.ribbon-top-left {
    top: -10px;
    left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}
.ribbon-top-left.comingsoon span {
    top: 45px;
}
.ribbon label{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    width: 160%;
    margin: 0;
    position: absolute;
    top: 31px;
    color: #ffffff;
    font-weight: 800;
    right: -14px;
    font-size: 18px;
}
.ribbon:before{
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -50px;
    border-left: 25px solid #e99005;
    border-right: 25px solid #e99005;
    border-bottom: 50px solid transparent;
}
.detail-title{
    font-size: 24px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 15px;
}
.confirm .detail-title{
    margin-bottom: 0px;
}
.tour-highlight h5{
    font-size: 13px;
}
.tour-map{
    position: relative;
}
.tour-map h5{
    font-size: 14px;
    font-weight: bold;
}
.tour-map .far{
    background: #ffffff;
    z-index: 10;
    position: relative;
}
.tour-map-path{
    position: relative;
}
.tour-map-path:after{
    content: "";
    position: absolute;
    width: 99%;
    height: 2px;
    border-bottom: 2px #000000;
    top: 37px;
    left: 1px;
    border-bottom-style: dashed;
}
.tour-map-path.first:after{
    width: 93%;
    left: 17px; 
}
.tour-map-path.second:after{
    width: 100%;
    left: -5px;
}
.tour-map label{
    display: block;
    font-size: 13px;
}
.tour-detail-tabs .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.tour-detail-tabs .nav-tabs .nav-link{
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #010101;
    letter-spacing: 0.5px;
    padding: 1rem 1.5rem;
    border: 1px solid #f5f5f5;
    border-radius: 0px;
}
.tour-detail-tabs .nav-tabs .nav-item.show .nav-link, .tour-detail-tabs .nav-tabs .nav-link.active, .tour-detail-tabs .nav-tabs .nav-link:focus, .tour-detail-tabs .nav-tabs .nav-link:hover{
    background: #f4d114;
    color: #ffffff;
    border-color: #f4d114;
    border-radius: 0;
}
.tour-detail-tabs .tab-content h1{
    font-size: 30px;
}
.overview ul{
    padding-left: 25px;
    margin-top: 15px;
}
.static-page ul, .static-page ol{
    padding-left: 25px;
}
.tour-detail-tabs .accordion .card .card-header h2 .fa-minus-square {
    position: absolute;
    top: 25px;
    right: 10px;
    font-size: 25px;
}
.tour-detail-tabs .accordion .card .card-header {
    border-radius: 0px;
    background: #ffffff;
    padding: 1rem;
    margin-bottom: 0px;
}
.tour-detail-tabs .accordion .card .card-header h2 .btn {
    color: #3c3c3c;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 0px;
}
.tour-detail-tabs .accordion .card .card-header h2 .btn:hover, .tour-detail-tabs .accordion .card .card-header h2 .btn:focus {
    color: #f1c517;
    text-decoration: none;
}
.tour-detail-tabs .accordion .card .card-header h2 .btn.collapsed > .fa-minus-square:before{
    content: "\f0fe";
}
.tour-detail-tabs .accordion .card .card-header h2 .btn span {
    padding: 8px 15px;
    border: 3px solid #ebc90f;
}
.tour-detail-tabs .star-rating{
    position: relative;
    top: 3px;
}
.attraction .btn-outline-secondary{
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    text-align: left;
    position: relative;
}
.attraction .btn-outline-secondary:before{
    font-style: normal;
    font-family: "fontello";
    font-size: 24px;
    content: '\e9e4';
    color: #212529;
    position: absolute;
    left: 3px;
    top: 0px;
}
.attraction .btn-outline-secondary.collapsed:before{
    font-style: normal;
    font-family: "fontello";
    font-size: 24px;
    content: '\e9e6';
    position: absolute;
    left: 3px;
    top: 0px;
}
.attraction .btn-outline-secondary:hover, .attraction .btn-outline-secondary:focus, .attraction .btn-outline-secondary:not(:disabled):not(.disabled).active, .attraction .btn-outline-secondary:not(:disabled):not(.disabled):active, .attraction .show>.btn-outline-secondary.dropdown-toggle, .attraction .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .attraction .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .attraction .show>.btn-outline-secondary.dropdown-toggle:focus {
    background-color: transparent;
    border-color: #6c757d;
    color: #f1c517;
    box-shadow: none;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0rem rgba(108,117,125,.5);
}
.showinfotitle{
    text-align: center;
}
.showinfo {
    background-color: #fff;
    color: #000;
    /*
    display: none;
    right: -1px;
    margin: 5px;
    position: absolute;
    */
    width: 210px;
    z-index: 9999;
}
.showinfo table{
    width:100%;
}
.showinfo table tr{
}
.showinfo table tr td{
    padding: 2px;
}
.showinfo .inn{
    width: 100%;
    border: 1px solid;
    padding: 5px;
}
.day:hover .showinfo {
    display:block!important;
}
/*List*/
ul.list_ok {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0px 0px 0px 25px;
    line-height: 22px;
}

ul.list_ok li {
    position: relative;
    padding: 3px 0px 5px 20px;
}

ul.list_ok li:before {
    font-style: normal;
    font-weight: 900;
    font-family: "fontello";
    font-size: 14px;
    content: '\e987';
    color: #212529;
    position: absolute;
    left: 0;
    top: 3px;
}
ul.list_ok.exclude li:before {
    font-style: normal;
    font-weight: 900;
    font-family: "fontello";
    font-size: 14px;
    content: '\e988';
    color: #f10000;
    position: absolute;
    left: 0;
    top: 0;
}
ul.list_ok.policy li:before {
    content: '\e9f2';
    color: #e99005;
}
.policy-list{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #cccccc;
}
.review-main{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #d8d8d8;
}
.modal-header{
    background: #f1cb12;
}
.tour-detail-sidebar{
    margin-top: 23px;
}
.tour-info-sidebar{
    border: 1px solid #e8e6e6;    
}
.tour-info-sidebar .sidebar-title{
    margin-bottom: 0px;
    background: #3f3c3c;
    color: #ffffff;
    padding: 20px 0px;
}
.add-cart-form .form-group .fa, .add-cart-form .form-group .fas, .add-cart-form .form-group .far, .add-cart-form .form-group .fab{
    font-size: 20px;
    color: #cccccc;
    top: 10px;
    position: absolute;
    right: 10px;
}
.activities-tabs img{
    width: 50px;
    height: 45px;
    margin-right: 10px;
}
.activities-tabs span{
    font-weight: bold;
    font-size: 15px;
}
.activities-tabs .list-group-item{
    padding: .20rem .40rem;
}
.activities-tabs .list-group-item-action:focus, .activities-tabs .list-group-item-action:hover, .activities-tabs .list-group-item-light.list-group-item-action:focus, .activities-tabs .list-group-item-light.list-group-item-action:hover{
    background-color: rgba(241, 197, 23, 0.75);
}

/* Show more -- show less css */
.moretextdept{
    display: inline;
}
.moretextdept + div{
    display: inline-block;
}
.moretextavailableday{
    display: inline;
}
.moretextavailableday + div{
    display: inline-block;
}
.moretextdesc{
    display: inline;
}
.moretextdesc + div{
    display: inline-block;
}
.rm-link{
    color: #0089ff!important;
    cursor: pointer;
}
.may-like-tour .deal-overlay{
    padding: 0;
}
.may-like-tour .deal-overlay h4{
    background: transparent;
    color: #ffffff;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
}
.may-like-tour .deal-overlay h4 .fa {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: relative;
    top: -3px;
}
.may-like-tour .deal-overlay a:hover, .may-like-tour .deal-overlay a:focus, .may-like-tour .deal-overlay h4:hover, .may-like-tour .deal-overlay h4:focus, .may-like-tour .deal-overlay h4 .fa:hover, .may-like-tour .deal-overlay h4 .fa:focus{
    text-decoration: none;
    color: #f1c517;
}
/* Vertical Tabs */
.vertical-tabs:before, .vertical-tabs:after{
    content: "";
    display: table;
    width: 100%;
}
.vertical-tabs .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 10px;
    border-bottom: 0;
    border-right: 1px solid transparent;
    padding-right: 5px;
    width: 24%;
}
.vertical-tabs .nav-tabs .nav-link {
    border-top: 1px solid #eeeded;
    border-left: 1px solid #eeeded;
    border-bottom: 2px solid #eeeded;
    border-right: 5px solid #6b6a6a;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #ffffff;
    padding: 1.5rem 3rem;
    text-transform: none;
    font-size: 17px;
    text-align: center;
    line-height: 22px;
}

.vertical-tabs .nav-tabs .nav-link.active, .vertical-tabs .nav-tabs .nav-link:hover, .vertical-tabs .nav-tabs .nav-link:focus{
    color: #eac510;
    background: transparent !important;
    border-right: 5px solid #eac510;
}
.vertical-tabs .nav-tabs .nav-link {
    border-top-left-radius: 0rem!important;
    border-top-right-radius: 0rem!important;
}
.vertical-tabs .tab-content>.active {
    display: block;
}
.vertical-tabs .tab-content{
    float: left;
    width: 70%;
    border: 0;
    padding: 10px;
}
.vertical-tabs .tab-content ul:not(.pagination){
    list-style-type: none;
    position: relative;
}
.vertical-tabs .tab-content ul:not(.pagination) li{
    position: relative;
    padding: 3px 0px 5px 20px;
}
.vertical-tabs .tab-content ul:not(.pagination) li:before{
    font-family: "fontello";
    font-style: normal;
    speak: none;
    content: '\e89b';
    position: absolute;
    left: 0px;
    margin-top: -2px;
    font-weight: 900;
    font-size: 19px;
}
.vertical-tabs .tab-content ul:not(.pagination).list-inline li:before{
    display: none;
}

/* Checkout */
.form_title {
    position: relative;
    padding-left: 55px;
    margin-bottom: 10px;
}
.form_title h3 {
    font-size: 20px;
    color: #444343;
    font-weight: bold;
}
.form_title p {
    color: #999;
    font-size: 12px;
    line-height: 14px;
}
.form_title h3 strong {
    background-color: #f4d114;
    width: 40px;
    height: 40px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.step {
    border-left: 1px solid #ddd;
    padding: 20px 0 20px 31px;
    margin: 0 0 10px 20px;
}
.step.payment-tabs{
    margin: 0 0 30px 20px;
}
.room {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    background: #ffffff;
    padding: 3px 0px;
    color: #3e3d3d;
    margin-bottom: 25px;
}
.payment-tabs .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.payment-tabs .nav-tabs .nav-link{
    font-family: 'Libre Franklin', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #010101;
    letter-spacing: 0.5px;
    padding: 1rem 1.5rem;
    border: 1px solid #dedede;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.payment-tabs .nav-tabs .nav-item.show .nav-link, .payment-tabs .nav-tabs .nav-link.active, .payment-tabs .nav-tabs .nav-link:focus, .payment-tabs .nav-tabs .nav-link:hover{
    background: #f4d114;
    color: #ffffff;
    border-color: #f4d114;
    border-radius: 0;
}
.payment-tabs .small, .payment-tabs small {
    font-size: 88%;
    font-weight: 600;
}
.form-group label{
    width: 100%;
    font-size: 14px;
    font-weight: normal;
}
.payment-notice{
    font-size: 14px;
    color: #000000;
}
.alert{
    border-radius: 0px;
    border: 0px solid transparent;
}
.alert-success {
    color: #155724;
    background-color: #efefef;
    border-left: 5px solid #155724;
}
.checkout-sidebar {
    box-shadow: 0px 0px 5px #e6e6e6;
    margin-bottom: 25px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}
.checkout-sidebar h4 {
    margin: 0;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 15px 11px;
    position: relative;
    border-bottom: 1px solid #dadada;
    text-align: center;
}
.checkout-sidebar h4.trip-info{
    font-size: 1.25rem;
}
.total-amount{
    font-size: 18px;
}
.grand-total{
    color: #17a2b8!important;
}
.checkout-sidebar h5{
    font-size: 15px;
}
.checkout-sidebar p{
    margin-bottom: 5px;
}
.help-phone {
    font-size: 20px;
    display: block;
}
.tour_booking_tabs{
    /*background: #ffffff;*/
}
.tour_booking_tabs ul li {
    color: #282828;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 36px;
    padding: 0px 0px;
    position: relative;
    margin: 0px 35px!important;
}
.tour_booking_tabs ul li:last-child {
    border-right: none;
}
.tour_booking_tabs ul li.active{
    color: #EBC507!important;
    border-bottom: 2px solid #000000;
}
a.social_bt.facebook {
    background-color: #3B5998;
}
a.social_bt {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    min-width: 200px;
    margin-bottom: 15px;
    display: block;
    padding: 12px;
    line-height: 1;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
a.social_bt:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
    text-decoration: none;
}
.divider {
    text-align: center;
    height: 1px;
    margin: 30px 0 20px 0;
    background-color: #e1e8ed;
}
.divider span {
    position: relative;
    top: -20px;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    font-style: italic;
}
.tour-listing-inner a h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 15px;
    color: #51bce6;
}
.pink-price {
    font-size: 20px;
    color: #ffa500;
    font-weight: 600;
    padding-left: 4%;
    vertical-align: middle;
    line-height: 28px;
    position: relative;
    top: -2px;
}
.form-control:focus{
    border-color: #f1c517;
    box-shadow: 0 0 0 0.1rem rgba(241, 197, 23, 0.65);
}
.included-in-tour .card{
    border: 0px;
}
.included-in-tour button{
    text-align: left;
    padding: 5px 10px;
}
.included-in-tour button .fas{
    position: relative;
    top: 3px;
}
.checkout-sidebar-summary.register-side .list-group-item {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
    margin-bottom: 15px;
    border-radius: 0px;
}
.checkout-sidebar-summary.register-side .list-group-item:hover, .checkout-sidebar-summary.register-side .list-group-item:focus{
    color: #ffffff;
    background-color: #dcb905;
    border-color: #dcb905;
}
.thank-you-sec{
    padding-left: 0px;
}
.thank-you-sec h3{
    font-size: 29px;
    position: relative;
}
.thank-you-sec h3 span{
    position: absolute;
    font-size: 20px;
    left: 50px;
    top: 7px;
}
.confirm a{
    color: #444343;
}
.confirm.traveller tr td:first-child{
    width: 20%;
}
.cart .tour-listing-inner a{
    color: #444343;
}
.cart .tour-listing-inner a:hover, .cart .tour-listing-inner a:focus{
    color: #000000;
    text-decoration: none;
}
.cart .tour-listing-inner a h3{
    color: inherit;
    font-weight: 800;
    line-height: 24px;
}
.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 0 transparent;
}
.btn.focus, .btn:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
}
.tt-menu {
    text-align: left;
    width: 100%;
    padding: 8px 0;
    background-color: #fff;
    color: #030303;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-suggestion {
    padding: 3px 15px;
    font-size: 14px;
    line-height: 20px;
}
.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}
.responsive-calendar .day .badge.limited_seat {
    position: absolute;
    top: inherit;
    bottom: 2px;
    left: 2px;
    z-index: 1;
}
.responsive-calendar .day .badge.sold_out {
    position: absolute;
    top: inherit;
    bottom: 2px;
    left: 2px;
    z-index: 1;
}
.num_cont {
    width: 370px;
    border: 1px solid #e8e8e8;
    text-align: left;
    background: #fff;
    z-index: 1111;
    position: absolute;
    left: -109px;
    right: 0;
    padding-bottom: 20px;
    top: auto;
}
.conclas {
    padding: 0px 15px;
}
.num_cont .num_t {
    background: #ffffff;
    padding: 5px 10px 5px;
    color: #000;
}
.d50 {
    margin-right: 0;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
    background: #eaeaea;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
    color: #929292;
}
.d30{
    margin-right: 18px;
    font-size: 14px;
    line-height: 2;
    display: inline-block;
    color: #929292;
}
.d51 {
    float: left;
    margin-right: 18px;
    font-size: 14px;
    line-height: 2;
    width: 54%;
}
.advance_option_title {
    float: none;
    font-size: 14px;
    width: auto;
    color: #929292;
}

.num_cont select {
    border: 1px solid #dedede;
    height: 35px!important;
    margin-right: 3px;
    border-radius: 3px;
    font-size: 13px;
    display: inline-block;
    width: 100%;
}
.num_t .num_select.ml10 {
    width: 100%;
    padding: 5px;
    margin-right: 0;
    background: no-repeat;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    margin-top: 3px;
}
.num_cont .select_attraction {
    width: 100%!important;
    border: 1px solid #dedede;
    height: 35px!important;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 14px;
}
.num_cont .num_list {
    border-top: 1px solid #e8e8e8;
}
.num_cont .num_list .num_li:first-child {
    margin: 0;
}
.num_cont .num_list .num_li {
    padding: 5px;
    width: 100%;
    text-align: center;
}
#people_num .noft {
    float: none;
    font-size: 14px;
    width: auto;
}
#frmreview .star-rating{
    text-align: left;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}
.gray-box {
    border: 1px solid #e3e3e3;
}
.gray-box .header {
    font-weight: 700;
    font-size: 20px;
    margin: 0px;
    padding: 12px 25px;
    border-bottom: 1px solid #e3e3e3;
}
.gray-box .form-group label, .modal-body label {
    font-weight: 400;
}
.account-menu a {
    padding: 5px 0px;
    display: block;
    font-size: 16px;
    color: #373737;
}
.account-menu li.active a,.account-menu li a:hover,.account-menu li a:focus {
    color: #e8b900;
    text-decoration: none;
}
.titletag {
    color: #373737;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #cccccc;
}
.blue-line {
    color: #1191b8!important;
    text-decoration: underline;
}
.border-bottom-2 {
    border-bottom: 2px solid #cccccc;
}
.order-detail {
    font-size: 16px;
}
.text-orange {
    color: #000000;
    font-weight: bold;
}
.tour-detail a h3 {
    margin: 15px 0 8px;
    color: #01a4df;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
}
.order-detail ul{
    margin-bottom: 7px;
}
.order-detail li {
    min-width: 35%;
}
.white-box {
    background: #fff;
    border: 1px solid #cccccc;
    padding: 14px;
}
.big-price {
    color: #e99005;
    font-size: 22px;
    font-weight: 700;
    vertical-align: sub;
}
.tour-detail .price {
    color: #e99005;
}
.detail-table{
    font-size: 12px;
}
.detail-table.table td, .detail-table.table th{
    padding: 5px;
}
.filter_type label {
    font-size: 13px;
    margin-bottom: 4px;
}
.tour-list-warning p{
    margin-bottom: 5px;
}
.datepicker table tr td.disabled
, .datepicker table tr td.disabled:hover
,.datepicker table tr td.old
, .datepicker table tr td.new{
    color: #eaeaea;
}
.tour-info-sidebar .form-control:disabled, .tour-info-sidebar .form-control[readonly]{
    background-color: #ffffff;
}
.responsive-calendar{
    /*min-height: 530px;*/
    height:auto;
}
#LoginPopup button.close{
    margin-right: 5px;
}
.all-tours{
    /*color: #000000;*/
}
.static-page p{
    line-height: 25px;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 8px;
}
.static-page h3{
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 24px;
}
footer .list-inline li a{
    color: #030303;
}
footer .list-inline li a:hover, footer .list-inline li a:focus{
    color: #f1c517;
    text-decoration: none;
}
.font-normal{
    font-weight: 400!important;
}
.price-includes{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px dotted #cccccc;
    text-transform: capitalize;
}
.price-includes a,.no-link-color{
    color: #030303;
}
li.token-input-input-token-facebook{
    display: inline-block;
    min-width: inherit;
    width: 100%;
}
li.token-input-token-facebook{
    padding: 4px 3px;
    float: none;
    display: inline-block;
    overflow: inherit;
}
.tour-map-path .fas, .tour-map-path .far {
    font-size: 20px;
    position: relative;
    top: 4px;
}
.tour-map-path .fas, .tour-map-path .fa-circle{
    background: #ffffff;
    width: 26px;
}
.cart-list {
    position: relative;
}
.cart-list .badge.badge-danger {
    position: absolute;
    top: 13px;
    left: 13px;
    font-size: 9px;
    font-weight: 600;
}
.step h4 {
    line-height: 1.4;
}
.error-section{
    position:relative;
    text-align:center;
    padding:40px 0px 80px;
}
.error-section .error-big-text{
    position: relative;
    font-size:180px;
    color:#f1c517;
    font-weight:700;
    letter-spacing:5px;
    margin-bottom:10px;
    line-height:1em;
    font-family: 'Raleway', sans-serif;
}
.error-section.unsubscribe .error-big-text{
    font-size: 60px;
    margin-top: 70px;
    margin-bottom: 30px;
}
.error-section h2{
    position:relative;
    color:#26292d;
    font-weight:300;
    font-size:40px;
    line-height:1.3em;
    margin-bottom:30px;
    font-family: 'PT Serif', serif;
}
.error-section.unsubscribe h2{
    font-size: 30px;
}
.error-section .text{
    font-size:18px;
    margin-bottom:30px;
    color:rgba(0,0,0,0.60);
    font-family: 'PT Serif', serif;
}
.error-section .error-options{
    position:relative;
}
.error-section .error-options .or{
    position:relative;
    color:#2f2f2f;
    font-size:18px;
    margin:0px 25px;
    font-weight:500;
    text-transform:uppercase;
    font-family: 'Raleway', sans-serif;
}
.error-section .btn-style-four{
    padding:12px 25px;
}
.error-search-box{
    position:relative;
    margin-top:12px;
    width:320px;
    display:inline-block;
}
.error-search-box .form-group{
    position:relative;
    margin:0px;	
}
.error-search-box .form-group input[type="text"],
.error-search-box .form-group input[type="search"]{
    position:relative;
    line-height:32px;
    padding:10px 50px 10px 20px;
    border:1px solid #bdbdbd;
    display:block;
    font-size:16px;
    width:100%;
    height:55px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.error-search-box .form-group input:focus{
    border-color:#ff3548;	
}
.error-search-box .form-group button{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 55px;
    width: 50px;
    line-height: 52px;
    text-align: center;
    display: block;
    font-size: 15px;
    color: #ffffff;
    background: none;
    border-radius: 0px 3px 3px 0px;
    font-weight: normal;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 1px solid #bdbdbd;
    background: #f1c517;
    cursor: pointer;
}
.error-search-box .form-group input:focus + button,
.error-search-box .form-group button:hover{
    color:#ff3548;
}
.custom-select{
    color: #929292;
    border-bottom: 2px solid rgb(198, 206, 216)!important;
}
.social-share span {
    font-size: 16px;
    font-weight: 500;
}
.social-share .fa, .social-share .fab {
    color: #fff;
    font-size: 20px;
    border-radius: 100px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}
.social-share .fa-facebook-f {
    background: #39599f;
}
.social-share .fa-twitter {
    background: #45b0e3;
}
.social-share .fa-google-plus {
    background: #dd4b39;
}
.social-share .fa-pinterest-p {
    background: #cc2127;
}
.social-share .fa-print, .social-share .fa-envelope {
    background: #f49504;
}
.social-share a:hover .fa, .social-share a:hover .fab{
    text-decoration: none;
    box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.3);
}
.social-share a:hover, .social-share a:focus{
    text-decoration: none;
}
.qtyButtons {
    display: flex;
    margin: 0 0 13px 0;
}
.qtyButtons label {
    font-weight: 500;
    line-height: 36px;
    padding-right: 15px;
    display: block;
    flex: 1;
    color: #727b82;
}
.qtyInc, .qtyDec {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    background-color: #eaeaea;
    color: #929292;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.qtyInc:hover, .qtyDec:hover, .qtyInc:focus, .qtyDec:focus{
    background-color: #929292;
    color: #eaeaea;
}
.qtyButtons input {
    outline: 0;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    width: 50px;
    height: 36px !important;
    color: #333;
    line-height: 36px;
    margin: 0 !important;
    padding: 0 5px !important;
    border: none;
    box-shadow: none;
    pointer-events: none;
    display: inline-block;
    border: none !important;
}
.booking input {
    font-weight: 500;
    height: 45px;
}
.qtyDec:before {
    content: "\f068";
}
.qtyInc:before {
    content: "\f067";
}
.cat-1 .nav-pills{
    background: rgba(40,44,42,0.05);
    border-bottom: 1px solid #e4e4e4;
}
.cat-1 .nav-pills li{
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cat-1 .nav-pills li > a{
    background: #ffffff;
    padding: 1rem;
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    border-right: 0px solid #cccccc;
    border-radius: 0;
    text-transform: uppercase;
}
.cat-1 .nav-pills li:last-child > a{
    border-right: 0px solid #cccccc;
}
.cat-1 .nav-pills li .nav-link.active, .cat-1 li .nav-pills .show>.nav-link, .cat-1 .nav-pills li > a:hover, .cat-1 .nav-pills li > a:focus{
    color: #EBC507;
    background-color: #ffffff;
    border-radius: 0px;
}
.cat-1 .nav-pills li .nav-link.active::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #424242;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
}
.cat-1 .nav-pills li .nav-link.active::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.cat-2 .nav-pills{
    background: #ffffff;
    border: 0px solid #cccccc;
    border-top: 0px;
}
.cat-2 .nav-pills li{
    text-align: center;
    padding: 5px;
}
.cat-2 .nav-pills li > a{
    background: #ffffff;
    padding: 0.5rem;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    border-right: 0px solid #e4e4e4;
    border-left: 0px solid #e4e4e4;
}
.cat-2 .nav-pills li:last-child > a{
    border-right: 0px solid #e4e4e4;
}
.cat-2 .nav-pills li > a.active::after{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #dc3545;
    content: '';
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: translate3d(0,150%,0);
    transform: translate3d(0,150%,0);
}
.cat-2 .nav-pills li .nav-link.active, .cat-1 li .nav-pills .show>.nav-link, .cat-1 .nav-pills li > a:hover, .cat-1 .nav-pills li > a:focus{
    color: #EBC507;
    background-color: #ffffff;
    border-radius: 0px;
}


.hot-page2-hom-pre {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 15px 15px 5px;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
}
.hot-page2-hom-pre.departures h5{
    position: relative;
    top: 5px;
}
.hot-page2-hom-pre ul {
    padding: 0px;
}
.hot-page2-hom-pre ul li {
    list-style-type: none;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    overflow: hidden;
    padding: 15px 0px;
}
.hot-page2-hom-pre.departures ul li{
    padding: 10px 0px 10px;
}
.hot-page2-hom-pre ul li:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}
.hot-page2-hom-pre div {
    float: left;
}
.hot-page2-hom-pre ul li a {
    color: #343c42;
}
.hot-page2-hom-pre ul li a:hover, .hot-page2-hom-pre ul li a:focus{
    color: #f9ad34;
}
.hot-page2-hom-pre-1 {
    width: 10%;
}
.hot-page2-hom-pre-1 img {
    width: 30px;
    height: 30px;
    border-radius: 2px;
}
.hot-page2-hom-pre-2 {
    width: 80%;
    padding: 0px 15px;
}
.hot-page2-hom-pre-2 h5:hover, .hot-page2-hom-pre-2 h5:focus{
    color: #f9ad34;
}
.hot-page2-hom-pre-2 h5 {
    margin-top: 0px;
    margin-bottom: 2px;
    color: #343c42;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
}
.hot-page2-hom-pre-2 span {
    font-size: 13px;
    color: #999;
}
.hot-page2-hom-pre-3 {
    width: 10%;
}
.hot-page2-hom-pre-3 span {
    /* width: 24px;
    */
    /* height: 24px;
    */
    position: absolute;
    /* background-color: #d6d6d6;
    */
    border: 1px solid #8b9ba9;
    /* bottom: 8px;
    */
    padding: 0px 4px;
    /* margin: 10px 5px;
    */
    /* right: 5px;
    */
    border-radius: 2px;
    font-size: 12px;
    z-index: 9;
    line-height: 20px;
    color: #253d52;
    font-weight: 600;
    text-align: center;
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.28);
    right: 0px;
}
.hot-page2-hom-pre-3 i {
    width: 22px;
    float: right;
    /* padding-top: 12px;
    */
    border: 1px solid #a9a9a9;
    padding: 4px;
    font-size: 12px;
    border-radius: 50%;
    color: #a9a9a9;
    margin-top: 10px;
}
.hot-page2-hom-pre-tit {
}
.hot-page2-hom-pre-tit h3 {
    color: #343c42;
    font-size: 28px;
    /* font-family: 'Montserrat', sans-serif;
    */
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.hot-page2-hom-pre-tit h3 span {
    color: #6f6e6b;
    font-size: 28px;
}
.hot-page2-hom-pre ul li:hover .hot-page2-hom-pre-2 h5 {
    padding-left: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hot-page2-hom-pre-head {
    background: #253d52;
    color: #fff;
    padding: 10px 0px;
    text-align: center;
}
.hot-page2-hom-pre-head h4 {
    color: #ffffff;
}
.hot-page2-hom-pre-head h4 span {
    color: #9dacb1;
    font-weight: 600;
    font-size: 18px;
}
.hot-page2-hom-pre-head:after, .hot-page2-hom-pre-head:before {
    top: 47px;
    left: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.hot-page2-hom-pre-head:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #253d52;
    border-width: 9px;
    margin-left: -9px;
    z-index: 9;
}
/*-------------------------------------------------*/
/* INNER PAGE LISTING 
/*-------------------------------------------------*/
.hot-page2-il-top-fix {
    opacity: 1 !important;
    display: block;
}
.hot-page2-pa-sp-top {
}
.hot-page2-alp {
    background: url(../images/consul-bg-1.jpg) no-repeat center top #e6e6e6;
    background-attachment: fixed;    background-size: cover;
}
.all-hot-bg{
    background: url(../images/consul-bg-2.jpg) no-repeat center top #e6e6e6;
    background-attachment: fixed;
}
.hot-page2-alp::before {
    content: '';
    position: fixed;
    background: linear-gradient(to top, rgb(29, 36, 42) 15%, rgba(0, 0, 0, 0) 100%);
    /* top: 0px;
    */
    /* bottom: 0px;
    */
    /* left: 0px;
    */
    width: 100%;
    height: 100%;
    /* right: 0px;
    */
}
.hot-page2-alp-tit {
}
.hot-page2-alp-tit h1 {
    display: inline-block;
    color: #fff;
}
.hot-page2-alp-tit ol {
    background: none;
}
.hot-page2-alp-tit ol li {
}
.hot-page2-alp-tit ol li a {
    color: #8a8a8a;
}
.breadcrumb > .active {
    color: #ffc72f !important;
}
.breadcrumb > li + li:before {
    color: #8a8a8a;
}
.hot-page2-alp-con {
    position: relative;
    overflow: hidden;
    background: #f2f1f1;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.36);
}
.hot-page2-alp-con-left {
    padding-left: 0px !important;
}
.hot-page2-alp-con-right {
    padding-bottom: 70px;
}
.hot-page2-alp-con-left-1 {
    background: #253d52;
    color: #fff;
    padding: 25px;
}
.hot-page2-alp-con-left-1:after, .hot-page2-alp-con-left-1:before {
    top: 72px;
    left: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.hot-page2-alp-con-left-1:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #1f4363;
    border-width: 9px;
    margin-left: -9px;
}
.hot-page2-alp-con-left-1 h3 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.hot-page2-alp-cl-1-1 {
}
.hot-page2-alp-cl-1-1 img {
    width: 24px;
    height: 24px;
}
.hot-page2-alp-cl-1-2 {
    padding-left: 15px;
}
.hot-page2-alp-cl-1-2 h5 {
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
}
.hot-page2-hom-pre ul li:hover .hot-page2-hom-pre-2 h5 {
    padding-left: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.hot-page2-alp-cl-1-2 span {
    line-height: 12px;
    font-size: 12px;
}
.hot-page2-alp-cl-1-3 {
}
.hot-page2-alp-cl-1-3 img {
    width: 18px;
    float: right;
}
.hot-page2-alp-left-ner-notb {
    border-top: 0px;
    margin-bottom: 0px;
}
.hot-page2-alp-left-ner-notb ul li {
    padding: 10px 0px;
}
.hot-page2-alp-l3 {
}
.hot-page2-alp-l3 ul {
    padding: 0px;
}
.hot-page2-alp-l3 ul li {
    list-style-type: none;
    border-bottom: 1px solid #d4d4d4;
}
.hot-page2-alp-l3 ul li:nth-child(5) {
}
.hot-page2-alp-l3 ul li:last-child {
    border-bottom: 0px solid #d4d4d4;
}
.hot-page2-alp-l3 ul li label {
    display: block;
    font-size: 15px;
    color: #343c42;
    font-weight: 600;
    padding-left: 30px;
}
.hot-page2-alp-l-com {
}
.hot-page2-alp-l-com h4 {
    background: #e6e6e6;
    color: #343c42;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
}
.hot-page2-alp-l-com h4 i {
    padding-right: 7px;
}
.hot-page2-alp-l-com1 form {
    padding-bottom: 8px;
}
.hot-page2-alp-l-com1 {
    padding: 15px;
    background: #ffffff;
    padding-bottom: 25px;
}
.hot-page2-alp-l-com1 a {
    margin-top: 5px;
    border: 1px solid #254158;
    /* -webkit-box-shadow: #B7B8B8 0px 1px 0px inset;
    */
    -moz-box-shadow: #B7B8B8 0px 1px 0px inset;
    /* box-shadow: #B7B8B8 0px 1px 0px inset;
    */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(177, 177, 177, 0.3);
    font-weight: bold;
    color: #ffffff;
    background-color: #304b62;
    background-image: -webkit-linear-gradient(to bottom, #3b5871, #253d52);
    background-image: -moz-linear-gradient(to bottom, #3b5871, #253d52);
    background-image: -ms-linear-gradient(to bottom, #3b5871, #253d52);
    background-image: -o-linear-gradient(to bottom, #3b5871, #253d52);
    background-image: linear-gradient(to bottom, #3b5871, #253d52);
    margin-right: 5px;
}
.hot-page2-alp-l-com1 a:hover {
    color: #fff;
}
.hot-page2-alp-l-com1 a i {
    font-size: 10px;
}
.hot-page2-alp-p3 {
}
.hot-page2-alp-p3 ul {
}
.hot-page2-alp-p3 ul li:nth-child(1n+6) {
    display: none;
}
.hot-page2-alp-p3-btn-h {
    display: none;
}
.hot-page2-alp-p4-btn-h {
    display: none;
}
.hot-page2-alp-p4 ul li:nth-child(1n+6) {
    display: none;
}
.hot-page2-alp-p5-btn-h {
    display: none;
}
.hot-page2-alp-p5 ul li:nth-child(1n+6) {
    display: none;
}
/*-------------------------------------------------*/
/* LISTING 
/*-------------------------------------------------*/
.hot-page2-lp-rat {
    padding: 6px 6px 15px 8px;
}
.hot-page2-alp-ri-p2 {
    padding: 18px 15px;
}
.hot-page2-alp-ri-p2 h3 {
    color: #343c42;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.hot-page2-alp-ri-p2 ul {
    padding: 0px;
    position: relative;
    overflow: hidden;
    padding-top: 12px;
    margin-bottom: 4px;
}
.hot-page2-alp-ri-p2 ul li {
    list-style-type: none;
    float: left;
    margin-bottom: 8px;
    font-size: 14px;
    padding-left: 30px;
}
.hot-page2-alp-ri-p2 ul li:nth-child(1) {
    color: #343c42;
    background: url(../images/1.png) no-repeat center left;
    background-size: 18px;
    font-size: 15px;
    font-weight: 600;
}
.hot-page2-alp-ri-p2 ul li:nth-child(2) {
    color: #979797;
    background: url(../images/2.png) no-repeat center left;
    background-size: 18px;
}
.hot-page2-alp-ri-p3 {
    padding: 52px 0px 10px 0px;
}
.hot-page2-alp-ri-p3 span {
    display: block;
    text-align: center;
}
.hot-list-p3-1 {
    color: #979797;
    font-weight: 400;
    font-size: 14px;
}
.hot-list-p3-2 {
    font-size: 32px;
    font-weight: 600;
    color: #f4364f;
    padding: 10px 0px;
}
.hot-list-p3-3 {
    font-size: 24px;
    color: #979797;
    text-decoration: line-through;
    padding: 10px 0px;
}
.hot-list-p3-4 {
}
.hot-list-p3-4 a {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.hot-page2-alp-ri-p2 p {
    color: #979797;
    /* padding-bottom: 12px;
    */
    margin-bottom: 0px;
    text-transform: lowercase;
    font-size: 14px;
}
.hot-page2-alp-ri-p2 p b {
    padding-right: 5px;
    color: #343c42;
    text-transform: uppercase;
    font-size: 12px;
}
.hot-page2-alp-ri-p2 a {
}
.hot-page2-alp-ri-p2 a:hover {
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.hot-page2-alp-quot-btn {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-top: 5px;
    border: 1px solid #e5ad05;
    border: 1px solid #d7a307;
    /* -webkit-box-shadow: #B7B8B8 0px 1px 0px inset;
    */
    -moz-box-shadow: #B7B8B8 0px 1px 0px inset;
    /* box-shadow: #B7B8B8 0px 1px 0px inset;
    */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(177, 177, 177, 0.3);
    font-weight: bold;
    color: #000000;
    background-color: #ffd65e !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04));
    background-image: -webkit-linear-gradient(top, #ffd65e, #febf04);
    background-image: -moz-linear-gradient(top, #ffd65e, #febf04);
    background-image: -ms-linear-gradient(top, #ffd65e, #febf04);
    background-image: -o-linear-gradient(top, #ffd65e, #febf04);
    background-image: linear-gradient(to bottom, #ffd65e, #febf04);
    display: block;
    text-align: center;
}
.hot-page2-alp-quot-free-btn {
    margin-top: 5px;
    border: 1px solid #234767;
    /* -webkit-box-shadow: #B7B8B8 0px 1px 0px inset;
    */
    -moz-box-shadow: #B7B8B8 0px 1px 0px inset;
    /* box-shadow: #B7B8B8 0px 1px 0px inset;
    */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(177, 177, 177, 0.3);
    font-weight: bold;
    color: #ffffff;
    background-color: #1f4363;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffd65e), to(#febf04));
    background-image: -webkit-linear-gradient(to bottom, #32638e, #1f4363);
    background-image: -moz-linear-gradient(top, #ffd65e, #febf04);
    background-image: -ms-linear-gradient(top, #ffd65e, #febf04);
    background-image: -o-linear-gradient(top, #ffd65e, #febf04);
    background-image: linear-gradient(to bottom, #32638e, #1f4363);
    margin-right: 5px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.hot-ameni {
    margin-bottom: -15px;
}
.hot-ameni ul {
    padding: 0px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.hot-ameni ul li {
    list-style-type: none;
    float: left;
    width: 33.33%;
    padding-bottom: 15px;
    padding-right: 15px;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
}
.hot-ameni ul li i {
    font-size: 12px;
    width: 22px;
    height: 22px;
    background: #ffcd33;
    color: #000;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
    margin-right: 6px;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.62);
}
.hot-page2-alp-r-list-re-sp {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.hot-page2-alp-r-list {
    border: 1px solid #dedede;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: 15px 15px 15px 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.hot-page2-alp-r-list {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.hot-page2-alp-r-list:hover {
    box-shadow: 0px 5px 19px -3px rgba(0, 0, 0, 0.23);
    transform: scale(1.02);
}
.hot-page2-alp-r-list:hover .hot-page2-alp-quot-btn {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    /* border: 1px solid #02abc1;
    */
    text-shadow: -1px -1px 0 rgba(177, 177, 177, 0.3);
    color: #000000;
    background-color: #fff;
    background-image: -webkit-linear-gradient(to bottom, #00bcd4, #05a6bb);
    background-image: -moz-linear-gradient(to bottom, #00bcd4, #05a6bb);
    background-image: -ms-linear-gradient(to bottom, #00bcd4, #05a6bb);
    background-image: -o-linear-gradient(to bottom, #00bcd4, #05a6bb);
    /* background-image: linear-gradient(to bottom, #00bcd4, #05a6bb);
    */
}
.hot-page2-alp-r-hot-page-rat {
    background: #253d52;
    position: absolute;
    padding: 4px 8px;
    right: -1px;
    border-radius: 1px;
    color: #fff;
    top: 0px;
    font-weight: 600;
    font-size: 12px;
}
.hotel-list-score {
    width: 32px;
    height: 32px;
    position: absolute;
    background-color: #f4364fba;
    /* bottom: 8px;
    */
    padding: 4px;
    margin: 10px 5px;
    right: 5px;
    border-radius: 2px;
    z-index: 9;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.28);
}
.other_tours ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.other_tours ul li a {
    border-bottom: 1px solid #ededed;
    padding: 5px 0 10px;
    display: block;
    color: #333;
}
.other_tours ul li a i {
    font-size: 22px;
    margin-right: 5px;
    margin-left: 2px;
    position: relative;
    top: 5px;
    color: #555;
}
.other_tours_price {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    color: #888;
}
.popular-search .list-group li a{
    color: #333333;
    font-weight: 600;
}
.custom-select{
    background:url('../images/top-bottom-arrow.svg') no-repeat right 0.55rem center/17px 17px;
}
.custim_price {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    background-color: white;
    border: 1px solid rgba(0,0,0,.125);
}
.custim_label {
    margin: 10px 0px;
    display: block;
    color: #B1B1B1;
}
.start_price, .end_price {
    width: 55px !important;
    text-align: center;
    height: 29px!important;
}
.pagination-main li.page-item.disabled{
    display: none;
}
.form-control#header_start_date[readonly]{
    background-color: #fff;
}
.form-control#header_duration[readonly]{
    background-color: #fff;
}
#lblTotalPrice{
    font-size: 22px;
}
.cookieinfo {
    font-family: 'Open Sans', sans-serif!important;
}
.search-container.home .btn-dark{
    display: none;
}
.search-container.home #modify-search{
    display: block;
}
.search-container.inner .inner-btn{
    display: none;
}
.search-container.inner #modify-search{
    display: block;
}
.tour-list-box .deal-overlay{
    display: none;
}
.homemostpopular .star-rating-inline{
    display: none;
}
.detail-tour-slide-star{
    display: none;
}
.floating-chat {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 15px 15px;
    background: #F4D351;
    border-left: 1px solid #ffa500;
    border-top: 1px solid #ffa500;
}
.itinerary_title {
    font-size: 20px;
    line-height: 26px;
}
.tour-list-box .tour-list-price p.remain-time {
    color: #030303;
    position: relative;
    top: 8px;
    float: left;
    margin-bottom: 10px;
}
.appendrows .lable-room{
    font-weight: bolder;
    font-size: small;
    color: #929292;
    border-bottom: 2px solid rgb(198, 206, 216)!important;
}
.appendrows .lable-text{
    font-size: small;
    color: #929292;
}
.appendrows .custom-select{
    width: 45px;
    background: url(../images/top-bottom-arrow.svg) no-repeat right 0.25rem center/17px 17px;
    padding: .35rem 1.5rem .35rem .5rem;
}
.sidebar-popular-tour .list-unstyled.cat-review-side li a{
    height: auto;
}
.tour-main-desc .star-rating{
    text-align: left;
}
.review-page .vertical-theme{
    max-width: fit-content;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    border: 1px solid #c7d0d9;
    border-radius: 3px;
    margin: 10px auto;
}
.review-page .vertical-theme h3{
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0px;
    padding: 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.review-page .vertical-theme .moretextreview{
    font-size: 13px;
}
.moretextreview {
}
.moretextreview p{
    margin-bottom: 0px;
    
}
.review-page .list-inline .list-inline-item{
    padding-right: 10px;
    padding-bottom: 10px;
}
.review-page .vertical-theme .img-div{
    position: relative;
    padding: 0px;
}
.review-page .rating-details{
    background: transparent;
}
.review-page .rating-details .star-rating{
    text-align: left;
    padding: 8px 0px;
}
.review-page .badge{
    padding: 0.70em;
    font-size: 90%;
    font-weight: 600;
}
.review-page .badge-light{
    background-color: #f3f3f3;
    color: #0089ff;
}
.review-page a.badge-light:focus, .review-page a.badge-light:hover{
    background-color: #dae0e5;
    color: #212529;
}
.review-page .cust-name {
    margin-top: 5px;
    padding: 6px 0px;
}
.review-page .cust-name h4{
    margin-bottom: 0px;
}
.new_highlight_area ul{
    list-style-type: none;
    margin-bottom: 5px;
}
.appendrows.single_day_tour_without_infant .custom-select {
    width: 34%;
}
.appendrows.single_day_tour_with_infant .custom-select{
    width: 18%;
}
.facebook-review{
    background: #3c5a99;
    padding: 35px 60px 13px;
    border-radius: 50px;
    color: #ffffff;
}
.facebook-review span{
    font-size: 3em;
    font-weight: bold;
}
.facebook-review:hover, .facebook-review:focus{
    color: #ffffff;
    text-decoration: none;
    background: #333333;
}
.filterbydiv{
    margin-bottom: 20px;
}
.filterbylist {
    clear: both;
    margin: -5px;
    overflow: hidden;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 0 0;
}

.filterbylist li{
    float: left;
    padding: 5px;
    line-height: inherit;
    list-style-type: none;
}

.filterbytitle{
    color: #333;
    display: block;
    position: relative;
    padding: 5px 0px;
}

.filterbyremoveall{
    color: #dc3545;
    display: block;
    position: relative;
    padding: 5px 0px;
    cursor: pointer;
}

.filterby{
    color: #333;
    display: block;
    position: relative;
    border-radius: 5px;
    background: #eaeaea;
}
.filterby i{
    top: 5px;
    right: 5px;
    z-index: 2;
    color: #dc3545;
    width: 18px;
    height: 18px;
    font-size: 15px;
    line-height: 17px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}
.filterby em{
    display: block;
    padding: 5px 30px 5px 10px;
    font-style: normal;
    position: relative;
}
.mobile-menu-custom-nav{
    position: absolute;
    left:15px;
}
.mobile-menu-custom-nav .contact-login .list-inline{
    text-align: left;
}
.mobile-menu-custom-nav .cart-list .badge.badge-danger{
    top: 4px;
    left: 17px;
}
.demo_warning_text {
    position: fixed;
    top: 0;
    padding-top: 12px;
    background: #ffffff;
    z-index: 1000;
    border-bottom: 1px solid #dc3545!important;
}
.top-banner{
    color: #dc3545;
    font-size: 20px;
    font-weight: 900;
    border-bottom: 1px solid #dc3545!important;
}
.demo_warning_text+.top-banner{
    position: relative;
    margin-top: 45px;
}
.demo_warning_text+.mainwrap{
    position: relative;
    margin-top: 45px;
}