.btn_map_in,
.nav-link:focus,
.step .nav-link:hover,
a,
a.btn_map_in,
a:focus,
a:hover {
    text-decoration: none
}

.my-toggle,
.styled-select select,
input.qtyminus,
input.qtyplus {
    -webkit-appearance: none;
    cursor: pointer
}

.call_section .box_how,
.main_title,
.main_title_2 {
    text-align: center;
    position: relative
}

footer h3,
ol,
ul {
    margin: 0 0 15px
}

#carousel .owl-item,
#carousel .owl-item.active.center,
#reccomended .owl-item,
#reccomended .owl-item.active.center,
.animated .box_1,
.box_list figure a img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden
}

.score strong,
.strip .wrapper h3,
.strip .wrapper h5,
.strip .wrapper small,
a.address,
ul.menu_list li h2,
ul.menu_list li h6 {
    text-overflow: ellipsis;
    overflow: hidden
}

.marker_info,
body {
    font-family: Poppins, Helvetica, sans-serif
}

.offer-tag,
small.dnames,
span.pricing {
    letter-spacing: 1px
}

@media only screen and (min-width:992px) {
    nav#menu.main-menu {
        display: block !important
    }

    #mm-menu.main-menu,
    header .btn_mobile {
        display: none !important
    }

    p {
        text-align: justify
    }

    .main-menu {
        position: relative;
        z-index: 9;
        width: auto;
        top: 7px;
        right: 15px;
        float: left;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        -webkit-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        color: #fff
    }

    .main-menu ul,
    .main-menu ul li {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0
    }

    .main-menu ul a,
    .main-menu ul li a {
        position: relative;
        margin: 0;
        padding: 5px 10px;
        display: block;
        white-space: nowrap
    }

    .main-menu>ul>li span>a {
        color: #fff;
        padding: 0 10px;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase
    }

    .main-menu>ul>li span:hover>a {
        opacity: .7
    }

    header.header_in .main-menu>ul>li span>a,
    header.sticky .main-menu>ul>li span>a {
        color: #000000
    }

    header.header_in .main-menu>ul>li span:hover>a,
    header.sticky .main-menu>ul>li span:hover>a {
        opacity: 1;
        color: #dd0000
    }

    .main-menu ul ul {
        position: absolute;
        z-index: 1;
        visibility: hidden;
        left: 3px;
        top: 150%;
        margin: 0;
        display: block;
        padding: 0;
        background: #fff;
        min-width: 200px;
        -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .175);
        -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .175);
        transform: scale(.4);
        transform-origin: 10% top;
        transition: .2s, _ .2s, _ .2s;
        opacity: 0;
        -moz-transition: .2s;
        -o-transition: .2s;
        -webkit-transition: .2s;
        -ms-transition: .2s;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px
    }

    .main-menu ul ul:before {
        bottom: 100%;
        left: 15%;
        border: 7px solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #fff;
        margin-left: -7px
    }

    .main-menu ul ul li {
        display: block;
        height: auto;
        padding: 0
    }

    .main-menu ul ul li a {
        font-size: .8125rem;
        color: #555;
        border-bottom: 1px solid #ededed;
        display: block;
        padding: 15px 10px;
        line-height: 1
    }

    .main-menu ul li:hover>ul {
        padding: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
        -webkit-transition-duration: 0s, .2s, .2s;
        transition-duration: 0s, .2s, .2s
    }

    .main-menu ul ul li:first-child a:hover {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0
    }

    .main-menu ul ul li:last-child a {
        border-bottom: none
    }

    .main-menu ul ul li:last-child a:hover {
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        -ms-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px
    }

    .main-menu ul ul li:hover>a {
        background-color: #f9f9f9;
        color: #ff3131;
        padding-left: 15px
    }
}

.main-menu ul ul.second_level_right {
    left: auto;
    right: 3px
}

.main-menu ul ul.second_level_right:before {
    right: 15%;
    left: auto
}

.main-menu ul ul li span a {
    font-weight: 400 !important
}

.main-menu ul ul li span a:hover {
    background-color: #f9f9f9;
    color: #ff3131;
    padding-left: 18px;
    opacity: 1
}

.main-menu ul ul li span a:after {
    font-family: ElegantIcons;
    content: "\35";
    float: right;
    font-size: 1rem;
    margin-top: -2px
}

.main-menu ul ul ul {
    position: absolute;
    border-top: 0;
    z-index: 1;
    height: auto;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    min-width: 190px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.main-menu ul ul ul.third_level_left {
    right: 100%;
    left: auto
}

.main-menu ul ul ul li a {
    border-bottom: 1px solid #ededed !important
}

.main-menu ul ul ul:before {
    border-width: 0;
    margin-left: 0
}

@media only screen and (max-width:991px) {
    nav#menu {
        display: none !important
    }

    .mm-menu {
        background: #fff
    }

    .main-menu {
        top: 0;
        right: 0;
        float: none
    }

    ul.mm-listview {
        line-height: 25px
    }

    ul.mm-listview li a {
        color: #ccc;
        display: block
    }
}

.closebt,
.custom-search-input-2.inner .nice-select:after {
    right: 15px
}

#menu.fake_menu {
    display: none !important;
    visibility: hidden !important
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    background: #f8f8f8;
    font-size: .875rem;
    line-height: 1.6;
    color: #555;
    overflow-x: hidden
}

.blk,
.btn_infobox_get_directions:hover,
a.btn_infobox_phone:hover,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333
}

#hero_video .wrapper p strong,
.blk,
.hero_single .wrapper p strong,
.hero_single.version_2 .wrapper p strong,
.hero_single.version_4 .wrapper p strong,
.hero_single.version_5 .wrapper p strong,
.orng,
li.nav-item,
strong {
    font-weight: 600
}

label {
    font-weight: 500;
    margin-bottom: 3px
}

hr {
    margin: 20px 0;
    border-color: #ddd
}

ol,
ul {
    list-style: none;
    padding: 0
}

.add_bottom_45,
.main_title {
    margin-bottom: 45px
}

h1.main_title_in {
    font-size: 1.625rem;
    margin: 0 0 25px
}

.main_title span {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: auto auto 20px;
    opacity: 1;
    background-color: #999;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: .6s;
    transition: .6s
}

.app_icons,
.app_icons a img,
.block-reveal img,
.container_check .checkmark,
.container_radio .checkmark:after,
.custom-search-input-2.inner input[type=submit],
.dropdown a:after,
.main_title_3 a:after,
.search_bar_error input[type=submit],
a,
a.box_news figure img,
a.box_news:hover h4,
a.box_topic,
a.grid_item figure img {
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out
}

.main_title_3 a:after,
a {
    transition: .3s ease-in-out
}

.main_title.animated span {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.layer,
.wow {
    visibility: hidden
}

.box_account,
.main_title_2 {
    margin-bottom: 25px
}

.main_title_2 span {
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    margin: auto
}

#toTop:hover,
.btn_1.full-width.purchase,
.main_title_2 span em,
.main_title_3 span,
a.btn_1.full-width.purchase {
    background-color: #ff3131
}

.main_title_2 span em {
    width: 60px;
    height: 2px;
    display: block;
    margin: auto
}

.main_title_2 p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center
}

.main_title_3 {
    position: relative;
    border-left: 2px solid #e1e1e1;
    padding-left: 15px;
    margin-bottom: 25px;
}

.main_title_3 span {
    width: 2px;
    height: 30px;
    position: absolute;
    left: -2px;
    top: 0;
    display: block
}

@media (max-width:767px) {
    .main_title_2 {
        margin-bottom: 10px
    }

    .main_title_2 h2 {
        font-size: 1.625rem
    }

    .main_title_2 p {
        font-size: 1.125rem
    }

    .main_title_3 {
        border-left: none;
        padding-left: 0
    }

    .main_title_3 span {
        display: none
    }
}

.main_title_2 h2,
.main_title_2 h3,
.main_title_3 h2,
.main_title_3 h3 {
    font-size: 24px;
    margin: 5px 0 0;
    display: inline-block;
    font-weight: 500
}

footer h3,
footer ul.contacts li i {
    font-size: 1.125rem;
    color: #fab702
}

.main_title_3 p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px
}

.main_title_3 a {
    display: inline-block;
    right: 0;
    bottom: 0;
    position: absolute
}

.main_title_3 a:after {
    font-family: ElegantIcons;
    content: "\24";
    font-size: 1.3125rem;
    position: relative;
    top: 5px;
    margin-left: 4px
}

a {
    color: #ff3131;
    outline: 0
}

.btn_1,
.btn_add,
a.btn_1,
a.btn_add {
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    background: #ff3131;
    outline: 0;
    text-decoration: none
}

a:focus,
a:hover {
    color: #111;
    outline: 0
}

.btn_1,
a.btn_1 {
    border: none;
    padding: 15px 30px;
    color: #fff;
    text-align: center;
    line-height: 1;
    transition: .3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.btn_home_align,
ul.counter li {
    text-align: right
}

.btn_1:hover,
a.btn_1:hover {
    background-color: #ffc107;
    color: #222 !important
}

.btn_1.full-width,
a.btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    border-radius: 10px
}

.btn_1.full-width.purchase:hover,
a.btn_1.full-width.purchase:hover {
    background-color: #32a067;
    color: #fff !important
}

.btn_1.full-width.wishlist,
a.btn_1.full-width.wishlist {
    border-color: #555;
    color: #555
}

.btn_1.full-width.wishlist:hover,
a.btn_1.full-width.wishlist:hover {
    color: #fff !important;
    background-color: #555;
    border-color: #555
}

.btn_1.medium,
a.btn_1.medium {
    font-size: 1rem;
    padding: 18px 40px
}

.btn_1.rounded,
a.btn_1.rounded {
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -ms-border-radius: 25px !important;
    border-radius: 25px !important
}

.btn_1.outline,
a.btn_1.outline {
    border: 2px solid #ff3131;
    color: #ff3131;
    padding: 11px 40px;
    background: 0 0
}

.btn_1.outline:hover,
a.btn_1.outline:hover {
    background: #0054a6;
    color: #fff;
    border-color: #0054a6
}

#filters,
.list_articles ul li,
.strip_booking,
header.header.sticky,
ul#cat_nav li {
    border-bottom: 1px solid #ededed
}

#custom-search-input .search-query:focus,
.btn_1.outline:focus,
.btn_infobox_get_directions:focus,
a.btn_1.outline:focus,
a.btn_infobox_phone:focus {
    outline: 0
}

.btn_add,
a.btn_add {
    border: none;
    color: #fff !important;
    transition: .3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1 !important;
    padding: 10px 15px !important;
    position: relative;
    top: 2px
}

.btn_map_in,
.closebt,
a.btn_map_in {
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    cursor: pointer
}

a.btn_filt,
a.btn_filt_map,
a.btn_map {
    padding: 8px 12px 8px 10px;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 5px;
    line-height: 1;
    font-size: .75rem;
    font-weight: 600
}

.btn_add:hover,
a.btn_add:hover {
    background-color: #ffc107;
    color: #222 !important;
    opacity: 1 !important
}

.closebt {
    transition: .3s ease-in-out;
    position: absolute;
    font-size: 1.5rem;
    top: 10px;
    color: #fff;
    opacity: .6;
    width: 30px;
    height: 30px
}

.closebt:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1
}

a.btn_map {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .08)
}

.strip.list_view a.wish_bt.liked:after,
.strip.map_view a.wish_bt.liked:after,
.tools_map a:hover,
a.address:hover,
a.btn_filt:hover,
a.btn_filt_map:hover,
a.btn_map:hover {
    color: #ff3131
}

a.btn_map:before {
    font-family: ElegantIcons;
    content: "\e081";
    display: inline-block;
    margin-right: 5px
}

a.btn_filt,
a.btn_filt_map {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .08);
    position: relative
}

a.btn_filt:before,
a.btn_filt_map:before {
    font-family: ElegantIcons;
    content: "\67";
    display: inline-block;
    margin-right: 5px;
    font-size: .8125rem
}

.footer,
header {
    position: fixed;
    width: 100%
}

.btn_map_in,
a.btn_map_in {
    border: none;
    background: #ff3131;
    outline: 0;
    padding: 15px 30px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1;
    transition: .3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.btn_map_in:hover,
a.btn_map_in:hover {
    background: #0054a6;
    color: #fff
}

header {
    left: 0;
    top: 0;
    padding: 20px 30px;
    z-index: 99999999;
    border-bottom: 1px solid rgba(255, 255, 255, 0)
}

main,
main.pattern {
    z-index: 1;
    position: relative
}

header.header.sticky {
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #fff;
    padding: 15px 20px
}

header.header.sticky .logo_normal {
    display: none
}

header.header.sticky .logo_sticky {
    display: inline-block
}

header.header_in {
    padding: 5px 0
}

.score strong {
    padding: 4px 15px !important;
    font-size: 12px !important
}

embed {
    height: 400px !important
}

.footer {
    left: 0;
    bottom: 0;
    background-color: red;
    color: #fff;
    text-align: center;
    z-index: 999
}

iframe {
    width: 640px !important;
    height: 360px
}

a.nav-link.customn {
    font-size: 12px
}

header.header_in.is_sticky,
header.header_in.map_view {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}

.sticky ul#top_menu li a.login:before,
.sticky ul#top_menu li a.wishlist_bt_top:before,
.strip.list_view a.wish_bt:hover:after,
.strip.map_view a.wish_bt:hover:after,
header.header_in ul#top_menu li a {
    color: #444
}

.box_list ul li .score,
img.logo_sticky {
    margin-top: -10px
}

.sub_header_in {
    background-color: #ff3131;
    padding: 20px 0
}

.sub_header_in.sticky_header {
    margin-top: 50px
}

.sub_header_in h1 {
    color: #fff;
    margin: 0;
    font-size: 20px
}

ul#top_menu {
    float: right;
    margin: 0 0 0 10px;
    padding: 0;
    font-size: .8125rem
}

ul#top_menu li {
    float: left;
    margin: 0 15px 0 0;
    line-height: 1
}

ul#top_menu li:last-child {
    margin-right: 0;
    position: relative;
    top: 0
}

.box_1 h3,
.call_section h2,
.color2,
.conf,
.follow_us ul li a i,
.grid-gallery ul li figcaption a,
.secondary_nav ul li a.active,
.swipertab a,
.whitebc .breadcrumb-item+.breadcrumb-item::before,
.whitebc .breadcrumb-item.active,
.whitebc a,
h2.mb-2,
p.whitte,
ul#top_menu li a,
ul.share-buttons li a:hover {
    color: #fff
}

ul#top_menu li a:hover {
    color: #fff;
    opacity: .7
}

ul#top_menu li a.login,
ul#top_menu li a.wishlist_bt_top {
    display: block;
    width: 22px;
    height: 23px;
    position: relative;
    top: 8px;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
    text-indent: -9999px;
    overflow: hidden
}

#newsletter input[type=submit],
footer ul li a,
ul#additional_links li a {
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out
}

#newsletter input[type=submit],
footer ul li a {
    color: #fff
}

ul#top_menu li a.login:before,
ul#top_menu li a.wishlist_bt_top:before {
    font-family: Glyphter;
    font-size: 1.3125rem;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 400;
    line-height: 1
}

ul#top_menu li a.wishlist_bt_top:before {
    content: '\0043'
}

ul#top_menu li a.login:before {
    content: '\0042'
}

#filters,
.bg_color_1,
.box_account .form_container .divider span,
.box_list,
.strip,
header.header_in .hamburger-inner,
header.header_in .hamburger-inner::after,
header.header_in .hamburger-inner::before,
header.sticky .hamburger-inner,
header.sticky .hamburger-inner::after,
header.sticky .hamburger-inner::before {
    background-color: #fff
}

@media (max-width:450px) {
    #logo img {
        width: 55% !important
    }
}

main {
    background-color: #f8f8f8
}

main.pattern {
    background: url(../img/pattern_3.svg) center center/cover no-repeat #f8f8f8;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

@media (min-width:576px) {
    .collapse.dont-collapse-sm {
        display: block !important;
        height: auto !important;
        visibility: visible !important
    }
}

footer {
    border-top: 1px solid #ededed;
    background-color: #ffffff
}

#search_mobile .form-group,
.box_detail ul li,
footer ul li,
p.font14.latoBlack.appendBottom5,
ul.info_booking li {
    margin-bottom: 5px
}

footer ul li a {
    transition: .3s ease-in-out;
    display: inline-block;
    position: relative
}

footer ul li a:hover {
    color: #fab702;
    opacity: 1
}

footer ul li a i {
    margin-right: 10px;
    color: #fff
}

footer ul.links li a:hover {
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0)
}

.follow_us ul li a i:hover,
footer ul.links li a:hover:after {
    opacity: 1;
    color: #ff3131
}

footer ul.links li a:after {
    font-family: ElegantIcons;
    content: "\24";
    position: absolute;
    margin-left: 5px;
    top: 1px;
    opacity: 0;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

footer ul.contacts li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
    color: #fff
}

.box_detail ul,
.filter_type ul li:last-child,
.secondary_nav ul,
.step .tab-content.checkout .nice-select,
footer ul.contacts li:last-child {
    margin-bottom: 0
}

footer ul.contacts li i {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1
}

#newsletter .loader {
    position: absolute;
    right: -20px;
    top: 11px;
    color: #444;
    font-size: .75rem
}

#custom-search-input,
#hero_video,
#newsletter .form-group,
#qty_total,
#sign-in-dialog,
#sign-in-dialog .form-group,
.costs,
.count,
.divider span,
.dropdown,
.dropdown a,
.form-group,
.header-video,
.hero_in,
.hero_single,
.main_categories,
.opening,
.qty-buttons,
.righta,
.sign-in-wrapper,
.small-dialog-header,
.styled-select,
.thumb,
a.grid_item figure,
a.social_bt,
span.oicon,
ul.menu_list li {
    position: relative
}

#newsletter h6 {
    margin: 15px 0
}

#newsletter input[type=email],
.phonec {
    border: 0;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 15px;
    font-size: .875rem;
    background-color: rgba(0, 0, 0, .06)
}

#newsletter input[type=email]:focus {
    border: 0;
    box-shadow: none
}

#newsletter input[type=submit] {
    position: absolute;
    right: 0;
    font-size: .8125rem;
    font-weight: 600;
    top: 0;
    border: 0;
    padding: 0 12px;
    height: 40px;
    line-height: 42px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #ff3131;
    transition: .3s ease-in-out;
    outline: 0
}

#custom-search-input input[type=submit]:hover,
#newsletter input[type=submit]:hover,
.custom-search-input-2 input[type=submit]:hover,
.search_mob_wp input[type=submit] {
    background-color: #ffc107;
    color: #222
}

