.custom-header-right-block.d-inline-block {
    display: flex !important;
}

.d-inline-block a {
    display: flex;
    align-items: center;
}

.newsletter-checkboxes {
    display: flex;
}

    .newsletter-checkboxes > div {
        margin-right: 20px;
    }

.box_feat img {
    width: 100px;
    margin-bottom: 20px;
}

.blog_section {
    padding-top: 5rem;
    padding-bottom: 3rem;
}

.owl-item .box_grid {
    margin-bottom: 0px;
}

.blog_section {
    padding-bottom: 0px !important;
    padding-top: 0px;
}

    .blog_section .blog_content .blog_item {
        position: relative;
        border-radius: 2px;
        overflow: hidden;
    }

        .blog_section .blog_content .blog_item:hover .blog_image img {
            transform: scale(1.1);
        }

        .blog_section .blog_content .blog_item .blog_image {
            overflow: hidden;
            padding: 0;
        }

            .blog_section .blog_content .blog_item .blog_image img {
                width: 100%;
                transition: transform 0.5s ease-in-out;
            }

            .blog_section .blog_content .blog_item .blog_image span i {
                position: absolute;
                z-index: 2;
                color: #fff;
                font-size: 18px;
                width: 38px;
                height: 45px;
                padding-top: 7px;
                text-align: center;
                right: 20px;
                top: 0;
                -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
                clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
                background-color: #ff5e14;
            }

        .blog_section .blog_content .blog_item .blog_details {
            padding: 25px 20px 30px 20px;
        }

            .blog_section .blog_content .blog_item .blog_details .blog_title h5 a {
                color: #020d26;
                margin-top: 0;
                margin-bottom: 10px;
                font-size: 25px;
                line-height: 32px;
                font-weight: 400;
                transition: all 0.3s;
                text-decoration: none;
            }

                .blog_section .blog_content .blog_item .blog_details .blog_title h5 a:hover {
                    color: #ff5e14;
                }

            .blog_section .blog_content .blog_item .blog_details ul {
                padding: 0 3px 10px 0;
                margin: 0;
            }

                .blog_section .blog_content .blog_item .blog_details ul li {
                    display: inline-block;
                    padding-right: 15px;
                    position: relative;
                    color: #7f7f7f;
                }

                    .blog_section .blog_content .blog_item .blog_details ul li i {
                        padding-right: 7px;
                    }

            .blog_section .blog_content .blog_item .blog_details p {
                border-top: 1px solid #e5e5e5;
                margin-top: 4px;
                padding: 20px 0 4px;
            }

            .blog_section .blog_content .blog_item .blog_details a {
                font-size: 16px;
                display: inline-block;
                color: #ff5e14;
                font-weight: 600;
                text-decoration: none;
                transition: all 0.3s;
            }

                .blog_section .blog_content .blog_item .blog_details a:hover {
                    color: #020d26;
                }

                .blog_section .blog_content .blog_item .blog_details a i {
                    vertical-align: middle;
                    font-size: 20px;
                }

    .blog_section .blog_content .owl-nav {
        display: block !important;
    }

        .blog_section .blog_content .owl-nav .owl-prev {
            position: absolute;
            left: -27px;
            top: 33%;
            border: 5px solid #fff;
            text-align: center;
            z-index: 5;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            outline: 0;
            background: #ff5e14;
            transition: all 0.3s;
            color: #fff;
        }

            .blog_section .blog_content .owl-nav .owl-prev span {
                font-size: 25px;
                margin-top: -6px;
                display: inline-block;
            }

            .blog_section .blog_content .owl-nav .owl-prev:hover {
                background: #fff;
                border-color: #ff5e14;
                color: #ff5e14;
            }

        .blog_section .blog_content .owl-nav .owl-next {
            position: absolute;
            right: -27px;
            top: 33%;
            border: 5px solid #fff;
            text-align: center;
            z-index: 5;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            outline: 0;
            background: #ff5e14;
            color: #fff;
            transition: all 0.3s;
        }

            .blog_section .blog_content .owl-nav .owl-next span {
                font-size: 25px;
                margin-top: -6px;
                display: inline-block;
            }

            .blog_section .blog_content .owl-nav .owl-next:hover {
                background: #fff;
                border-color: #ff5e14;
                color: #ff5e14;
            }

