/*
Template Name: NAVY - Join Bangladesh Navy.
*/
/*================================================
1. Default CSS
2. Header Menu CSS


=================================================*/
/*================================================
1. Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
/* Font Variable */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

html,
body {
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

p {
    margin-bottom: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.text-det:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 130px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff);
}

.text-det {
    position: relative;
}

.gdlr-fixed-header {
    z-index: 9999 !important;
}

a {
    color: unset;
    text-decoration: none;
}

a:focus {
    outline: 0 solid;
}

a:hover {
    text-decoration: none;
    color: unset;
}

img {
    max-width: 100%;
    height: auto;
}

.property-box {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12);
}

.property-box .property-img {
    overflow: hidden;
    height: 305px;
    background: #2a2a2a;
}

.property-box .property-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.property-box .property-content {
    padding: 25px 0px;
}

.property-box .property-content h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 auto 8px;
    padding: 0 10px;
    letter-spacing: 0px;
    color: #292929;
    font-size: 1.5rem;
}

.property-box .property-content .line {
    display: block;
    margin: 5px auto;
    height: 2px;
    width: 33px;
    background: #759b35;
    position: relative;
}

.property-box .property-content ul li {
    display: inline-block;
    color: rgba(41, 41, 41, 0.75);
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
}

.property-box .property-content ul li::after {
    content: " | ";
}

.property-box .property-content ul li:last-child::after {
    content: "";
}

.property-box:hover .property-img img {
    transform: scale(1.1);
}

.property-slide-wrap {
    position: relative;
}

.property-slide-wrap .slick-slide {
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

.property-slide-wrap .slick-list {
    padding: 0 0 10px;
}

.property-slide-wrap i {
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
    font-size: 50px;
    z-index: 1;
    cursor: pointer;
    transition: all 0.4s;
    color: #929292;
}

.property-slide-wrap i:hover {
    color: #759b35;
}

.property-slide-wrap i.bi-right {
    left: auto;
    right: -45px;
}

.main-img-slider.text-center.favourite-list-heading {
	position: relative;
	z-index: 1;
	padding: 270px 0px;
}

.single__field input {
    width: 100%;
    height: 55px;
    border: 1.5px solid transparent;
    color: rgba(41, 41, 41, 0.7);
    padding: 0 12px;
    font-size: 15px;
}

.search-datepicker {
    background-image: url(https://luxurykoshervillas.com/wp-content/themes/BizcorLuxury/images/calendar.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-color: #fff !important;
}

.single__field input::placeholder {
    color: rgba(41, 41, 41, 0.7);
}

.single__field select {
    width: 100%;
    background: #ffffff;
    height: 55px;
    border: 1.5px solid transparent;
    color: rgba(41, 41, 41, 0.7);
    padding: 0 5px;
    font-size: 15px;
}

.single__field select:focus {
    border: 1.5px solid #000;
}

.single__field button {
    border: none;
    height: 55px;
    text-align: center;
    width: 100%;
    background: #f3b91a;
    color: #fff;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-transform: uppercase;
}

.single__field.rmb button {
    font-size: 15px;
    text-transform: capitalize;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: -28px !important;
    margin-bottom: 0px !important;
}

.single__field button i {
    margin-left: 5px;
}

.single__field button.submit-btn {
    background: #759b35;
}

/*search details css start form here*/
.search_details__wrap .search_details__header {
    background: #e1e1e1;
    padding: 22px 0 12px;
    position: sticky;
}

.search_details__wrap .searchbar_main {
    max-width: 100%;
}

.main-img-slider .con {
    position: absolute;
    top: 50%;
    left: 142px;
    transform: translateY(-50%);
    font-size: 50px;
    z-index: 1;
    cursor: pointer;
    transition: all 0.4s;
    color: #a9a5a0;
    -webkit-text-stroke: 0px;
}

.main-img-slider .con:hover {
    color: #fff;
}

.main-img-slider .con.bi-right {
    left: auto;
    right: 142px;
}

.single-slide-details {
    position: relative;
    background: #000;
}

.single-slide-details img {
    width: 100%;
    opacity: 0.4;
    transition: opacity 0.3s;
    max-height: 690px;
    height: 100%;
    object-fit: cover;
}

.single-slide-details a {
    display: none;
}

.single-slide-details.slick-active img {
    opacity: 1;
}

.single-slide-details.slick-active a {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
}

.single-slide-details.slick-active a .move {
    color: #fff;
    font-size: 22px;
    background-color: #000000;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}

.single-slide-details.slick-active a .move:hover {
    color: #759b35;
}

.thumb-nav {
    background: #dddddd3d;
    padding: 7px;
    margin-left: 0 !important;
}

.thumb-nav .slick-slide {
    margin: 0 4px;
}

.thumb-nav li {
    background: #000;
    position: relative;
    min-height: auto;
}

.thumb-nav li img {
    width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.65;
    transition: opacity 0.3s;
    cursor: pointer;
    max-height: 114px;
}

.thumb-nav li.slick-current img {
    opacity: 1;
}

.product-images {
    position: relative;
}

.product-images .details-slide-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 64.1%;
    padding: 30px 15px 20px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );
}

.product-images .details-slide-text h1 {
    color: #fff;
    letter-spacing: 0px;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    font-size: 32px;
    font-weight: 600;
    /*     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 63%; */
    margin-bottom: 0;
}

.details-slide-text ul {
    margin-bottom: 0 !important;
    margin-left: 10px !important;
}

.product-images .details-slide-text ul li {
    display: inline-block;
    border-right: 0;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.details-info {
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.12);
    background: #fff;
    padding: 50px;
    border-radius: 5px 5px 0px 0px;
}

.details-info h3 {
    color: #292929;
    font-weight: 600;
    font-size: 25px;
}

.details-info p span {
    color: rgba(41, 41, 41, 0.75);
    font-size: 22px;
}

.details-info .details-link {
    transition: 0.4s;
}

.details-info .details-link:hover {
    color: #759b35;
}

.details-info h5 {
    font-weight: 700;
    color: #5f5f5f;
    margin-bottom: 5px;
    font-size: 16px;
}

.details-list li {
    display: flex;
    color: rgba(41, 41, 41, 0.75);
    line-height: 18px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
}

.details-list li i {
    color: #759b35;
    margin-right: 7px;
    font-size: 17px;
}

.nav-pill-main-div {
    position: relative;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}

ul.tabs li {
    background: #070808;
    color: #838484;
    display: inline-flex;
    padding: 17px 5px;
    cursor: pointer;
    transition: 0.3s ease all;
    width: 100%;
    margin: 0 0.5px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
}

ul.tabs li.current {
    color: #fff;
    transition: 0.3s ease all;
    background: #759b35;
}

.tab-content {
    display: none;
    padding: 30px 50px;
    transition: 0.3s ease all;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.12);
    border-radius: 0px 0px 5px 5px;
    margin-bottom: 30px;
}