.follow_us {
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s
}

.follow_us h5 {
    font-size: 1rem;
    margin-top: 35px
}

.follow_us ul li {
    display: inline-block;
    margin-right: 5px;
    font-size: 1.25rem
}

ul#footer-selector {
    margin: 0;
    padding: 0;
    list-style: none
}

ul#footer-selector li {
    float: left;
    margin-right: 10px
}

ul#additional_links {
    margin: 0;
    padding: 8px 0 0;
    color: #555;
    font-size: .8125rem;
    float: right
}

.box_list ul li,
.category_filter .container_radio,
.strip ul li,
ul#additional_links li {
    display: inline-block;
    margin-right: 15px
}

ul#additional_links li:first-child {
    margin-right: 20px
}

ul#additional_links li:last-child:after {
    content: ""
}

ul#additional_links li span {
    color: #555;
    opacity: .8
}

ul#additional_links li a {
    color: #555;
    opacity: .8;
    transition: .3s ease-in-out
}

#carousel .owl-item.active.center .item .title h4,
#carousel .owl-item.active.center .item .views,
#reccomended .owl-item.active.center .item .title h4,
#reccomended .owl-item.active.center .item .views,
#toTop,
.closed .horizontal,
.container_radio input:checked~.checkmark:after,
.grid-gallery ul li figure:focus figcaption,
.grid-gallery ul li figure:hover figcaption,
.opened,
a.box_cat_home:hover i,
ul#additional_links li a:hover {
    opacity: 1
}

ul#additional_links li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    left: 10px
}

.styled-select {
    width: 100%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    border: none;
    background-color: rgba(0, 0, 0, .05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding-right: 35px
}

.box_contacts a,
.strip .wrapper h5 a,
.strip.map_view a.wish_bt,
.styled-select#lang-selector,
a.box_feat {
    color: #555
}

.styled-select#lang-selector:after {
    font-family: ElegantIcons;
    content: "\e0e2";
    color: #555;
    position: absolute;
    right: 10px;
    top: 0
}

.styled-select#currency-selector:after {
    font-family: ElegantIcons;
    content: "\33";
    color: #555;
    position: absolute;
    right: 10px;
    top: 0
}

.styled-select select {
    background: 0 0;
    width: 110%;
    padding-left: 10px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    color: #555;
    font-size: .75rem;
    margin: 0;
    font-weight: 500;
    -moz-appearance: window;
    outline: 0
}

.styled-select select:focus {
    color: #555;
    outline: 0;
    box-shadow: none
}

.styled-select select::-ms-expand {
    display: none
}

.hero_single {
    width: 100%;
    text-align: center;
    margin: 0;
    color: #fff
}

.hero_single .wrapper {
    background-color: rgba(0, 0, 0, .8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.hero_single .wrapper h3 {
    color: #fff;
    font-size: 3.25rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700
}

.hero_single .wrapper p {
    font-weight: 300;
    margin: 10px 0 0;
    padding: 0 20%;
    font-size: 1.5rem;
    line-height: 1.4
}

#custom-search-input input[type=submit],
.custom-search-input-2 input[type=submit] {
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    padding: 0 25px;
    height: 50px;
    background-color: #ff3131;
    outline: 0;
    cursor: pointer
}

.hero_single.short {
    height: 600px
}

.hero_single.version_2 {
    height: 620px;
    background: url(../img/home_section_1.jpg) center center/cover no-repeat #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

#toTop,
.box_detail figure a i,
.box_list figure small,
.call_section.pattern .wrapper,
.grid-gallery ul li figcaption,
.hero_single.version_2 .wrapper,
.hero_single.version_3 .wrapper {
    background-color: rgba(0, 0, 0, .6)
}

.hero_single.version_2 .wrapper h3 {
    font-size: 2.625rem;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, .3)
}

.hero_single.version_2 .wrapper p {
    font-weight: 400;
    margin: 5px 0 20px;
    padding: 0;
    font-size: 1.3125rem;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, .3)
}

.hero_single.version_3 {
    height: 450px;
    background: url(../img/home_section_1.jpg) center center/cover no-repeat #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.hero_single.version_4 {
    height: 600px;
    background: url(../../storage/propify.jpg) center top/cover repeat-x #ff3131;
    margin-top: 45px
}

.hero_singles.version_new {
    height: 600px;
    background: url(../img/gallery/howitworkssection.jpg) center top/cover repeat-x;
    margin-top: 45px
}

.hero_single.version_4 .wrapper {
    background: rgba(0, 0, 0, .6);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .6), transparent)
}

.hero_single.version_4 .wrapper h1,
.hero_single.version_4 .wrapper h3 {
    color: #fff;
    font-weight: 600;
    text-transform: none;
    font-size: 2.625rem;
    text-shadow: 1px 1px 5px rgb(99 97 87 / 58%);
    letter-spacing: 2px
}

.hero_single.version_4 .wrapper p {
    font-weight: 400;
    margin: 5px 0 20px;
    padding: 0;
    font-size: 1.3125rem;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, .3);
    text-align: center
}

.hero_single.version_4 .wrapper input[type=submit] {
    color: #fff;
    background-color: #fab702
}

.hero_single.version_4 .wrapper input[type=submit]:hover,
.hero_single.version_5 .wrapper input[type=submit]:hover,
.search_bar_error input[type=submit]:hover,
.search_mob_wp input[type=submit]:hover {
    background-color: #32a067;
    color: #fff
}

.hero_single.version_5 {
    height: 640px;
    background: url(../img/pattern_2.svg) center center fixed #ff3131
}

.hero_single.version_5 .wrapper {
    background: rgba(0, 0, 0, .6);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .6), transparent);
    text-align: left
}

.hero_single.version_5 .wrapper h3 {
    font-size: 2.25rem;
    text-shadow: none
}

.hero_single.version_5 .wrapper p {
    font-weight: 400;
    margin: 5px 0 20px;
    padding: 0;
    font-size: 1.3125rem;
    text-shadow: none
}

.hero_single.version_5 .wrapper .custom-search-input-2 {
    background: 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#amenities .mbten,
.add_bottom_10,
.box_account .form_container .form-group,
.custom-search-input-2.inner-2 .form-group,
.hero_single.version_5 .wrapper .form-group,
.search_mob_wp .form-control,
.step .tab-content.checkout .form-group,
.step .tab-content.checkout .social_bt {
    margin-bottom: 10px
}

.hero_single.version_5 .wrapper input[type=submit] {
    color: #222;
    margin-top: 10px;
    background-color: #ffc107;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

#custom-search-input {
    padding: 0;
    width: 600px;
    margin: 20px auto 0
}

#custom-search-input .search-query {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 1rem;
    color: #333
}

#custom-search-input input[type=submit] {
    position: absolute;
    transition: .3s ease-in-out;
    right: -1px;
    color: #fff;
    font-weight: 600;
    font-size: .875rem;
    top: 0;
    border: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.custom-search-input-2 {
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3)
}

.custom-search-input-2 input {
    border: 0;
    height: 40px;
    padding-left: 15px;
    font-weight: 500
}

.box_list ul,
.score strong,
a.box_cat_home ul {
    border-top: 1px solid #ededed
}

.custom-search-input-2 input:focus,
.custom-search-input-2.inner input:focus {
    box-shadow: none;
    border-right: 1px solid #d2d8dd
}

.custom-search-input-2 .nice-select .current {
    font-weight: 500;
    color: #333;
    font-size: 15px
}

.custom-search-input-2 .form-group,
.filters_listing ul,
.filters_listing.version_2 ul,
.modal ul,
.print-error-msg ul,
ol {
    margin: 0
}

.custom-search-input-2 i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.125rem;
    position: absolute;
    background-color: #fff;
    line-height: 50px;
    top: 1px;
    right: 1px;
    padding-right: 15px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height: 48px;
    z-index: 9;
    color: #999
}

.custom-search-input-2 input[type=submit] {
    transition: .3s ease-in-out;
    color: #fff;
    font-weight: 600;
    font-size: .875rem;
    border: 0;
    width: 100%;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    margin-right: -1px
}

.custom-search-input-2.map_view {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.custom-search-input-2.map_view input,
.pagination li:first-child,
.step .nav-tabs .nav-link,
.step.first h3:before,
.step.last h3:after,
input.qtyminus:focus,
input.qtyplus:focus {
    border: none
}

.custom-search-input-2.map_view input[type=submit] {
    margin: 20px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.custom-search-input-2.inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.custom-search-input-2.inner input {
    border: 0;
    height: 30px;
    padding: 2px 0 0;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize
}

#filters h6,
#hero_video,
#results h4,
#results_map_view h4,
.accordion_2 .card-header h5,
.main_categories ul li a h3 {
    font-size: 1rem
}

#error_page h2,
#hero_video .wrapper h3,
.box_list figure small,
.box_list small,
.my-toggle,
.offer-tag,
.red-mor,
.ribbon span,
.strip figure small,
.strip_booking .date .day,
.strip_booking .date .month,
.strip_booking h3,
.swiper-investment small.starr,
a.box_news ul li,
li.list-group-label,
span.colorc,
ul.info_booking li strong {
    text-transform: uppercase
}

.custom-search-input-2.inner .nice-select {
    height: 30px;
    line-height: 30px
}

.custom-search-input-2.inner i {
    height: 38px;
    line-height: 38px;
    padding-right: 38px;
    background: #fab702;
    color: #fff
}

.custom-search-input-2.inner input[type=submit] {
    position: absolute;
    transition: .3s ease-in-out;
    right: 1px;
    color: #fff;
    font-weight: 600;
    font-size: .875rem;
    top: 0;
    border: 0;
    height: 40px;
    cursor: pointer;
    outline: 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-indent: -999px;
    background: url(../img/search.svg) center center no-repeat #fab702
}

#filters_col,
.custom-search-input-2.inner-2 .nice-select,
.custom-search-input-2.inner-2 input {
    border: 1px solid #ededed
}

.custom-search-input-2.inner input[type=submit]:hover,
.reviews-container .progress-bar {
    background-color: #32a067
}

.custom-search-input-2.inner-2 {
    margin: 0 0 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: 0 0
}

.custom-search-input-2.inner-2 input[type=submit],
.main_categories ul {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px
}

.custom-search-input-2.inner-2 input[type=submit] {
    border-radius: 3px;
    margin-top: 10px
}

.custom-search-input-2.inner-2 i {
    padding-right: 10px;
    line-height: 48px;
    height: 48px;
    top: 1px
}

ul.counter {
    margin: 30px 0 0;
    padding: 0;
    text-align: center
}

ul.counter li {
    padding: 0 10px;
    display: inline-block;
    font-size: 1.125rem;
    border-right: 1px solid #fff
}

ul.counter li:last-child {
    border-right: none;
    text-align: left
}

.main_categories {
    margin-top: -30px;
    margin-bottom: 25px;
    z-index: 0
}

.main_categories ul {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 52%);
    text-align: center;
    padding: 15px 0;
    width: 90%;
    margin: auto
}

.main_categories ul li {
    display: inline-block;
    width: 25%;
    float: left;
    border-right: 1px solid #d2d8dd
}

.main_categories ul li:last-child {
    border-right: none
}

.container_check input:checked~.checkmark:after,
.main_categories ul li a,
.no-csspointerevents .nice-select.open .list,
a.btn_search_mobile.map_view,
footer .collapse:not(.show) {
    display: block
}

.main_categories ul li a i {
    font-size: 1.625rem;
    display: inline-block
}

.header-video {
    overflow: hidden;
    background: #000;
    height: 600px !important
}

@media (max-width:991px) {

    .btn_add,
    a.btn_add {
        display: none
    }

    header.header.sticky {
        padding: 15px 15px 5px
    }

    header.header_in {
        padding: 5px 0;
        height: 50px !important
    }

    header.header_in ul#top_menu {
        position: absolute;
        right: 15px;
        float: none
    }

    header.header_in #logo a {
        z-index: 9;
        position: relative
    }

    .sub_header_in.sticky_header {
        margin-top: 48px
    }

    ul#top_menu {
        margin: -2px 0 0 10px
    }

    ul#top_menu li {
        margin: 2px 0 0 10px
    }

    ul#top_menu li a.login,
    ul#top_menu li a.wishlist_bt_top {
        top: 2px
    }

    #logo {
        float: none;
        position: absolute;
        top: 0;
        left: 29px;
        width: 100%;
        text-align: center
    }

    #logo img {
        width: 80%;
        margin: 28px 0 0
    }

    .header_in #logo img {
        margin-top: -8px
    }

    .hamburger-box {
        position: absolute;
        top: 5px;
        right: 65px
    }

    .secondary_nav ul li {
        margin-right: 10px !important;
        font-size: 14px !important
    }

    .secondary_nav {
        padding: 5px 0 !important
    }

    ul#additional_links {
        float: none;
        margin-top: 10px
    }

    .custom-search-input-2 input[type=submit],
    .hero_single.version_4 .wrapper input[type=submit] {
        margin: 20px 0 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px
    }

    .hero_single.version_5 .wrapper input[type=submit] {
        margin: 20px 0 0
    }

    #custom-search-input {
        width: auto
    }

    .custom-search-input-2 {
        background: 0 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .custom-search-input-2 input {
        border: none
    }

    .custom-search-input-2 input:focus,
    .custom-search-input-2.inner input:focus {
        border-right: none
    }

    .custom-search-input-2 .form-group {
        margin-bottom: 5px
    }

    .custom-search-input-2 i {
        padding-right: 10px
    }

    .custom-search-input-2.inner input {
        border: none;
        padding-left: 10px
    }

    .bright {
        padding: 0
    }

    .custom-search-input-2.inner {
        margin: 4px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .main_categories ul li a h3 {
        font-size: 13px
    }

    .header-video {
        height: 620px !important
    }

    h2.timer.count-title.count-number,
    span.counter {
        font-size: 16px
    }
}

#carousel .item a,
#filters ul li small,
#results_map_view,
.score span,
.strip,
.strip figure,
a.box_cat_home,
a.box_news,
small.dnames,
span.pricing {
    position: relative
}

#hero_video {
    background-size: cover;
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 99;
    text-align: center;
    display: table
}

#hero_video .wrapper {
    display: table-cell;
    vertical-align: middle
}

#hero_video .wrapper h3 {
    color: #fff;
    font-size: 2.625rem;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, .3)
}

#hero_video .wrapper p {
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.4;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, .3)
}

video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%
}

#hero_video iframe,
#map_right_listing {
    height: 100%;
    width: 100%
}

.header-video--media,
.teaser-video {
    width: 100%;
    height: auto
}

@media (max-width:1024px) {
    #hero_video {
        background: url(../img/home_section_1.jpg) 0 0/cover #ccc;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover
    }

    #hero_video>div {
        background-color: rgba(0, 0, 0, .5)
    }

    .header-video {
        background: 0 0
    }
}

#cookie-bar .cb-policy,
#results,
#results_map_view,
.default,
.swipertab .swiper-slide {
    background: #ff3131
}

a.grid_item {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    height: 200px;
    margin-bottom: 30px
}

a.grid_item .info {
    position: absolute;
    width: 100%;
    z-index: 9;
    display: block;
    padding: 25px 25px 10px;
    color: #fff;
    left: 0;
    bottom: 0;
    background: 0 0;
    background: -webkit-linear-gradient(top, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    box-sizing: border-box
}

a.grid_item .info small {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 13px !important;
    background-color: #ff3131;
    line-height: 1;
    padding: 5px;
    border-radius: 3px
}

a.grid_item .info h3 {
    color: #fff;
    font-size: 16px
}

a.grid_item figure {
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    height: 100%
}

a.box_news,
small.dnames {
    border-radius: 3px
}

a.grid_item figure img {
    transition: .3s ease-in-out;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.box_list figure a:hover img,
.strip figure a:hover img,
.strip.list_view figure a:hover img,
.strip.map_view figure a:hover img,
a.grid_item:hover figure img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

a.grid_item.small {
    height: 170px
}

a.grid_item.prop.small,
a.grid_item.ps.small {
    height: 270px
}

span.pricing {
    z-index: 99999;
    float: right;
    padding: 0 12px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    top: 82%
}

small.dnames {
    padding: 4px 12px;
    background: #fab702;
    color: #ff3131;
    font-weight: 600;
    font-size: 14px;
    left: 0;
    bottom: -4px
}

a.grid_item .info p {
    margin-bottom: 15px;
    font-size: 14px !important;
    margin-top: 15px;
    font-weight: 500;
    color: hsla(0, 0%, 100%, .8)
}

@media (max-width:1199px) {
    a.grid_item.small {
        height: 130px
    }
}

@media (max-width:991px) {

    a.grid_item,
    a.grid_item.small {
        height: 180px
    }
}

@media (max-width:767px) {

    .main_title_2 h2,
    .main_title_2 h3,
    .main_title_3 h2,
    .main_title_3 h3 {
        font-size: 18px;
        font-weight: 600
    }

    .main_title_3 p {
        font-size: 14px;
        text-align: left
    }

    .main_title_3 a {
        top: -4px;
        font-size: 12px
    }

    .btn_home_align {
        text-align: center;
        margin-bottom: 15px
    }

    a.btn_filt,
    a.btn_filt_map {
        text-indent: -999px;
        display: block;
        width: 32px;
        height: 32px;
        padding: 0
    }

    a.btn_filt:before,
    a.btn_filt_map:before {
        text-indent: 1px;
        position: absolute;
        left: 3px;
        top: 4px;
        font-size: 1.3125rem;
        font-weight: 400
    }

    header.header {
        padding: 15px 15px 5px
    }

    .hero_single .wrapper h3 {
        font-size: 1.3125rem
    }

    ul.nav.nav-tabs {
        position: absolute;
        left: 12%
    }

    .sub_header_in.sticky_header.aboutus {
        margin-top: 50px
    }

    .hero_single .wrapper p {
        padding: 0;
        font-size: 1.125rem
    }

    .hero_single.version_2 .wrapper h3,
    .hero_single.version_4 .wrapper h1,
    .hero_single.version_4 .wrapper h3 {
        font-size: 1.625rem;
        margin-top: 30px
    }

    #hero_video .wrapper p,
    .hero_single.version_2 .wrapper p,
    .hero_single.version_4 .wrapper p,
    .hero_single.version_5 .wrapper p {
        padding: 0;
        font-size: .875rem
    }

    .hero_single.version_5 {
        height: 550px
    }

    .hero_single.version_5 .wrapper h3 {
        font-size: 1.625rem;
        margin-top: 20px
    }

    .main_categories ul li a h3,
    ul.counter {
        display: none
    }

    .main_categories ul,
    a.grid_item figure img {
        width: 100%
    }

    #hero_video .wrapper h3 {
        font-size: 1.625rem;
        margin-top: 60px
    }

    a.grid_item,
    a.grid_item figure,
    a.grid_item.small {
        height: 150px
    }

    a.grid_item .info {
        padding: 15px 15px 0
    }

    a.grid_item.small figure {
        height: 150px !important
    }
}

a.grid_item.small .info {
    padding: 35px 15px 5px;
    text-align: left
}

a.grid_item.small .info h3 {
    font-size: 16px;
    margin-bottom: 2px
}

a.grid_item.small figure img {
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: auto
}

.app_icons,
.app_icons a img,
.grid-gallery ul li figure img,
a.box_news figure img,
a.box_news:hover h4 {
    transition: .3s ease-in-out
}

#carousel,
#reccomended,
.tab-content {
    margin-top: 40px
}

#reccomended .item {
    margin: 0 15px
}

