@import url('https://fonts.googleapis.com/css?family=Pacifico&display=swap');

#map .gmnoprint {
    display: none;
}

body {

    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    color: #000;
}
.owl-carousel.owl-drag .owl-item:last-child{
    margin:0 !important;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: #000000 !important;
}

a:hover {
    text-decoration: none;
    color: #000000;
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    line-height: 1.5;
    color: #000;
    font-weight: 400;
}

.text_blue {
    color: #007bff !important;
}

.top_error {
    position: relative;
    top: 0;
    margin-bottom: 0;
    z-index: 99;
    width: 100%;
}

.underline {
    text-decoration: underline !important;
}

.name_text {
    font-size: 28px;
    color: #fff;
    font-family: Pacifico;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    left: 0;
    right: 0;
    bottom: 0;
}

.auto_textarea {
    box-sizing: border-box;
    resize: none;
    background: none;
    border-bottom: 1px solid #fff !important;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-radius: 0;
    color: #fff;
    width: 100%;
}

.vir_exp {
    position: absolute;
    right: 8px;
    bottom: -11px;
}

.all_wish{
    position: absolute;
    right: 8px;
    bottom: 15px;
    color: black;
    /*border: 2px solid black;*/
    border-radius: 50%;
    /*background-color: black;*/
    padding: 0px 0px 0px 6px;
    width: 40px;
}

.vir_btn {
    font-size: 12px;
    background-color: #000;
    padding: 2px 11px;
    color: #fff;
    text-transform: uppercase;

}


.our_color:hover {
    color: #47c288;
}

.bg_light {
    background-color: #e5efea !important;

}

.test_img {
    cursor: pointer;
    width: 100%;
    padding-top: 120%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color: #fafafa;
    margin-bottom: 5px;
    height: 400px;
}

.pretty {
    margin-bottom: 20px;
}

.fa_size {
    font-size: 1.3rem;
}

#signup_content {
    overflow: auto;
    height: 600px;
    overflow-x: hidden;
}


.bor_top {
    border-top: 1px solid #ced4da;
}

.bor_rgt {
    border-right: 1px solid #ced4da;
}

.our_green {
    color: #47c288;
}


.cursor {
    animation: blink 1s infinite;
}

.heart {
    color: #ff7bac;
}

.icon {
    position: absolute;
    right: 30px;
    top: 4px;
}

.up_cmg {
    padding: 0;
    list-style: none;
}

.up_cmg p {
    font-size: 18px;
    margin-bottom: 6px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #47c388;
}




.onhover:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.container-fluid {
    padding-right: 5% !important;
    padding-left: 5% !important;
}


.fixed-header {
    top: 70px;
    left: 0;
    width: 100%;
}

.stik {
    width: 100%;
    height: 40px;
    background: #fff;
    z-index: 10;
    padding: 0;
}

.stik div {
    color: white;
    font-size: 2rem;
    line-height: 60px;
    position: absolute;
    top: 50px;
    left: 2%;
    visibility: hidden;
}

.visible-title {
    visibility: visible;
}

.stik ul {
    list-style-type: none;
    padding-left: 0;
    text-align: left;
    max-width: 100%;
}

.stik ul li {
    display: inline-block;
    line-height: 20px;
}

.stik ul li a {
    text-decoration: none;
    color: #000;
}

.stik .nav-link.exnv.active {
    border-bottom: 5px solid #47c288;
    color: #47c288;
}







.text-primary {
    color: #000000 !important;
}

.error {
    color: #FF0000;
}

/* banner start*/


@media (min-width: 1281px) {
    .h_slider {
        height: 90vh;
    }

}


@media (min-width: 1025px) and (max-width: 1280px) {

    .h_slider {
        height: 740px;
    }

}


/* banner start*/


/* navbar dropdown start*/






/* navbar dropdown  start*/

/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {}

.navbar .dropdown-menu {
    border: none;
    max-height: 450px;
    overflow-y: scroll;
    background-color: #fff !important;
    color: #000;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {





    /* makes the dropdown full width  */
    .navbar .dropdown {
        position: static;
    }

    .navbar .dropdown-menu {
        width: auto;
        left: auto;
        right: 2%;
        /*  height of nav-item  */
        top: 50px;

        display: block;
        visibility: hidden;
        opacity: 0;

    }




    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }

    .navbar .dropdown-menu {
        border: 1px solid rgba(0, 0, 0, .15);
        background-color: #fff;
    }

}

.currencies_list ul {
    padding: 0px 0px 0px 3px;

}

.currencies_list ul li {
    list-style: none;


}




/* navbar start*/

.ftco-navbar-light {
    background-color: #fff !important;
    z-index: 3;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
    .ftco-navbar-light {
        background-color: #fff !important;
        position: relative;
        top: 0;
    }
}

.ftco-navbar-light .navbar-brand {
    color: #131313;
    padding: 5px;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    /* font-size: 16px;
    padding-top: .9rem;
    padding-bottom: .9rem;
    padding-left: 20px;
    padding-right: 20px; */
    color: #000;
    /* font-weight: 400;
    opacity: 1 !important;  */
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
    color: #000;
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
}

.ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator {
        padding-left: 0;
        margin-left: 0;
    }
}

.ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator:before {
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav>.nav-item.ftco-seperator:before {
        display: none;
    }
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 4px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a span {
    display: inline-block;
    color: #fff;
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a:hover {
    background: #000000;
    border: 1px solid #000000;
}

.ftco-navbar-light .navbar-nav>.nav-item.cta.cta-colored span {
    border-color: #000000;
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a {
    color: #131313;
}

.ftco-navbar-light .navbar-toggler {
    border: none;
    color: #000 !important;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
    outline: 0;
}

.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    color: #000;
}

.ftco-navbar-light.scrolled .nav-item.active>a {
    color: #000000 !important;
}

.ftco-navbar-light.scrolled .nav-item.cta>a {
    color: #fff !important;
    background: #000000;
    border: none !important;
    padding-top: 0.5rem !important;
    padding-bottom: .5rem !important;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 6px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.ftco-navbar-light.scrolled .nav-item.cta>a span {
    display: inline-block;
    color: #fff !important;
}

.ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
    border-color: #000000;
}

@media (max-width: 991.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
}

@media (max-width: 767.98px) {
    .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.ftco-navbar-light.scrolled .navbar-toggler {
    border: none;
    color: rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(0, 0, 0, 0.5) !important;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em;
}

.ftco-navbar-light.scrolled .nav-link {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    color: #000 !important;
}

.ftco-navbar-light.scrolled .nav-link.active {
    color: #000000 !important;
}

.ftco-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled.sleep {

    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.ftco-navbar-light.scrolled .navbar-brand {
    color: #000;
}

.ftco-navbar-light.scrolled .btn.btn-dark.navbar-btn {
    color: #000;
}

.ftco-navbar-light.scrolled .btn.btn-info.navbar-btn {
    color: #000;
}

.ftco-navbar-light.scrolled .onscroll {
    display: block !important;
}

.ftco-navbar-light.scrolled .offscroll {
    display: none;
}

.navbar-brand {
    font-weight: 700;
    font-size: 20px;
}

@media screen and (min-width: 300px) {
    .s_border {
        display: none;
    }
}

@media screen and (min-width: 400px) {
    .s_border {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .s_border {
        margin-top: 0.5rem;
        color: #000;
        display: block;
        font-family: Proxima_light;
    }

    .ftco-navbar-light.scrolled .s_border {

        color: #000;
        margin-top: 0.9rem;
    }

}

.dropdown-menu {
    min-width: 15rem;
}


/* navbar End*/



.btn.btn-dark.navbar-btn {
    font-size: 16px;
    padding: 0.2rem 0.7rem;
    background: none;
    border: none;
}

.btn.btn-info.navbar-btn {
    font-size: 16px;
    padding: 0.2rem 0.7rem;
    background: none;
    border: none;
}

.pd {
    padding: 12px 30px;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    z-index: 9999 !important;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    z-index: 9999 !important;
}

/* banners start*/

.hero-wrap {
    width: 100%;
    height: 100%;
    background-position: center;
}

.hero-wrap .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    opacity: .5;
    background: -moz-linear-gradient(-45deg, #000 0%, #000 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #000), color-stop(100%, #000));
    background: -webkit-linear-gradient(-45deg, #000 0%, #000 100%);
    background: -o-linear-gradient(-45deg, #000 0%, #000 100%);
    background: -ms-linear-gradient(-45deg, #000 0%, #000 100%);
    background: -webkit-linear-gradient(315deg, #000 0%, #000 100%);
    background: -o-linear-gradient(315deg, #000 0%, #000 100%);
    background: linear-gradient(135deg, #000 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000', GradientType=1);
}

.container-custom {
    max-width: 970px !important;
}

.banner_overlay {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url("http://18.222.146.105/voyageurs/website/images/canva.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 650px;
    padding-top: 50px;
}


/* banners end*/



/* slider Start*/
.blanck_height {
    height: 100px;
}

.slider-text {
    color: #fff;
}

.slider-text h1 {
    font-size: 3.8rem;
    color: #fff;
    line-height: 1;
    font-weight: 600;
}
@media screen and (max-width: 500px) {
    :is(.what_we, .slider-text, .shfooter, .heading, #filter_show, .vir_btn, .vendor-block) h1, h2, h3, h4, h5, h6 {
        font-family: Arial Rounded MT Bold;
    }
    .vendor_name, .heading, .mobile_headings, .terms_and_conditions_mobile, .faq_mobile {
        font-family: Arial Rounded MT Bold;
    }
}

@media (max-width: 991.98px) {
    .slider-text h1 {}
}

.slider-text p {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
}

.slider-text p strong {
    font-weight: 700;
}

.slider-text p strong a {
    color: #131313;
}

.slider-text .browse span {
    margin-right: 10px;
    font-size: 16px;
    color: #131313;
}

.slider-text .browse span a {
    color: #131313;
    padding: 10px 15px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

@media (max-width: 767.98px) {
    .slider-text .browse span a {
        margin-bottom: 1px;
    }
}

.slider-text .browse span a i {
    color: #131313;
    font-size: 20px;
    margin-right: 7px;
}

.slider-text .browse span a:hover {
    color: white;
    background: #000000;
}

.slider-text .browse span a:hover i {
    color: #fff;
}

.slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    z-index: 99;
}

.slider-text .breadcrumbs span {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}

.slider-text .breadcrumbs span a {
    color: #fff;
}

.slider-text .bread {
    font-weight: 700 !important;
}

.slider-text .btn-primary {
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.slider-text .btn-primary:hover,
.slider-text .btn-primary:focus {
    background: #fff !important;
    color: #131313;
}

.owl-carousel {
    position: relative;

}

.owl-carousel .owl-item {
    opacity: .4;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    color: #000000 !important;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-dots {
    text-align: center;
    display: none;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: '';
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #b3b3b3;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel .owl-nav .owl-prev {
    left: -25px;
}

.owl-carousel .owl-nav .owl-next {
    right: -25px;
}

.owl-custom-nav {
    float: right;
    position: relative;
    z-index: -1;
    border: 1px solid red;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
    padding: 10px;
    font-size: 30px;
    background: #ccc;
    line-height: 0;
    width: 60px;
    text-align: center;
    display: inline-block;
}



/* slider End*/


.bg-light {
    background: #f9f9f9 !important;
}

.bg-gray {
    background: #f8f4ff !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-14 {
    font-size: 14px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-18 {
    font-size: 18px !important;
}

.card-text .fa-star {
    color: #efce4a;
}

.card {

    border-radius: 0rem;
    border: none;
    background: none;

}

.card_bdes {
    background: #fff;
    border: 1px solid #ccc;
    border-top: none !important;
}

.color_lblue {
    color: #414c5b;
}

.card-title {}

img.card-img-top {
    border-radius: 0rem;
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    margin-bottom: 0.5rem;
}

.card .card-image span.card-date {

    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 20px;
    background: #000;
    color: #fff;


}

.card-date .dt-f {

    font-size: 20px;
    line-height: 1.2;

}

.show_more {
    background-color: #000;
    border: none;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 0px !important;
}

.show_more:hover {
    color: white;
}

.bg-primary {
    background: #000000;
}

.btn-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.our_black {
    background-color: #000 !important;
    color: #fff;
}

.btn {
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 3px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
}

.btn.btn-primary {
    background: #000000 !important;
    border: 1px solid #000000 !important;
    color: #fff !important;
}

.btn.btn-primary:hover {
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
}

.btn.btn-primary.btn-outline-primary {
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
}

.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #000000;
    color: #fff;
}

.btn.btn-outline-white {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 3px;
    border-width: 1px;
    color: #fff;
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white:active {
    background: #fff;
    border-color: #fff;
    color: #000000;
}

.ftco-search {
    padding: 20px 0 0 0 !important;
}


@media (min-width: 768px) {
    .ftco-search {
        margin-top: -206px;
        padding: 0 !important;
    }
}

.ftco-search .container-wrap {
    z-index: 1;
}

@media (min-width: 768px) {
    .ftco-search .container-wrap {
        width: 89%;
    }
}

@media (max-width: 768px) {
    .owl-carousel .owl-nav .owl-prev {
        left: -13px;
    }

    .owl-carousel .owl-nav .owl-next {
        right: -13px;
    }
}

.ftco-search {
    position: relative;
    width: 100%;
    display: block;
}

.ftco-search .nav-pills p {
    margin-bottom: 0;
}

.ftco-search .nav-pills .nav-link {
    padding: 10px 30px !important;
    border-radius: 0;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 991.98px) {
    .ftco-search .nav-pills .nav-link {
        color: rgba(0, 0, 0, 0.7);
    }
}

.ftco-search .nav-pills .nav-link.active,
.ftco-search .nav-pills .nav-link:hover {
    color: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    background: #000000;
}

.ftco-search .nav-pills .nav-link.active:after,
.ftco-search .nav-pills .nav-link:hover:after {
    opacity: 1;
}

@media (max-width: 767.98px) {

    .ftco-search .nav-pills .nav-link.active:after,
    .ftco-search .nav-pills .nav-link:hover:after {
        opacity: 0;
    }
}

@media (max-width: 767.98px) {
    .ftco-search .nav-pills .nav-link {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
}

.ftco-search .tab-content {
    background: #fff;
}

.fm-bn {
    height: 100% !important;
    width: 100%;
    height: 62px;
    border-radius: 0;
    border: 0;
    background-color:
        #000;
    padding: 25px;
}



.se-fm .icon {
    position: absolute;
    top: 50%;
    right: 28px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #47c288;
}

@media (max-width: 767.98px) {
    .se-fm .icon {
        right: 15px;
    }
}


/*Bucket section Start*/


.main-title {
    color: #2d2d2d;
    text-align: center;
    text-transform: capitalize;
    padding: 0.7em 0;
}

.container_box {
    padding: 1em 0;
    float: left;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .container_box {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 640px) {
    .container_box {
        display: block;
        width: 50%;
    }
}

@media screen and (min-width: 900px) {
    .container_box {
        width: 25%;
    }
}

.container_box .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.content {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.content .content-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 1rem;
}

.container_box {
    padding: 5px 10px;
}

.content .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
    height: 300px;
    border-radius: 1rem;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0em;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}




/*Bucket section end*/

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.img-on .overlay {
    display: block;
    background: rgba(0, 0, 0, .3);
}

.img-on img {
    position: relative;
    width: 500px;
    height: 200px;
    left: 0;
}

.img-on .title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    color: white;
    z-index: 1;
    transition: top .5s ease;
}

.img-on:hover .title {
    top: 50px;
}

.img-on .button {
    position: absolute;
    width: 100%;
    left: 0;
    top: 120px;
    text-align: center;
    opacity: 1;
    transition: opacity .35s ease;
}

.img-on .button a {
    width: 200px;
    padding: 6px 24px;
    text-align: center;
    color: white;
    border: solid 2px #000;
    border-radius: 50px;
    z-index: 1;
    background-color: #000;
    font-weight: 600;
}

.trend-crd {
    min-height: 250px;
    border: none;
}

.trend-crd p {
    font-size: 10px;
}

.trend-crd h6 {
    color: rgba(0, 0, 0, 0.8);
}

.trend-crd a {
    font-size: 12px;
}

.color_gold {
    color: #efce4a;
}

.warm-card p {
    color: #8e8e8e;
    font-weight: 600;
    margin-bottom: 0px;
}

.wrm-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    max-height: 156px;
}


.testimonial-slider .carousel {
    width: 100%;
    margin: 0 auto;
}

.testimonial-slider .carousel .item {
    color: #000;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 230px;
    font-weight: 500;
}

.testimonial-slider .carousel .item a {
    color: #eb7245;
}

.testimonial-slider .carousel .img-box {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 50%;
}

.testimonial-slider .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    border: 5px solid #31114b;
    margin: 0px;
}

.testimonial-slider .carousel .testimonial {
    padding: 0px 0 10px;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0px;
}

.testimonial-slider .carousel .overview {
    text-align: center;
    margin: 0;
}

.testimonial-slider .carousel .overview b {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
}

.testimonial-slider .carousel .star-rating i {
    font-size: 18px;
    color: #efce4a;
}

.testimonial-slider .carousel .star-rating .offstar {
    font-size: 18px;
    color: #fff;
}

.testimonial-slider .carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #999;
    text-shadow: none;
    top: 4px;
    display: none;

}

.bg-secondary {
    background-color: #d8d8d8 !important;
}

.testimonial-slider .carousel-control i {
    font-size: 20px;
    margin-right: 2px;
}

.testimonial-slider .carousel-control.left {
    left: auto;
    right: 40px;
}

.testimonial-slider .carousel-control.right i {
    margin-right: -2px;
}

.testimonial-slider .carousel .carousel-indicators {
    margin: 0;
}

.testimonial-slider .carousel-indicators li,
.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    margin: 1px 5px;
    border-radius: 50%;
}

.testimonial-slider .carousel-indicators li {
    background: #e2e2e2;
    border-color: transparent;
}

.testimonial-slider .carousel-indicators li.active {
    border: none;
    background: #888;
}

.subscribe_form .input-group-addon {
    position: absolute;
    right: 0px;
    height: 40px;
    z-index: 3;
}

.subscribe_form .btn-blue {
    background-color: #47c388;
    color: #fff;
    font-size: 16px;
    padding: 6px 25px;
    border-radius: 0px !important;
    height: 45px;
}

.subscribe_form .form-control {
    border-radius: 0px !important;
    height: 45px;
}

.subscribe_form .input-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff !important;
}

.subscribe_form .input-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
}

.subscribe_form .input-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff !important;
}

.subscribe_form .input-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
}

.image-box__background,
.image-box__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.image-box__overlay {
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}



.carousel-caption {
    color: #fff;
    top: 30%;
}


/*latest search box css start here*/


.ftco-search {
    padding: 20px 0 0 0 !important;
}

@media (min-width: 768px) {
    .ftco-search {
        margin-top: -206px;
        padding: 0 !important;
    }
}



.ftco-search {
    position: relative;
    width: 100%;
    display: block;
}

.search-destination {
    padding: 20px;
}

.search-destination .form-group {
    position: relative;
    margin: 3px;
}

.search-destination .form-group label {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.search-destination .form-group .form-field {
    position: relative;
    display: block;
}

.search-destination .form-group .form-control {
    padding-left: 30px;
    display: block;
    width: 100%;
    border: 1px solid #d9d9d9;
    color: rgba(0, 0, 0, 0.7) !important;
    background: transparent !important;
}

.search-destination .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.7) !important;
}

.search-destination .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.7) !important;
}

.search-destination .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.7) !important;
}

.search-destination .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.7) !important;
}