@media only screen and (max-width: 577px) {
    .blog_section .owl-nav .owl-prev {
        left: -17px !important;
    }

    .blog_section .owl-nav .owl-next {
        right: -17px !important;
    }
}

/* .owl-item{
    opacity: 0.5;
    transition: 0.5s;
    transform: scale(0.8) !important;
  }
  .owl-item.active{
    opacity: 1 !important;
    transform: scale(1) !important;
  } 
  .owl-stage-outer .owl-stage .active:nth-last-child(){
    transform: scale(1.3) !important;
    border: 3px solid #ff0000;
  } */
/* .owl-stage-outer{
    overflow: visible !important;
  } */
.item-description {
    font-size: 12px;
}

.blog_item h3 {
    margin-bottom: 0px;
}

.blog_item .wrapper p {
    padding: 10px 0px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin: 10px 0px;
}

.search-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    /*    margin-bottom: -20px !important;*/
}

    .search-tabs li {
        cursor: pointer;
    }

        .search-tabs li div {
            color: #fff;
            /* font-weight: 700; */
        }

    .search-tabs.nav-pills .nav-link.active,
    .search-tabs.nav-pills .show > .nav-link {
        background: none;
        border-bottom: 2px solid #fff;
        border-radius: 0px;
    }

.search-tabs .nav-link {
    font-size: 1rem !important;
    color: white !important;
    white-space: nowrap;
    padding-bottom: 0.2rem;
}

.nav-link:focus,
.nav-link:hover {
    color: #f26122;
}

.df-sp-btw {
    display: flex !important;
    justify-content: space-between;
    align-items: baseline;
}

.owl-item .box_grid .price strong {
    font-size: 20px;
}

.owl-item .score img {
    width: 170px !important;
    position: absolute;
    top: 0px;
}



.search-bar {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 400
}

.one-slider-content {
    position: absolute;
    bottom: 40%;
}

    .one-slider-content h3 {
        color: white;
    }

@media (max-width: 992px) {
    .search-bar {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 400
    }

    .one-slider-content {
        position: absolute;
        bottom: 60%;
    }
}

.newsletter h2::before {
    font-family: ElegantIcons;
    display: inline-block;
    margin-right: 20px;
    color: #495057;
    content: "\e010";
}


.o-hidden {
    overflow: hidden !important;
}

.search-bar .nav {
    transition: transform 0.4s !important;
    transform: translateX(50%) !important;
    left: -50%;
}

.nav.justify-content-end {
    transform: translateX(0) !important;
    left: 0 !important;
}

/* Autocomplete */
.autocomplete-menu mark {
    text-decoration: underline !important;
    /*    font-weight: bold;*/
    background-color: transparent;
    padding: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-size: 0.875rem;
    font-weight: 400;
    color: #495057 !important;
    text-align: left;
    text-decoration: none;
    white-space: pre-wrap !important;
    background-color: transparent;
    border: 0
}

.hotel-dropdown-item:before {
    font-family: ElegantIcons;
    /*       content: "\e081";*/
    content: "\e0ef";
    display: inline-block;
    margin-right: 8px;
    color: #495057
}

.city-dropdown-item:before {
    font-family: ElegantIcons;
    /*       content: "\e081";*/
    content: "\e01d";
    display: inline-block;
    margin-right: 8px;
    color: #495057
}

.town-dropdown-item:before {
    font-family: ElegantIcons;
    /*       content: "\e081";*/
    content: "\e01d";
    display: inline-block;
    margin-right: 8px;
    color: #495057
}

/*.dropdown-item:before {
        font-family: ElegantIcons;*/
/*       content: "\e081";*/
/*content: "\e0ef";
        display: inline-block;
        margin-right: 8px;
        color: #495057
    }*/