#carousel .owl-item,
#reccomended .owl-item {
    opacity: .5;
    transform: scale(.85);
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(.85, .85);
    transition: .3s ease-in-out;
    overflow: hidden
}

#carousel .owl-item.active.center,
#reccomended .owl-item.active.center {
    opacity: 1;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: scale(1)
}

.strip figure a img,
a.box_news figure img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    left: 50%
}

.owl-theme .owl-dots {
    margin-top: 25px !important;
    outline: 0
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff3131 !important;
    outline: 0 !important
}

.owl-theme .owl-dots .owl-dot span {
    width: 13px !important;
    height: 13px !important
}

.app_icons {
    margin-bottom: 10px
}

.app_icons a img:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

a.box_news {
    display: block;
    padding-left: 170px;
    color: #555
}

.add_bottom_30,
.pb30,
.step {
    margin-bottom: 30px
}

a.box_news figure {
    width: 150px;
    height: 160px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

a.box_news figure img {
    width: 185px;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    backface-visibility: hidden
}

.strip figure a img,
a.box_news:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1)
}

a.box_news figure figcaption {
    background-color: #ffc107;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 15px;
    line-height: 1
}

a.box_news figure figcaption strong {
    display: block;
    font-size: 1.3125rem
}

a.box_news h4 {
    font-size: 16px;
    margin: 5px 0
}

a.box_news:hover img {
    transform: translate(-50%, -50%) scale(1)
}

a.box_news:hover h4 {
    color: #ff3131
}

a.box_news ul {
    margin: 0;
    padding: 10px 0 0
}

a.box_news ul li {
    display: inline-block;
    font-weight: 600;
    color: #999;
    font-size: .75rem;
    margin-right: 5px
}

.searchpage .strip ul li,
a.box_news ul li:last-child {
    margin-right: 0
}

a.box_news ul li:last-child:after {
    content: '';
    margin: 0
}

a.box_news ul li:after {
    content: '-';
    margin: 0 0 0 10px
}

a.box_cat_home {
    background-color: #fff;
    display: block;
    padding: 25px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 25px;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    color: #999
}

a.box_cat_home i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.125rem;
    color: #0054a6;
    opacity: 0;
    -moz-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out;
    -webkit-transition: .6s ease-in-out;
    -ms-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

a.box_cat_home h3 {
    font-size: 1.125rem;
    margin-top: 10px
}

a.box_cat_home:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

a.box_cat_home ul {
    margin: 10px -15px -25px;
    padding: 10px;
    text-align: center;
    color: #fab702
}

a.box_cat_home ul li {
    display: inline-block;
    font-weight: 600;
    color: #fab702
}

a.box_cat_home ul li strong {
    margin-right: 5px;
    font-weight: 600;
    color: #fab702
}

a.box_feat {
    text-align: center;
    background: #fff;
    padding: 40px 30px 30px;
    display: block;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-box-shadow: 0 3px 0 0 #f0f2f4;
    -moz-box-shadow: 0 3px 0 0 #f0f2f4;
    box-shadow: 0 3px 0 0 #f0f2f4;
    margin-bottom: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    height: 240px
}

a.box_feat:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 3px 0 0 #ebedef;
    -moz-box-shadow: 0 3px 0 0 #ebedef;
    box-shadow: 0 3px 0 0 #ebedef
}

a.box_feat i {
    font-size: 4.375rem;
    color: #32a067;
    margin-bottom: 10px
}

a.box_feat h3 {
    font-size: 1.125rem;
    padding-top: 15px
}

#carousel .item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 9
}

#carousel .item .title h4 {
    background-color: #0054a6;
    display: inline-block;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    font-size: 1rem;
    opacity: 0
}

#carousel .item .title h4 em {
    display: block;
    font-size: .8125rem;
    font-weight: 300;
    margin-top: 3px
}

#carousel .item a {
    display: block
}

#results,
.sticky_horizontal h2,
.sticky_horizontal h4 {
    padding: 2px 0 0;
    color: #6c757d;
    position: relative;
    z-index: 999 !important;
    font-size: 13px;
    margin-bottom: 4px
}

#results.map_view,
#results_map_view {
    padding: 10px 0;
    margin: 0 -15px
}

#results_map_view,
#search_mobile {
    z-index: 9999999999999999 !important
}

#results.is_stuck {
    z-index: 99;
    padding: 10px 0
}

#results h4 {
    color: #fff;
    margin: 0;
    padding: 0;
    line-height: 1
}

#results.map_view h4 {
    margin: 3px 0 0
}

#results_map_view {
    color: #fff
}

#results_map_view h4 {
    color: #fff;
    margin: 3px 0 0;
    padding: 0;
    line-height: 1
}

#filters h6,
.add_bottom_15,
.distance {
    margin-bottom: 15px
}

#filters ul li small {
    font-weight: 600;
    float: right;
    top: 4px
}

.filters_listing.version_3,
.map_view#filters {
    margin: 0 -15px
}

.distance span {
    font-weight: 600;
    color: #ff3131
}

.rangeslider__handle {
    border: 2px solid #ff3131 !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15)
}

.carousel_detail .owl-nav [class*=owl-]:hover,
.rangeslider__fill {
    background: #ff3131 !important
}

.filters_listing {
    padding: 5px 0;
    background: #f8f8f8;
    border-bottom: 1px solid #ededed;
    z-index: 99 !important;
    margin-bottom: 10px
}

.filters_listing ul li,
.filters_listing.version_2 ul li,
.filters_listing.version_3 ul li,
.strip.map_view .score,
ul.hotel_facilities li img {
    margin-right: 10px
}

.filters_listing ul li:first-child,
.filters_listing.version_2 ul li:first-child,
.filters_listing.version_3 ul li:first-child,
.searchpage button.searchca {
    float: left
}

.filters_listing ul li:nth-child(2) {
    float: left;
    margin-right: 0
}

.filters_listing ul li:nth-child(3),
.filters_listing.version_2 ul li:nth-child(2),
.filters_listing.version_3 ul li:nth-child(2) {
    float: right;
    margin-right: 0
}

.filters_listing ul li:nth-child(4),
.nice-select.right,
ul.menu_list li h6 span {
    float: right
}

.filters_listing.version_2 ul li:nth-child(3) {
    float: right;
    margin-right: 10px
}

.filters_listing.version_3 ul {
    margin: 2px 0 0
}

.tools_map {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.4375rem
}

.tools_map a {
    color: rgba(0, 0, 0, .5);
    margin: 0 3px
}

.score strong,
.strip a.wish_bt {
    color: #fff;
    display: inline-block
}

.tools_map i {
    font-weight: 500;
    line-height: 1
}

.score strong {
    background-color: #fab702;
    width: 100%;
    white-space: nowrap;
    margin-bottom: -7px
}

.score span {
    display: inline-block;
    top: 7px;
    margin-right: 8px;
    font-size: .75rem;
    text-align: right;
    line-height: 0;
    font-weight: 500
}

.box_list,
.score span em,
.strip,
a.address {
    display: block
}

.score span em {
    font-weight: 400;
    font-size: .6875rem
}

.strip {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.strip a.wish_bt {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    background-color: rgba(0, 0, 0, .6);
    padding: 9px 10px;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.box_list a.wish_bt,
.strip.map_view a.wish_bt {
    background-color: rgba(0, 0, 0, .1);
    top: 15px;
    right: 15px
}

.strip a.wish_bt:after {
    font-family: ElegantIcons;
    content: "\e012";
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.strip a.wish_bt.liked:after {
    content: "\e078";
    color: #ffc107
}

.strip a.wish_bt:hover.liked:after {
    color: #ffc107
}

.strip a.wish_bt:hover:after {
    content: "\e078";
    color: #fff
}

.strip figure {
    margin-bottom: 0;
    overflow: hidden;
    height: 150px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 3px
}

.strip figure small {
    position: absolute;
    background-color: #000;
    left: 20px;
    top: 120px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 8px;
    line-height: 1
}

.box_list figure .read_more,
.strip figure .read_more {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: .6s;
    transition: .6s;
    z-index: 2
}

.strip figure a img,
.strip.list_view figure a img {
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    width: 100%
}

.box_list figure .read_more span,
.strip figure .read_more span {
    background-color: rgba(255, 255, 255, .8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: #222;
    font-size: .75rem;
    padding: 5px 10px
}

.box_list figure:hover .read_more,
.strip figure:hover .read_more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.strip figure a img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    backface-visibility: hidden;
    transition: .3s ease-in-out
}

.strip .wrapper {
    padding: 15px 20px 10px
}

.strip .wrapper h3 {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    white-space: nowrap;
    text-align: left
}

.strip .wrapper small {
    font-weight: 500;
    display: block;
    font-size: 14px !important;
    color: #fab702;
    white-space: nowrap;
    text-shadow: 0 1px 5px rgb(250 183 2 / 58%)
}

.strip .wrapper p {
    margin-bottom: 15px;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 500
}

.mainbtn.mainpr ul {
    padding: 0;
    text-align: center
}

.strip ul {
    padding: 10px 20px;
    margin: 0;
    text-align: left
}

.cat_star i,
.rating i {
    margin-right: 2px
}

.nomargin_top,
.strip ul li .score,
section#overview {
    margin-top: 0
}

.payment_info p,
.strip ul li:first-child {
    font-size: .8125rem
}

.strip ul li:first-child i {
    font-size: 1.25rem;
    position: relative;
    top: 4px
}

.list_view .score strong {
    margin-bottom: -5px
}

.box_list ul li:last-child,
.strip ul li:last-child {
    margin-right: 0;
    float: right
}

.strip.list_view {
    min-height: 159px;
    margin-bottom: 30px;
    border: 1px solid #d3e0ed;
    box-shadow: none
}

.box_list,
.step #forgot_pw {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.strip.list_view a.wish_bt {
    background-color: rgba(0, 0, 0, .1);
    color: #555;
    top: 25px;
    right: 25px
}

.strip.list_view a.wish_bt:hover.liked:after {
    color: #ff3131
}

.strip.list_view figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    min-height: 170px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.strip.list_view figure small {
    right: 15px;
    top: 15px;
    left: inherit;
    font-size: 10px
}

.strip.list_view figure a img {
    height: auto;
    max-width: none;
    transition: .3s ease-in-out;
    border-radius: 3px
}

.strip.list_view .wrapper {
    padding: 8px 5px 8px 0;
    min-height: 178px
}

.strip.map_view {
    min-height: 120px;
    margin-bottom: 20px
}

.strip.map_view a.wish_bt:hover.liked:after {
    color: #ff3131
}

.strip.map_view figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    min-height: inherit;
    height: 185px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.strip.map_view figure small {
    right: 20px;
    top: 20px;
    left: inherit
}

.strip.map_view figure a img {
    height: 210px;
    width: auto;
    max-width: none;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.strip.map_view .wrapper {
    padding: 20px 20px 0;
    min-height: 110px
}

.strip.map_view .wrapper small {
    line-height: 1.3;
    margin-top: 5px
}

.strip.map_view ul {
    padding: 20px 5px 15px 15px;
    margin-bottom: 0
}

a.address {
    font-weight: 500;
    color: #000;
    font-size: 13px;
    white-space: nowrap
}

.detail_title_1 a.address {
    white-space: unset
}

.loc_closed,
.loc_open {
    position: relative;
    top: 0;
    padding: 6px 12px !important;
    font-size: .6875rem;
    font-weight: 600;
    line-height: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

.loc_open {
    color: #32a067;
    border: 1px solid #32a067
}

.loc_closed {
    color: #eb5c65;
    border: 1px solid #eb5c65
}

.box_list a.wish_bt,
.box_list figure small {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    position: absolute;
    line-height: 1
}

#error_page h2 i,
.cat_star i,
.grid-gallery ul li figcaption a:focus,
.grid-gallery ul li figcaption a:hover {
    color: #ffc107
}

.rating {
    color: #ccc
}

.rating .voted,
.voted {
    color: #ffc107;
    font-size: 12px
}

.box_list {
    position: relative;
    margin: 0 0 30px;
    min-height: 310px;
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.content-left,
.layer,
.map-right,
.row-height {
    min-height: 100%
}

.box_list a.wish_bt {
    z-index: 1;
    padding: 9px 10px;
    display: inline-block;
    color: #555;
    border-radius: 3px
}

.box_list a.wish_bt:after {
    font-family: ElegantIcons;
    content: "\e030";
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.box_list a.wish_bt.liked:after {
    content: "\e089";
    color: #ff3131
}

.box_list a.wish_bt:hover.liked:after {
    color: #ff3131
}

.box_list a.wish_bt:hover:after {
    content: "\e089";
    color: #999
}

.box_list figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    min-height: 310px
}

.box_list figure small {
    right: 20px;
    top: 20px;
    color: #ccc;
    font-weight: 600;
    border-radius: 3px;
    padding: 7px 10px 4px;
    z-index: 9
}

.box_list figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    backface-visibility: hidden;
    height: 350px;
    width: auto;
    max-width: none;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.box_list .wrapper {
    padding: 30px 30px 20px;
    min-height: 245px
}

.box_list .wrapper h3 {
    font-size: 1.25rem;
    margin-top: 0
}

.box_list small {
    color: #999;
    font-weight: 600
}

.box_list ul {
    padding: 20px 15px 20px 30px;
    margin-bottom: 0
}

#list_sidebar .box_list,
#list_sidebar .box_list figure {
    min-height: 330px
}

#list_sidebar .box_list figure a img {
    height: 350px
}

#list_sidebar .box_list .wrapper {
    min-height: 265px
}

.layout_view {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .08);
    padding: 4px 8px 3px
}

.layout_view a {
    color: rgba(0, 0, 0, .5)
}

.layout_view a.active {
    color: rgba(0, 0, 0, .8)
}

#search_mobile a.side_panel:hover,
.hero_in a.btn_photos:hover,
.layout_view a:hover,
.payments ul li a.info:hover,
.search_mob a:hover,
a.btn_infobox_detail:before:hover,
ul#cat_nav li a#active,
ul#cat_nav li a.active,
ul#cat_nav li a:hover {
    color: #ff3131
}

.switch-field {
    overflow: hidden;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    position: relative
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden
}

.switch-field input:checked+label {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.switch-field label {
    float: left;
    display: inline-block;
    min-width: 65px;
    color: #fff;
    font-weight: 600;
    font-size: .75rem;
    text-align: center;
    text-shadow: none;
    padding: 10px 8px 8px;
    line-height: 1;
    border-right: 1px solid #fff;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin: 0
}

h2.mb-2,
span.id-color {
    text-shadow: 2px 2px 2px #ff3131
}

@media (max-width:575px) {
    h1.main_title_in {
        font-size: 1.5rem
    }

    .sub_header_in h1 {
        font-size: 1.125rem
    }

    footer h3 {
        cursor: pointer;
        border-bottom: 1px solid #ededed;
        padding: 5px 0;
        display: block;
        font-size: 14px;
        margin: 0
    }

    footer h3:after {
        font-family: themify;
        content: "\e61a";
        width: 20px;
        display: block;
        float: right
    }

    footer h3.opened:after {
        content: "\e622"
    }

    footer hr {
        display: none
    }

    footer ul {
        padding-top: 5px
    }

    footer #newsletter {
        padding-top: 15px
    }

    ul#footer-selector {
        margin-top: 30px
    }

    ul#footer-selector li:last-child {
        margin-top: 5px
    }

    .hero_single .wrapper h3 {
        font-size: 1.4375rem
    }

    #hero_video .wrapper h3,
    .hero_single.version_2 .wrapper h3,
    .hero_single.version_4 .wrapper h1,
    .hero_single.version_4 .wrapper h3,
    .hero_single.version_5 .wrapper h3 {
        font-size: 1.375rem
    }

    #custom-search-input .search-query {
        padding-left: 15px
    }

    #custom-search-input input[type=submit],
    .custom-search-input-2.inner input[type=submit] {
        text-indent: -999px;
        background: url(../img/search.svg) center center no-repeat #ff3131
    }

    a.grid_item,
    a.grid_item figure {
        height: 180px
    }

    a.grid_item.small {
        height: 170px
    }

    a.grid_item.small figure {
        height: 170px !important
    }

    .switch-field label {
        min-width: inherit
    }
}

.switch-field label:first-of-type {
    border-left: 0
}

.switch-field label:last-of-type {
    border-right: 0
}

.switch-field label:hover {
    cursor: pointer;
    color: #ff3131
}

#filters_col {
    background-color: #fff;
    padding: 15px 15px 10px;
    margin-bottom: 25px;
    border-radius: 10px
}

#filters_col label {
    color: #333;
    font-weight: 400;
    font-size: 13px
}

a#filters_col_bt {
    display: block;
    color: #333;
    position: relative;
    font-size: 1rem;
    font-weight: 600
}

a#filters_col_bt:before {
    font-family: ElegantIcons;
    content: "\66";
    font-size: 1.625rem;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    font-weight: 400
}

.filter_type h6 {
    border-top: 1px solid #ededed;
    margin: 10px 0;
    padding: 10px 0 0;
    font-size: .8125rem
}

.filter_type ul {
    list-style: none;
    padding: 0;
    margin: 0 0 5px
}

.filter_type ul li {
    margin-bottom: 5px;
    padding-left: 8px;
    display: inline-block
}

.filter_type ul li small {
    float: right;
    position: relative;
    top: 4px
}

.category_filter {
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
    padding-bottom: 10px
}

a.boxed_list {
    text-align: center;
    padding: 30px;
    border: 1px solid #ededed;
    display: block;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-bottom: 25px
}

a.boxed_list i {
    font-size: 3.75rem;
    margin-bottom: 15px
}

a.boxed_list h4 {
    font-size: 1.125rem;
    color: #333
}

