body {
    font-family: 'Yanone Kaffeesatz', sans-serif;
}

section.main-banner-section_nav {
    min-height: 100vh;
    position: relative;
    z-index: 0;
}

.video-background_nav video {
    width: 100%;
}

.header-main-wrapper {
    position: relative;
    z-index: 11;
}

.fixed2 .banner-content-box_nav h1 {
    display: none;
}

.banner-content-box_nav .form-group {
    position: relative;
    margin: 0;
}

.banner-content-box_nav {
    /*position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*display: flex;*/
    justify-content: center;
    flex-direction: column;
}

.heart-box-new_nav {
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}

.rating-box-new {
    position: absolute;
    top: 11px;
    background: #00000060;
    color: #fff;
    padding: 0 8px;
    font-size: 16px;
    font-weight: 300;
    left: 11px;
}

.rating-box-new p {
    margin: 0;
}

.rating-box-new i {
    color: #ff0000;
    font-size: 12px;
    padding-left: 2px;
}

.country-image {
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.activity-image {
    position: relative;
}

.activity-image img {
    position: relative;
    width: 100%;
}

.country-image img {
    width: 33px;
    height: 33px;
    border-radius: 50px;
    object-fit: cover;
}

.heart-like-box {
    width: 40px;
    height: 40px;
    top: 11px;
    position: absolute;
    right: 2px;
    z-index: 999;
}

.heart-like-box a {
    text-decoration: none;
    font-size: 25px;
    color: #fff;
}

.activity-content {
    padding: 10px 10px 0;
}

.activity-content p {
    /* font-size: 22px; */
    font-weight: 400;
    color: #be0000;
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
    margin-bottom: 0;
}

.activity-content h3 {
    color: #3a5d60;
    font-size: 22px;
    margin: 0;
}

.activity-content h5 {
    font-size: 17px;
    font-weight: 300;
    color: #737373;
}

.banner-content-box_nav input {
    padding: 0;
    height: 55px;
    border: 0;
    border-radius: 0;
    font-size: 22px;
    font-weight: 300;
    position: relative;
}

.form-group {
    position: relative;
}

.banner-content-box_nav .form-group i {
    position: absolute;
    bottom: 0;
    top: 15px;
    z-index: 11;
    left: 7px;
    font-size: 22px;
    color: #960102;
}

.banner-heading-content h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 500;
}

.banner-heading-content h3 {
    font-weight: 300;
    font-size: 25px;
    color: #fff;
}

.submit-button button {
    height: 55px;
    font-size: 36px;
    border-radius: 0;
    transition: all 0.2s ease;
    border: 0;
    width: 100%;
    background: #be0000;
    color: #FFF;
}

.heading-title h2 {
    font-weight: 200;
    font-size: 40px;
    color: #be0000;
}

.activity-main-box {
    transition: 0.5s ease;
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
    margin-bottom: 1rem;
}

.activity-main-box:hover {
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
    transition: 0.5s ease;
}