.tab-content .ui-widget.ui-widget-content {
    width: 100% !important;
}

.tab-content.current {
    display: inherit;
    transition: 0.3s ease all;
}

#datepicker-tab-mobile {
    display: none;
}

.tab-calender .ui-datepicker-next:before,
.tab-calender .ui-datepicker-prev:before {
    font-family: bootstrap-icons !important;
    display: inline-block;
    line-height: inherit;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 20px;
}

.tab-calender .ui-widget-header a {
    color: #fff;
}

.tab-calender .ui-datepicker-next:before {
    content: "\f285";
}

.tab-calender .ui-datepicker-prev:before {
    content: "\f284";
}

.tab-calender .ui-datepicker .ui-datepicker-header.ui-widget-header {
    background: #759b35;
    color: #fff;
    border-radius: 0;
}

.tab-calender .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover {
    right: 2px;
}

.tab-calender .ui-datepicker .ui-datepicker-header .ui-datepicker-next-hover,
.tab-calender .ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover {
    background: 0 0;
    border: none;
    cursor: pointer;
    top: 5px;
    color: #444;
    font-weight: unset;
}

.tab-calender .ui-datepicker-next:hover,
.tab-calender .ui-datepicker-prev:hover {
    text-decoration: none;
}

.tab-calender .ui-datepicker .ui-datepicker-prev,
.tab-calender .ui-datepicker .ui-datepicker-next {
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab-calender .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}

.review-wrap {
    margin-bottom: 30px;
}

.review-wrap .review-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.review-wrap .review-info h3 {
    color: #5f5f5f;
    font-size: 24px;
    font-weight: 700;
}

.review-wrap .review-info ul {
    /* margin-right: 100px; */
}

.review-wrap .review-info ul li {
    display: inline-flex;
    color: #ffbb00;
}

.review-wrap .review-info ul li i {
    font-size: 120%;
    color: #ffbb00;
}

.review-wrap p {
    color: #646464;
}

.review-btn {
    display: flex;
    justify-content: center;
}

.review-btn a {
    display: inline-block;
    background: #759b35;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-top: 30px;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 500;
    transition: all 0.4s;
}

.review-btn a:hover {
    background: #f3b91a;
}

.map-wrap iframe {
    height: 100%;
    width: 100%;
}

.details-side-wrap {
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.12);
    position: sticky;
    top: 117px;
}

.details-side-wrap .details-side-info {
    background: #070808;
    text-align: center;
    padding: 33px 5px 28px;
}

.details-side-wrap .details-side-info h2 {
    margin-top: 0;
    margin-bottom: 17px;
    color: #fff;
    font-size: 24px;
    position: relative;
    font-weight: 600;
    padding: 0 10px;
    padding: 0 10px;
}

.details-side-wrap .details-side-info h2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #619d27;
}