a.boxed_list p {
    color: #777;
    margin-bottom: 0
}

.color3,
.innercard b,
a.boxed_list:hover i {
    color: #32a067
}

a.btn_search_mobile {
    background: url(../img/search.svg) center center no-repeat;
    width: 21px;
    height: 21px;
    float: right;
    display: none
}

.strip .wrapper h5 {
    font-weight: 500;
    font-size: 14px;
    margin: 5px 0 0;
    white-space: nowrap;
    color: red;
    text-align: left
}

@media only screen and (max-width:600px) {
    .box_detail button.pdpbtn {
        font-size: 13px !important;
        min-width: calc(40% - 68px) !important
    }

    footer ul.links li {
        margin-bottom: 5px;
        display: inline;
        margin-right: 10px
    }

    .shareSocial {
        margin-bottom: 15px !important
    }

    .theiaStickySidebar {
        display: none
    }

    .features img {
        width: 25px !important;
        height: 25px !important
    }

    #results.is_stuck {
        padding: 0
    }

    .row.g-0.custom-search-input-2.inner {
        margin: 0 !important;
        border-radius: 3px;
        height: 36px;
        padding: 2px 0
    }

    .box_detail.booking.searchpage {
        padding: 15px !important
    }

    .strip .wrapper p {
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .btn_1,
    a.btn_1 {
        font-size: 12px;
        padding: 10px 20px
    }

    a.grid_item.small .info h3,
    ul.menu_list li h2,
    ul.menu_list li h6 {
        font-size: 14px
    }

    .col-lg-3.col-md-3.col-3.cityb.form-group {
        padding-right: 0
    }

    .nice-select.wide {
        border-radius: 3px 0 0 3px
    }

    main.homepage .custom-search-input-2 input {
        border-radius: 0 3px 3px 0
    }

    .col-lg-2.col-md-2.col-2.srchb.pz {
        padding-left: 0
    }

    .col-lg-7.col-md-7.col-7.bright {
        padding: 0 !important
    }

    h2.mb-2 {
        font-size: 16px
    }

    span.id-color {
        font-size: 13px
    }

    a.btn-line.text-light.font-weight-bold {
        padding: 3px 15px !important
    }

    small.dnames {
        padding: 4px 6px;
        font-size: 12px;
        left: 0;
        display: flex;
        bottom: 25px;
        width: 100%
    }

    a.grid_item .info p {
        margin-bottom: 5px;
        font-size: 12px !important;
        margin-top: 5px
    }

    a.grid_item.small figure {
        height: 200px !important
    }

    a.grid_item.small .info {
        padding: 35px 15px 25px
    }

    span.pricing {
        float: left;
        padding: 0 20px;
        font-size: 16px;
        top: 85%
    }

    a.grid_item.prop.small {
        height: 200px
    }
}

#search_mobile {
    overflow: auto;
    transform: translateX(105%);
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    position: fixed;
    background: url(../img/bg_aside.svg) center right/cover no-repeat #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 60px 30px 30px;
    -webkit-box-shadow: 1px 0 5px 0 rgba(50, 50, 50, .55);
    -moz-box-shadow: 1px 0 5px 0 rgba(50, 50, 50, .55);
    box-shadow: 1px 0 5px 0 rgba(50, 50, 50, .55);
    -webkit-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -ms-transition: .5s cubic-bezier(.77, 0, .175, 1);
    -o-transition: .5s cubic-bezier(.77, 0, .175, 1);
    transition: .5s cubic-bezier(.77, 0, .175, 1)
}

#search_mobile.show {
    transform: translateX(0)
}

#search_mobile input.form-control {
    border: 1px solid #d2d8dd;
    box-shadow: none
}

#search_mobile .custom-search-input-2 {
    box-shadow: none
}

#search_mobile .custom-search-input-2 input[type=submit] {
    margin: 20px 0 0
}

#search_mobile .nice-select {
    border: 1px solid #d2d8dd
}

#search_mobile a.side_panel {
    font-size: 2rem;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    color: #999
}

.search_mob a {
    display: none;
    width: 22px;
    height: 24px;
    text-indent: -9999px;
    position: relative;
    color: #0054a6
}

.search_mob a:before {
    font-family: themify;
    content: "\e610";
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    font-weight: 600;
    font-size: 1.3125rem
}

.search_mob_wp {
    padding: 10px 0;
    display: none;
    width: 100%
}

.search_mob_wp .nice-select {
    margin-bottom: 5px;
    border: none
}

.layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: transform .3s, opacity .3s, visibility 0s .3s;
    -moz-transition: transform .3s, opacity .3s, visibility 0s .3s;
    -ms-transition: transform .3s, opacity .3s, visibility 0s .3s;
    -o-transition: transform .3s, opacity .3s, visibility 0s .3s;
    transition: transform .3s, opacity .3s, visibility 0s .3s;
    opacity: 0
}

.layer-is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s, transform .3s;
    -moz-transition: opacity .3s, transform .3s;
    -ms-transition: opacity .3s, transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s
}

.hero_in {
    width: 100%;
    height: 450px;
    overflow: hidden
}

.hero_in.restaurant_detail,
.hero_in.shop_detail {
    height: 550px
}

.hero_in.shop_detail:before {
    background: url(../img/hero_in_shop_detail.jpg) center center/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.hero_in.hotels_detail .wrapper,
.hero_in.restaurant_detail .wrapper,
.hero_in.shop_detail .wrapper {
    background-color: rgba(0, 0, 0, .2)
}

.hotels_detail {
    height: 400px;
    margin-bottom: 15px;
    text-align: center
}

.hotels_detail.col-md-8 {
    padding: 0 7px 0 15px
}

.hotels_detail.col-md-4 {
    padding: 0 15px 0 7px
}

.count {
    bottom: 118px;
    color: #fff;
    font-weight: 500;
    font-size: 24px
}

.hotels_detail .col-md-12 {
    height: 205px
}

.hero_in.hotels_detail img {
    width: 100%;
    height: 400px
}

.hero_in.hotels_detail:before {
    background: url('https://ik.imagekit.io/osmz1lxs6d0/propertygallery/6371db4dd2079_amara-2.webp?tr=w-1300,h-540') center center/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.hero_in.restaurant_detail:before {
    background: url(../img/hero_in_restaurants_detail.jpg) center center/cover no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.hero_in:before {
    animation: 5s cubic-bezier(0, .5, 0, 1) .1s forwards pop-in;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 46pxx;
    z-index: -1
}

.full-height,
.hero_in .wrapper,
.sign-in-wrapper {
    height: 100%
}

.hero_in a.btn_photos {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    line-height: 1;
    padding: 10px 15px;
    color: #444;
    font-weight: 500
}

@keyframes pop-in {
    0% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.secondary_nav {
    background: #ff3131;
    padding: 10px 0;
    border-radius: 3px
}

.secondary_nav.is_stuck {
    z-index: 99;
    width: 100% !important;
    left: 0
}

.secondary_nav ul li {
    display: inline-block;
    margin-right: 12px;
    font-weight: 500;
    font-size: 14px
}

.secondary_nav ul li a {
    color: rgba(255, 255, 255, .5)
}

.secondary_nav ul li a:hover {
    color: #fff;
    opacity: 1
}

#other_addr_c,
.booking .custom-select-form select,
.booking select,
.box_detail.booking.mobiles,
.custom-select-form select,
.mobiles,
.modal-backdrop.show,
.no-csspointerevents .nice-select .list,
.owl-dots,
.secondary_nav ul li:last-child,
a.readless,
a.readless1,
footer h3:after,
p.more,
p.more1 {
    display: none
}

.carousel_detail {
    margin-bottom: 40px
}

.carousel_detail .item {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden
}

.carousel_detail .owl-nav {
    position: absolute;
    bottom: 5px;
    right: 5px
}

.carousel_detail .owl-nav [class*=owl-] {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    border-radius: 3px !important;
    padding: 4px 5px 2px !important;
    background: #222 !important;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    transition: .3s
}

.carousel_detail .owl-nav [class*=owl-] i {
    font-size: 24px;
    line-height: 1;
    margin: 0
}

.detail_title_1,
.reviews-container .progress {
    margin-bottom: 12px
}

.detail_title_1 h1 {
    font-size: 24px;
    margin: 0;
    color: #ff3131
}

.detail_title_1 h2,
.detail_title_1 h6 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
    color: #fab702;
    margin-top: 5px
}

.detail_title_1 ul {
    float: right;
    margin: 10px 0 0
}

.detail_title_1 ul li {
    display: inline-block;
    margin-right: 20px;
    font-weight: 500
}

.mainsection .box_detail.booking,
.mainsection section {
    background-color: #fff;
    padding: 25px 25px 15px;
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 30px;
    border: 1px solid #d3e0ed
}

.mainsection section h2,
h2.tit {
    line-height: 1;
    border-bottom: 1px solid #ededed;
    margin: 0 -25px 25px;
    padding: 0 25px 15px;
    font-size: 20px;
    font-weight: 600
}

.mainsection section h3 {
    font-size: 18px;
    margin-bottom: 15px
}

.mainsection section h4,
.modal-title {
    font-size: 16px;
    font-weight: 600
}

.mainsection sectio hr {
    border-color: #d2d8dd;
    margin: 15px 0
}

div#pname,
p.para {
    display: contents
}

#review_summary {
    text-align: center;
    background-color: #32a067;
    color: #fff;
    padding: 20px 10px;
    -webkit-border-radius: 3px 3px 3px 0;
    -moz-border-radius: 3px 3px 3px 0;
    -ms-border-radius: 3px 3px 3px 0;
    border-radius: 3px 3px 3px 0
}

#review_summary strong {
    font-size: 2.625rem;
    display: block;
    line-height: 1
}

#review_summary em {
    font-style: normal;
    font-weight: 500;
    display: block
}

.reviews-container .review-box {
    position: relative;
    margin-bottom: 25px;
    padding-left: 100px;
    min-height: 100px
}

.reviews-container .rev-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden
}

.booking .dropdown,
.reviews-container .rev-content {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    background-color: #fff
}

.reviews-container .rev-thumb img {
    width: 80px;
    height: auto
}

.reviews-container .rev-content {
    position: relative;
    padding: 25px 25px 1px;
    border-radius: 3px
}

.reviews-container .rev-info {
    font-size: .75rem;
    font-style: italic;
    color: #777;
    margin-bottom: 10px
}

.box_detail .price {
    line-height: 1;
    border-bottom: 1px solid #ededed;
    margin: 0 -25px 25px;
    padding: 0 25px 15px
}

.box_detail .price>span {
    font-size: 1.9375rem;
    font-weight: 600
}

.box_detail .price>span>small {
    font-size: .6875rem;
    font-weight: 500
}

.box_detail .price .score {
    float: right;
    margin-top: -5px
}

.box_detail h3 {
    font-size: 1.25rem;
    margin: 25px 0 10px
}

.box_detail ul li i {
    margin-right: 8px
}

.box_detail figure {
    position: relative;
    background-color: #000
}

.box_1 p,
.box_detail figure img,
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.container_check input,
.container_radio input {
    position: absolute;
    opacity: 0
}

.box_detail figure span {
    position: absolute;
    display: block;
    left: 0;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 600
}

.box_detail figure a i {
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    font-size: 2.625rem;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 9
}

.box_detail figure:hover i {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

@media screen and (min-width:564px) {
    .daterangepicker {
        width: 500px !important
    }

    .daterangepicker.single {
        width: auto !important
    }
}

.booking input {
    font-weight: 500;
    height: 45px
}

.booking input:focus,
.booking textarea:focus {
    box-shadow: none;
    border: 1px solid #d2d8dd
}

.booking .dropdown {
    font-size: .875rem;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 0 10px
}

.booking .nice-select .current {
    font-weight: 500;
    color: #6f787f
}

.booking .custom-select-form .nice-select.open,
.booking .custom-select-form .nice-select:active,
.booking .custom-select-form .nice-select:focus {
    border-color: #d2d8dd;
    outline: 0;
    box-shadow: none
}

.booking .form-group,
.box_account .form_container hr {
    margin: 0 0 10px
}

.booking .form-group i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.125rem;
    position: absolute;
    background-color: #fff;
    height: 43px;
    top: 1px;
    right: 1px;
    padding-right: 10px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    line-height: 43px;
    z-index: 9;
    color: #999
}

.booking .form-group i.loader {
    background-color: transparent;
    color: #fff
}

#sign-in-dialog .form-group i.icon_lock_alt,
.booking .form-group i.icon_lock_alt {
    top: 36px
}

.booking .form-group i.ti-pencil {
    top: 1px;
    height: 20px
}

.booking textarea {
    font-weight: 500;
    height: 100px;
    padding-right: 25px
}

.dropdown {
    text-align: left;
    padding: 15px 10px 0 15px
}

.dropdown a {
    color: #727b82;
    font-weight: 500;
    transition: .3s;
    display: block
}

.dropdown a:after {
    font-family: ElegantIcons;
    content: "\33";
    font-size: 1.5rem;
    color: #999;
    font-weight: 500;
    transition: .3s ease-in-out;
    position: absolute;
    right: 0;
    top: -8px
}

.dropdown.show a:after {
    transform: rotate(180deg)
}

.dropdown .dropdown-menu {
    font-size: .875rem;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
    margin-top: 16px;
    background: #fff;
    border: 1px solid #d2d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, .12);
    padding: 15px 15px 0;
    white-space: normal;
    width: 280px
}

.dropdown .dropdown-menu input:focus {
    outline: 0 !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.ribbon span.open::after,
.ribbon span.open::before {
    content: "";
    top: 100%;
    z-index: -1;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #5d8108
}

.dropdown-menu-content {
    display: flex;
    margin-bottom: 10px
}

.dropdown-menu-content label {
    display: block;
    flex: 1;
    line-height: 40px;
    color: #727b82
}

.qty-buttons {
    height: 38px;
    display: inline-block;
    width: 140px
}

input.qty {
    width: 100%;
    text-align: center;
    border: none !important;
    color: #495057;
    font-size: 1rem;
    height: 40px
}

input.qtyminus,
input.qtyplus {
    top: 1px;
    text-indent: -9999px;
    box-shadow: none;
    position: absolute;
    width: 36px;
    height: 36px;
    border: 0;
    outline: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px
}

input.qtyplus {
    background: url(../img/plus.svg) center center no-repeat #f2f2f2;
    right: 3px
}

input.qtyminus {
    background: url(../img/minus.svg) center center no-repeat #f2f2f2;
    left: 3px
}

#qty_total {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    top: 0;
    left: 2px;
    height: 18px;
    width: 18px;
    background-color: #66676b;
    border-radius: 50%;
    color: #fff
}

.rotate-x {
    animation-duration: .5s;
    animation-name: rotate-x
}

@keyframes rotate-x {
    from {
        transform: rotateY(0)
    }

    to {
        transform: rotateY(360deg)
    }
}

ul.hotel_facilities {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

ul.hotel_facilities li {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600;
    color: #333
}

.accordion_2 .card-body,
.room_type.last {
    padding-bottom: 0
}

.opening {
    background-color: rgba(0, 77, 218, .05);
    padding: 25px 25px 25px 80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

#confirm,
.content-left {
    background-color: #f8f8f8
}

.opening i {
    position: absolute;
    left: 25px;
    top: 25px;
    font-size: 2.25rem;
    color: #555
}

.add_top_10,
.opening h4 {
    margin-top: 10px
}

#cookie-bar p,
.opening ul,
ul.menu_list {
    margin: 0;
    padding: 0
}

.opening ul li span {
    display: inline-block;
    float: right
}

ul.menu_list {
    list-style: none
}

ul.menu_list li {
    padding: 5px 0 5px 100px;
    clear: both;
    font-size: .8125rem
}

ul.menu_list li h2,
ul.menu_list li h6 {
    font-size: 16px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
    white-space: nowrap;
    color: #000000;
    margin-bottom: 5px
}

ul.menu_list li .thumb {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border: 2px solid #ddd;
    padding: 5px;
    border-radius: 3px
}

.thumb {
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    border-radius: 60px
}

#pass-info,
a.social_bt {
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px
}

#amenities ul.menu_list li .thumb img,
.thumb img {
    width: 100% !important;
    height: auto
}

#developer .thumb img,
.swiper-developer .thumb img {
    width: 88px !important
}

.thumb img,
ul.menu_list li .thumb img {
    width: 88px;
    height: auto;
    text-align: center
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}

.ribbon span {
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    position: absolute;
    top: 19px;
    right: -21px
}

.ribbon span.open {
    background: #79a70a
}

.ribbon span.open::before {
    position: absolute;
    left: 0;
    border-left: 3px solid #5d8108;
    border-right: 3px solid transparent
}

.ribbon span.open::after {
    position: absolute;
    right: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid #5d8108
}

.ribbon span.closed::after,
.ribbon span.closed::before {
    top: 100%;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #7d2528;
    position: absolute;
    content: "";
    z-index: -1
}

.ribbon span.closed {
    background: #ca3b41
}

.ribbon span.closed::before {
    left: 0;
    border-left: 3px solid #7d2528;
    border-right: 3px solid transparent
}

.ribbon span.closed::after {
    right: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid #7d2528
}

.row-height {
    height: 100%;
    padding-top: 58px
}

.map-right {
    height: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999
}

.container_check,
.container_radio {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer
}

.content-left {
    height: 100%;
    overflow-y: scroll
}

#login_bg,
#register_bg {
    background: url(../img/access_bg.jpg) center center/cover no-repeat fixed #444;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 100vh;
    width: 100%
}

#register_bg {
    background: url(../img/access_bg.jpg) center center/cover no-repeat fixed #444;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

#login figure,
#register figure {
    text-align: center;
    border-bottom: 1px solid #ededed;
    margin: -45px -60px 25px;
    padding: 20px 60px 25px
}

#login aside,
#register aside {
    width: 430px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
    padding: 45px 60px 60px;
    margin-left: -215px;
    position: absolute;
    left: 50%;
    top: 0;
    overflow-y: auto;
    background-color: #fff;
    min-height: 100vh
}

#login aside form,
#register aside form {
    margin-bottom: 60px;
    display: block
}

#login aside form .form-group input,
#register aside form .form-group input,
#sign-in-dialog .form-group input.form-control,
.more_padding_left {
    padding-left: 40px
}

#login aside form .form-group i,
#register aside form .form-group i,
#sign-in-dialog .form-group i {
    font-size: 1.3125rem;
    position: absolute;
    left: 12px;
    top: 34px;
    color: #ccc;
    width: 25px;
    height: 25px;
    display: block;
    font-weight: 400 !important
}