.blury-bgg {
    background: #00000040;
    /* margin-top: 5rem; */
    padding: 35px;
    border-radius: 10px;
    /* backdrop-filter: blur(5px); */
    margin-bottom: 1rem;
    margin-top: 15rem;
    transition: 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

section.popular-section-main_nav {
    padding-bottom: 70px;
}

.long-image-box img {
    width: 100%;
}

.short-image-box img {
    width: 100%;
}

.popular-activity-section-main_nav .activity-content {
    background: #fbfbfb;
    padding: 10px;
    margin-bottom: 1rem;
    transition: 0.5s ease;
}

.long-image-box img {
    height: 69.7vh;
    object-fit: cover;
}

.short-image-box, .long-image-box {
    transition: 0.5s ease;
}

.popular-activity-section-main_nav .short-image-box:hover {
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
    transition: 0.5s ease;
}

.popular-activity-section-main_nav .long-image-box:hover {
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px;
    transition: 0.5s ease;
}

.animate-image-box {
    overflow: hidden;
}

.animate-image-box img {
    transition: 0.5s ease;
    width: 100%;
    height: 204px;
    object-fit: cover;
}

.animate-image-box:hover img {
    transition: 0.5s ease;
    transform: scale(1.2);
}

section.popular-destination-section-main_nav {
    padding-top: 70px;
    padding-bottom: 70px;
}

.popular-destination-content {
    background: #fbfbfbeb;
    padding: 12px;
    margin-top: -30px !important;
    position: relative;
    width: 90%;
    margin: 0 auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.popular-destination-mainbox img {
    height: 220px;
    object-fit: cover;
}

.popular-destination-mainbox:hover .popular-destination-content {
    transition: 0.5s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.blog-image img {
    height: 420px;
    position: relative;
}

.our-blog-main-box {
    position: relative;
    margin: 1rem 0;
}

section.our-blog-section_nav {
    padding: 80px 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: unset;
}

.blog-content {
    background: #00000070;
    padding: 45px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    position: absolute;
    bottom: 0;
    z-index: 1111111;
}

.blog-content p {
    margin: 0;
}

.blog-content {
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    backdrop-filter: blur(5px);
    position: absolute;
    bottom: 40px;
    z-index: 1111111;
    left: 0;
    right: 0;
    width: 65%;
    margin: 0 auto;
    transition: 0.5s ease;
    text-align: center;
}

.our-blog-main-box a {
    color: #363636;
}

.our-blog-main-box:hover .blog-content {
    box-shadow: rgb(50 50 93 / 46%) 0px 50px 100px -20px, rgb(0 0 0 / 50%) 0px 30px 60px -30px;
    transition: 0.5s ease;
}

.our-blog-section_nav .heading-title h2 {
    font-weight: 200;
    font-size: 40px;
    color: #fff;
}

.our-blog-section_nav .heading-title p {
    font-weight: 200;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
}

.social-feed-section_nav {
    padding: 80px 0;
}

.insta-image img {
    width: 100%;
}

.insta-image {
    overflow: hidden;
    position: relative;
}

.insta-content {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    opacity: 0;
}

.insta-overlay {
    background: #00000082;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0;
    transition: 0.5s ease;
}

.insta-content {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
}

.insta-image:hover .insta-content {
    opacity: 1;
    transition: 0.5s ease;
}

.insta-image:hover .insta-overlay {
    opacity: 1;
    transition: 0.5s ease;
}

.insta-content a {
    text-decoration: none;
    color: #fff;
}

.insta-content p {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.insta-image img {
    transition: 0.5s ease;
}

.insta-image:hover img {
    transition: 0.5s ease;
    transform: scale(1.2);
}

.social-feed-section_nav .heading-title p {
    font-size: 25px;
    font-weight: 400;
}

footer {
    background: #363636;
    padding: 120px 20px 60px;
}

.news-leter-box-nav {
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
    padding: 35px;
    margin-bottom: -60px;
    position: relative;
    background: #fff;
    border-radius: 10px;
}

.newsletter-content p {
    font-size: 16px;
    margin: 0;
}

.newsletter-content h3 {
    color: #cc0000;
    font-size: 2.5rem;
}

.foot-info-content h5 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-left: 3px solid #fff;
    padding-left: 10px;
}

.contact-info-list h5 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-left: 3px solid #fff;
    padding-left: 10px;
}

.foot-info-content p {
    color: #fff;
}

.foot-info-content p {
    color: #ccc;
}

.contact-info-list ul li {
    margin-top: 10px;
}

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

.foot-info-content {
    margin-bottom: 2rem;
}

.newsletter-inputbox input.form-control {
    height: 50px;
    position: relative;
}

.newsletter-inputbox input.form-group {
    position: relative;
}

.newsletter-inputbox button {
    border: 0;
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 5px 30px;
    background: #ff0000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    border-radius: 5px;
}

.newsletter-inputbox {
    margin-top: 2rem;
}

.footer-info-first-box {
    text-align: center;
}

.footer-info-first-box img {
    width: 55%;
    margin: 0 auto;
}

img.footer-logo {
    filter: invert(1);
    width: 45%;
}

.footer-info-first-box h4 {
    color: #fff;
    padding: 2rem;
    margin: 0;
}

.foot-bottom {
    padding: 10px;
    text-align: center;
    background: #242424;
    border-top: 1px solid #ddd;
}

.foot-bottom p {
    margin: 0;
    font-weight: 400;
    color: #fff;
}

.video-background_nav img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: unset;
}

.banner-content-box_nav {
    transition: 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.fixed2 .banner-content-box_nav {
    position: fixed;
    top: 0;
    height: 45px;
    z-index: 999;
    display: block;
    width: 100%;
    transition: 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.fixed2 .blury-bgg {
    background: #00000070;
    margin-top: 0;
    padding: 15px;
    border-radius: 0;
    backdrop-filter: blur(5px);
    margin-bottom: 0;
    position: absolute;
    z-index: 999999999999999999;
    width: 100%;
    left: 0;
    transition: 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

h4.service_item_title {
    font-size: 30px;
    font-family: 'Yanone Kaffeesatz';
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0;
}

a.nounderline {
    text-decoration: none;
}

.service_item_description {
    margin-bottom: 12px;
    height: 85px;
    padding: 20px;
}

.search-new-nav-nav {
    background: #f5f5f5;
}

.service_item_header {
    background: #8f8f8f;
    padding: 10px;
    text-align: center;
}

.padding-l-r-20 {
    padding: 20px;
}

.row.service_item_container {
    height: 290px;
    background: #000;
    overflow: hidden;
}

.carousel-inner img {
    height: 290px;
    object-fit: cover;
    object-position: left;
}

.search-section-result {
    padding: 20px 0 80px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #be0000a8;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.service_item_informations p {
    margin: 10px 0 0 0;
    font-weight: bold;
    color: #be0000;
}

button.btn.btn-details {
    background: #ddd;
    width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 700;
}

.package-book {
    width: 100%;
    padding: 6px;
    background: #be0000;
    border-color: #be0000;
    text-transform: capitalize !IMPORTANT;
}

.card-item {
    border: 1px solid #ddd;
    margin-bottom: 1rem;
}

.card-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.search-section-result .activity-content p {
    font-size: 14px;
    font-family: 'Yanone Kaffeesatz', sans-serif !important;
    margin-bottom: 0;
    color: #737373;
}

.card-body ul li input {
    margin-right: 12px;
}

.search-section-result .activity-content h5 {
    font-weight: 400;
    font-size: 22px;
    color: #496e71;
}

.country-image {
    justify-content: space-between;
    /*display: flex;*/
    padding: 0 5px;
    position: absolute;
    bottom: 12px;
    width: 100%;
}

.location-map {
    bottom: 0;
    position: absolute;
    background: #00000060;
    color: #fff;
    padding: 2px 5px;
    font-size: 16px;
    font-weight: 300;
    left: 22px;
}

.flag-boxnav {
    float: right;
    justify-content: normal;
    position: absolute;
    bottom: 0;
    right: 0;
}

.location-map p {
    margin: 0;
    font-size: 12px;
    text-shadow: 1px 2px #00000024;
    letter-spacing: 0.5px
}

.p-color-nav {
    color: #496f72 !important;
}

.red-color-nav {
    color: #be0000 !important;
}

.service-view-price-btn {
    display: flex;
    justify-content: space-between;
    padding: 4px 0 0;
}

.service-view-price-btn a {
    width: 40%;
    background: #496f72;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 7px;
    height: 25px;
    display: flex;
    justify-content: center;
    letter-spacing: 1px;
    flex-direction: column;
    font-weight: 400 !IMPORTANT;
    font-family: 'Yanone Kaffeesatz';
}

.service-view-price-btn p span {
    font-size: 22px;
    font-weight: 400;
}

.sidebnar-nav h3 i {
    font-size: 20px;
}

.sidebnar-nav h3 {
    font-size: 20px;
    padding: 0;
    margin-bottom: 1rem;
    cursor: pointer;
}

.view-list-map-box {
    display: flex;
    justify-content: space-between;
}

.listmap-box p a {
    padding: 0 3px;
    color: #363636;
    text-decoration: none;
}

.filter-form-box-nav .form-group {
    width: 20%;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

.card-body ul {
    border-bottom: 1px solid #dddddda6;
    padding-bottom: 1rem;
    margin-bottom: 0;
}

.filter-form-box-nav {
    display: flex;
    justify-content: space-between;
    width: 70%;
}

.filter-form-box-nav input {
    display: none;
}

.filter-form-box-nav .form-group span {
    padding: 2px 15px 0;
    width: 100%;
    display: block;
    font-size: 15px;
    border: 1px solid #8383833b;
}

.filter-form-box-nav button {
    border: 0;
    background: transparent;
    border-bottom: 2px solid #496f72;
    color: #496f72;
}

.mapfilter-inputs-nav-m form {
    display: flex;
    justify-content: space-between;
}

.mapfilter-inputs-nav-m {
    padding-bottom: 1.2rem;
}

section.sticky-box-01 {
    padding: 100px 0;
}

.sticky-box, .search_page {
    background: url('../image/search.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.fixed22 {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 13px !important;
    background: #0000009c;
}

.map-section-result {
    padding: 80px 0;
}

.accordion > .card > .card-header h2 button {
    width: 100%;
    display: block !important;
    text-align: left !important;
    color: #000000;
    text-decoration: none;
}

button:focus {
    box-shadow: initial;
    outline: initial;
}

.card-body ul li input {
    margin-right: 12px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0;
}

.card {
    border: 0;
    text-align: left;
}

.accordion > .card {
    overflow: hidden;
    margin-bottom: 1rem;
}

.accordion > .card > .card-header h2 button {
    width: 100%;
    display: block !important;
    text-align: left !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    color: #db0000;
    border-left: 8px solid #ff0000;
    padding: 5px 10px;
}

.card-body ul li {
    padding-top: 10px;
    font-size: 22px;
    color: #737373;
    line-height: 26px;
}

/* .card-body ul li input { */
/* padding-top: 10px; */
/* font-size: 16px; */
/* height: 22px; */
/* width: 22px; */
/* background: #3a5d60; */
/* border-color: #3a5d60; */
/* } */
select.form-control {
    /*appearance: auto !important;*/
    height: 30px;
    border-radius: 0;
    color: #496f72;
}


.atoz-filter-box span {
    padding-right: 10px;
    position: relative;
    top: 5px;
}

/*.atoz-filter-box {*/
/*    display: flex;*/
/*}*/
.card-header {
    background: transparent;
}


.sidebnar-nav .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 15px 15px 10px 0;
}

.nav-search-boxx .activity-content {
    background: transparent;
    padding: 10px 0 0;
}

.nav-search-boxx .activity-main-box {
    transition: 0.5s ease;
    box-shadow: none;
    margin-bottom: 1rem;
    padding: 6px;
}

.nav-search-boxx .activity-main-box:hover {
    box-shadow: none;
    transition: 0.5s ease;
    background: #496f721f;
}

.active-view-nav {
    color: #496f72 !important;
}

.sidebnar-nav {
    border-right: 1px solid #ddddddbd;
    width: 95%;
}

.checkbox-primary input[type="checkbox"] + label::before {
    background-color: #3a5d60;
    border-color: #3a5d60;
}

.sidebnar-nav .checkbox-primary input[type="radio"] + label::before {
    background-color: #3a5d60 !important;
    border-color: #3a5d60 !important;
    border-radius: 50%;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 21px;
    height: 22px;
    left: 0;
    margin-left: -25px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    margin-bottom: 0;
}

.sidebnar-nav .checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    width: 42px;
    height: 22px;
    cursor: pointer;
    margin-left: -35px;
    position: absolute;
}

.sidebnar-nav .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    width: 42px;
    height: 22px;
    cursor: pointer;
    margin-left: -35px;
    position: absolute;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: 0;
}

.radio, .checkbox {
    margin-bottom: 15px;
}

.checkbox {
    padding-left: 25px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* input[type="checkbox"].styled:checked + label:after, input[type="radio"].styled:checked + label:after, .checkbox input[type=checkbox]:checked + label:after { */
/* content: "\f00c"; */
/* font-family: 'Font Awesome\ 5 Free'; */
/* } */

input[type="checkbox"].styled:checked + label:after, input[type="radio"].styled:checked + label:after, .checkbox input[type=checkbox]:checked + label:after {
    content: "";
    font-family: 'Font Awesome 5 Free' !important;
    background: url(https://i.ibb.co/df9xFzq/check.png);
    position: absolute;
    top: -4px;
    background-size: 100%;
    background-position: -46% -45px;
    width: 17px;
}

.checkbox-primary input[type="checkbox"]:checked + label::after, .checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

input[type="checkbox"].styled:checked label:after, input[type="radio"].styled:checked label:after, .checkbox label:after {
    padding-left: 4px;
    padding-top: 2px;
    font-size: 13px;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 21px;
    height: 22px;
    left: 0;
    top: 0;
    margin-left: -25px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 13px;
    color: #555555;
}

.accordion > .card > .card-header h2 button i {
    float: right;
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s ease;
}

.checkbox-primary input[type="radio"]:checked ~ label::after {
    background-color: #fff;
}

.checkbox input[type="radio"]:checked ~ label::after {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    margin-left: -20.5px;
    margin-top: 5px;
    border-radius: 50%;
}

section.showing-result-limits-nav p {
    padding: 15px 0;
    FONT-SIZE: 22PX;
    COLOR: #3a5d60;
    FONT-WEIGHT: 400;
}

p.p-color-nav.price-form-b {
    background: #F6F5EE;
    padding: 0 15px;
    line-height: 23px;
    color: #486E71;
    text-align: center;
    margin: 0px 0px 10px 0px;
}

.show-result-surf-nav {
    display: flex;
    background: #eee;
    padding: 1rem;
    margin-bottom: 1rem;
}

.icon-with-surf img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.icon-with-surf h5 {
    margin: 0;
    color: #3a5d60;
    text-align: center;
}

.icon-with-surf {
    padding-right: 1rem;
    width: 25%;
}

.show-result-surf-navv p {
    font-weight: 300;
    color: #737373 !important;
    font-size: 16px !important;
    padding-left: 2.5rem;
}


@media only screen and (max-device-width: 1366px) {
    .video-background_nav img {
        width: 100%;
        height: 420px;
        object-fit: cover;
        object-position: unset;
    }

}


.map-searchh {
    height: 520px;
    overflow: hidden;
}

.map-view-boox_mainanav img {
    width: 200px;
    height: 150px;
    object-fit: fill;
}

.map-viewcontent h5 {
    font-weight: 400;
    font-size: 22px;
    color: #496e71;
    height: 43px;
    overflow: hidden;
}

.map-viewcontent {
    width: 350px;
}

.map-view-mapp-nav iframe {
    width: 100%;
    height: 100vh;
}

.nav-search-boxx .heart-like-box {
    width: 30px;
    height: 30px;
    top: 0;
    position: absolute;
    right: 0;
    z-index: 999;
}

.on_map-nav {
    display: flex;
}

.on-map-image img {
    width: 100px;
    height: 80px;
}

.on-map-content h5 {
    font-size: 22px;
    color: #496f72;
}

.map-view-boox_mainanav {
    box-shadow: none;
    transition: 0.5s ease;
    background: #fff;
    display: flex;
    padding: 15px 4px;
}

.map-view-boox_mainanav:hover {
    box-shadow: none;
    transition: 0.5s ease;
    background: #496f721f;
}

.map-view-boox_mainanav .heart-like-box {
    width: 40px;
    height: 40px;
    top: 0;
    position: absolute;
    right: 0;
    z-index: 999;
}

.map-viewcontent p {
    font-size: 13px;
}

.on-map-view-detail-smallbox {
    position: absolute;
    background: #fff;
    padding: 8px;
    left: 30px;
    top: 32%;
}

.on-map-content {
    padding-left: 15px;
}

.on-map-content p.p-color-nav.price-form-b {
    padding: 0;
}

a.exit-map-box {
    padding: 6px 1.5rem;
    background: #e1e1e1;
    display: block;
    text-align: center;
    width: 35%;
    margin: 0 auto;
    color: #737373;
    border-radius: 10px;
    font-size: 22px;
    margin-bottom: 2px;
    margin-top: 1rem;
}

/* .filter-top-middle-center { */
/* display: flex; */
/* justify-content: space-between; */
/* } */
.map-searchnavv .banner-content-box_nav input {
    padding-left: 0;
}

.map-searchnavv .form-control {
    padding: 0;
    height: 40px !important;
    border: 0;
    width: 100%;
    border-radius: 0;
    font-size: 22px;
    position: relative;
    background: transparent;
    color: #fff;
    font-weight: 400;
}

/*.map-searchnavv input[type="text"] {*/
/*    background: #00000048;*/
/*}*/

.map-searchnavv .form-group label {
    color: #ffffff;
    padding: 3px 10px;
    margin-bottom: 0;
    font-size: 22px;
}

.banner-content-box_nav.map-searchnavv {
    position: relative;
}

.map-searchnavv .blury-bgg {
    right: 0;
    background: #496f72;
    margin-top: 0;
    padding: 15px 15px 0;
    position: fixed;
    border-radius: 0px;
    width: 100%;
    top: 0;
    margin-bottom: 0rem;
    transition: 0.5s cubic-bezier(0.55, 0.06, 0.68, 0.19);
    z-index: 11;
}

.map-searchnavv .vue-treeselect__menu {
    background: #ffffff;
    color: #737373;
}

.map-searchnavv .vue-treeselect__label {
    color: #737373 !important;
}

section.map-main-section-nav {
    padding-top: 70px;
}

.map-view-mapp-nav {
    height: 100vh;
    position: fixed;
    width: 100%;
}

.map-view-boxes-nav {
    height: 100vh;
    overflow: scroll;
}

option {
    color: #737373;
}

section.main-banner-search.sticky-box.fixed2 {
    position: fixed;
    top: 0;
    z-index: 9989;
    width: 100%;
    height: 70px;
}

section.main-banner-search.sticky-box.fixed2 .blury-bgg {
    border-radius: 0;
}

/*.nav-search-boxx [class*=col-] {*/
/*    padding-left: 0;*/
/*    padding-right: 0;*/
/*}*/

.pd-right-neww {
    padding-right: 6px !important;
}

.nearby-ocation-textt span {
    float: right;
    color: #be0000;
    font-size: 1.75rem;
}


button.btn.btn-link.w-100-nav.collapsed i {
    transform: rotate(-90deg) !important;
    transition: 0.5s ease;
}

button.btn.btn-link.w-100-nav i {
    transform: rotate(0deg) !important;
}


.search_page .form-section {
    padding: 5rem;
    padding-bottom: 5rem;
}

.search_page .autocomplete-dropdown {
    width: 100%;
}

.search_page #location-search .vbt-autcomplete-list {
    width: 98.2% !important;
}

.form-section .vbt-autcomplete-list {
    margin-left: -48px !important;
    width: 100% !important;
}


.input-group-text {
    font-size: 30px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
}

.input-group-text i {
    color: #db0000;
    opacity: 0.5;
}

.location-circle-img {
    height: 50px;
    width: 50px;
}

#search_page_section section {
    overflow-y: unset !important;
}


#search_page_section .submit-button button {
    height: 70px;
}

.vue-treeselect__multi-value-item {
    background: #e3e3e3 !important;
    color: #3a5d60 !important;
}

.top-search-bar::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 25px solid #6A0136;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}