.search-destination .form-group .form-control.btn {
    font-size: 16px;
    color: #fff !important;
}

.search-destination .form-group .form-control.btn.btn-primary {
    background: #000 !important;
    border-radius: 25px;
}

.search-destination .form-group .select-wrap {
    position: relative;
}

.search-destination .form-group .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-destination .form-group .icon2 {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
}

@media (max-width: 767.98px) {
    .search-destination .form-group .icon2 {
        left: 10px;
    }
}

/*latest search box css end here*/




/*latest The journal css end here*/

.blog_p p {
    font-size: 20px;
}

@media (max-width: 768px) {
    .blog-landing-page .blog-posts {
        margin-top: 30px
    }
}

.blog-landing-page .blog-posts .blog-posts-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-left: 20px
}

@media (max-width: 768px) {
    .blog-landing-page .blog-posts .blog-posts-grid {
        margin-bottom: 10px
    }
}

.blog-landing-page .blog-posts .blog-posts-grid>* {
    padding-left: 45px;
    padding-right: 45px
}

.blog-landing-page .blog-posts .blog-posts-grid .article-grid-item {
    width: calc(100% / 3)
}

@media (max-width: 768px) {
    .blog-landing-page .blog-posts .blog-posts-grid .article-grid-item {
        width: 100%
    }
}

@media (min-width: 769px) {
    .blog-landing-page .blog-posts .blog-posts-grid .article-grid-item:nth-child(3n+2) {
        -webkit-transform: translateY(60px);
        -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
        -o-transform: translateY(60px);
        transform: translateY(60px)
    }

    .blog-landing-page .blog-posts .blog-posts-grid .article-grid-item:nth-child(3n+2)>a .bg-area {
        margin-left: -20px;
        margin-bottom: 20px
    }

    .blog-landing-page .blog-posts .blog-posts-grid .article-grid-item:nth-child(3n+2)>a .bg-area:after {
        left: 20px;
        top: 20px
    }

    .blog-landing-page .blog-posts .blog-posts-grid .article-grid-item:nth-child(3n+2)>a:hover .bg-area {
        -webkit-transform: translate(20px, 20px);
        -moz-transform: translate(20px, 20px);
        -ms-transform: translate(20px, 20px);
        -o-transform: translate(20px, 20px);
        transform: translate(20px, 20px)
    }

    .blog-landing-page .blog-posts .blog-posts-grid .article-grid-item:nth-child(3n+2)>a:hover .bg-area:after {
        left: 0;
        top: 0
    }

    .blog-landing-page .blog-posts .blog-posts-grid .article-grid-item:nth-child(2) {
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}


.article-grid-item {
    margin-bottom: 10px;
    padding-top: 20px
}

@media (max-width: 768px) {
    .article-grid-item {
        margin-bottom: 0
    }
}

.article-grid-item>a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.article-grid-item>a .bg-area {
    padding-bottom: 100%;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.article-grid-item>a .bg-area:before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-weight: 400;
    letter-spacing: 0.5px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.article-grid-item>a .bg-area:after {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: -20px;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.article-grid-item>a .caption-container {
    padding: 20px 0;
    position: static
}

.article-grid-item>a .caption-container .caption-area time {
    margin-bottom: 15px;
    display: block;
    letter-spacing: 1.3px
}

.caption-area h2 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.article-grid-item>a .caption-container .caption-area time,
.article-grid-item>a .caption-container .caption-area p {
    font-weight: 400
}

.article-grid-item>a .caption-container .caption-area .rte {
    letter-spacing: 1.3px
}

.article-grid-item>a:hover .bg-area {
    -webkit-transform: translate(-20px, -20px);
    -moz-transform: translate(-20px, -20px);
    -ms-transform: translate(-20px, -20px);
    -o-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px)
}

.article-grid-item>a:hover .bg-area:after {
    left: 0;
    top: 0
}

.article-grid-item>a:hover .bg-area:before {
    opacity: 1;
    visibility: visible
}



.single-slider .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}

.single-slider .owl-nav .owl-prev,
.single-slider .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.single-slider .owl-nav .owl-prev span:before,
.single-slider .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-slider .owl-nav .owl-prev:hover span:before,
.single-slider .owl-nav .owl-prev:focus span:before,
.single-slider .owl-nav .owl-next:hover span:before,
.single-slider .owl-nav .owl-next:focus span:before {
    color: rgba(0, 0, 0, 0.3);
}

.single-slider .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.single-slider .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.single-slider:hover .owl-nav .owl-prev,
.single-slider:hover .owl-nav .owl-next {
    opacity: 1;
}

.single-slider:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.single-slider:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}






/*All Destination*/
.destination h1 {
    font-size: 3rem;
}

.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000002b;
    transition: background 0.5s ease;
    z-index: 1;
    border-radius: 1rem;
}

.top-attraction,
.top-destination {
    margin-bottom: 32px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;

}

.image-box.image-box-v2,
.image-box-v2.activity-box {
    border-radius: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
}

.no-touchevents .image-box,
.no-touchevents .activity-box {
    cursor: pointer;
}

.image-box,
.activity-box {
    border-radius: 1rem;
    overflow: hidden;
    display: block;
    position: relative;
}

.connect_culture_image, .connect_culture_image_pc, .connect_culture_image_event {
    border-radius: 10px;
    background-size: cover;
    width: 150px;
    height: 80px;
}

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

.caption, .caption_pc, .caption_event {
    position: absolute;
    top: 55%;
    left: 45%;
    transform: translate( -50%, -50% );
    text-align: center;
    color: white;
    font-size: 24px;
}
.host_banner{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    display: block;
}
.host_banner_mobile{
    display: none;
}
.fullslider.slick-initialized.slick-slider{
    margin-left: -20px;
}
.city_icons_mobile{
    display: none;
}
@media (min-width: 360px) and (max-width: 760px) {
    .destination_images{
        width: 177px;
        height: 377px;
    }
    .destination_images_second{
        width: 118px;
        height: 330px;
    }
    .test_img{
        height: 100px; 
    }
    .city_icons_mobile{
        display: block;
    }
    .city_icons{
        display: none;
    }
    .host_banner{
        display: none;
    }
    .host_banner_mobile{
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
    }

    .connect_culture_image {
        border-radius: 10px;
        background-size: cover;
        width: 90px;
        height: 60px;
        display: block;
    }

    .connect_culture_image_pc{
        border-radius: 10px;
        background-size: cover;
        width: 90px;
        height: 60px;
        margin-left: 60px;
    }
    .connect_culture_image_event {
        border-radius: 10px;
        background-size: cover;
        width: 90px;
        height: 60px;
        margin-right: 50px;
    }
    .caption {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate( -50%, -50% );
        text-align: center;
        color: white;
        font-size: 20px;
        /*font-weight: bold;*/
        font-family: Calibri; 
    }

    .caption_pc {
        position: absolute;
        top: 65%;
        left: 68%;
        transform: translate( -50%, -50% );
        text-align: center;
        color: white;
        font-size: 12px;
    }

    .caption_event {
        position: absolute;
        top: 65%;
        left: 28%;
        transform: translate( -50%, -50% );
        text-align: center;
        color: white;
        font-size: 12px;
    }
}

.image-box-figure {
    position: relative;
    background-color: #fff;
    border-radius: 1rem;
    outline: none;
    z-index: 2;
    padding-top: 300px !important;
    margin: 0;
}

.discover_experiences{
    width: 100%;
    border-radius: 10px;
}

.discover_experiences_image{
    border-radius: 10px;
    background-size: cover;
    width: 100%;
    height: 300px;
}

.image-box.image-box-v2.attractions-image-box .image-box-figure,
.image-box-v2.attractions-image-box.activity-box .image-box-figure {
    padding-top: 100%;
}

.image-box-picture {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    object-fit: cover;
}

.image-box-caption {
    max-width: 100%;
    width: 100%;
    height: auto;
    text-align: left;
    z-index: 99;
    position: absolute;
    bottom: 0;
    left: 0;
}

.no-touchevents a:hover {
    color: #0079e1;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.f-12 {
    font-size: 12px !important;
}

.no-touchevents .image-box,
.no-touchevents .activity-box {
    cursor: pointer;
}

.image-box.image-box-v2 .image-box-label-title,
.image-box-v2.activity-box .image-box-label-title {
    font-size: 2rem;
    line-height: 1.7rem;
    font-weight: 700;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    display: inline-block;
    padding: 12px 15px;
}

.image-box-figure::after {
    position: absolute;
    content: " ";
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 10;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: rgba(26, 43, 73, .2);
    border-radius: 10px;
}

@media(min-width: 560px) {

    .top-attraction,
    .top-destination {
        float: left;
        width: 50%
    }
}