.details-side-wrap .details-side-info ul li {
    color: #fff;
    opacity: 0.75;
    display: inline-flex;
    font-weight: 500;
}

.details-side-wrap .details-side-info ul li span {
    margin-right: 3px;
}

.details-side-wrap .details-side-form {
    padding: 35px;
    background-color: #fff;
}

.details-side-wrap .details-side-form form input,
.details-side-wrap .details-side-form form select {
    width: 100%;
    border-radius: 0;
    height: 55px;
    padding: 15px;
    box-shadow: none;
    font-weight: 500;
    color: rgba(41, 41, 41, 0.5);
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    margin-bottom: 18px;
}

.details-side-wrap .details-side-form form input:focus,
.details-side-wrap .details-side-form form select:focus {
    outline: none;
}

.details-side-wrap .details-side-form form label {
    color: #292929;
    text-transform: uppercase;
    font-weight: 500;
}

.details-side-wrap .details-side-form form .form-time {
    display: flex;
}

.details-side-wrap .details-side-form form .form-time .form-time-1 {
    margin-right: 10px;
}

.details-side-wrap .form-group button {
    border-radius: 0;
    padding: 16px 15px;
    font-size: 16px;
    font-weight: 600;
    height: 65px;
    text-transform: uppercase;
    color: #292929;
    background: #f5f5f5;
    border: 1px solid #c8c8c8;
    width: 100%;
    transition: all 0.5s;
    margin-top: 13px;
    margin-bottom: 10px;
}

.details-side-wrap .form-group button:hover {
    background: #f3b91a;
    border-color: #f3b91a;
    color: #fff;
}

.details-side-wrap p {
    text-align: center;
    color: rgba(41, 41, 41, 0.75);
}

.details-side-wrap p i {
    color: #000000;
}

.room-details table,
.room-details th,
.room-details td {
    border: 1px solid #c8c8c8;
    padding: 5px 8px;
    background: none;
}

.room-details th {
    color: #292929;
    font-weight: 700;
}

.room-details td {
    color: rgba(41, 41, 41, 0.75);
}

/*
============================================
============= Preloader CSS ================
*/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader .spinner-wrap {
    width: 140px;
    height: 140px;
    position: relative;
}

.preloader .preloader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader .spinner {
    position: relative;
    width: 100%;
    height: 100%;
    border: 2px solid #90e0ef;
    border-top: 3px solid #ffe500;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*
============= Preloader CSS END ================
================================================
*/
.single-check {
    display: flex;
}

.single-check input {
    margin-right: 6px;
}

.advanced-search-toggle {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) scaleY(0);
    transform-origin: 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0px 20px;
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.advanced-search-toggle.toggle-search {
    transform: translateX(-50%) scaleY(1);
    opacity: 1;
    visibility: visible;
    height: auto;
}

.searchbar_main {
    max-width: 1305px;
    margin: 0 auto;
}

/* .search__wrap {
    background: url(../image/sea.jpg) no-repeat center;
    background-size: cover;
    padding: 200px 0 358px;
} */

.search__wrap .searchbar_wrapper {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
}

.single__field {
    margin-right: 10px;
    width: 20%;
}

.single__field.has-picker {
    position: relative;
    z-index: 1;
}

/* .single__field.has-picker::before {
    position: absolute;
    content: "\f214";
    font-family: bootstrap-icons !important;
    width: 14px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: rgba(41, 41, 41, 0.7);
} */

.single__field:last-child {
    margin-right: 0;
}

.search__toggle {
    height: 55px;
    width: 100%;
    background: #ffffff;
    text-transform: uppercase;
    border: none;
}

.search__toggle i {
    margin-left: 5px;
}

.product_grid__header {
    display: flex;
    align-items: center;
    padding-top: 28px;
    padding-bottom: 17px;
    justify-content: space-between;
}

.favourate-lv i {
    color: #759b35;
    margin-left: 5px;
    font-size: 18px;
    line-height: 1;
}

.favourate-lv span {
    color: #292929;
    font-size: 18px;
    font-weight: 500;
}

.favourate-lv {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.units-area {
    height: 100vh;
    overflow-y: auto;
    padding: 0 24px;
}

.product_grid__header select {
    margin-right: 30px;
    height: 48px;
    padding: 10px 16px;
    color: rgba(41, 41, 41, 0.5);
    border: 1px solid #ccc;
}

.product_grid__header-left {
    display: flex;
    align-items: center;
}

.product_grid__header span {
    color: #292929;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
}

.favourate-lv span {
    font-size: 19px;
    font-weight: 500;
}

.product-carousel {
    position: relative;
}

.product-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    font-size: 31px;
    font-weight: 600;
    color: #ffffff;
    -webkit-text-stroke: 3px;
}

.product-carousel .slick-arrow.bi-chevron-left {
    left: 20px;
}

.product-carousel .slick-arrow.bi-chevron-right {
    right: 20px;
}

.product__card {
    margin-top: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
}

.product__card:hover .product-cover .prodiuct-thumb img {
    transform: scale(1.1);
}

.product__card:hover .product-body::before {
    width: 100%;
}

.product__card .product-cover {
    position: relative;
}

.product__card .product-cover .pricing {
    position: absolute;
    text-align: right;
    z-index: 9;
    right: 15px;
    bottom: 0px;
    color: #ffffff;
}

.product__card .product-cover .pricing span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
}