#login aside .copy,
#register aside .copy {
    text-align: center;
    position: absolute;
    height: 30px;
    left: 0;
    bottom: 30px;
    width: 100%;
    color: #999;
    font-weight: 500
}

.access_social {
    margin-top: 45px
}

a.social_bt.linkedin {
    background-color: #0077b5
}

a.social_bt.linkedin:before {
    content: "\e09d"
}

#pass-info {
    width: 100%;
    margin-bottom: 15px;
    color: #555;
    text-align: center;
    font-size: .75rem;
    padding: 5px 3px 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#pass-info.weakpass {
    border: 1px solid #ff9191;
    background: #ffc7c7;
    color: #94546e
}

#pass-info.stillweakpass {
    border: 1px solid #fbb;
    background: #fdd;
    color: #945870
}

#pass-info.goodpass {
    border: 1px solid #c4eec8;
    background: #e4ffe4;
    color: #51926e
}

#pass-info.strongpass {
    border: 1px solid #6ed66e;
    background: #79f079;
    color: #348f34
}

#pass-info.vrystrongpass {
    border: 1px solid #379137;
    background: #48b448;
    color: #cdffcd
}

.container_check {
    display: block;
    font-size: 12.5px;
    padding-left: 20px;
    line-height: 1.4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container_radio,
.step .nav-link {
    font-size: .9375rem;
    display: block
}

.container_check input {
    cursor: pointer
}

.container_check input:checked~.checkmark {
    background-color: #ff3131;
    border: 1px solid transparent
}

.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 2px solid #d2d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: .3s ease-in-out
}

.container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.container_radio {
    padding-left: 30px;
    line-height: 1.3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.container_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #ccc;
    border-radius: 50%
}

.container_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    transition: .3s ease-in-out;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff3131
}

.step .nav-link {
    padding: 0 15px;
    height: 30px;
    color: #444
}

.step .nav-link.disabled {
    color: #6c757d
}

.step .nav-tabs {
    border: none;
    border-bottom: 2px solid #dee2e6
}

.step .nav-tabs .nav-item {
    margin-bottom: -2px
}

.step .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.step h3:after,
.step h3:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    position: absolute;
    content: "";
    top: 0
}

.box_general.summary ul li,
.payments ul li {
    border-bottom: 1px solid #ededed;
    margin-bottom: 8px
}

.step .nav-tabs .nav-item.show .nav-link,
.step .nav-tabs .nav-link.active {
    border-bottom: 2px solid #ff3131;
    color: #ff3131;
    background-color: transparent
}

.step .tab-content.checkout {
    padding: 15px 0 0
}

.step .tab-content.checkout hr {
    margin: 10px 0
}

.step h3:before {
    border-left: 10px solid #f8f8f8;
    left: 0
}

.step h3:after {
    border-left: 10px solid #333;
    right: -10px;
    z-index: 2
}

.step h3 {
    padding: 10px 12px 10px 20px;
    background: #333;
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    font-size: 1rem
}

.step #forgot_pw {
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.payments ul,
ul.list_ok {
    list-style: none;
    margin: 0 0 30px;
    padding: 0
}

.payments ul li a.info {
    display: inline-block;
    float: right;
    color: #444
}

.payments ul li a.info:after {
    font-family: themify;
    content: "\e718";
    position: relative;
    right: 0;
    top: 0;
    font-size: .9375rem
}

.payment_info figure img {
    height: 20px;
    width: auto
}

.box_general.summary {
    background-color: #fff;
    padding-bottom: 20px
}

.box_general.summary ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

.box_general.summary ul li {
    padding-bottom: 6px;
    font-weight: 500
}

.box_general.summary ul li:last-child {
    font-weight: 700;
    border-bottom: none;
    color: red
}

.box_general.summary label.container_check {
    font-size: .75rem;
    padding-top: 4px
}

#confirm {
    text-align: center;
    padding: 60px 15px
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

.inlinesvg .svg svg {
    display: inline
}

.icon--order-success svg path {
    -webkit-animation: .25s ease-in-out .7s backwards checkmark;
    animation: .25s ease-in-out .7s backwards checkmark
}

.icon--order-success svg circle {
    -webkit-animation: .6s ease-in-out backwards checkmark-circle;
    animation: .6s ease-in-out backwards checkmark-circle
}

.box_account h3 {
    font-size: 1.3125rem;
    padding-left: 30px;
    height: 30px;
    padding-top: 5px;
    display: inline-block;
    margin-bottom: 15px
}

.box_account h3.client {
    background: url(../img/user.svg) center left no-repeat
}

.box_account h3.new_client {
    background: url(../img/new_user.svg) center left no-repeat
}

.box_account .form_container {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 25px;
    position: relative
}

.box_account .form_container a.social_bt {
    margin-bottom: 0;
    min-width: inherit
}

.add_top_20,
.booking_buttons,
.box_account .form_container .divider,
.mtop {
    margin-top: 20px
}

.box_account .form_container #forgot_pw {
    height: 100% !important;
    min-height: inherit;
    background-color: #fff;
    padding: 25px
}

.cluster img,
.drp-selected,
.hide-desktop {
    display: none !important
}

.cluster-visible {
    text-align: center;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500;
    border-radius: 50%;
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important;
    background-color: #ff3131 !important;
    background-image: none !important
}

.cluster-visible:before {
    border: 7px solid #ff3131;
    opacity: .2;
    box-shadow: inset 0 0 0 4px #ff3131;
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: 2.5s infinite cluster-animation
}

@keyframes cluster-animation {

    0%,
    100% {
        transform: scale(1.3) rotate(0)
    }

    50% {
        transform: scale(1.5) rotate(90deg)
    }
}

.map {
    width: 100%;
    height: 500px
}

.map.map_single {
    height: 400px
}

.infoBox {
    -webkit-animation: .9s fadeIn;
    animation: .9s fadeIn;
    padding-right: 50px
}

.infoBox>img {
    position: absolute !important;
    right: 60px !important;
    top: 10px !important;
    z-index: 9999;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.marker_info {
    width: 240px;
    height: 270px;
    border-radius: 5px;
    text-align: left;
    background: #fff;
    position: relative;
    z-index: 999;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12)
}

.btn_2,
.btn_3,
.nice-select,
a.btn_2,
a.btn_3 {
    font-family: inherit;
    cursor: pointer;
    outline: 0
}

.marker_info img {
    display: block;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.marker_info h3 {
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 500;
    margin-top: 3px;
    color: #444
}

.marker_info em {
    display: inline-block;
    font-size: .75rem;
    color: #999;
    font-style: normal
}

.marker_info span {
    display: block;
    padding: 15px 20px 0;
    font-size: .8125rem;
    line-height: 1.2;
    color: #fff;
    position: relative
}

.marker_info span strong {
    display: block;
    font-weight: 500
}

.marker_info:after {
    right: 100%;
    top: 56%;
    border: 12px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent #fff transparent transparent;
    margin-top: -12px
}

a.btn_infobox_detail {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 20px;
    height: 20px
}

.btn_infobox_get_directions:before,
a.btn_infobox_detail:before,
a.btn_infobox_phone:before {
    font-style: normal;
    font-weight: 400;
    font-family: ElegantIcons;
    font-size: 1.25rem;
    cursor: pointer
}

a.btn_infobox_detail:before {
    content: "\70";
    color: #ccc
}

.btn_infobox_get_directions,
a.btn_infobox_phone {
    border: none;
    display: inline-block;
    font-weight: 500;
    color: #ff3131;
    background: 0 0;
    cursor: pointer;
    font-size: .8125rem;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    outline: 0
}

.btn_infobox_get_directions:before {
    font-size: .875rem;
    content: "\e080";
    position: absolute;
    left: 0;
    top: 0
}

a.btn_infobox_phone:before {
    font-size: 14px;
    content: "\e090";
    position: absolute;
    left: 0;
    top: -2px
}

span.infobox_rate {
    display: inline-block;
    margin: -44px 0 0 -20px;
    float: left;
    background-color: #0054a6;
    padding: 5px 8px;
    font-weight: 500;
    text-align: left;
    font-size: .75rem
}

#map_contact {
    width: 100%;
    height: 450px
}

iframe#map_iframe {
    width: 100%;
    height: 450px;
    border: 0
}

.box_contacts {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
    text-align: center;
    font-size: .9375rem
}

.box_contacts h2 {
    font-weight: 500;
    margin: 10px 0;
    font-size: 1.3125rem
}

.box_contacts i {
    font-size: 2.875rem;
    color: #ff3131
}

.box_contacts a:hover {
    color: #ff3131;
    text-decoration: underline
}

.error_message {
    font-weight: 500;
    color: #e3464c
}

#error_page {
    background: url(../img/pattern_1.svg) center bottom repeat-x #0054a6;
    color: #fff;
    height: 600px
}

#error_page .wrapper {
    background: rgba(0, 0, 0, .6);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .6), transparent);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#error_page h2 {
    margin-top: 30px;
    font-size: 8.75rem;
    color: #fff;
    font-weight: 700;
    line-height: 1
}

#error_page p {
    font-size: 1.3125rem
}

.search_bar_error {
    position: relative;
    margin-bottom: 60px
}

.search_bar_error input[type=text] {
    border: 0;
    height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding-left: 15px;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15)
}

.box_style_cat,
a.box_topic {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    background: #fff
}

.search_bar_error input[type=submit] {
    position: absolute;
    right: -1px;
    color: #222;
    font-weight: 600;
    top: 0;
    border: 0;
    padding: 0 25px;
    height: 50px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #ffc107;
    transition: .3s ease-in-out
}

.grid-gallery ul li figcaption,
.grid-gallery ul li figure img {
    width: 100%;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    height: 100%
}

.grid-gallery ul {
    margin: 0 0 25px;
    padding: 0;
    width: 100%;
    text-align: center
}

.grid-gallery ul li {
    display: inline-block;
    padding: 0;
    margin: 5px 10px 0;
    min-height: 100%;
    width: 30%;
    background-color: #000;
    list-style: none
}

.grid-gallery ul li figure {
    position: relative;
    overflow: hidden;
    margin: -3px
}

.grid-gallery ul li figure:focus img,
.grid-gallery ul li figure:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.grid-gallery ul li figure:focus figcaption .caption-content,
.grid-gallery ul li figure:hover figcaption .caption-content {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.grid-gallery ul li figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15% 0;
    text-align: center;
    font-size: .875rem;
    opacity: 0;
    transition: .3s ease-in-out
}

.grid-gallery ul li figcaption .caption-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    transform: translate(0, 15px);
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.grid-gallery ul li figcaption i {
    font-size: 1.875rem
}

.grid-gallery ul li figcaption p {
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: .2s ease-in-out;
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg,
.opened .horizontal {
    opacity: 0
}

.box_style_cat {
    background: #f9f9f9;
    border: 1px solid #aaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgbmargin-bottom: 1em;
    padding: 10px 20px 10px 10px;
    width: auto;
    margin-bottom: 15px;
}

.list_articles ul,
ul#cat_nav,
ul.list_3 {
    list-style: none;
    margin: 0;
    padding: 0
}

ul#cat_nav li i {
    font-size: 1rem;
    margin: 2px 10px 0 0;
    float: left
}

ul#cat_nav li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

ul#cat_nav li a {
    padding: 5px 5px;
    color: #444;
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
    display: inline-flex;
    align-items: stretch;
    flex-wrap: nowrap;
    font-weight: 500;
    font-size: 13px;
    text-decoration: underline;
}

ul#cat_nav li a:after {
    font-family: fontello;
    content: "\e89b";
    position: absolute;
    right: 15px;
    top: 15px
}

ul#cat_nav li a span {
    font-size: .6875rem;
    color: #999
}

.hero_in form {
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s
}

a.box_topic {
    text-align: center;
    padding: 40px 30px 15px;
    display: block;
    transition: .3s ease-in-out;
    color: #555;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

a.box_topic:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

a.box_topic i {
    font-size: 3.75rem;
    color: #32a067;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-color: rgba(50, 160, 103, .05);
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 15px
}

.box_faq h4,
a.box_topic h3 {
    font-size: 1.125rem
}

.list_articles ul li {
    float: left;
    width: 45%;
    margin-right: 45px;
    padding: 15px 0
}

.list_articles ul li a {
    color: #555;
    display: block
}

.list_articles ul li a:hover {
    color: #ff3131;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

.list_articles ul li i {
    margin-right: 10px;
    font-size: 1rem;
    position: relative;
    top: 2px
}

ul.list_3 li {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px
}

#forgot_pw label,
.nice-select .option.selected,
ul.hotel_facilities.aboveg li.config,
ul.list_3 li strong {
    font-weight: 500
}

ul.list_3 li:before {
    font-family: fontello;
    content: "\ea3e";
    position: absolute;
    left: 0;
    top: 0
}

.box_general {
    border: 1px solid #ededed;
    padding: 25px 25px 5px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

.box_booking {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    padding: 25px;
    margin-bottom: 25px
}

.strip_booking {
    padding-bottom: 15px;
    margin-bottom: 15px
}

.nav-tabs,
.strip_booking.last {
    border-bottom: none
}

.strip_booking h3 {
    font-size: 1rem;
    position: relative;
    top: 10px;
    padding-left: 65px
}

.strip_booking h3 span {
    color: #999;
    display: block;
    font-size: 11px !important
}

.strip_booking .date {
    background-color: #f8f8f8;
    text-align: center;
    line-height: 1
}

.strip_booking .date .month {
    background-color: #32a067;
    display: block;
    padding: 3px 0;
    color: #fff
}

.strip_booking .date .day {
    padding: 15px;
    margin-top: 1px;
    color: #999;
    display: block;
    font-size: .75rem
}

.strip_booking .date .day strong {
    font-size: 2rem;
    font-weight: 400;
    display: block;
    color: #32a067;
    margin-bottom: 3px
}

.strip_booking h3.bars_booking:before,
.strip_booking h3.hotel_booking:before,
.strip_booking h3.restaurant_booking:before {
    font-style: normal;
    font-weight: 400;
    font-family: fontello;
    font-size: 1.5rem;
    color: #999;
    position: absolute;
    border: 1px solid #ededed;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: -10px;
    text-align: center;
    line-height: 50px
}

.strip_booking h3.hotel_booking:before {
    content: "\ed72"
}

.strip_booking h3.restaurant_booking:before {
    content: "\ed80"
}

.strip_booking h3.bars_booking:before {
    content: "\ed54"
}

ul.info_booking {
    list-style: none;
    margin: 0;
    padding: 15px 25px 15px 0;
    font-size: .6875rem;
    color: #999;
    line-height: 12px;
    border-right: 1px solid #ededed;
    text-align: right
}

ul.info_booking li strong {
    display: block;
    color: #555
}

.btn_2,
.btn_3,
a.btn_2,
a.btn_3 {
    border: none;
    color: #fff;
    background: #ff3131;
    padding: 7px 8px;
    font-size: .6875rem;
    line-height: 9px;
    font-weight: 500;
    display: block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center
}

.closed .horizontal,
.closed .vertical {
    transition: .5s ease-in-out;
    transform: rotate(-90deg)
}

.btn_2:hover,
.btn_3:hover,
a.btn_2:hover,
a.btn_3:hover {
    background: #ffc107;
    color: #444
}

.circle-plus .horizontal,
.circle-plus .vertical {
    background-color: #999;
    top: 50%;
    position: absolute;
    left: 50%
}

.box_faq,
.call_section,
.circle-plus,
.nice-select,
.pagination a,
.pagination__wrapper,
ul.share-buttons li i {
    position: relative
}

.btn_3,
a.btn_3 {
    color: #999;
    background: #eee;
    min-width: 60px;
    text-align: center;
    margin-top: 3px
}

.opened .horizontal,
.opened .vertical {
    transition: .5s ease-in-out;
    transform: rotate(90deg)
}

.circle-plus {
    height: 14px;
    width: 14px;
    display: block;
    float: right;
    margin-top: 5px
}

.circle-plus .horizontal {
    width: 14px;
    height: 2px;
    margin-left: -8px;
    margin-top: 0
}

.circle-plus .vertical {
    width: 2px;
    height: 14px;
    margin-left: -2px;
    margin-top: -6px
}

.form-control {
    height: calc(2.55rem + 2px);
    font-size: .875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #99a2ac
}

#developer ul.hotel_facilities li,
.nice-select,
.pagination .next,
.pagination .prev,
main.about p {
    font-size: 14px
}

.box_1 {
    background-color: #121921;
    color: #fff;
    padding: 45px;
    opacity: 0
}

.animated .box_1 {
    animation: .3s ease-in-out .3s forwards color;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    opacity: 0;
    backface-visibility: hidden
}

.call_section {
    background-color: #ff3131;
    color: #fff
}

.call_section .wrapper {
    background-color: rgba(0, 0, 0, .7);
    position: relative;
    z-index: 22
}

.call_section .box_how h3 {
    color: #fff;
    font-size: 1.125rem
}

.call_section .box_how i {
    font-size: 3.75rem;
    margin-bottom: 10px;
    color: #ffc107
}

.call_section.pattern {
    background: url(../img/pattern.svg) center center fixed #ff3131
}

.call_section.image_bg {
    background: url(../img/bg_call_section.jpg) center center/cover no-repeat fixed #ff3131;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

.nice-select,
.nice-select .list {
    background-color: #fff;
    box-sizing: border-box
}

.call_section.image_bg .wrapper {
    background-color: rgba(0, 0, 0, .8)
}

#hero-canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.clear:after,
.clear:before,
.pagination:after,
.pagination:before {
    content: "";
    display: table
}

.clear:after,
.pagination:after {
    clear: both
}

.pagination__wrapper {
    height: 50px;
    padding-top: 10px;
    margin-bottom: 0;
    text-align: center;
    width: 100%
}

.pagination__wrapper:before {
    top: -1px
}

.pagination__wrapper:after {
    bottom: -1px
}

@keyframes hoverAnimation {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

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

.pagination li {
    display: block;
    float: left;
    padding: 5px
}

.pagination a,
.pagination span {
    background: 0 0;
    border: none;
    border-radius: 50%;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .6);
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    padding: 0
}

.pagination a {
    outline: 0;
    transition: 170ms linear
}

.pagination a:before {
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    content: "";
    cursor: pointer;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: 170ms linear;
    top: 50%;
    width: 0
}

.pagination a:hover:not(.active),
.search.breadcrumb-item+.breadcrumb-item::before {
    color: #000
}

.pagination a:hover:not(.active):before {
    animation: 510ms linear forwards hoverAnimation;
    height: 40px;
    width: 40px
}

.pagination a.active {
    background: #ff3131;
    color: #fff;
    cursor: default
}

.box_faq {
    padding-left: 50px
}

.box_faq i {
    font-size: 2.25rem;
    position: absolute;
    left: 0;
    top: 0;
    color: #999
}

.custom-select-form .nice-select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
    height: 45px;
    line-height: 42px
}

.custom-select-form .nice-select:hover {
    border-color: #d2d8dd
}

.custom-select-form .nice-select.open,
.custom-select-form .nice-select:active,
.custom-select-form .nice-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

ul.share-buttons {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0 0 25px
}

ul.share-buttons li {
    display: inline-block;
    margin: 0 5px 5px
}

ul.share-buttons li a {
    background: #fff;
    border: 1px solid #ededed;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: .8125rem;
    padding: 7px 20px;
    transition: .3s;
    display: inline-block;
    line-height: 17px;
    font-weight: 500
}

ul.share-buttons li a.fb-share {
    color: #3b5998
}

ul.share-buttons li a.fb-share:hover {
    background: #3b5998;
    color: #fff;
    border-color: #3b5998
}

ul.share-buttons li a.yt-share {
    color: red
}

ul.share-buttons li a.yt-share:hover {
    background: red;
    color: #fff;
    border-color: red
}

ul.share-buttons li a.gplus-share {
    color: #dd4b39
}

ul.share-buttons li a.gplus-share:hover {
    background: #dd4b39;
    color: #fff;
    border-color: #dd4b39
}

ul.share-buttons li a.twitter-share {
    color: #1da1f2
}

ul.share-buttons li a.twitter-share:hover {
    background: #1da1f2;
    color: #fff;
    border-color: #1da1f2
}

ul.share-buttons li i {
    font-size: 1rem;
    right: 3px;
    top: 2px
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    border-radius: 3px;
    border: none;
    clear: both;
    display: block;
    float: left;
    font-weight: 400;
    height: 40px;
    line-height: 38px;
    padding-left: 15px;
    padding-right: 27px;
    text-align: left !important;
    transition: .2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #555;
    padding-top: 2px
}

#cookie-bar,
#toTop,
.divider,
.mainbtn,
.thumb,
a.social_bt {
    text-align: center
}

.nice-select:hover {
    border-color: #8c8c8c
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: .15s ease-in-out;
    width: 8px
}

.nice-select.open:after {
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #9e9e9e;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: -1px !important;
    right: -1px !important
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    margin-top: 4px;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(.75) translateY(-25px);
    transition: .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9999;
    overflow: auto
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .list::-webkit-scrollbar {
    width: 14px;
    height: 18px
}

.nice-select .list::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05)
}

.nice-select .list::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none
}

.nice-select .list::-webkit-scrollbar-corner {
    background-color: transparent
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover,
.small-dialog-header {
    background-color: #f6f6f6
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 38px;
    list-style: none;
    min-height: 38px;
    outline: 0;
    padding-left: 15px;
    padding-right: 26px;
    text-align: left;
    transition: .2s
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

#toTop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 9999;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 21px;
    color: #fff;
    cursor: pointer
}

#cookie-bar,
a#forgot {
    font-size: .8125rem;
    font-weight: 500
}

#toTop:after {
    content: "\e899";
    font-family: fontello;
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%)
}