@media(min-width: 736px) {

    .top-attraction,
    .top-destination {
        float: left;
        width: 33.3333333333%
    }

    .image-box-figure::after {
        border-radius: 1rem;
    }
}

@media(min-width: 1024px) {

    .top-attraction,
    .top-destination {
        float: left;
        width: 25%
    }
}

@media(min-width: 1366px) {

    .top-attraction,
    .top-destination {
        float: left;
        width: 25%
    }
}

@media(max-width: 559px) {

    .top-attraction,
    .top-destination {
        margin-bottom: 16px
    }
}

.border_right {
    border-right: 4px solid #000;
    border-radius: 0px !important;
}

#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 0px;
    background-color: #fff;
    border-right: 4px solid #000;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
}

#custom-search-input button {
    margin: 0px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;

}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;

}

#custom-search-input .glyphicon-search {
    font-size: 23px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {

    background-color: #000000 !important;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: #000000 !important;
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.irs-line-left {
    left: 0;
    width: 11%;
}

.irs-line-mid {
    left: 9%;
    width: 82%;
}

.irs-line-right {
    right: 0;
    width: 11%;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

.irs-slider.single {}

.irs-slider.from {}

.irs-slider.to {}

.js-input-to {
    margin-left: 5px;
}

.irs-slider.type_last {
    z-index: 2;
}

.irs-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.irs-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.irs-grid-pol.small {
    height: 4px;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0.0);
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}




.irs {
    height: 55px;
}

.irs-with-grid {
    height: 75px;
}

.irs-line {
    height: 10px;
    top: 33px;
    background: #EEE;
    background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
    /* W3C */
    border: 1px solid #CCC;
    border-radius: 16px;
    -moz-border-radius: 16px;
}

.irs-line-left {
    height: 8px;
}

.irs-line-mid {
    height: 8px;
}

.irs-line-right {
    height: 8px;
}

.irs-bar {
    height: 10px;
    top: 33px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #000;
    background: linear-gradient(to top, rgba(0, 0, 0) 0%, rgba(0, 0, 0) 100%);
    /* W3C */
}

/* .irs-bar {
    height: 10px; top: 33px;
    border-top: 1px solid #428bca;
    border-bottom: 1px solid #428bca;
    background: #428bca;
    background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C 
} */
.irs-bar-edge {
    height: 10px;
    top: 33px;
    width: 14px;
    border: 1px solid #428bca;
    border-right: 0;
    background: #428bca;
    background: linear-gradient(to top, rgba(66, 139, 202, 1) 0%, rgba(127, 195, 232, 1) 100%);
    /* W3C */
    border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
    height: 2px;
    top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 25px;
    width: 27px;
    height: 27px;
    border: 1px solid #AAA;
    background: #DDD;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(220, 220, 220, 1) 20%, rgba(255, 255, 255, 1) 100%);
    /* W3C */
    border-radius: 27px;
    -moz-border-radius: 27px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.irs-slider.state_hover,
.irs-slider:hover {
    background: #FFF;
}

.irs-min,
.irs-max {
    color: #000;
    font-size: 12px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from,
.irs-to,
.irs-single {
    color: #fff;
    font-size: 14px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #428bca;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 27px;
}

.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}

.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}

.list-group-item {
    padding: 0.2rem 1.25rem;
    border: none;
}

.irs--flat .irs-handle {
    width: auto !important;
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 18px !important;
    height: 100%;
    margin-left: -8px !important;
    background-color: #fff !important;
    border-radius: 50px !important;
    border: 1px solid #ccc !important;
}

.fields p {
    color: #000;
    font-weight: 500;
}

.available {
    min-width: 15rem;
}

.modal-header {
    display: block !important;
}

ul.chec-radio li.pz {
    display: inline;
}

.chec-radio label.radio-inline input[type="checkbox"] {
    display: none;
}

.chec-radio label.radio-inline input[type="checkbox"]:checked+div {
    color: #fff;
    background-color: #000;
}

.chec-radio .radio-inline .clab {
    cursor: pointer;
    background: #e7e7e7;
    padding: 3px 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    position: relative;
    height: 34px;
    float: left;
    margin: 4px;
    margin-bottom: 5px;
}

.chec-radio label.radio-inline input[type="checkbox"]:checked+div:before {
    content: "\e013";
    margin-right: 5px;
    font-family: 'Glyphicons Halflings';
}

.chec-radio label.radio-inline input[type="radio"] {
    display: none;
}

.chec-radio label.radio-inline input[type="radio"]:checked+div {
    color: #fff;
    background-color: #000;
}

.table-condensed {

    width: 100%;

}

.datepicker-inline {
    width: 100%;
}

.input_custom {
    height: 40px;
    border-right: 4px solid #000 !important;
    padding: 4px 10px;
    cursor: pointer;
}

.btn_togl .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
}


.btn_togl .switch input {
    display: none;
}

/* The slider */
.btn_togl .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.btn_togl .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.btn_togl input.default:checked+.slider {
    background-color: #444;
}

.btn_togl input.primary:checked+.slider {
    background-color: #2196F3;
}

.btn_togl input.success:checked+.slider {
    background-color: #8bc34a;
}

.btn_togl input.info:checked+.slider {
    background-color: #3de0f5;
}

.btn_togl input.warning:checked+.slider {
    background-color: #FFC107;
}

.btn_toglinput.danger:checked+.slider {
    background-color: #f44336;
}

.btn_togl input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.btn_togl input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


.btn_togl .slider.round {
    border-radius: 34px;
}

.btn_togl .slider.round:before {
    border-radius: 50%;
}

.instant_confirmation .modal-dialog {
    max-width: 500px;
    margin: 12.75rem auto;
}

.price .modal-dialog {
    margin: 12.75rem auto;

}

.price .dropdown-toggle::after {
    display: none !important;

}

.arrow_chnge {
    -moz-appearance: none !important;
    /* Firefox */
    -webkit-appearance: none !important;
    /* Safari and Chrome */
    appearance: none !important;
    background: none;
}

.arrow_rgt {
    position: absolute;
    right: 26px;
    padding: 4px;
    z-index: 1;
}

.exp_count {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}

/*All Destination End*/



/*About Page new*/
.gallery1 a {
    position: relative;
    display: block;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 100px;
    height: 100%;
    width: 100%;
    padding-top: 40px;
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    transition: all 1s ease;
}

.overlay2 {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 100px;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    transition: all 1s ease;
}

.gallery1 a:hover .overlay,
.gallery1 a:hover .overlay2 {
    opacity: 0.8;
}

.img-space {
    margin: 20px 0px;
}

.image-box-figure2 {
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    outline: none;
    z-index: 8;
    padding-top: 300px;
    margin: 0;
}

.image-box-figure3 {
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    outline: none;
    z-index: 8;
    padding-top: 30%;
    margin: 0;
}

.image-box-figure5 {
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    outline: none;
    z-index: 8;
    padding-top: 50%;
    margin: 0;
}

.image-box-figure36 {
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    outline: none;
    z-index: 8;
    padding-top: 630px;
    margin: 0;
}

.image-box.image-box-v2.attractions-image-box .image-box-figure,
.image-box-v2.attractions-image-box.activity-box .image-box-figure2 {
    padding-top: 100%;
}


/*About Page new End*/

/*Contact us Start*/


#accordion .panel {
    border: 0px none;
    box-shadow: none;
    margin-bottom: 10px;
}

#accordion .panel-heading {
    padding: 0;
    background: #fff;
}

#accordion .card-title a {
    display: block;
    position: relative;
    background: transparent;
    color: #000;
    font-size: 16px;
    padding: 0px;
    transition: all 0.10s linear 0s;
    text-align: left;
}

#accordion .card-title a.collapsed {
    color: #000;
    margin: 0;
    border-radius: 0;
}

#accordion .card-header {
    background: #fff !important;
}

#accordion .card-title a i {
    color: #000;
    position: absolute;
    top: 0px;
    left: 10px;
}

#accordion .card-title a.collapsed:before {
    content: "";
    border: 0px none;
}

#accordion .card-title a.collapsed:hover {
    color: #000;
}

#accordion .card-title a:after,
#accordion .card-title a.collapsed:after {
    content: "\f106";
    font-family: FontAwesome;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    right: -5px;
}

#accordion .card-title a.collapsed:after {
    content: "\f107";
    color: #808080;
}

#accordion .panel-body {
    border-top: 0 none;
    color: #808080;
    margin-bottom: 10px;
}

#accordion .tb-cnt {
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    border: 1px solid #d3d3d3;
    margin-bottom: 10px;
}

.arrow_rgt2 {
    position: relative;
    right: 10px;
    top: 41px;
    float: right;
}

.contact_form label {
    font-weight: 600;
    color: #000;
}

.hdn_arrow select {
    -webkit-appearance: none;
    appearance: none;
}

.contact_form textarea {
    width: 100%;
}

.contact_form .our_button {
    background: #47c288;
    color: #fff;
    padding: .375rem 1.75rem;
}

.arrow_rgt3 {
    position: absolute;
    right: 26px;
    top: 8px;
    float: right;
}

/*Contact us End*/


/*Profile Start*/
.side_tab .nav {
    display: block !important;
    border: none;

}

.side_tab .nav-tabs .nav-item {
    font-weight: 600;
}

.side_tab .nav-tabs .nav-link {
    background-color: #F3F4F6 !important;
}

.side_tab .nav-tabs .nav-link.active {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
    border: none !important;
}