.product__card .product-cover .pricing h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.product__card .product-cover .pricing span.total-amount-price {
    font-weight: 700;
    font-size: 20px;
}

.product__card .product-cover .pricing h5.including-tax {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}

.product__card .product-cover .btn-like {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    padding: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
}

.product__card .product-cover .location {
    position: absolute;
    display: inline-block;
    color: rgba(41, 41, 41, 0.75);
    font-size: 16px;
    border-radius: 2px;
    top: 15px;
    left: 15px;
    z-index: 9;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.8);
    padding: 6px 12px;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

.product__card .product-cover .prodiuct-thumb {
    width: 100%;
    overflow: hidden;
    height: 340px;
    position: relative;
    object-fit: cover;
}

/* .product__card .product-cover .prodiuct-thumb:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.46) 0%, rgba(217, 217, 217, 0) 32.29%, rgba(217, 217, 217, 0) 72.72%, rgba(217, 217, 217, 0) 72.73%, rgba(0, 0, 0, 0.46) 100%);
    content: "";
    z-index: 1;
} */

.product__card .product-cover .prodiuct-thumb img {
    width: 100%;
    transition: all 0.3s linear;
    height: 100% !important;
    object-fit: cover;
}

.product__card .product-cover .prodiuct-thumb .slick-list {
    height: 100% !important;
}

.product__card .product-cover .prodiuct-thumb .slick-track {
    height: 100% !important;
}

.product__card .product-cover .prodiuct-thumb .slick-slide {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.product__card .product-cover .prodiuct-thumb .slick-slide::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.46) 0%,
        rgba(217, 217, 217, 0) 32.29%,
        rgba(217, 217, 217, 0) 72.72%,
        rgba(217, 217, 217, 0) 72.73%,
        rgba(0, 0, 0, 0.46) 100%
    );
    content: "";
}

.product__card .product-body {
    text-align: center;
    padding: 18px 18px 0px;
    position: relative;
}

.product__card .product-body::before {
    position: absolute;
    bottom: 0;
    content: "";
    height: 8px;
    background: #759b35;
    left: 0;
    width: 0;
    transition: all 0.4s;
}

.product__card .product-body .product-title {
    position: relative;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    color: #292929;
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 8px;
}

.product__card .product-body .product-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #759b35;
}

.product__card .product-body .product-title a {
    color: #292929;
}

.product__card .product-body .product-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1px;
    list-style: none;
    padding-bottom: 16px;
}

.product__card .product-body .product-info li {
    color: #292929;
    opacity: 0.75;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
}

.product__card .product-body .product-info li:not(:last-child) {
    padding-right: 25px;
    position: relative;
}

.product__card .product-body .product-info li:not(:last-child)::before {
    position: absolute;
    background: #292929;
    opacity: 0.75;
    content: "";
    width: 1.5px;
    height: 68%;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
/*# sourceMappingURL=style.css.map */

/*  jquery ui calender */
#tab-1 .ui-state-active {
    position: relative !important;
}

#tab-1 .ui-state-active {
    position: relative;
    padding-right: 5px;
}
#tab-1 .ui-state-active .jqui_toltip {
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -180%;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 1000;
    background-color: rgba(41, 41, 41, 1);
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    /* border: 3px solid #101010; */
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
#tab-1 .ui-state-active .jqui_toltip::after {
    content: "";
    position: absolute;
    top: 75%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-color: rgba(41, 41, 41, 1);
    /* background-color: red; */
    transform: rotate(45deg);
}
#tab-1 .ui-state-active:hover .jqui_toltip {
    width: 50px;
    max-width: auto;
    height: 40px;
    overflow: visible;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}
/*  */

#tab-1 .ui-state-default {
    position: relative;
    padding-right: 5px;
}
#tab-1 .ui-state-default .jqui_toltip {
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -180%;
    left: 50%;
    transform: translate(-50%, -0%);
    z-index: 1000;
    background-color: rgba(41, 41, 41, 1);
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    /* border: 3px solid #101010; */
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
#tab-1 .ui-state-default .jqui_toltip::after {
    content: "";
    position: absolute;
    top: 75%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background-color: rgba(41, 41, 41, 1);
    /* background-color: red; */
    transform: rotate(45deg);
}
#tab-1 .ui-state-default:hover .jqui_toltip {
    width: 50px;
    max-width: auto;
    height: 40px;
    overflow: visible;
    opacity: 1;
    transition: opacity 0.5s ease-out;
}
#tab-1 .ui-state-default.disabled {
    color: #aaa;
    border-color: #f2f2f2;
}
#tab-1 .ui-state-default.disabled:hover {
    color: #aaa !important;
    border-color: #f2f2f2 !important;
}