.dropdown-menu {
    --bs-dropdown-link-active-bg: red !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #495057 !important;
    background-color: #eaeaea !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent
}

/* Optional nicer scrollbars */
.autocomplete-menu {
    --scroller-color: 0, 0%;
    --scroller-color-lightness: 80%;
    --scroller-bg-lightness: 90%;
    --scroller-hover-factor: 0.8;
    --scroller-thumb: hsl(var(--scroller-color), var(--scroller-color-lightness));
    /* Replicate hover for webkit */
    --scroller-thumb-hover: hsl(var(--scroller-color), calc(var(--scroller-color-lightness) * var(--scroller-hover-factor)));
    --scroller-background: hsl(var(--scroller-color), calc(var(--scroller-bg-lightness)));
    scrollbar-color: var(--scroller-thumb) var(--scroller-background);
    scrollbar-width: thin;
    z-index: 30001 !important;
}

    .autocomplete-menu::-webkit-scrollbar {
        width: 8px;
    }

    .autocomplete-menu::-webkit-scrollbar-track {
        background: var(--scroller-background);
    }

    .autocomplete-menu::-webkit-scrollbar-thumb {
        background: var(--scroller-thumb);
    }

        .autocomplete-menu::-webkit-scrollbar-thumb:hover {
            background: var(--scroller-thumb-hover);
        }

.bg-primary-autocomplete {
    --bs-bg-opacity: 1;
    background-color: lightgray !important
}
/* Autocomplete end*/


#close_in, #header_menu, .cmn-toggle-switch {
    display: none;
}

a.dropdown-toggle.icon-search {
    display: inline-block;
}



@media only screen and (max-width: 991px) {
    .cmn-toggle-switch {
        position: relative;
        display: block;
        overflow: visible;
        position: absolute;
        top: 0;
        right: 20px;
        margin: 0;
        padding: 0;
        width: 30px;
        height: 30px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border: none;
        cursor: pointer;
    }

        .cmn-toggle-switch:focus {
            outline: none;
        }

        .cmn-toggle-switch span {
            display: block;
            position: absolute;
            top: 10px;
            left: 0;
            right: 0;
            height: 2px;
            background: white;
        }

            .cmn-toggle-switch span::before,
            .cmn-toggle-switch span::after {
                position: absolute;
                display: block;
                left: 0;
                width: 100%;
                height: 2px;
                background-color: #fff;
                content: "";
            }

    .sticky .cmn-toggle-switch span::before,
    .sticky .cmn-toggle-switch span::after,
    .sticky .cmn-toggle-switch span {
        background-color: #333;
    }

    .cmn-toggle-switch span::before {
        top: -10px;
    }

    .cmn-toggle-switch span::after {
        bottom: -10px;
    }

    .cmn-toggle-switch__htx span::before,
    .cmn-toggle-switch__htx span::after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0;
        transition-delay: 0.3s, 0;
    }

    .cmn-toggle-switch__htx span::before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }

    .cmn-toggle-switch__htx span::after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
    }

    .cmn-toggle-switch__htx.active span {
        background: none !important;
    }

        .cmn-toggle-switch__htx.active span::before {
            top: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .cmn-toggle-switch__htx.active span::after {
            bottom: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .cmn-toggle-switch__htx.active span::before,
        .cmn-toggle-switch__htx.active span::after {
            -webkit-transition-delay: 0, 0.3s;
            transition-delay: 0, 0.3s;
        }
}

@media only screen and (max-width: 480px) {

    .main-menu {
        width: 100%;
    }

    a#close_in {
        display: block;
        position: absolute;
        right: 15px;
        top: 10px;
        width: 20px;
        height: 20px;
    }

    #close_in i {
        color: #555 !important;
        font-size: 16px;
    }
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    #logo_home h1 a, header#colored #logo_home h1 a {
        background-image: url(../img/logo_2x.svg);
        background-size: 160px 34px;
    }

    header.sticky #logo_home h1 a, header#plain #logo_home h1 a {
        background-image: url(../img/logo_sticky_2x.svg);
        background-size: 160px 34px;
    }

    header.sticky#colored #logo_home h1 a {
        background-image: url(../img/logo_sticky_colored_2x.svg);
        background-size: 160px 34px;
    }
}