.fake-shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload #logo-id {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 33px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.img-preview {
    max-width: 100%;
    height: 100px;
    width: 100px;
}

.uplod_btn {
    position: absolute;
    top: -25px;
    left: 28px;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 100px;
}

.profile_sidebr .nav-link {
    padding: 1rem 1rem;
}

.profile_data .our_button {
    background: #47c288;
    color: #fff;
    border-radius: 5px;
}

.profile_data label {
    font-weight: 600;
    color: #000;
}

.profile_data .our_button2 {
    background: #47c288;
    color: #fff;
    padding: .375rem 1.75rem;
}

.pro_hd {
    font-weight: 600;
    color: #000;
}

/*Profile End*/

/*exprience page start*/
.card_height {
    height: 152px;
}

.head_height {
    height: 80px;
    margin-top: 8px;
}

.head_height p {
    font-size: 14px;
}

.head_heightp {
    height: 20px
}

.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*jssor slider bullet skin 051 css*/
.jssorb051 .i {
    position: absolute;
    cursor: pointer;
}

.jssorb051 .i .b {
    fill: #fff;
    fill-opacity: 0.5;
}

.jssorb051 .i:hover .b {
    fill-opacity: .7;
}

.jssorb051 .iav .b {
    fill-opacity: 1;
}

.jssorb051 .i.idn {
    opacity: .3;
}

/*jssor slider arrow skin 051 css*/
.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

.jssora051:hover {
    opacity: .8;
}

.jssora051.jssora051dn {
    opacity: .5;
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none;
}

/*jssor slider loading skin spin css*/




.experience_bread ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #fff;
}

.experience_bread ul.breadcrumb li {
    display: inline;
    font-size: 15px;
    font-weight: 500;
}

.experience_bread ul.breadcrumb li+li:before {
    padding: 8px;
    color: #4985e6;
    content: "›";
}

.experience_bread ul.breadcrumb li a {
    color: #4985e6;
    text-decoration: none;
    font-size: 0.8rem;
}

.experience_bread ul.breadcrumb li a:hover {
    color: #17BFFF;
    text-decoration: underline;
}

.project-tab #tabs {
    background: #007b5e;
    color: #eee;
}

.project-tab #tabs h6.section-title {
    color: #eee;
}

.project-tab .nav-link.active {
    color: #47c288;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}

.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    background: none;
}

#sidebr {
    right: 0;
}

.project-tab .nav-link:hover {
    border: none;
}

.project-tab thead {
    background: #f3f3f3;
    color: #000;
}

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

.l-style {
    list-style: none;
}

.from_side {
    border-top: 5px solid #47c288;
}

.add_wsh ul li {

    list-style: none;
}

.side_pf {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-size: 20px;
}

.line_height {
    line-height: 1;
}

#main-nav2 .nav-link.active {
    border-bottom: 3px solid #47c388;
    font-weight: bold;
    color: #47c388 !important;
}

#main-nav2 .nav-link {
    font-size: 16px;
}

.font_weight500 {
    font-weight: 500;
}

.tc-pont p::before {
    content: '✓';
    margin-right: 8px;
    font-weight: 700;
    font-size: 20px;
    color: #47c388;
}

.tc-pont p {
    margin: 0;
}

.color_green {
    color: #47c388;
}

.selectedLi {
    background: #47c288 !important;
    color: #fff !important;
}

.selected_date {
    background: #47c288 !important;
    color: #fff !important;
}

.form-control:focus {

    box-shadow: none !important;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
    border-radius: 50px;
}

.ui-widget-header {
    border: 1px solid #000 !important;
    background: #000 !important;
}

.ui-slider-handle.ui-corner-all.ui-state-active {
    border: 1px solid #fff !important;
    background: #fff !important;
}




/*exprience page End*/