/*  */

/*
============= Preloader CSS END ================
================================================
*/
/*# sourceMappingURL=style.css.map */

.site-content .ast-container {
    display: unset !important;
}

.section-title.text-center {
    text-align: center;
}
.bt-spinner {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #222;
    border-top: 2px solid #03a9f4;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

input.error,
select.error {
    border: 2px solid red;
}
div#mainLoadMoreDiv p {
    text-align: center;
    font-size: 27px;
    color: green;
    margin-top: 23px;
}

/* all styling for map */
#map_wraper {
    position: relative;
    width: 100%;
    height: 100%;
}
#site_map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    /* display: none; */
}
#site_map::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

/* popup design */

.popup_wraper {
    width: 100%;
    height: auto;
    padding: 0px;
}

.popup_img {
    width: 100%;
    max-height: 200px;
}

.popup_img img {
    width: 100%;
}

.popup_wraper .popup_content {
    padding: 14px 15px;
}
.popup_wraper .popup_content h6 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgba(41, 41, 41, 0.75);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}
.popup_wraper .popup_content h4 {
    margin: 5px 0px;
    color: #000 !important;
    font-size: 18px;
    font-weight: 500;
}
.popup_wraper .popup_content span {
    color: rgba(41, 41, 41, 0.75);
    font-size: 14px;
    font-weight: 300;
}
.leaflet-popup-close-button {
    padding: 5px;
    font-size: 18px;
}

div#mainLoadMoreDiv {
    text-align: center;
}

button#loadMoreProperty {
    padding: 14px 45px !important;
    background: #b59f7f;
    color: #fff;
    text-align: center;
    margin: 40px 0;
    border: none;
    font-size: 16px;
}

.details-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.details-list li {
    display: inherit;
    color: rgba(41, 41, 41, 0.75);
    line-height: 18px;
    margin-bottom: 16px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px 0;
}

.details-list li i {
    color: #759b35;
    margin-right: 9px;
    font-size: 22px;
    -webkit-text-stroke: 1px;
}

a.fab_heart i {
    position: absolute;
    right: 16px;
    top: 16px;
    bottom: 0;
    font-size: 28px;
    color: #759b35;
    z-index: 3;
    transition: all 0.4s;
    -webkit-text-stroke: 1px;
}

a.fab_heart i.bi.bi-suit-heart {
    color: #fff;
}

a.fab_heart i.bi.bi-suit-heart:hover {
    color: #759b35;
}

.wood-calender {
    width: 20em !important;
    padding: 0.2em 0.2em 0 !important;
    border-radius: 6px;
    background: #fff !important;
}

.wood-calender .ui-datepicker-header {
    background: #759b35;
}

.wood-calender .ui-datepicker-title {
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
}

.wood-calender table tr th {
    background-color: #fff !important;
}

.wood-calender th {
    font-weight: 600;
    color: #292929;
}

.wood-calender .ui-state-default {
    border: none;
    text-align: center;
    color: #292929;
    background: #fff;
    transition: 0.4s;
    font-size: 14px;
}

.wood-calender .ui-state-default:hover {
    background: #f3b91a;
    color: #fff;
}

.wood-calender .ui-state-disabled {
    opacity: 1 !important;
}

.wood-calender .ui-state-disabled .ui-state-default {
    background: #f0f0f0;
    color: #c8c8c8 !important;
    font-weight: 500;
}

.wood-calender .ui-state-active {
    background: #aaaaaa;
    color: #fff;
    transition: 0.4s;
    border: 1px solid transparent;
}

.wood-calender .ui-state-active:hover {
    border: 1px solid #759b35;
}

.wood-calender .ui-datepicker-prev::before,
.wood-calender .ui-datepicker-next::before {
    -webkit-text-stroke: 2px;
    color: #444444;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
}

.wood-calender .ui-datepicker-prev:hover::before,
.wood-calender .ui-datepicker-next:hover::before {
    color: #759b35;
}

.wood-calender .ui-datepicker-prev,
.wood-calender .ui-datepicker-next {
    top: 5px;
}

.wood-calender .ui-datepicker-next::before {
    content: "\f285";
}

.wood-calender .ui-datepicker-prev::before {
    content: "\f284";
}