ul#top_tools {
    list-style: none;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 999;
}

    ul#top_tools a {
        color: #fff;
    }

        ul#top_tools a:hover {
            color: #e04f67;
        }

.sticky ul#top_tools a {
    color: #333;
}

ul#top_tools li {
    display: inline-block;
    padding: 0 10px;
}

    ul#top_tools li i {
        font-size: 18px;
        font-weight: normal;
    }


@media (max-width: 991px) {

    ul#top_tools,
    .sticky ul#top_tools {
        margin: 3px 45px 0 0;
    }

    .sticky nav {
        margin-top: 3px !important;
    }

    nav {
        margin-top: 10px !important;
    }

    header#plain {
        padding-bottom: 10px;
    }

        header#plain.sticky {
            padding-bottom: 0;
        }

    header #logo img.logo_normal,
    header #logo img.logo_sticky {
        width: auto;
        height: 30px;
    }

    #logo_home h1 a,
    header.sticky #logo_home h1 a,
    header#plain #logo_home h1 a,
    header#colored #logo_home h1 a {
        width: 180px;
        height: 30px;
        background-size: auto 30px;
    }

    .main-menu ul li.megamenu .menu-wrapper {
        width: auto;
        margin-top: 20px;
    }

    #single_tour_feat ul {
        margin-bottom: 10px;
    }

    .review_strip_single.last {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }

    a#phone,
    a#email_footer {
        font-size: 12px;
        padding-left: 25px;
        margin: 5px 0 5px 0;
    }

        a#phone:before,
        a#email_footer:before {
            font-size: 18px;
        }

    a#email_footer {
        margin-bottom: 10px;
    }

    #search {
        padding: 0 5%;
        padding-top: 130px;
    }

    .plan {
        min-height: inherit;
    }

    .parallax-content-1 div h1,
    #hero_2 .intro_title h3 {
        font-size: 42px;
    }

    #map_filter ul li a {
        min-width: 100px;
    }

        #map_filter ul li a span {
            font-size: 11px;
        }

    .map-right #map {
        height: 450px;
    }

    .features-content {
        padding: 10%;
        height: auto;
    }
}

@media (max-width: 480px) {

    .features-slider {
        padding: 11% 50px 10% 50px;
    }

    .box_style_1 {
        padding: 15px;
    }

        .box_style_1 h3.inner {
            margin: -15px -15px 15px -15px;
        }

    .img_list img {
        left: 0;
        width: 100%;
        height: auto;
        top: -5%;
    }

    .tooltip-item::after {
        width: 180px;
    }

    .tooltip-content {
        width: 180px;
        margin: 0 0 20px -90px;
    }

    .search_bar {
        width: 100%;
    }

    .sticky ul#top_tools, ul#top_tools {
        margin: 3px 25px 0 0;
    }

    .dropdown.dropdown-cart {
        display: none;
    }

    .dropdown.dropdown-search {
        font-size: 20px;
    }

    #testimonials h2 {
        font-size: 28px;
    }

    #score {
        float: none;
        margin-top: 15px;
    }

    .intro_title.error {
        display: table-cell;
    }

        .intro_title.error h1 {
            font-size: 36px;
        }

        .intro_title.error a.button_intro {
            display: none;
        }

    #search {
        padding: 0 5%;
        padding-top: 100px;
    }

    .promo_full_wp div h3 {
        font-size: 36px;
    }

    .promo_full_wp div a i {
        font-size: 60px;
    }

    #map_filter ul li a i {
        font-size: 18px;
    }

    #search ul.nav.nav-tabs {
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 1px;
    }

    #search .nav-tabs > li > a {
        font-size: 11px;
        padding: 5px 8px;
    }

    #search .nav-tabs > li > a {
        font-size: 11px;
        padding: 5px 8px;
    }

        #search .nav-tabs > li > a.active {
            font-size: 11px;
            color: red;
            padding: 5px 8px;
        }
}