.accordion_2 .card {
    border: 0;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05)
}

.accordion_2 .card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    padding: 20px
}

.accordion_2 .card-header h5 a {
    border: 0;
    display: block;
    color: #999
}

ul.bullets li:before,
ul.list_ok li:before {
    color: #32a067;
    left: 0;
    font-family: ElegantIcons;
    position: absolute
}

.accordion_2 .card-header h5 a i.indicator {
    font-size: 1.125rem;
    font-weight: 400;
    float: right;
    color: #ff3131
}

.card {
    border-radius: 0;
    border: 0;
    margin-bottom: 5px
}

ul.list_ok li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px
}

ul.list_ok li:before {
    content: "\52";
    top: -5px;
    font-size: 1.125rem
}

ul.bullets {
    line-height: 1.8;
    margin: 0;
    padding: 0
}

ul.bullets li {
    position: relative;
    padding-left: 23px
}

ul.bullets li:before {
    font-style: normal;
    font-weight: 400;
    font-size: .875rem;
    content: "\e052";
    top: 0
}

.add_bottom_60 {
    margin-bottom: 60px
}

.add_bottom_75 {
    margin-bottom: 75px
}

.add_top_15 {
    margin-top: 15px
}

.add_top_30 {
    margin-top: 30px
}

.add_top_60 {
    margin-top: 60px
}

.loca,
.nomargin,
.nopadding,
.price-ex {
    margin: 0 !important
}

.nopadding {
    padding: 0 !important
}

.margin_30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.margin_30_5 {
    padding-top: 30px;
    padding-bottom: 5px
}

.margin_20_5 {
    padding-top: 20px;
    padding-bottom: 5px
}

.margin_20_0 {
    padding-top: 20px;
    padding-bottom: 0
}

.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.margin_60_35 {
    padding-top: 40px;
    padding-bottom: 35px
}

.margin_80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.margin_80_55 {
    padding-top: 80px;
    padding-bottom: 55px
}

.container.margin_60_35.searchc,
.margin_80_0 {
    padding-top: 80px
}

.margin_30_95 {
    padding-top: 30px;
    padding-bottom: 95px
}

@media (max-width:991px) {

    .box_list figure,
    .strip.list_view figure {
        min-height: 220px;
        max-height: 220px;
        height: 220px
    }

    #list_sidebar .box_list .wrapper,
    .box_list .wrapper,
    .map-right,
    .strip.list_view .wrapper {
        min-height: inherit
    }

    #results h4,
    #results_map_view h4 {
        margin: 5px 0 0
    }

    .strip.list_view figure {
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
        -ms-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0
    }

    .strip.list_view figure a img {
        max-width: inherit;
        height: 460px;
        width: auto
    }

    .box_style_cat,
    .righta,
    .strip.map_view a.address,
    a.btn_search_mobile {
        display: none
    }

    .strip.map_view figure {
        height: 165px
    }

    .strip.map_view figure a img {
        max-width: inherit;
        height: 210px;
        width: auto
    }

    .strip.map_view .wrapper {
        min-height: 90px;
        padding-right: 45px
    }

    .box_list figure small {
        right: 15px;
        top: 15px
    }

    .box_list figure a img {
        max-width: inherit;
        height: 450px;
        width: auto
    }

    #list_sidebar .box_list figure {
        min-height: 200px;
        max-height: 200px;
        height: 200px
    }

    #list_sidebar .box_list figure a img {
        max-width: 100%;
        height: auto;
        width: inherit
    }

    .search_mob a {
        display: block
    }

    #review_summary {
        margin-bottom: 15px
    }

    .booking .dropdown {
        height: inherit
    }

    .dropdown {
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        height: 50px
    }

    .full-height,
    .row-height {
        height: auto
    }

    .row-height {
        padding-top: 48px
    }

    .map-right,
    iframe#map_iframe {
        height: 400px
    }

    .map-right {
        position: static
    }

    .content-left {
        padding-top: 0
    }

    .step {
        margin-bottom: 35px
    }

    .box_account .form_container a.social_bt {
        margin-bottom: 5px
    }

    #map_contact {
        height: 350px
    }

    .grid-gallery ul li {
        width: 50%
    }

    .list_articles ul li {
        float: none;
        width: 100%;
        margin-right: 0
    }

    .margin_80 {
        padding-bottom: 60px;
        padding-top: 60px
    }

    .margin_80_55 {
        padding-top: 60px;
        padding-bottom: 35px
    }

    .margin_80_0 {
        padding-top: 60px
    }

    .margin_30_95 {
        padding-top: 15px;
        padding-bottom: 35px
    }

    .hidden_tablet {
        display: none !important
    }
}

@media (max-width:575px) {
    .secondary_nav ul li:last-child {
        display: inline-block
    }

    .margin_60_35 {
        padding-top: 30px;
        padding-bottom: 5px
    }

    .margin_80 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .margin_80_55 {
        padding-top: 45px;
        padding-bottom: 15px
    }

    .margin_80_0 {
        padding-top: 30px
    }

    .margin_30_95 {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.animated .block-reveal {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.block-horizzontal,
.block-vertical {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10
}

.animated .block-horizzontal {
    animation: 1s ease-in-out forwards reveal_left_to_right;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: #0054a6
}

.animated .block-vertical {
    animation: 1s ease-in-out forwards reveal_top_to_bottom;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: #0054a6
}

.block-reveal img {
    transition: .3s ease-in-out;
    opacity: 0
}

.animated .block-reveal img {
    animation: .5s ease-in-out .5s forwards color;
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

@keyframes reveal_left_to_right {
    0% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    50% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes reveal_top_to_bottom {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes color {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#cookie-bar {
    background: rgba(0, 0, 0, .8);
    height: auto;
    line-height: 24px;
    color: #eee;
    padding: 15px 0
}

#cookie-bar a {
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 2px 10px;
    margin-left: 8px
}

#cookie-bar .cb-enable {
    background: #32a067
}

#cookie-bar .cb-enable:hover,
#cookie-bar .cb-policy:hover {
    background: #fff;
    color: #0054a6
}

#cookie-bar .cb-disable {
    background: #900
}

#cookie-bar .cb-disable:hover {
    background: #b00
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto
}

#sign-in-dialog {
    background: #fff;
    padding: 0 30px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

#lang-dialog .mfp-close,
#sign-in-dialog .mfp-close {
    color: #666;
    background-color: #e4e4e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 12px;
    right: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px
}

#lang-dialog .mfp-close:hover,
#sign-in-dialog .mfp-close:hover {
    color: #fff;
    background-color: #66676b
}

#sign-in-dialog .mfp-close:before {
    font-size: 24px;
    font-family: ElegantIcons;
    content: "\4d"
}

.small-dialog-header {
    font-size: 18px;
    width: calc(100% + 60px);
    left: -30px;
    top: 0;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px 4px;
    border-radius: 4px;
    display: inline-block;
    padding: 18px 20px 15px;
    margin-bottom: 30px
}

.small-dialog-header h3 {
    padding: 0;
    margin: 0;
    font-size: 1.125rem;
    font-weight: 500
}

.my-toggle {
    background: #fff;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #888;
    font-size: .625rem;
    font-weight: 700;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    -moz-appearance: none
}

.my-toggle:focus,
.my-toggle:hover {
    background-color: #eee;
    color: #555;
    outline: transparent
}

.hideShowPassword-wrapper {
    width: 100% !important
}

.checkboxes label {
    color: #999;
    margin-top: 5px
}

a#forgot {
    color: #999
}

#forgot_pw {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    min-height: 430px;
    display: none;
    padding: 25px
}

@media (max-width:767px) {

    .reviews-container .review-box,
    a.box_news {
        padding-left: 0
    }

    #reccomended,
    .opening h4 {
        margin-top: 0
    }

    .owl-theme .owl-dots {
        margin-top: 0 !important;
        margin-bottom: 20px
    }

    a.box_news {
        min-height: inherit;
        font-size: 12px
    }

    a.box_news figure {
        position: relative;
        width: auto
    }

    a.box_news figure img {
        width: 100%;
        max-width: 100%;
        height: auto
    }

    a.box_news h4 {
        margin-bottom: 5px
    }

    a.box_news ul {
        padding-top: 8px
    }

    a.box_feat,
    a.box_topic {
        padding: 20px 20px 0
    }

    #carousel {
        margin-bottom: 30px
    }

    #results {
        padding: 12px 0
    }

    #results h4,
    #results_map_view h4 {
        margin: 3px 0 0
    }

    .filters_listing ul li:nth-child(3),
    .filters_listing.version_2 ul li:nth-child(2),
    .opening i,
    .strip.map_view .score span {
        display: none
    }

    .filters_listing ul li:nth-child(4) {
        margin-right: 0
    }

    .filters_listing.version_2 ul li:nth-child(3) {
        display: block;
        margin-right: 0
    }

    .strip.list_view figure a img {
        height: 223px
    }

    .strip.map_view .score {
        position: relative;
        top: 3px
    }

    .strip.map_view .wrapper h3 {
        font-size: 1rem
    }

    .box_list figure a img,
    .hero_in,
    .hero_in.hotels_detail,
    .hero_in.restaurant_detail,
    .hero_in.shop_detail {
        height: 350px
    }

    h2.mb-2 {
        font-size: 22px;
        padding-top: 18px
    }

    a.btn-line.text-light.font-weight-bold {
        font-size: 12px !important
    }

    .sticky_whatsapp {
        bottom: 24px;
        right: -130px
    }

    #search_mobile {
        width: 100%;
        padding: 45px 30px 30px
    }

    .reviews-container .rev-thumb {
        position: static;
        margin-bottom: 10px
    }

    .room_type h4 {
        margin-top: 25px
    }

    .opening {
        padding: 17px 32px
    }

    #login figure,
    #register figure {
        margin: -30px -30px 20px;
        padding: 15px 60px 20px
    }

    #login aside,
    #register aside {
        width: 100%;
        padding: 30px;
        left: 0;
        margin: 0
    }

    .access_social {
        margin-top: 30px
    }

    .step h3:after,
    .step h3:before {
        border: none
    }

    .step h3 {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px
    }

    #error_page {
        background-size: auto 300px;
        padding: 0;
        height: 500px
    }

    #error_page h2 {
        font-size: 4.5rem
    }

    #error_page p {
        font-size: 1.125rem
    }

    .grid-gallery ul li {
        width: 45%;
        min-height: 100%;
        float: none;
        margin: 5px 5px 0
    }

    .strip_booking h3 {
        margin: 15px 0
    }

    #toTop,
    .hidden_mobile {
        display: none !important
    }

    .margin_60 {
        padding-top: 30px;
        padding-bottom: 30px
    }

    #cookie-bar a {
        display: block;
        max-width: 150px;
        margin: auto auto 5px
    }

    #cookie-bar {
        padding: 5px 0
    }

    #forgot_pw {
        padding: 0
    }
}

a.social_bt {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    min-width: 200px;
    margin-bottom: 15px;
    display: block;
    padding: 12px;
    line-height: 1;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer
}

a.social_bt:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%)
}

a.social_bt.facebook:before,
a.social_bt.google:before,
a.social_bt.linkedin:before {
    font-family: ElegantIcons;
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 1rem;
    color: #fff
}

.alltab,
.mfp-counter {
    color: #fff !important
}

a.social_bt.facebook {
    background-color: #3b5998
}

a.social_bt.facebook:before {
    content: "\e093"
}

a.social_bt.google {
    background-color: #dc4e41
}

a.social_bt.google:before {
    content: "\e096";
    top: 12px
}

.divider {
    height: 1px;
    margin: 30px 0 20px;
    background-color: #e1e8ed
}

.divider span {
    top: -20px;
    background-color: #fff;
    display: inline-block;
    padding: 10px;
    font-style: italic
}

.mfp-bottom-bar {
    padding: 0 10px !important
}

.mfp-counter {
    right: 10px !important
}

.mfp-bg {
    opacity: .8 !important
}

.applyBtn.btn.btn-sm.btn-primary {
    background-color: #ff3131;
    border: 0
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #0054a6 !important
}

#style-switcher {
    background: #fff;
    width: 205px;
    position: fixed;
    top: 205px;
    z-index: 99;
    left: -205px;
    border-radius: 0 0 4px;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .175)
}

#style-switcher h3 {
    color: #fff;
    font-size: 13px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0
}

#style-switcher ul {
    list-style: none;
    padding: 0;
    margin-bottom: 22px
}

#style-switcher div {
    padding: 6px 18px
}

#style-switcher h6 {
    background: #f8f8f8;
    color: #333;
    font-size: 14px;
    line-height: 46px;
    padding: 0 0 0 20px;
    margin-top: 0;
    font-weight: 500
}

#style-switcher h6 a {
    background-color: #f8f8f8;
    display: block;
    height: 46px;
    position: absolute;
    right: -46px;
    top: 0;
    width: 46px;
    border-radius: 0 4px 4px 0;
    font-size: 22px;
    color: #fff;
    text-align: center
}

#style-switcher h6 a i {
    position: relative;
    top: 4px;
    color: #333
}

.colors {
    list-style: none;
    margin: 0 0 10px;
    overflow: hidden
}

.colors li {
    float: left;
    margin: 4px 2px 0
}

.colors li a {
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
    border-radius: 3px
}

.aqua {
    background: #1cbbb4
}

.green_switcher {
    background: #82ca9c
}

.orange {
    background: #f7941d
}

.beige {
    background: #bea882
}

.gray {
    background: #555
}

.green-2 {
    background: #18a84c
}

.navy {
    background: #4a5d7d
}

.peach {
    background: #faaa5d
}

.purple {
    background: #6449e7
}

.red {
    background: #f0151f
}

.violet {
    background: #909
}

.colors li a.active {
    box-shadow: 0 0 0 2px #fff inset
}

@media only screen and (max-width:1024px) {
    #style-switcher {
        display: none
    }
}

h6.amentitle {
    font-size: 12px;
    margin-top: 6px
}

ul.hotel_facilities.aboveg li {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0
}

.mainsection .searchpage.box_detail.booking h1,
ul.hotel_facilities.aboveg li.price {
    font-size: 18px
}

ul.hotel_facilities.aboveg {
    column-count: 1
}

ul.hotel_facilities.aboveg span.innercss {
    font-size: 12px;
    font-weight: 500
}

.righta {
    margin-top: 5px;
    text-align: right
}

#carouselModal .modal-body,
#carouselModal .modal-header,
#results .nopadddd,
.col-lg-8.pz.col-7,
.hero_in.hotels_detail.container,
.nopad {
    padding: 0
}

.spad {
    padding: 10px 15px
}

.prl {
    padding-right: 15px;
    padding-left: 15px
}

.col-lg-5.prz,
.prlz,
.prz {
    padding-right: 0
}

.plz,
.prlz {
    padding-left: 0
}

.mrl {
    margin: 0 5px
}

.pt {
    padding-top: 20px
}

h3 {
    font-size: 26px
}

p.para {
    text-align: justify
}

.swiper,
.swipertab {
    overflow: hidden;
    width: 100%;
    max-width: 1280px
}

.modal-content,
.modal-dialog {
    max-width: 400px;
    box-sizing: border-box
}

.swiper-wrapper {
    transition-timing-function: linear
}

.swiper-slide img {
    width: 100%;
    animation: .3s linear animation-1qbobka;
    background: #fff;
    object-fit: contain
}

.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-size: 26px;
    top: 42% !important
}

.loader,
header.header_in {
    position: fixed;
    top: 0;
    width: 100%
}

.alltab {
    --swiper-navigation-size: 20px
}

.swiper-button-prev.alltab {
    left: 160px
}