/*select start*/
.select-wrapper select {
    background: #F0F3FB;
    border: 1px solid #F0F3FB;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    color: #3F3F3F;

    /* Here's the code we need */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.select-wrapper {
    position: relative;
}

.select-wrapper:after {
    font-family: FontAwesome;
    content: '\f107';
    font-size: 20px;
    position: absolute;
    top: 1px;
    right: 15px;
    color: #434B67;
    pointer-events: none;
}

select::-ms-expand {
    display: none;
}


/*select End*/

/*forgot start End*/
.forgot_password .modal-header {
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 0.1rem 1rem;
    border: none;

}

.forgot_password .modal-footer {
    padding: 0rem 1rem 1rem;
    border: none;
}

.forgot_password .modal-body {
    padding: 0 1rem;
}

.forgot_form label {
    color: #000;
    font-weight: 600;
}

.our_button3 {
    background: #47c288;
    color: #fff;
}

.our_color {
    color: #47c288 !important;
}

.black {
    color: #000;
}

.bg_our_button {
    background: #000;
    color: #fff;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #ddd;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    right: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 40px;
    font-size: 18px;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    right: 11px;
    top: 2px;
    color: #ddd;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    float: left;
    font-weight: normal;
}

.modal-content {
    border-radius: 0px;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .fa {
    margin-left: 0;
    font-size: 12px;
    right: 5px;
    top: -1px
}

.icon-addon .form-control:focus+.glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus+.fa,
.icon-addon:hover .fa {}

.form-check-input {
    margin-top: 0.5rem;
}

.sgnup {
    max-width: 450px;
}

/*sign in start End*/





/*sign in new start End*/
.login-modal .modal-error,
.login-modal .modal-error {
    background: #fff4f1;
    font-size: 1.4rem;
    line-height: 60px;
    padding: 0 15px;
    font-weight: 500;
    border-radius: 4px;
    margin: 10px 0
}

@media(min-width: 560px) {

    .login-modal .modal-dialog,
    .login-modal .modal-dialog {
        width: 380px
    }
}

.login-modal .modal-header,
.login-modal .modal-header {
    border: none;
    padding: 5px 10px 0 0
}

.login-modal .modal-body,
.login-modal .modal-body {
    background: #fff;
    padding: 0 25px 15px 25px;
    min-height: 300px
}

.login-modal .modal-footer,
.login-modal .modal-footer {
    border: 0;
    padding: 0 20px 15px 20px;
}

.login-modal .spinner,
.login-modal .spinner {
    position: absolute
}

.login-modal .spinner-container,
.login-modal .spinner-container {
    border-radius: 4px;
    width: 98%
}

.login-modal .spinner-message,
.login-modal .spinner-message {
    border: none
}

.login-modal .sign-up-general,
.login-modal .login-general,
.login-modal .sign-up-general,
.login-modal .login-general {
    margin: 0;
    padding: 0 20px
}

.login-modal .sign-up-general .login-title,
.login-modal .login-general .login-title,
.login-modal .sign-up-general .login-title,
.login-modal .login-general .login-title {
    font-size: 2rem;
    font-weight: 500;
    margin: 0 0 10px 0
}

.login-modal .sign-up-general .login-content,
.login-modal .login-general .login-content,
.login-modal .sign-up-general .login-content,
.login-modal .login-general .login-content {
    text-align: center;
    width: 100%
}

.login-modal .sign-up-general .login-intro-text,
.login-modal .login-general .login-intro-text,
.login-modal .sign-up-general .login-intro-text,
.login-modal .login-general .login-intro-text {
    font-size: 1.5rem;
    width: auto
}

.login-modal .sign-up-general .membership-question,
.login-modal .login-general .membership-question,
.login-modal .sign-up-general .membership-question,
.login-modal .login-general .membership-question {
    padding: 15px 0 0 0;
    border-top: 1px solid #c6c8d0
}

.login-modal .login-form,
.login-modal .login-form {
    margin: 0
}

.login-modal .login-form .form-field,
.login-modal .login-form .form-field {
    position: relative;
    margin: 10px 0
}

.login-modal .login-form input:not([type=checkbox]),
.login-modal .login-form input:not([type=checkbox]) {
    width: 100%;
    background-color: #fff
}

.login-modal .login-form .get-newsletter,
.login-modal .login-form .get-newsletter {
    float: left;
    display: inline-block
}

.login-modal .login-form .get-newsletter label,
.login-modal .login-form .get-newsletter label {
    font-size: 1.4rem;
    font-weight: normal;
    color: #9a9a9a;
    display: inline
}


.login-modal .login-form .btn,
.login-modal .login-form .btn {
    margin: 0 0 17px;
    width: 100%;
    position: relative
}


.login-modal .btn.btn-facebook {
    color: #1a2b49;
    background: #fff url("../images/facebook.png") no-repeat 10px center;
    background-color: rgb(255, 255, 255);
    background-size: 20px;
    border-color: #6d7688;
    padding: .6rem 3rem;
    font-weight: 500;

}

.login-modal .btn.btn-google {
    color: #1a2b49;
    background: #fff url("../images/google.png") no-repeat 10px center;
    background-color: rgb(255, 255, 255);
    background-size: 20px;
    border-color: #6d7688;
    padding: .6rem 3rem;
    font-weight: 500;
}

.login-modal .pd63 {
    padding: .6rem 3rem;
    font-weight: 500;
}

.login-modal .an_acc {
    font-weight: 500;
}

/*
.login-modal .login-form .or,
.login-modal .login-form .or {
     font-size:1rem;
     line-height:2rem;
     color:#6d7688;
     margin-bottom:18px;
     margin-top:12px;
     text-align: center;
     background: #fff;
}*/

.or {
    overflow: hidden;
    text-align: center;
    margin-bottom: 18px;
    margin-top: 12px;
}

.or:before,
.or:after {
    background-color: #ddd;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.or:before {
    right: 0.5em;
    margin-left: -50%;
}

.or:after {
    left: 0.5em;
    margin-right: -50%;
}

.modal__signup-button {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: 0;
    color: #1a2b49;
    padding: 0;
}

.login-modal .btn.btn-facebook {
    background-color: #415a99;
    border-color: #415a99;
    color: #fff;
}

.login-modal .login-form .btn,
.login-modal .login-form .btn {
    margin: 0 0 17px;
    margin-top: 0px;
    width: 100%;
    position: relative;
}

.login-modal .login-form .btn.btn-facebook,
.login-modal .login-form .btn.btn-facebook {
    margin-top: 5px;
}

.login-modal .remember-me,
.login-modal .remember-me {
    font-size: 0.8rem;
    line-height: 1.6rem;
}

/*sign in start End*/




/*City page start*/
.city_bnbtn {
    text-transform: uppercase;
    width: auto;
    margin-top: 10px;

}

.inner_tmblock div {
    width: 175px;
    height: 100px;
    padding: 5px;
}

.tm_block h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 0px;
}

.what_we h3 {}

.font_weight600 {
    font-weight: 600;
}

.adres_eat h5 {
    line-height: 1.5rem;
}

.line_height {
    line-height: 1;
}

/*City pagel End*/


/*billing page Start */
.billing_form label {
    font-weight: 400;
    color: #000;
    margin: 0px;
    font-size: 14px;
}

.billing_form .rq_fld {
    font-size: 14px;
    float: right;
}

.billing_form .arrow_rgt2 {
    top: 33px;
}

.pay_buttn {
    font-size: 1rem;
}

.our_outline_button {
    color: #47c288;
    background-color: transparent;
    background-image: none;
    border-color: #47c288;
}

.frew_ask .card-header::after {
    content: "\f107";
    color: #000;
    top: -5px;
    left: 0px;
    position: absolute;
    font-family: "FontAwesome"
}

.frew_ask .card-header[aria-expanded="true"]::after {
    content: "\f106";
}

.plce_height {
    height: 40px;
}



.cart-item-booking {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 8px
}

@media(min-width: 736px) {
    .cart-item-booking {
        padding: 16px
    }
}

.cart-item-booking.removing {
    opacity: .5
}

.cart-item-booking header {
    display: flex
}

.cart-item-booking .title {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3 auto;
    -moz-flex: 3 auto;
    -ms-flex: 3 auto;
    flex: 3 auto;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    margin: 0;
    max-width: 85%;
}

.cart-item-booking .item-price {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    letter-spacing: .03em;
    color: #000;
    text-align: right;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
    -ms-flex-order: 2;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 auto;
    -moz-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
}

.cart-item-booking .item-price.deal {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}

@media(min-width: 736px) {
    .cart-item-booking .title {
        margin: 4px 0 10px 0;
    }
}

.cart-item-booking .title a {
    color: #000;
}

.cart-item-booking .image-container {
    max-width: 90px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0;
    -moz-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
}

.cart-item-booking .content-container {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #6d7688;
    margin-left: 10px;
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3 0;
    -moz-flex: 3 0;
    -ms-flex: 3 0;
    flex: 3 0;
}

@media(min-width: 736px) {
    .cart-item-booking .content-container {
        margin-left: 15px
    }
}

.cart-item-booking .list-value {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-item-booking .tags {
    padding-top: 8px
}

.cart-item-booking .participants-list {
    margin: 0;
    list-style: none;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

dd {
    margin-left: 0;
    margin-bottom: 0;
}

.cart-item-booking .content-container {
    font-size: 1rem !important;
    line-height: 2rem;
    color: #6d7688;
}

.cart-items {
    padding: 0;
    margin: 0;
    border: none;
}

.cart-item {
    list-style: none;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e9ec;
    margin-bottom: 16px;
}



.has-controls .cart-item-booking {
    padding-bottom: 0;
}

.cart-item-booking .details-list {
    margin: 0;
}

.cart-item-booking .content-container {
    font-size: 1.4rem;
    line-height: 1.5rem;
    color: #6d7688;
    margin-left: 10px;
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    box-flex: 3;
    -webkit-flex: 3 0;
    -moz-flex: 3 0;
    -ms-flex: 3 0;
    flex: 3 0;
    font-weight: 600;
}

.cart-item-booking header {
    display: flex;
}

.cart-item-booking .title {
    margin: 0px 0 10px 0;
}

.cart-item-booking .title a {
    color:
        #000;
}






/*billing page End*/

/*Wishlist*/
.heart {
    position: absolute;
    right: 20px;
    top: 20px;
}

.icon-background1 {
    color: #47c288;
}

/*Wishlist*/

/*host an exp Start*/
#host_exbg {
    background-image: url("../images/bg_1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100vh;
}

#host_exbg {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}

.host_ex {
    background: #fff;
    max-width: 800px;
}



/*host an exp End*/

/*host an exp front start*/
.how-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.join_a p {
    margin: 2px;
    font-size: 16px;
}

.quality_sc {
    color: #fff;
}

.quality_sc h3 {
    color: #fff;
}

.quality_sc h4 {
    color: #fff;
}

/*host an exp front End*/




/*Google pin End*/
.google_box {
    width: 100%;
    max-width: 200px;
    color: #000;
    text-align: center;
    float: left;
}

.google_box img {
    margin-bottom: 15px;

}

.google_box.arrow-bottom:after {
    /*   content: " ";
  position: absolute;
  right: 30px;
  bottom: -15px;
  border-top: 15px solid black;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: none; */
}


/*Google pin End*/

/*404 start*/

#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    padding: 15px;
}

.notfound .notfound-404 {
    position: relative;
    height: 220px;
}

.notfound .notfound-404 h1 {
    font-family: 'Kanit', sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 186px;
    font-weight: 200;
    margin: 0px;
    background: linear-gradient(130deg, #ffa34f, #47c288);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
}

.notfound h2 {
    font-family: 'Kanit', sans-serif;
    font-size: 33px;
    font-weight: 200;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 25px;
    letter-spacing: 3px;
}


.notfound p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 200;
    margin-top: 0px;
    margin-bottom: 25px;
}


.notfound a {
    font-family: 'Kanit', sans-serif;
    color: #47c288;
    font-weight: 200;
    text-decoration: none;
    border-bottom: 1px dashed #47c288;
    border-radius: 2px;
}

.notfound-social>a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 14px;
    color: #47c288;
    border: 1px solid #efefef;
    border-radius: 50%;
    margin: 3px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound-social>a:hover {
    color: #fff;
    background-color: #47c288;
    border-color: #47c288;
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        position: relative;
        height: 168px;
    }

    .notfound .notfound-404 h1 {
        font-size: 142px;
    }

    .notfound h2 {
        font-size: 22px;
    }
}






/*404 End*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {}

#minus-btn {
    background: none;
}

#plus-btn {
    background: none;
}

#qty_input {
    text-align: center;
    background: #fff;
    border: none;
}

.ticket_div h5 {
    font-size: 1rem;
    font-weight: 600;
}


.btn-coutline-primary {
    color: #47c288;
    background-color: transparent;
    background-image: none;
    border-color: #47c288;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #47c288;
    border-color: #47c288;
}


/*Custom Dropdown start*/

.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    margin: 0 auto;
    padding: 4px 15px;
    /* Styles */
    background: #fff;
    box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
    cursor: pointer;
    outline: none;
}

.wrapper-dropdown-3 span:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.wrapper-dropdown-3 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    /* Styles */
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.17);
    font-weight: normal;
    z-index: 99;
    list-style: none;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
}



.wrapper-dropdown-3 .dropdown li {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);

}



.wrapper-dropdown-3 .dropdown li:hover {
    background: #f3f8f8;
}

/* Active state */

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}




/*Custom Dropdown  End*/

/*host an ex  start*/
.grop-overlay {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../images/group_trip.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: auto;
    padding-top: 50px;
    min-height: 100vh;
}

.bg-overlay {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("../images/become_a_host_question.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: auto;
    padding-top: 50px;
    min-height: 100vh;
}

.steps_form {
    margin: auto;
    max-width: 1000px;

}

.steps_form p {
    font-size: 23px;
    margin-bottom: 0px;
}

.steps_form .form-control {
    background: none;
    border-bottom: 1px solid #fff !important;
    border: none;
    border-radius: 0;
    color: #fff;
}

.steps_form select {
    color: #000 !important;
    background: #fff !important;
}

.pretty.p-svg.p-curve {
    margin-top: 25px;
}

.pretty.p-default.p-round.p-smooth {
    margin-top: 25px;
}

#open_book_now1:hover {
    color:
        #fff;
}

.right-inner-addon {
    position: relative;
}

.right-inner-addon input {
    padding-right: 35px !important;
}

.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 12px 12px;
    pointer-events: none;
}

.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label::after {
    background-color: #47c288 !important;
}

.pretty input:checked~.state.p-success-o label::before,
.pretty.p-toggle .state.p-success-o label::before {
    border-color: #47c288 !important;
}

/*host an ex  End*/

/*partner steps start*/

.part_sec h6::before {
    content: '✓';
    margin-right: 8px;
    font-weight: 700;
    font-size: 20px;
    color: #47c288;
}

.part_sec p {
    margin-left: 20px;
}

.becm_host {
    margin-top: 30px;
    border-radius: 50%;
    background-color: #FFF2CC;
}

.grsl_icon {
    z-index: auto;
    position: absolute;
    color: #000;
    right: 36px;
    top: 67px;
}