nav {
    margin-top: 20px !important;
    position: relative;
}

@media (max-width: 991px) {

    ul#top_tools,
    .sticky ul#top_tools {
        margin: 3px 45px 0 0;
    }

    .sticky nav {
        margin-top: 3px !important;
    }

    nav {
        margin-top: 10px !important;
    }

    header#plain {
        padding-bottom: 10px;
    }

        header#plain.sticky {
            padding-bottom: 0;
        }

    header #logo img.logo_normal,
    header #logo img.logo_sticky {
        width: auto;
        height: 30px;
    }

    #logo_home h1 a,
    header.sticky #logo_home h1 a,
    header#plain #logo_home h1 a,
    header#colored #logo_home h1 a {
        width: 180px;
        height: 30px;
        background-size: auto 30px;
    }

    .main-menu ul li.megamenu .menu-wrapper {
        width: auto;
        margin-top: 20px;
    }

    #single_tour_feat ul {
        margin-bottom: 10px;
    }

    .review_strip_single.last {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }

    a#phone,
    a#email_footer {
        font-size: 12px;
        padding-left: 25px;
        margin: 5px 0 5px 0;
    }

        a#phone:before,
        a#email_footer:before {
            font-size: 18px;
        }

    a#email_footer {
        margin-bottom: 10px;
    }

    #search {
        padding: 0 5%;
        padding-top: 130px;
    }

    .plan {
        min-height: inherit;
    }

    .parallax-content-1 div h1,
    #hero_2 .intro_title h3 {
        font-size: 42px;
    }

    #map_filter ul li a {
        min-width: 100px;
    }

        #map_filter ul li a span {
            font-size: 11px;
        }

    .map-right #map {
        height: 450px;
    }

    .features-content {
        padding: 10%;
        height: auto;
    }
}

@media (max-width: 480px) {

    .features-slider {
        padding: 11% 50px 10% 50px;
    }

    .box_style_1 {
        padding: 15px;
    }

        .box_style_1 h3.inner {
            margin: -15px -15px 15px -15px;
        }

    .img_list img {
        left: 0;
        width: 100%;
        height: auto;
        top: -5%;
    }

    .tooltip-item::after {
        width: 180px;
    }

    .tooltip-content {
        width: 180px;
        margin: 0 0 20px -90px;
    }

    .search_bar {
        width: 100%;
    }

    .sticky ul#top_tools, ul#top_tools {
        margin: 3px 25px 0 0;
    }

    .dropdown.dropdown-cart {
        display: none;
    }

    .dropdown.dropdown-search {
        font-size: 20px;
    }

    #testimonials h2 {
        font-size: 28px;
    }

    #score {
        float: none;
        margin-top: 15px;
    }

    .intro_title.error {
        display: table-cell;
    }

        .intro_title.error h1 {
            font-size: 36px;
        }

        .intro_title.error a.button_intro {
            display: none;
        }

    #search {
        padding: 0 5%;
        padding-top: 100px;
    }

    .promo_full_wp div h3 {
        font-size: 36px;
    }

    .promo_full_wp div a i {
        font-size: 60px;
    }

    #map_filter ul li a i {
        font-size: 18px;
    }

    #search ul.nav.nav-tabs {
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 1px;
    }

    #search .nav-tabs > li > a {
        font-size: 11px;
        padding: 5px 8px;
    }
}

header.sticky #top_line {
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

header.sticky {
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    background-color: #fff;
    padding-bottom: 0;
}

nav {
    margin-top: 20px !important;
    position: relative;
}

.sticky nav {
    margin-top: 10px !important;
}

.sticky #logo {
    margin-top: 0;
    margin-bottom: 10px;
}