.wood-calender .ui-datepicker-prev,
.wood-calender .ui-datepicker-next {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

/*-------Popup Modal Start--------------*/

.model-btn {
    background: #759b35;
    border: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 9px 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.model-btn svg {
    margin-right: 4px;
    width: 7%;
}

.model-btn:hover {
    background: #f3b91a;
}

.alternate-modal .alternate-modal-dialog {
    min-width: 600px;
}


.alternate-modal-content {
    border: none;
}

.alternate-modal-content .alternate-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #759b35;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 18px;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.alternate-modal-content .alternate-modal-header .modal-title {
    font-family: "Open Sans", sans-serif;
    line-height: 1.42857143;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.alternate-modal-content .alternate-modal-header .search-dates {
    font-size: 13px;
}

.alternate-modal-content .alternate-modal-header .search-dates span {
    opacity: 0.9;
}

.alternate-modal-table > :not(caption) > * > * {
    border: none;
}

.alternate-modal-table .table-book-btn {
    color: #fff;
    border-radius: 0;
    background-color: #759b35;
    border: none;
    font-weight: 500;
    display: inline-block;
    padding: 5.5px 12px;
    margin-bottom: 0;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.alternate-modal-table .table-book-btn:hover {
    background: #f3b91a;
}

.alternate-modal-table thead {
    border-bottom: 3px solid #759b35;
}

.alternate-modal-table tr th {
    vertical-align: middle;
    height: 40px;
    padding: 5px;
    font-weight: 500;
    color: #000;
}

.alternate-modal-table tr td {
    font-weight: 400;
    font-size: 14px;
    vertical-align: middle !important;
    height: 40px;
    font-family: "Open Sans", sans-serif;
    padding: 5px 10px;
}

.alternate-modal-closed {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    right: -15px;
    top: -15px;
    color: #fff;
    opacity: 1;
    background-color: #759b35;
    border: none;
    padding: 0;
}

@media screen and (max-width: 700px) {
    .single__field {
        width: 100% !important;
    }
}

@media screen and (max-width: 993px) {
    .search_details__wrap .searchbar_main.result_page {
        display: none;
    }
    .search_details__wrap .searchbar_main.result_page.main-search-active {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .alternate-modal .alternate-modal-dialog {
        min-width: 400px;
        max-width: 400px;
    }
    .request-form-unique-class.alternate-modal .alternate-modal-dialog {
        min-width: auto !important;
    }
}

@media screen and (max-width: 576px) {
    .alternate-modal .alternate-modal-dialog {
        min-width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .alternate-modal-content .alternate-modal-header .modal-title {
        font-size: 22px;
        font-weight: 600;
        width: 100%;
    }

    .alternate-modal-content .alternate-modal-header {
        flex-wrap: wrap;
        justify-content: end;
    }
    .alternate-modal-content .alternate-modal-header .search-dates {
        font-size: 13px;
    }
}


@media screen and (max-width: 576px) {
    .alternate-modal-body {
        padding: 10px 0;
    }
}

button.alternativeButon {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 9;
}

.modal-content.alternate-modal-content.position-relative {
    min-height: 328px;
}

div.hiddenDiv {
    display: none;
}

/*end modal*/

button#loadMoreReview {
    display: inline-block;
    background: #759b35;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-top: 30px;
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 500;
    border: none;
    text-align: center;
}
a.fab_heart i,
a.fab_heart i {
    height: 50px;
}
div#descriptionOfProperty {
    font: 400 16px var(--body_font);
    line-height: 28px;
    position: relative;
    max-height: 205px;
    overflow: hidden;
}

/*jahid css start*/
.form-counter .form-count-box {
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    padding: 8px 0;
}

.form-counter .form-count-box .single-counter-box {
    padding: 2px 10px;
}

.form-counter .form-count-box .single-counter-box span {
    font-family: "Open Sans";
    color: rgba(41, 41, 41, 0.75);
}

.form-counter .total-col span {
    padding: 4px 10px;
    padding: 10px;
    color: #759b35;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 600;
}

.date-toggle-wrap .date-toggle-btn {
    padding: 0;
    border: none;
    background: transparent;
    margin: 25px 0;
    margin-top: 40px;
    color: #759b35;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.51px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 700;
    font-size: 16px;
    font-family: "Open Sans";
    -webkit-animation: colorMove 0.5s linear infinite alternate;
    animation: colorMove 0.5s linear infinite alternate;
}

@-webkit-keyframes colorMove {
    0% {
        color: #759b35;
    }
    100% {
        color: #f3b91a;
    }
}

@keyframes colorMove {
    0% {
        color: #759b35;
    }
    100% {
        color: #f3b91a;
    }
}

.date-toggle-wrap .date-toggle-btn svg {
    margin-right: 6px;
}

.date-table > tbody > tr:nth-of-type(odd) {
    background: transparent;
    --bs-table-accent-bg: transparent;
}

.date-table tr td {
    vertical-align: middle;
}

.date-table .ng-binding {
    font-weight: 500;
    font-style: 16px;
    color: rgba(41, 41, 41, 0.75);
}

.date-table .ng-binding.details {
    color: #759b35;
    font-weight: 700;
}

.table-toggle {
    visibility: none;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    height: 0;
}

.table-toggle.active-table {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    height: auto;
}

.table-close {
    background: transparent;
    color: #759b35;
    font-weight: 700;
    font-size: 16px;
    font-family: "Open Sans";
}

/*jahid css end*/

/* #contact-enquire {
    z-index: 999999;
    background: #000;
}

#contact-enquire .modal-body {
    position: relative;
    padding: 20px;
}

@media (min-width: 576px){
    #contact-enquire .modal-dialog {
        max-width: 600px !important;
        margin: 0 auto !important;
    }
}

#contact-enquire .modal-header {
    justify-content: center;
    background: #759B35;
    position:relative;
}

#contact-enquire .close {
    border: none;
    background: none;
    color: #fff;
    opacity: 1!important;
    text-shadow: none!important;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    transition: all .3s;
    position: absolute;
    right: 18px;
    top: 12px;
}

#contact-enquire .close:hover{
    color:#000;
}

#contact-enquire .modal-header h5 {
    color: #fff;
}

#contact-enquire input, #contact-enquire select, #contact-enquire textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 8px;
    appearance: none;
}

#contact-enquire input[type="submit"] {
    background: #759B35;
    border-radius: 0;
    padding: 17px 15px;
    opacity: 1;
    border: none;
    color: #fff;
    font-size: 16px;
    font-family: var(--body_font);
    font-weight: 600;
    height: 65px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 7px;
}

#contact-enquire textarea {
    height: 54px;
}

#contact-enquire .form-group p {
    margin-bottom: 0;
}

#contact-enquire .form-group p span {
    display: none;
}

#contact-enquire div.wpcf7-response-output {
    clear: both;
    color: #000;
    text-align: center;
} */

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    ul.tabs {
        display: unset;
    }
}

/* Mobile Layout: 320px. end */

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
}

/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .product-images .details-slide-text ul li {
        font-size: 12px;
    }
}