.circle {
    position: relative;
    display: block;
    margin: 2em 0;
    background-color: transparent;
    color: #222;
    text-align: center;
}

.circle:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #FFF2CC;
    content: "";
}

.circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.circle__wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.circle__content {
    display: table-cell;
    padding: 1em;
    vertical-align: middle;
}

.circle__content h4 {
    font-weight: 600;
}

.circle__content p {
    min-height: 160px !important;
}

@media (max-width: 320px) {

    .circle__content h4 {
        font-size: 14px;
    }

    .circle__content p {
        font-size: 12px;

    }
}

@media (max-width: 480px) {

    .circle__content h4 {
        font-size: 14px;
    }

    .circle__content p {
        font-size: 12px;
    }
}

@media (min-width: 480px) {
    .circle__content {
        font-size: 1em;
    }

}

@media (min-width: 768px) {
    .circle__content {
        font-size: 1em;
    }
}

@media (min-width: 992px) {
    /*.typewriter p {
  color: #fff;
  overflow: hidden; 
  border-right: .15em solid #000; 
  white-space: nowrap; 
  margin: 0 auto; 
  letter-spacing: .15em;
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
    max-width:700px;
}


@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}


@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #000 }
}
*/


    .typewriter p {
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
        margin: 0 auto;
        letter-spacing: .15em;
        text-transform: uppercase;
        font-size: 20px;
    }

    /* Animation */
    .typewriter p {
        animation: animated-text 2s steps(30, end) 1s 1 normal both;
    }

    /* text animation */

    @keyframes animated-text {
        from {
            width: 0;
        }

        to {
            width: 950px;
        }
    }

}






.howto_border {
    border-top: 2px solid #000;
}

.becm_host h6 {
    color: #000;
    font-weight: 600;
    text-align: center;
}

.becm_host p {
    color: #000;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
}

.bg-black {
    background-color: #000 !important;
}


/*partner steps End*/

/*FAQ  End*/
.faq_con h4 {
    font-weight: bold;
}

.faq_con h5 {
    font-weight: 600;
}

li.sel::after {
    content: '✓';
    margin-right: 0px;
    font-weight: 700;
    font-size: 20px;
    color: #47c388;
    float: right;

}

/*FAQ  End*/



/*taste cul Start*/
.taste_cul .card-title {
    margin-top: 0px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.taste_cul .card {
    border: 0;
    margin-bottom: 30px;

    border-radius: 6px !important;
    color: rgba(0, 0, 0, .87);
    background: none;
    width: 100%;
}

.taste_cul .card .card-body {
    padding: 0.5rem;
    text-align: left;
}

.taste_cul .card-description {
    color: #999;
}

.taste_cul .card.card-profile {
    text-align: center;
}

.taste_cul .card .card-header.card-header-image {

    max-height: 500px;

    padding: 0;

    border-radius: 0;

    background: none;

    border: none;
}

.taste_cul .card .card-header.card-header-image a {
    display: block;
}

.taste_cul .card-header-image .img {
    cursor: pointer;
    width: 100%;

    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-color:
        #fafafa;
    margin-bottom: 5px;
    height: 400px;
    border-radius: 1rem;
}



.taste_cul .card .card-header.card-header-image .card-title {
    position: absolute;
    bottom: 5px;
    left: 15px;
    color: #fff;
    font-size: 1.125rem;
    text-shadow: 0 2px 5px rgba(33, 33, 33, .5);
    font-weight: 700;
    font-family: 'Roboto Slab';
}

/*taste cul  End*/


/*exp detail  End*/

.sec {
    height: 2000px;
    padding-top: 100px;
}

.sticky2 {
    background: #fff;
    display: none;

}

.fixed {
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: 2;
    display: block;
    padding: 20px 0px;
}


#top-menu li {
    float: left;
}

#top-menu a {
    display: block;
    padding: 5px 25px 7px 25px;
    text-align: center;
    -webkit-transition: .5s all ease-out;
    -moz-transition: .5s all ease-out;
    transition: .5s all ease-out;
    border-bottom: 3px solid white;
    color: #aaa;
    text-decoration: none;
}

#top-menu a:hover {
    color: #000;
}

#top-menu li.active a {
    border-bottom: 3px solid #47c288;
    color: #47c288;
}

#top-menu li {
    list-style: none;
}

#top-menu {
    margin: 0;
}

.res_book {
    list-style: none;
    padding: 0;
}

.res_book li::before {
    content: '✓';
    margin-right: 0px;
    font-weight: 700;
    font-size: 20px;
    color: #47c388;
    list-style: none;
    margin-right: 15px;
}

/*exp detail  End*/

/*Cancel and Booking History start*/
.bookhis_head p {
    font-size: 20px;
    font-weight: 600;
}

.bookhis_head h1 {
    font-weight: 600;
    font-size: 35px;
}

.status_detail th {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    padding: 0 !important;
}

.status_detail td {

    padding: 0 !important;
}

.status_detail p {
    margin: 0;

}

.meet_point_info h5 {
    font-weight: 600;


}

.google_link p {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}

.meet_address h5 {
    font-weight: 600;
    margin: 0;
}

.meet_address p {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
}

.cncel_tmdt p {
    font-weight: 500;
    font-size: 20px;
    margin: 0;

}

.fixed-header {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
}

.nav1 {
    width: 100%;
    height: 60px;
    background: #292f36;
    z-index: 10;
}

.nav1 div {
    color: white;
    font-size: 2rem;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 2%;
    visibility: hidden;
}

.visible-title {
    visibility: visible;
}

.nav1 ul {
    list-style-type: none;
    margin: 0 2% auto 0;
    padding-left: 0;
    text-align: right;
    max-width: 100%;
}

.nav1 ul li {
    display: inline-block;
    line-height: 60px;
    margin-left: 10px;
}

.nav1 ul li a {
    text-decoration: none;
    color: #a9abae;
}

#filter_show{
    /*display: none;*/
    visibility: hidden;
}
@media(max-width: 400px){
    #filter_show{
        /*display: block;*/
        visibility: visible;
    }
}




/*test end*/
















.top_sights_card {}

.border-error {
    border: 1px solid red;
}

.add_toeat {}

.hstimg {
    height: 350px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ftco-section-parallax {
    position: relative;
}

.ftco-section-parallax .parallax-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 6em 0;
    background: #08c29a;
    background: -moz-linear-gradient(-45deg, #08c29a 0%, #16ddb2 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #08c29a), color-stop(100%, #16ddb2));
    background: -webkit-linear-gradient(-45deg, #08c29a 0%, #16ddb2 100%);
    background: -o-linear-gradient(-45deg, #08c29a 0%, #16ddb2 100%);
    background: -ms-linear-gradient(-45deg, #08c29a 0%, #16ddb2 100%);
    background: -webkit-linear-gradient(315deg, #08c29a 0%, #16ddb2 100%);
    background: -o-linear-gradient(315deg, #08c29a 0%, #16ddb2 100%);
    background: linear-gradient(135deg, #08c29a 0%, #16ddb2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c29a', endColorstr='#16ddb2', GradientType=1);
}

.ftco-section-parallax .heading-section-white h2 {
    font-weight: 400 !important;
}

@media (min-width: 768px) {
    .block-3 {
        margin-bottom: 7em;
    }
}

.block-3 .text,
.block-3 .image {
    width: 100%;
    padding: 10% 7%;
    display: block;
}

@media (min-width: 768px) {

    .block-3 .text,
    .block-3 .image {
        width: 50%;
        padding: 10% 7%;
    }
}

.block-3 .text .subheading {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.block-3 .text .heading {
    font-size: 30px;
    margin-bottom: 30px;
}

.block-3 .text .heading a {
    color: #131313;
}

.block-3 .text p:last-child {
    margin-bottom: 0;
}

.block-3 .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.block-3 .image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    -webkit-box-shadow: 20px 20px 0 0 #fde6b3;
    box-shadow: 20px 20px 0 0 #fde6b3;
}

.block-3 .image.image-2:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    -webkit-box-shadow: -20px 20px 0 0 #fde6b3;
    box-shadow: -20px 20px 0 0 #fde6b3;
}

@media (max-width: 767.98px) {
    .block-3 .image {
        height: 300px;
    }
}

.aside-stretch {
    background: #face69;
}

.aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #face69;
}

@media (max-width: 767.98px) {
    .aside-stretch {
        background: transparent;
    }

    .aside-stretch:after {
        background: transparent;
        display: none;
    }
}
.form-control:focus,
.form-control:active {
    border-color: #131313;
}

textarea.form-control {
    height: inherit !important;
}

.ftco-vh-100 {
    height: 100vh;
}

@media (max-width: 1199.98px) {
    .ftco-vh-100 {
        height: inherit;
        padding-top: 5em;
        padding-bottom: 5em;
    }
}

.ftco-vh-75 {
    height: 75vh;
    min-height: 700px;
}

@media (max-width: 1199.98px) {
    .ftco-vh-75 {
        min-height: 700px;
        height: inherit;
        padding-top: 5em;
        padding-bottom: 5em;
    }
}

.ftco-tab-nav {
    padding: 0;
    margin: 0;
    display: inline-block !important;
}

@media (max-width: 767.98px) {
    .ftco-tab-nav {
        display: block !important;
        margin-bottom: 10px;
        width: 100% !important;
    }
}

.ftco-tab-nav li {
    padding: 0;
    margin: 0 5px;
    display: inline-block !important;
}

@media (max-width: 767.98px) {
    .ftco-tab-nav li {
        display: block !important;
        margin-bottom: 10px;
        width: 100% !important;
    }
}

.ftco-tab-nav li a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em;
    color: #ccc;
    border: 2px solid #ccc;
    border-radius: 0 !important;
}

.ftco-tab-nav li a.active {
    background: none !important;
    color: black !important;
    border: 2px solid #131313;
}

.ftco-animate {
    opacity: 0;
    visibility: hidden;
}

.bg-primary {
    background: #000000 !important;
}

.ftco-section .ftco-sub-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .5em;
    color: #d4d4d4;
    font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 300;
}

.ftco-section .ftco-primary-title {
    margin-top: 0;
    margin-bottom: 30px;
}

.media-custom {
    background: #fff;
}

.media-custom .media-body .name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
}

.media-custom .media-body .position {
    font-size: 13px;
    color: #d9d9d9;
}

.about-author .desc h3 {
    font-size: 24px;
}

#emailNewsletter {
    background: none;
    color:
        #fff;
}

.ftco-section {
    padding: 1em;
    position: relative;
}

@media (max-width: 767.98px) {
    .ftco-section {
        padding: 6em 0;
    }
}

.ftco-bg-dark {
    background: #3c312e;
}

.ftco-footer {
    font-size: 14px;
    background: #fff;
    padding: 3em 0;
}

.ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

.ftco-footer .ftco-footer-widget ul li a span {}

.twitter_color {
    color: #1DA1F2;
}

.facebook_color {
    color: #3b5998;
}

.insta_color {
    color: #405de6;
    ;
}

.ftco-footer .ftco-footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}