.parallax-content-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    padding: 25px 0 20px 0;
    color: #fff;
    font-size: 13px;
    background: -webkit-linear-gradient(top,transparent,#000);
    background: linear-gradient(to bottom,transparent,#000);
    width: 100%;
}

    .parallax-content-2 div h1 {
        font-size: 36px;
        text-transform: uppercase;
        font-weight: bold;
        color: #fff;
        margin: 0;
    }

    .parallax-content-2 .rating {
        font-size: 14px;
    }


@media (max-width: 767px) {
    /* Single tour page */
    .parallax-content-2 {
        padding-bottom: 15px;
    }

        .parallax-content-2 div h1 {
            font-size: 22px;
        }

        .parallax-content-2 .rating {
            font-size: 12px;
            display: block;
        }
}

#ac-menu-1 {
    z-index: 100000000 !important;
}

/*#description p {
    display: block;
    height: 40px !important;
    overflow: hidden;
}*/

#description p.show {
    height: 100% !important;
}



/*#description a.collapsed:after {
    content: '+ Show More';
}

#description a:not(.collapsed):after {
    content: '- Show Less';
}*/

.text-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


#single_tour_feat ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    border-bottom: 2px solid #555;
    margin-bottom: 30px;
}

    #single_tour_feat ul li {
        display: table-cell;
        width: 1%;
        vertical-align: middle;
        text-align: center;
        padding: 0 10px 20px;
        white-space: nowrap;
        font-size: 13px;
    }

        #single_tour_feat ul li i {
            font-size: 36px;
            display: block;
            margin-bottom: 10px;
        }

[class*=icon_set_1_]:before, [class^=icon_set_1_]:before {
    font-family: icon_set_1;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.block-ellipsis p {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 43px;
    margin: 0 auto;
    /*    font-size: 14px;
    line-height: 1;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


a.box_feat p {
    font-size: 0.875rem;
    text-align: left;
    margin-bottom: 0px !important;
}

.why-us-slider .swiper-slide {
    height: auto !important;
}

.bg_color_red {
    background-color: red !important;
}

#search-criteria .is-invalid,
#search-criteria .is-invalid {
    border: 2px solid red !important;
}

/*#contact-person-details label span,
.guest-details-box label span {
    color: red;
    padding-left: 2px;
}*/



#hotel-rooms-div {
    margin-top: 1rem;
}



.expand-list a.collapsed:after {
    content: 'More +';
    font-weight: 500;
}

.expand-list a:not(.collapsed):after {
    content: 'Less -';
    font-weight: 500;
}

.step {
    border-left: 1px solid #ddd;
    padding: 20px 0 20px 31px;
    margin: 0 0 10px 20px;
}




#search-criteria .form-control.is-valid:focus, #search-criteria.was-validated .form-control:valid:focus {
    /*    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25,135,84,.25);*/
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-color: transparent !important;
    box-shadow: none;
    border-right: 1px solid #d2d8dd !important;
}

#search-criteria .form-control.is-valid, #search-criteria.was-validated .form-control:valid {
    /*  border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);*/
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-color: transparent !important;
    border-right: 1px solid #d2d8dd !important;
}

#search-criteria .form-control.is-invalid, #search-criteria.was-validated .form-control:invalid {
    border-color: #dc3545 !important;
    border-width: 1px !important;
    border: 2px solid red !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    /* z-index: 999999; */
}

.height-46 {
    margin: 2px !important;
    height: 46px !important;
}

.dropdown-header {
    text-align: left !important;
    font-weight: 600;
    color: black !important;
}

.dropdown-item {
    padding-left: 1.5rem !important;
}

.switch-fields label {
    padding: 10px;
    background-color: transparent;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #ff5e14;
    border-radius: 4px;
/*    display: flex;*/
    align-items: center;
}

.switch-fields .row {
    padding-left: 5px;
    padding-right: 5px;
}
/*.switch-field .pricing-item {
    padding: 10px;
    background-color: transparent;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    border: 1px solid #ff5e14;
    border-radius: 4px;
}*/
.switch-fields input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

    .switch-fields input:checked + label {
        background-color: #ff5e14;
        background-color: rgba(255, 104, 20, 0.7);
    }