/* Medium Layout: 1280px. end */

/* Tablet & Mobile Layout: 768px. */
@media only screen and (max-width: 991px) {
    #map_wraper {
        height: 500px;
    }
    .units-area {
        height: auto;
        overflow-y: unset;
    }
    .product_grid__header {
        flex-direction: column;
        padding-bottom: 18px;
    }

    .product_grid__header span {
        margin-top: 10px;
    }

    .product-images .details-slide-text ul {
        margin-left: 0;
        margin-bottom: 0;
    }
}

/*New Content*/
/*New Content*/
.cal_date_wraper.right_half_disableoptions,
td.right_half_disableoptions,
td.right_half_disableoptions a {
    background: linear-gradient(
        to right bottom,
        transparent 48%,
        #aaaaaa4f 50%
    ) !important;
}
.cal_date_wraper.left_half_disableoptions,
td.ui-datepicker-week-end.left_half_disableoptions a {
    background: linear-gradient(
        to right bottom,
        #aaaaaa4f 50%,
        transparent 50%
    ) !important;
}

h1.search-option-title {
    text-align: center;
    color: white;
    color: #ffffff;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    margin-bottom: 0;
    font-size: 66px;
    font-weight: 600;
}

.single-check label {
    color: #292929;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 500;
}

#alertingMessage {
    padding: 13px;
    margin-bottom: 0;
    border-radius: 0;
}

#alertingMessage p {
    margin-bottom: 0;
    color: #a94442;
    font-size: 16px;
    text-align: left;
}

.tooltip-a .tooltiptext {
    visibility: hidden;
    width: 112px;
    background-color: #000000e6;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    right: 142%;
    top: 45%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1.3px;
}

.tooltip-a .tooltiptext::before {
    position: absolute;
    left: 99%;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background: #000000e6;
    height: 11px;
    width: 8px;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.tooltip-a:hover .tooltiptext {
    visibility: visible;
}

i.bi.bi-heart-fill.tooltip-a .tooltiptext {
    width: 146px;
}

/*New Content*/
.cal_date_wraper.right_half_disableoptions,
td.right_half_disableoptions,
td.right_half_disableoptions a {
    background: linear-gradient(
        to right bottom,
        transparent 48%,
        #f0f0f0 50%
    ) !important;
}
.cal_date_wraper.left_half_disableoptions,
td.ui-datepicker-week-end.left_half_disableoptions a {
    background: linear-gradient(
        to right bottom,
        #f0f0f0 50%,
        transparent 50%
    ) !important;
}
h1.search-option-title {
    text-align: center;
    color: white;
    olor: #ffffff;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    margin-bottom: 30px;
    font-size: 66px;
}

/* .col-xl-4.col-lg-4.col-md-12.col-sm-12.col-12.mobt-50.sticky {
    position: fixed;
    top: 120px;
    right: 0;
} */

.body-wrapper {
    overflow: unset !important;
}

/*-----Request to book popover design--------*/
@media (min-width: 576px) {
    .request-form-wrap .modal-dialog {
        max-width: 600px !important;
        margin: 0 auto !important;
    }
}

.request-form-wrap {
    z-index: 999999;
    background: #000;
}

.request-form-wrap .alternate-modal-header {
    justify-content: center;
    background: #759b35;
    position: relative;
    display: flex;
    padding: 14px 26px;
}

.request-form-wrap .modal-body {
    padding: 15px 25px 25px;
}

.request-form-wrap .alternate-modal-header h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
}