.ftco-footer p {
    color: rgba(255, 255, 255, 0.7);
}

.ftco-footer a {
    color: #000;
    font-weight: 600;
}

.ftco-footer a:hover {
    color: #000;
}

.ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #131313;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a {
    height: 30px;
    width: 30px;
    display: block;
    float: left;
    border-radius: 50%;
    position: relative;
    font-size: 20px;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {}

.footer-small-nav>li {
    display: inline-block;
}

.footer-small-nav>li a {
    margin: 0 10px 10px 0;
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
    color: #000000;
}

.media .ftco-icon {
    width: 100px;
}

.media .ftco-icon span {
    color: #000000;
}

.ftco-media {
    background: #fff;
    border-radius: 0px;
}

.ftco-media .heading {
    font-weight: normal;
}

.ftco-media.ftco-media-shadow {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 50px -15px rgba(0, 0, 0, 0.3);
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    position: relative;
    top: 0;
}

.ftco-media.ftco-media-shadow:hover,
.ftco-media.ftco-media-shadow:focus {
    top: -3px;
    -webkit-box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 70px -15px rgba(0, 0, 0, 0.3);
}

.ftco-media .icon {
    font-size: 50px;
    display: block;
    color: #000000;
}

.ftco-media.text-center .ftco-icon {
    margin: 0 auto;
}

.ftco-overflow-hidden {
    overflow: hidden;
}

.padding-top-bottom {
    padding-top: 120px;
    padding-bottom: 120px;
}

#map {
    height: 400px;
    width: 100%;
}

@media (max-width: 991.98px) {
    #map {
        height: 300px;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(249, 190, 55, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(249, 190, 55, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(249, 190, 55, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(249, 190, 55, 0.4);
        -webkit-box-shadow: 0 0 0 0 rgba(249, 190, 55, 0.4);
        box-shadow: 0 0 0 0 rgba(249, 190, 55, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(249, 190, 55, 0);
        -webkit-box-shadow: 0 0 0 30px rgba(249, 190, 55, 0);
        box-shadow: 0 0 0 30px rgba(249, 190, 55, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(249, 190, 55, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(249, 190, 55, 0);
        box-shadow: 0 0 0 0 rgba(249, 190, 55, 0);
    }
}

.heading-section .subheading {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;

}

.heading-section p {
    /*color: #6c757d;*/
    font-family: Arial Rounded MT Bold;
    font-weight: 500;
    font-size: 18px;
}

.line {
    width: 48px;
    height: 19px;
    border-bottom: 2px solid #17a2b8;
    position: absolute;
}

.ex-al-des a h5 {
    font-weight: 600;
}

.heading-section h2 {
    font-size: 30px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    font-family: Arial Rounded MT Bold;
    margin: 0;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 23px;
        font-family: Arial Rounded MT Bold;
    }
    .heading-section p {
        font-size: 16px;
    }
    #get_title{
        font-size: 20px;
    }
    .mobile_headings{
        font-size: 18px;
    }
    .activity_icons{
        font-size: 15px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white h2 {
    font-size: 40px;
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.testimony-section {
    position: relative;
    background: #08c299;
}

.testimony-section .owl-carousel {
    margin: 0;
}

.testimony-section .owl-carousel .owl-stage-outer {
    padding-top: 3.5em;
    padding-bottom: 2em;
    position: relative;
}

.testimony-section .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;
}

.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
    outline: none !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.5);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimony-section .owl-nav .owl-prev:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
    color: #fff;
}

.testimony-section .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.testimony-section .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
    opacity: 1;
}

.testimony-section:hover .owl-nav .owl-prev {
    left: 50%;
    margin-left: -80px;
}

.testimony-section:hover .owl-nav .owl-next {
    right: 50%;
    margin-right: -80px;
}

.testimony-section .owl-dots {
    text-align: center;
}

.testimony-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

.testimony-section .owl-dots .owl-dot.active {
    background: #fff;
}



@media (max-width: 767.98px) {
    .about-image {
        height: 400px;
        margin-bottom: 30px;
    }
}

.image-popup {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}







#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1131313;
}

#ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ftco-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#ftco-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

/*==================================================
 * exp loader start
 * ===============================================*/
.exp_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    padding-top: 300px;

}

@media (max-width: 767px) {
    .exp_loader {
        padding-top: 185px;
    }

}

.object-fit-cover {
    object-fit: cover;
}

.loader_ajax_small {
    border: 2px solid #f3f3f3 !important;
    border-radius: 50%;
    border-top: 2px solid #2D2D2D !important;
    width: 29px;
    height: 29px;
    margin: 0 auto;
    -webkit-animation: spin_loader_ajax_small 2s linear infinite;
    animation: spin_loader_ajax_small 2s linear infinite;
}

@-webkit-keyframes spin_loader_ajax_small {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin_loader_ajax_small {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*==================================================
 * exp loader end
 * ===============================================*/



.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    background-color: yellow;
    padding: 20px;
    font-size: 20px;
    z-index: 99;
}

.box h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.box {
    width: 70%;
    height: 300px;
    background: #FFF;
    margin: 40px auto;
    border: 1px solid #000;
    padding: 15px;
}

.box_num {
    position: absolute;
    top: -4px;
    font-size: 50px;
    font-weight: bold;
    color: #FF6600;
    font-family: arial;
}

.effect1 p {
    font-size: 15px;
}

/*==================================================
 * Effect 1
 * ===============================================*/
.effect1 {
    -webkit-box-shadow: -20px 20px 6px -5px #FF6600;
    -moz-box-shadow: -20px 20px 6px -5px #FF6600;
    box-shadow: -20px 20px 6px -5px #FF6600;
}

/*footer Start*/
.ftco-footer .ftco-footer-widget h5 {
    font-weight: 700;
    color: #000;
    font-size: 16px;
}

.shfooter .collapse {
    display: inherit;
}

@media (max-width:767px) {
    .shfooter ul {
        margin-bottom: 0;
    }

    .shfooter .collapse {
        display: none;
    }

    .shfooter .collapse.show {
        display: block;
    }

    .shfooter .title .fa-angle-up,
    .shfooter .title[aria-expanded=true] .fa-angle-down {
        display: none;
    }

    .shfooter .title[aria-expanded=true] .fa-angle-up {
        display: block;
    }

    .shfooter .navbar-toggler {
        display: inline-block;
        padding: 0;
    }

}

.resize {
    text-align: center;
}

.resize {
    margin-top: 3rem;
    font-size: 1.25rem;
}

/*RESIZESCREEN ANIMATION*/
.fa-angle-double-right {
    animation: rightanime 1s linear infinite;
}

.fa-angle-double-left {
    animation: leftanime 1s linear infinite;
}

@keyframes rightanime {
    50% {
        transform: translateX(10px);
        opacity: 0.5;
    }

    100% {
        transform: translateX(10px);
        opacity: 0;
    }
}

@keyframes leftanime {
    50% {
        transform: translateX(-10px);
        opacity: 0.5;
    }

    100% {
        transform: translateX(-10px);
        opacity: 0;
    }
}







/*footer end*/




































@media (min-width: 768px) and (max-width: 1024px) {

    .carousel-caption {
        top: 15%;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: -136px;
    }

    .slider-text p {
        font-size: 1rem;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .ftco-section {
        padding: 1em 0;
    }

    .carousel-caption {
        top: 10%;
    }

    .testimonial-slider .carousel .carousel-indicators {
        bottom: -12px;
    }

    .sticky2 {
        display: none;
    }

}

@media (min-width: 320px) and (max-width: 480px) {
    .ftco-section {
        padding: 1em 0;
    }

    .carousel-caption {
        top: 10%;
    }

    .testimonial-slider .carousel .carousel-indicators {
        bottom: -12px;
    }

    .sticky2 {
        display: none;
    }
}

@media (min-width: 1065px) and (max-width: 1067px) {
    .carousel-testimony.owl-carousel.ftco-owl .owl-stage-outer .owl-stage .owl-item:last-child {
        width: 217.7px !important;
    }
}