.field {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end; /* to pull content to the left */
}
/*.fil {
    align-items: center;
}*/

.fil input:checked + label {
    background-color: #ff5e14;
    background-color: rgba(255, 104, 20, 0.7);
}

.fil label {
    margin-bottom: 0;
    height: 100%;
}

.fil {
    height: 100%
}

    .fil input {
        position: relative;
        right: 35px;
        width: 20px;
        height: 20px;
        padding-left: 10px;
    }

.switch-fields {
    padding-left: 0;
    padding-right: 0;
}


.sorting select {
    display: block;
    width: 100%;
    min-width: 150px;
    line-height: 24px;
    padding: 0px 40px 0px 10px;
    height: 34px;
    font-size: 13px;
    border: 1px solid #ededed;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #fff url(../img/icon-select.png) right center no-repeat;
    color: #777;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    outline: none;
}

    .sorting select option {
        text-indent: 15px;
    }

.room-title {
    color: #f26122;
    font-size: 1.2rem;
}

.filter-item {
    border: 1px solid red;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: #f0f0f0;
}

    .filter-item:hover {
        border: 1px solid red;
        padding: 15px;
        border-radius: 4px;
        margin-bottom: 10px;
        background-color: green;
    }

.input-class {
    /* position: absolute !important; */

    height: 20px;
    width: 20px;
    /* border: 0; */
    /*    overflow: hidden;*/
}


.col-class {
    height: 100%
}

.confirmation-report {
    background-color: white;
    padding: 5rem;
}

    .confirmation-report .slogan {
        color: red;
        font-size: 2rem;
        font-weight: 900;
    }

.confirmation-title {
    margin-top: 10rem;
}

    .confirmation-title h1 {
        font-weight: 900;
        font-size: 2rem;
    }

    .confirmation-title h2 {
        font-weight: 900;
        font-size: 1.5rem;
    }

.confirmation-report p {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
}

.confirmation-line-info {
    margin-top: 3rem;
}

    .confirmation-line-info p {
        font-size: 18px;
    }

p .guest {
    font-size: 22px;
    padding-left: 2rem;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.content {
    height: 100%;
    padding: 20px 20px 10px;
    color: #fff;
}

.colour-1 {
    background: #483C46;
    color: #fff;
}

.colour-2 {
    background: #3C6E71;
}

.colour-3 {
    background: #70AE6E;
}

.colour-4 {
    background: #82204A;
}

.colour-5 {
    background: #558C8C;
}

.colour-6 {
    background: #917C78;
}

/* HTML: <div class="loader"></div> */
#preloader {
    width: 50px;
    --b: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%,#f03355) content-box;
    -webkit-mask: repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg), radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
    animation: l4 1s infinite steps(10);
}

@keyframes l4 {
    to {
        transform: rotate(1turn)
    }
}

.filter-box {
    height: 100%;
    padding: 10px;
    background-color: #ebf3f4;
    color: black;
    border-radius: 6px;
    border: 1px solid #ccc;
}

#offer-filters-test input {
    position: relative;
    left: -25px;
}

#offer-filters-test label {
    display: inline;
    padding: 10px;
    background-color: transparent;
    width: 80%;
    text-align: center;
    /* margin-bottom: 1rem; */
    border: 1px solid #ff5e14;
    border-radius: 4px;
}

#offer-filters input:checked + label {
    background-color: #ff5e14 !important;
    background-color: rgba(255, 104, 20, 0.7) !important;
}

.svg-img {
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
}

.box_detail input[type="checkbox"] {
    width: 1.3em;
    height: 1.3em;
}

.btn_1 .disabled, .btn:disabled, fieldset:disabled .btn {
    color: #fadccf;
    pointer-events: none;
    background-color: #fadccf;
    border-color: #fadccf;
}

p.hotel-chain {
    font-size: 11px;
}

/*tbody td {
    width: 50%;
    padding: 0.3rem !important;
}*/

.invoice-title {
    border-bottom: 1px solid #ededed;
    opacity: 1;
}