.request-form-wrap .close {
    border: none;
    background: none;
    color: #fff;
    opacity: 1 !important;
    text-shadow: none !important;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    transition: all 0.3s;
    position: absolute;
    right: 2px;
    top: 9px;
    z-index: 1;
}

.request-form-wrap .close:hover {
    color: #000;
}

.request-form-wrap input,
.request-form-wrap select,
.request-form-wrap textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc !important;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    appearance: none;
}

.successDiv h1 {
    text-align: center;
    margin-bottom: 0;
    font-size: 17px;
    border: 1px solid #21c4a3;
    padding: 11px 5px;
    margin-top: 20px;
    color: #21c4a3;
    border-radius: 3px;
}

.form-single-btn button {
    background: #759b35;
    border-radius: 0;
    padding: 17px 15px;
    opacity: 1;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 65px;
    text-transform: uppercase;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    transition: 0.5s;
}

.form-single-btn button:hover {
    background: #f3b91a;
}

.request-form-wrap textarea {
    height: 54px;
}

.request-form-wrap input,
.request-form-wrap select,
.request-form-wrap textarea {
    margin-bottom: 0;
    margin-top: 15px;
}

input:focus,
textarea:focus {
    outline: none;
}
select:focus {
    outline: none;
}

.form-single-btn {
    margin-top: 15px;
}
.error-massege {
    display: inline-block;
    background: #f15d5f none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    position: relative;
}
.error-massege::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 6px;
    background: #f15d5f;
    left: 20px;
    bottom: 99%;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
div#ui-datepicker-div {
    z-index: 999999 !important;
}
/*-----Request to book popover design end--------*/
.gdlr-color-wrapper.gdlr-show-all.no-skin {
    padding-top: 0px !important;
}
section#content-section-4 .gdlr-full-size-wrapper {
    padding: 0 !important;
}

.faq-wrap .accordion-item {
    margin-bottom: 10px;
    border: none;
}

.faq-wrap .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-wrap .accordion-button {
    font-weight: 600;
    font-size: 16px;
    background: #f3b91a;
    -webkit-box-shadow: 5px 7px 40px rgb(145 145 145 / 10%);
    box-shadow: 5px 7px 40px rgb(145 145 145 / 10%);
    border-radius: 5px;
    padding-right: 60px;
    font-family: Open Sans;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
}

.faq-wrap .accordion-button:focus {
    z-index: unset;
    border-color: unset;
    outline: 0;
    background: #f3b91a;
    -webkit-box-shadow: 5px 7px 40px rgba(145, 145, 145, 0.1);
    box-shadow: 5px 7px 40px rgba(145, 145, 145, 0.1);
}

.faq-wrap .accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: unset;
    height: unset;
    margin-left: auto;
    background-image: none;
    background-repeat: unset;
    background-size: unset;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    content: "\f055";
    -webkit-transition: unset;
    transition: unset;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.75);
    width: 55px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    background: rgba(255, 255, 255, 0.15);
}

.faq-wrap .accordion-button:not(.collapsed)::after {
    background-image: none;
    -webkit-transform: unset;
    transform: unset;
    font-family: "Font Awesome 5 Free";
    content: "\f056";
    background: rgb(10, 17, 33, 0.15);
    color: #fff;
}

.faq-wrap .accordion-body {
    font-weight: 400;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
}

.faq-wrap .accordion-button:not(.collapsed) {
    -webkit-box-shadow: 5px 7px 40px rgba(145, 145, 145, 0.1);
    box-shadow: 5px 7px 40px rgba(145, 145, 145, 0.1);
    background: #759b35;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
}

.respon-search-toggle {
    background: none;
    padding-top: 8px;
}

.review-wrap .review-info h3.mobile-view {
    display: none;
}

.review-wrap .review-info h3.desktop-view {
    display: block;
}

/*-----Availibility Datepicker-----*/
div#mh2_second,
div#mh3_second {
    background: #759b35;
    color: #fff;
    padding: 8px 0;
}

@media (max-width: 1000px) {
    .avc_wraper:nth-child(3) {
        display: block !important;
    }
}
.entry-content[ast-blocks-layout] > * {
    max-width: none;
}
div#primary {
    margin-top: 0;
    padding-top: 0;
}

div#alert-err-text {
    display: none;
}
/* div#alert-form .wpcf7-response-output {
    display: none;
} */

#alert-form .wpcf7-response-output {
    order: 1;
    margin-top: 0 !important;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
}
#alert-form form {
    display: flex;
    flex-direction: column;
}

#alert-form .wpn_footer-newslater {
    order: 2;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900 !important;
    color: green !important;
    color: red !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    color: green !important;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    align-items: center;
    justify-content: space-between;
}