.swiper-button-next.alltab {
    right: 160px
}

.buil-cont,
.hom-pri p,
.modal-dialog,
.price-ex {
    text-align: left
}

.rowcss {
    font-size: 12.5px;
    color: #7f7f7f
}

header.header_in {
    background: #fff;
    height: 50px;
    z-index: 111
}

span.alignr {
    padding: 0 15px;
    position: absolute;
    right: 0
}

table.pricebox {
    border: 1px solid #d3e0ed;
    margin-top: 10px;
    border-radius: 12px
}

a.nav-link.customn.active {
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 5px;
    background-color: #ff3131 !important
}

a.nav-link.customn {
    padding: 8px 20px;
    border-radius: 5px;
    color: #333 !important;
    background-color: #fff !important
}

.margin_tpdp {
    margin-top: 80px
}

.innercard {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px
}

.price,
.wrappern h3 {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

img.sicons {
    width: 18px
}

.breadcrumb.search li.active,
ol.breadcrumb.search a {
    color: #fff;
    font-size: 12px
}

.ml10 {
    margin-left: 10px
}

.mr10 {
    margin-right: 10px;
    float: right
}

.block {
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 30px
}

ol.breadcrumb.whitebc {
    padding-top: 10px
}

.row.g-0.custom-search-input-2.inner {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px
}

.bright {
    border-right: 1px solid rgba(0, 0, 0, .2)
}

.price {
    font-weight: 700;
    color: #333;
    margin-top: 10px
}

.color1 {
    color: #fab702
}

small.soffer {
    left: 0 !important;
    top: 0 !important;
    background: #32a067 !important;
    padding: 8px !important
}

small.soffer.dsoffer {
    position: absolute;
    color: #fff;
    font-size: 13px;
    line-height: 10px;
    border-radius: 3px;
    z-index: 99
}

.swiper-discount a.grid_item.small {
    height: 300px
}

.wrappern {
    padding: 9px 18px
}

.wrappern h3 {
    color: navy;
    margin-bottom: 0
}

.ir {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #32a067
}

.wrappern small {
    font-weight: 600;
    display: inline-block;
    font-size: .8125rem;
    color: #fab702
}

.wrappern .address {
    font-weight: 500;
    color: #999;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.swiper-investment small.starr {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    left: 12px;
    top: 120px;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 8px;
    line-height: 1
}

.container.smallc {
    padding: 0 300px
}

.loader {
    left: 0;
    height: 100%;
    z-index: 9999;
    background-color: #ffffffcf
}

.loader img {
    position: relative;
    left: 40%;
    top: 40%;
    width: 20%;
    height: 20%
}

.possession a.grid_item.small .info {
    padding: 40px 15px 45px;
    background: 0 0;
    text-align: center;
    background: linear-gradient(to bottom, transparent, #000)
}

.possession a.grid_item.small .info h3 {
    font-size: 22px;
    color: #fff;
    text-shadow: 1px 0 1px #333;
    margin-bottom: 12px
}

.possession a.grid_item .info small {
    padding: 5px 20px
}

img.img-responsive {
    width: 80%
}

.d-inline {
    font-size: 18.5px
}

button.btn.btn-primary.contactbtn {
    background: 0 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: navy;
    border: 1px solid navy;
    border-radius: 3px;
    padding: 2px;
    font-size: 14px
}

li.list-group-item {
    color: navy;
    text-align: left;
    padding: 5px 12px;
    font-weight: 500;
    border-radius: 3px !important
}

button.sbtn {
    border: 0;
    height: 34px;
    padding-left: 15px;
    font-weight: 600;
    background: #fab702;
    width: 100%;
    border-radius: 0 3px 3px 0;
    color: #ff3131;
    font-size: 16px
}

span.deleteicon {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%
}

span.deleteicon span {
    position: absolute;
    display: block;
    right: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    background-color: #ccc;
    font: 13px/1em monospace;
    text-align: center;
    cursor: pointer
}

span.deleteicon input {
    padding-right: 18px;
    box-sizing: border-box
}

header.header {
    z-index: 99
}

.loca,
.offer-tag {
    font-size: 12px;
    font-weight: 400
}

#aboutp li {
    list-style-type: square;
    margin-bottom: 2px;
    font-weight: 600
}

@media (min-width:768px) and (max-width:1024px) {
    .container.smallc {
        padding: 0 !important
    }
}

.modal-dialog {
    background: #fff;
    padding-top: 0;
    margin: 95px auto;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

p:last-child {
    margin-bottom: 5px;
    padding-bottom: 0
}

.loca {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block
}

@media only screen and (max-width:600px) {

    #logo,
    .righta {
        text-align: left
    }

    #logo,
    .hamburger-box,
    span.innercss {
        position: absolute
    }

    .box_contacts,
    .main_title_2 p,
    a.box_news h4,
    a.grid_item .info h3,
    footer,
    footer ul li a {
        font-size: 14px
    }

    .prz {
        padding-right: 15px
    }

    #logo {
        float: none;
        top: 0 !important;
        left: 15px !important;
        width: 60%
    }

    .sub_header_in.sticky_header.aboutus {
        margin-top: 50px !important
    }

    .fsec {
        margin: 4px 0 !important
    }

    .custom-search-input-2.inner {
        margin: 5px 0 !important
    }

    .hamburger-box {
        top: 5px;
        right: 15px !important
    }

    .margin_25_10 {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .box_detail .price {
        margin: 0 -8px 5px 0
    }

    .sub_header_in.sticky_header {
        margin-top: 40px
    }

    .box_contacts {
        border-radius: 10px;
        padding: 15px
    }

    .box_contacts i {
        font-size: 1.875rem !important
    }

    footer ul.contacts li i {
        top: 4px;
        font-size: 14px
    }

    .follow_us ul,
    ol {
        margin: 0 0 5px
    }

    .container.smallc {
        padding: 0 !important
    }

    .hide-mobile,
    .hidemobile,
    .main_categories,
    a.side_panel.btn_search_mobile,
    h4.lastup {
        display: none
    }

    .hide-desktop {
        display: block !important
    }

    .sticky_horizontal .form-control {
        height: 30px;
        font-size: 12px;
        border-radius: 3px;
        padding: 0
    }

    .main_title_3 p,
    .strip.list_view {
        margin-bottom: 15px
    }

    header.header_in {
        padding: 5px 0;
        height: 45px
    }

    .hamburger-inner,
    .hamburger-inner::after,
    .hamburger-inner::before {
        width: 24px
    }

    .col-lg-8.pz.col-7,
    .hotels_detail.col-md-8 {
        padding: 0
    }

    .custom-search-input-2.inner .nice-select:after {
        right: 68px;
        margin-top: 0;
        width: 4px;
        height: 4px;
        top: 8px
    }

    .custom-search-input-2.inner .nice-select {
        height: 30px;
        line-height: 24px;
        margin-top: 0
    }

    #results button.sbtn,
    .custom-search-input-2.inner input {
        height: 30px !important;
        font-size: 12px;
        padding-left: 0
    }

    button.sbtn {
        height: 20px;
        background: #fff
    }

    #filters_col {
        padding: 5px 8px;
        margin-bottom: 0
    }

    a#filters_col_bt {
        font-size: 14px !important
    }

    .custom-search-input-2 .nice-select .current {
        padding-left: 12px;
        font-size: 12px
    }

    .nice-select.wide .list {
        width: 150px
    }

    .container.margin_60_35.searchc {
        padding-top: 60px !important
    }

    .swiper-discount a.grid_item.small {
        height: auto;
        margin: 0
    }

    .swiper-button-next,
    .swiper-button-prev,
    li.config {
        display: none !important
    }

    .strip .wrapper p {
        margin-bottom: 7px;
        font-size: 12px;
        margin-top: 4px
    }

    .loc_closed,
    .loc_open {
        top: 0
    }

    ol,
    ul {
        margin: 0 0 10px
    }

    .custom-search-input-2 input,
    .secondary_nav ul li a,
    a:not([href]):not([tabindex]),
    main.homepage .custom-search-input-2 input {
        font-size: 13px
    }

    .strip ul {
        padding: 5px 10px
    }

    .hamburger {
        float: right
    }

    .custom-search-input-2 .form-group {
        margin-bottom: 5px
    }

    .container.margin_60_35 {
        padding-top: 15px
    }

    .table td,
    .table th {
        padding: 8px
    }

    p {
        text-align: justify;
        margin-bottom: 10px;
        font-size: 12px;
        padding-top: 5px
    }

    .strip .wrapper h3 {
        font-size: 16px
    }

    .price {
        font-size: 15px !important
    }

    .box_detail,
    .strip .wrapper,
    .wrappern {
        padding: 10px 15px 5px
    }

    .detail_title_1,
    figure {
        margin-bottom: 0
    }

    .possession a.grid_item.small .info h3 {
        font-size: 16px;
        font-weight: 400
    }

    a.grid_item .info small {
        font-size: 11px !important
    }

    .block,
    a.box_cat_home {
        margin-right: 15px;
        margin-left: 15px
    }

    .margin_tpdp {
        margin-top: 45px
    }

    .cat_star {
        font-size: 11px
    }

    a.address,
    li.list-group-item {
        font-size: 12px
    }

    .secondary_nav {
        padding: 5px 0
    }

    .secondary_nav ul li {
        margin-right: 5px
    }

    .hero_in.hotels_detail {
        height: 286px;
        margin: 0
    }

    .detail_title_1 h1 {
        font-size: 18px
    }

    .detail_title_1 h2,
    .detail_title_1 h6 {
        margin-bottom: 2px;
        font-size: 13px;
        margin-top: 2px
    }

    .mainsection .box_detail.booking p.subb,
    .table td,
    .table th,
    li.config,
    li.price,
    span.innercss {
        font-size: 13px !important
    }

    span.innercss {
        top: 12px;
        right: 15px;
        padding-right: 15px
    }

    a.nav-link.customn,
    a.nav-link.customn.active {
        padding: 4px 15px
    }

    .ptz {
        padding-top: 0
    }

    .hero_single.version_4 {
        height: 250px;
        margin-top: 28px
    }

    .mainsection .searchpage.box_detail.booking h1,
    .sub_header_in h1 {
        font-size: 16px !important
    }

    .devblock {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 15px
    }

    .sub_header_in {
        padding: 10px 0
    }

    a.box_feat {
        height: auto
    }

    .strip.list_view .wrapper {
        padding: 15px
    }

    .strip.list_view figure {
        min-height: 160px;
        max-height: 160px;
        height: 160px
    }

    button.btn.btn-primary.contactbtn {
        font-size: 15px
    }

    .nice-select {
        padding-left: 0;
        padding-right: 0
    }

    .custom-search-input-2.inner input {
        padding: 0 0 0 4px;
        font-size: 12px;
        text-transform: capitalize
    }

    span.deleteicon span {
        right: 5px;
        top: 10px;
        z-index: 9999;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        color: #fff;
        background-color: #757575;
        font: 9px/1em monospace;
        text-align: center;
        cursor: pointer
    }

    .add_bottom_30 {
        margin-bottom: 0 !important;
        margin-top: 10px !important
    }

    .mfp-arrow {
        width: 30px;
        height: 30px
    }

    .mfp-arrow.mfp-arrow-left,
    .mfp-arrow.mfp-arrow-right {
        font-size: 20px
    }

    div#product_list {
        padding: 0 15px
    }

    .bright {
        padding: 0;
        height: 23px
    }

    .custom-search-input-2.inner i {
        height: 26px;
        line-height: 25px;
        padding-right: 2px;
        font-size: 12px;
        background: #fab702;
        color: #fff
    }

    select#sort_by_value.form-control {
        width: 130px !important
    }

    .searchpage ul.hotel_facilities li {
        font-size: 12px !important
    }

    .mainbtn.mainpr {
        padding: 10px 0 !important;
        background: 0 0 !important
    }

    .searchpage .pricings {
        text-align: left !important;
        padding-left: 15px !important
    }

    .searchpage h1 {
        font-size: 18px !important;
        margin-top: 5px;
        margin-bottom: 0
    }

    .box_detail.booking.searchpage {
        padding: 15px !important
    }

    .strip figure {
        height: 140px
    }

    .pro-sli-cet {
        position: relative;
        top: -110px;
        right: 0;
        background-color: #fff;
        box-shadow: 2.192px 4.494px 50px 0 rgb(73 85 94 / 5%);
        padding: 16px 15px 14px;
        border-radius: 10px;
        width: 55%;
        height: 180px
    }
}

ul.list-group {
    height: 13em;
    line-height: 2em;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
    overflow: scroll;
    overflow-x: hidden
}

.flats-img img,
.recom-proj img {
    width: 100%;
    min-height: 310px;
    object-fit: cover;
    height: 100%
}

.swiper-slide {
    padding: 2px 0
}

.flats-img,
.recom-proj {
    width: 55%;
    height: 310px;
    position: relative
}

.flats-img img {
    border-radius: 20px;
    box-shadow: 4.718px 7.353px 26px 0 rgb(73 85 94 / 30%)
}

.offer-tag {
    position: absolute;
    color: #fff;
    background: #ee6a29;
    padding: 5px 12px;
    top: 20px;
    width: fit-content;
    z-index: 1
}

.build-img,
.newbg {
    background: #fff
}

.pro-sli-cet {
    margin-bottom: -20px;
    position: relative;
    top: -110px;
    right: -30px;
    background-color: #fff;
    box-shadow: 2.192px 4.494px 50px 0 rgb(73 85 94 / 5%);
    padding: 16px 15px 14px;
    border-radius: 10px;
    width: 55%;
    height: 154px
}

.pro-sli-cet .d-flex {
    align-items: center;
    margin-bottom: 15px
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.build-img {
    BORDER: 1px solid #efefef;
    width: 65px;
    height: 65px;
    position: absolute;
    left: 10px;
    top: 20px;
    border: 1px solid #ddd;
    padding: 5px;
    line-height: 60px;
    border-radius: 50%;
    BORDER: 1px solid #efefef;
    overflow: hidden
}

.buil-cont {
    margin-left: 66px
}

.buil-cont .proj-name {
    color: #ee6a29 !important;
    font-size: 15px !important;
    font-weight: 700;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 185px
}

.loca {
    color: #999;
    padding: 0 !important
}

.price-ex,
main.about a.box_feat h3 {
    font-size: 16px !important
}

i.fa-map-marker {
    font-size: 11px !important;
    color: #ee6a29 !important;
    padding-left: 1px;
    padding-bottom: 8px
}

.price-ex {
    font-weight: 500;
    color: #000;
    display: block;
    padding: 10px 0 0 !important
}

.buil-cont i,
.hom-pri i {
    font-size: 16px;
    padding-right: 8px
}

.hom-pri p {
    margin-top: 10px;
    color: #4e4e50;
    font-size: 12px;
    margin-bottom: 0 !important
}

.pro-sli-cet .red-mor,
.proj-det .red-mor {
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 5px
}

.red-mor {
    color: #e64f49;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center
}

.hom-pri p:first-child {
    width: 100%;
    float: left;
    margin-top: 0
}

i.ti-search {
    background: 0 0;
    color: #ff3131;
    position: relative;
    top: -5px;
    font-weight: 700;
    left: 30px
}

@media only screen and (max-width:600px) {

    .pro-sli-cet,
    .proj-det {
        position: relative;
        right: 0;
        box-shadow: 2.192px 4.494px 50px 0 rgb(73 85 94 / 5%);
        padding: 16px 15px 14px;
        background-color: #fff
    }

    i.ti-search {
        background: 0 0;
        color: #ff3131;
        position: relative;
        top: -5px;
        left: 0
    }

    .pro-sli-cet {
        top: -110px;
        border-radius: 10px;
        width: 55%;
        height: 180px
    }

    footer ul.contacts li {
        margin-bottom: 10px
    }

    .recom-proj {
        width: 100% !important;
        height: 310px;
        position: relative
    }

    .proj-det {
        top: -110px !important;
        width: 64% !important;
        height: 154px;
        border-end-end-radius: 25px !important;
        border-end-start-radius: 25px !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .hero_in.hotels_detail img {
        width: 100%;
        height: 205px !important
    }

    .hero_in.hotels_detail {
        height: 205px !important;
        margin: 0
    }

    .hero_in a.btn_photos {
        position: absolute;
        left: 20px;
        bottom: 10px !important;
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
        line-height: 1;
        padding: 10px 15px;
        color: #444;
        font-weight: 500
    }

    .swiper-slide {
        padding: 0 !important
    }

    button.sbtn {
        height: 40px !important;
        background: #fab702
    }

    .bright {
        padding: 0 15px !important
    }
}

#carouselModal ul.nav.nav-tabs,
i.fas.fa-star,
main.homepage video {
    position: unset
}

.recom-proj img {
    box-shadow: 4.718px 7.353px 26px 0 rgb(73 85 94 / 30%)
}

.proj-det {
    position: relative;
    top: -110px;
    right: 0;
    background-color: #fff;
    box-shadow: 2.192px 4.494px 50px 0 rgb(73 85 94 / 5%);
    padding: 16px 15px 14px;
    width: 55%;
    height: 154px;
    border-end-end-radius: 25px !important;
    border-end-start-radius: 25px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.theiaStickySidebar,
main.about a.box_feat {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1)
}

.reviews-container td {
    width: 50%
}

.ekheight {
    height: 130px
}

.ekheight .build-img {
    top: 140px
}

.buil-cont h3 a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.owl-carousel .owl-item img,
.specialc .strip figure {
    border-radius: 3px
}

.specialc .strip .wrapper {
    padding: 15px 20px 10px;
    background: #fff;
    border-radius: 20px;
    width: 100%;
    position: relative;
    left: 20px;
    bottom: 25px
}

.specialc .strip {
    background-color: transparent;
    box-shadow: none
}

.specialc .build-img {
    top: 14px
}

h2.timer.count-title.count-number,
span.counter {
    font-weight: 500;
    line-height: 40px;
    font-size: 32px;
    color: #ff3131
}

.table td,
.table th,
button.btnrm,
span.rateb {
    font-size: 13px
}

main.homepage .strip.grid,
main.searchpage .strip.grid {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 2px solid #fab702;
    display: block;
    transition: .3s ease-in-out;
    border-radius: 10px
}

.swiper-button-next,
.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    background: #32a067;
    padding: 18px 14px;
    color: #fff !important;
    font-size: 13px
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 8px;
    left: auto
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px !important;
    font-weight: 700
}

p.devcontent {
    color: #333;
    margin-top: 15px
}

span.readmore {
    color: #fab702;
    font-weight: 600
}

.sticky_horizontal .form-control {
    height: 35px;
    border-radius: 10px
}

button.btnrm {
    background: #f8f8f8;
    outline: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 2px 12px;
    color: #32a067;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    border-radius: 15px;
    border: none
}

.margin_25_10 {
    padding-top: 25px;
    padding-bottom: 10px
}

main.about a.box_feat {
    padding: 25px 15px 15px
}

.whychoose .img-fluid {
    height: 50px
}

span.rateb {
    color: #ff3131;
    font-weight: 600
}

h2.timer.count-title.count-number::after {
    content: " +";
    display: inline-block
}

.fsec {
    margin: 5px 350px
}

#newsletter ul {
    margin: 0;
    font-size: 12px
}

i.fas.fa-star {
    color: #ffc107;
    font-size: 12px;
    opacity: 1
}

.modal-open .modal {
    padding: 0 10px;
    background-color: rgba(0, 0, 0, .7) !important
}

.form {
    display: none;
    align-items: center;
    justify-content: center
}

.cover.row {
    padding: 5px;
    background: #0e8744;
    color: #fff;
    text-align: center;
    margin: 0 0 10px
}

button.hide,
button.show {
    background: 0 0;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px
}

button.hide {
    border-bottom: 2px solid #fff
}

button.hide:focus,
button.show:focus {
    outline: 0 !important
}

li.list-group-label {
    color: #171717;
    border: 1px solid #dedede;
    font-size: 14px;
    border-left: none;
    font-weight: 600;
    line-height: 1.5rem;
    border-right: none;
    background-color: #fff;
    text-align: center
}

.follow_us ul li a i,
h2.termssec,
span.id-color {
    font-size: 16px
}

.list-group-item {
    border: none !important
}

.orng {
    color: #fab702;
    font-size: 12px
}

.loan-calculator .left h2 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px
}

.hero_kenburns,
.hero_single.jarallax {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0;
    color: #fff;
    height: 620px;
    background-color: #004dda
}

span.id-color {
    color: #fab702;
    line-height: 22px
}

a.btn-line.text-light.font-weight-bold {
    border: 1px solid rgba(255, 255, 255, .2);
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 3px 50px 3px 30px;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px
}

.bg_color_2 {
    background-color: #061026;
    background-size: cover
}

li.nav-item {
    background: #fff !important
}

.tab-content a.nav-link.active {
    border-bottom: 3px solid #ff3131 !important
}

#carouselModal a.nav-link.active,
.mainh a.nav-link.active {
    background: #fab702
}

ul.nav.nav-tabs {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

button.btn.btn-primary.onrequest {
    background: #fff;
    border: 0 solid;
    padding: 0;
    margin: 0
}

.shareSocial {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-bottom: 30px
}

.socialTitle {
    margin: 0 15px 0 0;
    font-size: 20px;
    text-align: center
}

&:nth-child(2) a {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

&:nth-child(3) a {
    background-color: #1da1f2
}

&:nth-child(4) a {
    background-color: #e60023
}

&:nth-child(5) a {
    background-color: red
}

&:nth-child(6) a {
    background-color: #0a66c2
}

.shareLink {
    border-radius: 25px;
    padding: 12px 60px 12px 30px;
    height: 45px;
    width: 450px;
    font-size: 16px;
    letter-spacing: .3px;
    color: #494949;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    outline: 0;
    appearance: none;
    transition: .3s
}

&:focus {
    border-color: #d8d8d8
}

&::selection {
    color: #fff;
    background-color: #ff0a4b
}

h3.luxeSel__dtl--hdng {
    font-size: calc(var(--font-scale, 1)* 36px);
    font-weight: 900;
    margin-bottom: 5px;
    background: #fab702;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

p.luxeSel__dtl--desc {
    font-size: calc(var(--font-scale, 1)* 16px);
    line-height: 24px;
    color: #000;
    font-weight: 600
}

a:not([href]):not([tabindex]) {
    color: #ff3131;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    text-align: left
}

a.luxeSel__cta {
    display: inline-flex;
    background: #ff3131;
    box-shadow: 0 1px 7px rgb(0 0 0 / 21%);
    border-radius: 64px;
    padding: 12px 32px;
    color: #fff;
    font-size: calc(var(--font-scale, 1)* 14px);
    font-weight: 900;
    align-items: center;
    justify-content: center;
    margin-top: 15px
}

div#myModal {
    padding-top: 100px;
    z-index: 9999999
}

a.btn.btn-primary.whatbtn.callbtn {
    right: 41px;
    color: #ff3131;
    padding: 0;
    border: 1px solid;
    border-radius: 26px;
    font-size: 12px;
    bottom: 16px
}

.modal-content {
    background: #fff;
    padding: 0 30px 30px;
    text-align: left;
    margin: 100px auto;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

.label,
.value {
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: .01em;
    display: block
}

button.close {
    position: absolute;
    right: 25px;
    top: 15px
}

button:focus {
    outline: #32a067 !important
}

i.icon_star {
    margin-right: 2px;
    color: #ffc107;
    font-size: 16px
}

.margin_70_35 {
    padding-top: 70px;
    padding-bottom: 35px
}

.label {
    color: #465166
}

.value {
    font-weight: 600;
    color: #002441
}

span.oicon {
    font-weight: 700;
    font-size: 20px;
    margin-right: 8px;
    top: 2px;
    color: #333
}

.highlightc {
    font-size: 14px;
    padding: 10px 0 5px 30px;
    font-weight: 500;
    line-height: 27px;
    border-image: linear-gradient(to right, #4b5f7c 0%, #eeb315 100%) 1;
    border-radius: 5px;
    border-width: 10px;
    border-style: solid
}

.card-body {
    height: auto;
    display: block;
    max-height: 100%;
    border-radius: 3px !important;
    background-color: rgba(0, 77, 218, .05)
}

.nav-tabs .nav-link {
    font-size: 14px;
    padding: 5px 20px
}

.pdpbtn {
    float: right;
    background-color: #ff3131;
    border-radius: 3px;
    padding: 8px 15px 10px;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    filter: drop-shadow(0 6px 10px rgba(0, 0, 0, .1803921569));
    color: #fff
}

.brochure.col-md-6 {
    margin: 0 !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding-left: 25px
}

.pdpbtnh.col-md-6.cc {
    padding-right: 25px
}

.brochure-container {
    padding: 10px 10px;
    background: rgba(0, 77, 218, .05)
}

.mored {
    font-size: 16px;
    font-weight: 600;
    border-top: 2px solid #efe078;
    padding-top: 10px;
    padding-left: 5px;
    color: #ff3131
}

.costs {
    top: -30px
}

.features {
    padding-left: 20px
}

.owl-carousel.owl-drag .owl-item {
    text-align: -webkit-center
}

.ibank img {
    padding: 0 2px
}

.belowsec .strip.grid {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 2px solid #fab702;
    display: block;
    transition: .3s ease-in-out;
    border-radius: 10px;
    box-shadow: none
}

.belowsec .strip figure {
    height: 135px
}

.mainsection .box_detail.booking h1,
.mainsection .box_detail.booking h4 {
    max-width: 414px;
    font-size: 24px;
    font-weight: 600 !important;
    margin-right: 5px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ff3131
}

p.spara {
    font-size: 12px;
    text-align: left
}

.mainsection .box_detail.booking p.subb {
    font-size: 14px;
    color: #555;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

span.lab {
    color: #465166;
    font-size: 13px !important;
    font-weight: 500 !important;
    padding-left: 0 !important
}

span.innercss {
    color: #465166;
    font-weight: 400;
    font-size: 14px
}

.box_detail button.pdpbtn {
    float: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .01em;
    min-width: calc(100% - 68px);
    border-radius: 3px;
    transition: min-width 1s;
    -webkit-transition: min-width 1s;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

ol.breadcrumb {
    padding: 0;
    background: 0 0;
    font-size: 12px;
    margin-bottom: 5px
}

.pricings {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    color: #ff3131;
    display: block;
    margin-bottom: 10px
}

.offer,
.payment {
    margin-left: auto !important;
    margin-right: auto !important;
    font-weight: 700;
    text-align: center
}

.offer,
span.tabso {
    color: #fff;
    margin-top: 0
}

#carousel_in_pdp .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 5;
    display: block
}

@keyframes Gradient {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@keyframes Rocking {

    0%,
    100%,
    25% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(2deg)
    }
}

span.tabso {
    font-size: 13px;
    font-family: Open Sans, sans-serif !important;
    font-weight: 700 !important;
    margin-left: 10px
}

.offer {
    font-size: 15px;
    padding: 8px;
    background: linear-gradient(-45deg, #ffc107, #ff3131, #ffc107, #ff3131);
    background-size: 400% 400%;
    animation: 6s infinite Gradient;
    position: absolute;
    z-index: 99;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: 1px solid #d3e0ed !important;
    top: 0
}

.payment {
    font-size: 14px;
    width: 95%;
    color: #ff3131;
    padding: 8px 16px;
    animation: 3s 2s infinite Gradient, 3s 2s infinite Rocking;
    background: linear-gradient(-45deg, #f2d586, #75a2e4, #edd38c, #b9d0f0);
    background-size: 400% 400%;
    text-shadow: 0 0 0 #ff3131
}

.box_detail.booking.desktops {
    display: block;
    margin: 0
}

@media only screen and (max-width:600px) {

    .costs,
    .offer,
    ul.nav.nav-tabs {
        position: unset
    }

    .belowsec.add_bottom_30,
    .box_detail.booking.desktops,
    ol.breadcrumb {
        display: none
    }

    .box_detail.booking.mobiles,
    .mobiles {
        display: block
    }

    iframe {
        width: 100% !important;
        height: 178px !important
    }

    .margin_70_35 {
        padding-top: 35px
    }

    .mainsection section,
    .tab-content {
        margin-top: 0
    }

    .booking,
    .col-lg-8.pdpage,
    div#carouselModal {
        padding: 0
    }

    .mainsection section h2,
    h2.tit {
        font-size: 18px;
        margin: 0 0 15px -25px
    }

    .mainsection section h3,
    span.oicon {
        font-size: 16px
    }

    nav.secondary_nav.sticky_horizontal_2.add_bottom_30 {
        display: none !important
    }

    .label,
    .value {
        font-size: 12px;
        margin-bottom: 6px
    }

    hr {
        margin: 15px 0
    }

    .offer {
        font-size: 12px;
        padding: 4px 15px;
        margin: 0
    }

    .highlightc {
        margin: 0;
        font-size: 12px;
        line-height: 22px;
        padding: 10px 0 0 20px
    }

    .mored,
    button.pdpbtn,
    span.sbro {
        font-size: 13px
    }

    .brochure-container {
        padding: 10px 5px
    }

    .brochure.col-md-6 {
        font-size: 14px;
        line-height: 18px
    }

    span.sbro {
        font-weight: 500
    }

    button.pdpbtn {
        float: left;
        margin-left: 10px;
        border-radius: 3px;
        padding: 4px 7px 5px;
        height: 32px
    }

    .nav-tabs .nav-link {
        font-size: 12px;
        padding: 5px 12px
    }

    .card-body {
        padding: 4px 0
    }

    #pricing button.pdpbtn {
        float: unset;
        margin-left: 0
    }

    .features {
        padding-left: 5px
    }

    .box_contacts,
    .main_title_2 p,
    .stars,
    a.box_news h4,
    a.grid_item .info h3,
    footer,
    footer ul li a,
    ul.bullets li,
    ul.bullets li:before {
        font-size: 12px
    }

    #developer ul.hotel_facilities {
        position: absolute;
        top: 0;
        left: 40%
    }

    ul.hotel_facilities li {
        font-size: 14px
    }

    .mainsection .box_detail.booking,
    .mainsection section {
        padding: 15px;
        margin-bottom: 0
    }

    .booking ul.hotel_facilities {
        display: flex;
        padding: 5px 0
    }

    .mainsection .box_detail.booking h1,
    .mainsection .box_detail.booking h4 {
        font-size: 20px !important
    }

    .room_type h4 {
        margin-top: 5px
    }

    .pricings,
    .pricings button.pdpbtn.cor {
        font-weight: 600;
        font-size: 18px;
        line-height: 12px
    }

    .payment {
        font-size: 12px;
        padding: 4px 8px
    }

    #carousel_in_pdp .owl-dots {
        margin: 0
    }

    .hotel_facilities button.pdpbtn.cor {
        height: 0
    }

    .custom-search-input-2 input,
    .secondary_nav ul li a,
    a:not([href]):not([tabindex]),
    main.homepage .custom-search-input-2 input,
    span.carea {
        font-size: 12px !important
    }

    .pe-7s-call,
    span.pe-7s-back {
        font-size: 22px;
        padding: 8px;
        font-weight: 500;
        background: #ff3131;
        border-radius: 25px;
        position: absolute;
        z-index: 999;
        margin: 8px;
        color: #fff
    }

    span.pe-7s-call {
        right: 0
    }

    .cusfooterr.mobiles {
        padding: 14px 15px;
        margin: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: 0 -6px 24px 0 rgba(0, 0, 0, .08);
        z-index: 9;
        background: #fff;
        text-align: center
    }

    a.ftbtn,
    button.ftbtn {
        padding: 0 15px;
        display: inline-flex;
        gap: 8px;
        justify-content: center;
        align-items: center;
        border: 1px solid transparent;
        font-size: 16px !important;
        line-height: normal;
        border-radius: 8px;
        height: 46px;
        font-weight: 700;
        cursor: pointer
    }

    a.ftbtn.whatsapp,
    button.ftbtn.whatsapp {
        background: linear-gradient(88deg, #30b845 0, #4cc75b 98.47%);
        color: #fff !important;
        width: 100%;
        border: 1px solid #25d366
    }

    button.ftbtn.dbrochure {
        background: linear-gradient(88deg, #ff3131 0, #091b35 98.47%);
        color: #fff !important;
        width: 100%;
        border: 1px solid #5b7192
    }

    #developer img {
        width: 100px !important;
        height: 50px !important
    }

    #carouselModal a.nav-link {
        padding: 4px 6px !important;
        font-size: 12px
    }

    #carouselModal .modal-dialog {
        margin: 0 !important;
        max-width: 100% !important;
        width: 100% !important
    }

    .accordion .card-header {
        padding: 5px 0
    }

    #emiChart {
        height: 180px !important;
        width: 180px !important
    }
}

#developer img {
    width: 100px;
    height: 50px
}

button.pdpbtn.cor {
    background: 0 0;
    border: none;
    color: #333;
    font-weight: 600;
    float: inherit;
    padding: 0;
    min-width: 0;
    height: 0
}

.searchpage button.searchca,
.searchpage ul.hotel_facilities li {
    font-size: 14px !important;
    font-weight: 500
}

span.carea {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0
}

.mainpr.pricings button.pdpbtn.cor,
.searchpage .pricings {
    font-weight: 600;
    font-size: 18px;
    text-align: center
}

.box_detail.booking.desktops .hotel_facilities button.pdpbtn.cor {
    font-size: 16px;
    height: 5px
}

#carouselModal .modal-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 0
}

#carouselModal .modal-dialog {
    max-width: 90%;
    width: 90vw;
    overflow: hidden;
    margin: 1vh auto auto;
    background-color: #fff;
    border-radius: 3px
}

div#carouselModal {
    z-index: 999999
}

body.modal-open {
    overflow: hidden
}

#carouselModal a.nav-link {
    border-right: 1px solid #dedede;
    padding: 8px 14px;
    min-width: 72px;
    text-align: center
}

.tab-content.tabsn {
    border-top: 2px solid #dedede;
    margin-top: 0
}

.stylingg {
    border-right: 2px solid #dedede;
    padding-right: 0
}

iframe.popupv {
    width: 100% !important;
    height: 570px
}

.nopad .box_detail.booking,
.nopad section {
    padding: 20px 15px 10px;
    border: none
}

#carouselModal button.close {
    top: 8px
}

span.colorc {
    color: #ff3131;
    font-weight: 600;
    letter-spacing: 0;
    text-shadow: 1px 1px 1px #ffc107;
    font-size: 16px
}

div#results {
    border-top: 1px solid
}

img.logo_sticky {
    width: 80%;
    height: auto
}

select#sort_by_value.form-control {
    height: 30px;
    right: 0;
    font-size: 12px;
    width: 215px;
    position: absolute;
    top: 0;
    margin-right: 15px
}

.box_detail.booking.searchpage {
    border: none;
    padding: 10px 15px 0 0;
    margin: 0
}

.searchpage p.subb {
    padding-bottom: 4px
}

.searchpage ul.hotel_facilities {
    list-style: none;
    margin: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    border: none
}

span.hig {
    font-weight: 600;
    color: #333
}

.strip .mainpr ul li:last-child {
    float: unset;
    padding-top: 10px
}

.searchpage h1 {
    font-size: 22px
}

.searchpage span.colorc {
    text-shadow: none;
    font-size: 14px
}

p.showing {
    margin-bottom: 2px
}

.mainbtn.mainpr {
    height: auto;
    padding: 15px;
    text-align: center;
    flex-flow: column wrap;
    flex-direction: row;
    background-color: #f5f5f5;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    background-clip: padding-box
}

button.contactbtn.loc_open {
    background: linear-gradient(88deg, #ff3131 0, #091b35 98.47%);
    color: #fff !important;
    width: 100px;
    border: 1px solid #5b7192;
    border-radius: 3px;
    height: 30px
}

button.btn.btn-primary.searchwa {
    background: linear-gradient(88deg, #30b845 0, #4cc75b 98.47%);
    color: #fff !important;
    width: 100px;
    border: 1px solid #25d366;
    border-radius: 3px;
    height: 30px
}

.homepage button.sbtn {
    height: 40px
}

.flor {
    right: 44%;
    bottom: 44%;
    position: absolute
}

.features img {
    width: 35px;
    height: 35px;
    margin-right: 10px
}

.qr-container {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box
}

.qr-container .item {
    padding: 12px;
    text-align: center
}

.qr-container img {
    width: 100px
}

span.rerano {
    display: block;
    padding-top: 5px
}

.mbtwofive {
    margin-bottom: 25px;
    border: none;
    background: linear-gradient(-45deg, #ffc107, #ef6e0b, #ffc107, #ef6e0b);
    animation: 6s infinite Gradient !important;
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff;
    background-size: 400% 400%
}

img.img-fluid.brochure {
    width: 66px;
    text-align: center;
}

.brochure.col-md-5.cc {
    padding: 10px 0;
    line-height: 15px;
    font-size: 20px;
    font-weight: 600;
}

.pdpbtnh.col-md-4.cc {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.sbro {
    margin: 0;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    top: 16px;
    padding-left: 20px;
    font-size: 18px;
}