@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);.About-sec b,.About-sec strong,.contact-page-section .sec-title p,b,h1,h3,p.subhead,section.get-quote-sec b,section.get-quote-sec strong,strong {
    font-weight: 700
}

.amnt,.button-section,.footer-social ul,.fourth-sec,.testimo-centent,.testimo-centent p {
    text-align: center
}

.score {
    unicode-bidi: bidi-override;
    direction: rtl
}

.ac,.kapat,a {
    text-decoration: none
}

@font-face {
    font-family: qarkine;
    src: url(../font/qarkine.personal-use.otf)
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:root {
    --primary-color: #021832;
    --secondary-color: #C81D1E;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --bg-black: #000;
    --ocean-color: #00a9dd;
    --primary-font: 'Montserrat',sans-serif;
    --secondary-font: 'Montserrat',sans-serif;
    --heading-font: 'Montserrat',sans-serif;
    --primary-text: #000;
    --secondary-text: #C81D1E;
    --text-white: #fff;
    --text-black: #000;
    --text-gray: #e4e4e4
}

body {
    font-family: var(--primary-font);
    background-color: var(--bg-white);
    color: var(--text-black)
}

.row {
    margin-left: 0;
    margin-right: 0
}

::-webkit-scrollbar {
    width: .375rem
}

::-webkit-scrollbar-track {
    background: var(--secondary-color)
}

::-webkit-scrollbar-thumb {
    background: var(--white-color)
}

section {
    padding: 60px 0
}

.main-btn {
    border-width: 2px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
    color: var(--other-color);
    padding: 9px 35px;
    border: 1px solid var(--btn-color);
    font-weight: 500;
    font-size: var(--f14)
}

.main-btn:hover {
    border-color: var(--secondary-color);
    color: var(--secondary-color)
}

input::-webkit-input-placeholder,select::-webkit-input-placeholder {
    color: #bbb
}

input:-ms-input-placeholder,select:-ms-input-placeholder {
    color: #bbb
}

.amenities i,.footer_links ul li a:hover,.location .fa-location-dot,.testimonial-sec .slick-next:hover:before,.testimonial-sec .slick-prev:hover:before,div#gaurav-new-data-area a,form#booking_form p a,h3 span,li.nav-item.social i:hover,ul.footer_link.f-nav li a:hover {
    color: var(--secondary-color)
}

input::placeholder select::placeholder {
    color: #bbb
}

h1 {
    font-size: 3.75rem;
    line-height: 4.25rem;
    color: var(--text-white);
    margin-bottom: 1.25rem;
    font-family: var(--secondary-font)
}

h3 {
    margin-bottom: 1.375rem;
    line-height: 1.875rem;
    font-size: 2.25rem;
    color: var(--primary-text);
    font-family: var(--heading-font)
}

h5,h6 {
    font-size: 1.5rem;
    font-family: var(--heading-font)
}

.header .navbar-toggler,.social_icon ul li i,h5,h6 {
    color: var(--primary-text)
}

h5 {
    line-height: 1;
    font-weight: 500
}

h6 {
    margin-bottom: .9375rem;
    font-weight: 300
}

.header .nav-item .nav-link,p {
    font-size: 1rem;
    color: var(--text-black)
}

p {
    line-height: 1.625rem
}

.section-title:after {
    content: '';
    background-image: url('../images/title-icon.webp');
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    margin-top: -.937rem;
    height: .9375rem
}

.header .navbar {
    padding: 7px 0;
    background: linear-gradient(to bottom,#ffffffe0,rgb(255 255 255 / 35%))!important;
    z-index: 1
}

header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0
}

.header .navbar-toggler {
    border: 0;
    line-height: 2
}

.header .navbar-toggler:focus {
    box-shadow: none
}

.header .nav-item {
    margin: 0 .625rem
}

.header .nav-item .nav-link {
    font-weight: 500;
    display: inline-block;
    border-bottom: 2px solid transparent;
    letter-spacing: 1px
}

.header .nav-item .nav-link.active,.header .nav-item .nav-link:hover,.table-bordered>:not(caption)>*,.table-bordered>:not(caption)>*>* {
    border-color: var(--secondary-color)
}

.navbar.header-scrolled {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgb(255,255,255,.58);
    -webkit-animation: .5s ease-in-out fadeIdDown;
    animation: .5s ease-in-out fadeIdDown
}

ul.navbar-nav.menu-navbar-nav {
    align-items: center;
    color: var(--text-white)
}

li.nav-item.social i:hover {
    text-shadow: 0 0 0 #000
}

.contact-info-box .box-inner a,li.nav-item.social i {
    color: var(--text-black)
}

@keyframes fadeIdDown {
    0% {
        top: -30%
    }

    50% {
        top: -15%
    }

    100% {
        top: 0
    }
}

.social_icon ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    margin-bottom: 0;
    padding-bottom: 0
}

.social_icon ul li {
    margin-left: 15px
}

.social_icon ul li i {
    font-size: 20px
}

header.header {
    position: absolute;
    width: 100%
}

header.header img {
    width: 110px
}

.banner-wrapper {
    height: 90vh;
    position: relative
}

.video-sec {
    height: 100%;
    overflow: hidden
}

.booking_sec {
    background-image: url(../images/starbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 60%;
    padding-top: 0;
    padding-bottom: 0
}

.booking_img {
    position: absolute;
    width: 20rem;
    height: 20rem;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -25%
}

.booking_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left
}

.right-book {
    background: #0000006e
}

.bookin_box h2 {
    line-height: 1.2;
    font-size: 2.2rem;
    border-left: 0 solid #fff;
    padding-left: 0;
    font-weight: 500;
    font-family: var(--heading-font)
}

.pro-sec-right h2,.pro-sec-right h6 {
    font-family: var(--heading-font);
    font-weight: 700
}

.bookin_box p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px!important
}

.bookin_box a {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.booking-right_sec {
    height: 70vh;
    display: flex;
    align-items: center;
    color: #fff;
    width: 66%;
    margin-left: auto
}

.attr-f:hover .text-overlay h4,.booking.item,.contain {
    height: auto
}

.booking-right_sec p {
    color: #fff;
    margin-top: 18px
}

.property-sec {
    padding: 80px 0;
    background: #fff
}

.property-sec .col-lg-4 {
    border: 2px solid #fff;
    box-shadow: 1px 1px 15px #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
    width: 32.3%;
    position: relative;
    margin-bottom: 150px
}

.property-sec .row {
    gap: 30px 1.5%
}

.contain {
    margin: 0 auto;
    width: 100%;
    position: relative
}

.property-sec .contain h2 {
    font-size: 21px;
    position: relative;
    margin-bottom: 0;
    color: var(--text-white);
    font-weight: 600;
    text-shadow: 0 0 4px #000;
    line-height: 1.3;
    height: 30px;
    overflow: hidden;
    box-sizing: content-box
}

.property-sec .contain a {
    display: block;
    padding: 20px 15px 10px;
    background: linear-gradient(0deg,rgb(0 0 0 / 100%),rgb(0 0 0 / 0%));
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0
}

.contain img,.rsDefault .rsThumb img,video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.property-sec img {
    height: 280px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0
}

.prop-cont .slick-list.draggable {
    height: 280px!important
}

.prop-cont .slick-track::before,section.attr-sec .img-area:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.prop-cont .slick-track {
    position: relative;
    overflow: hidden
}

.prop-cont .slick-track:hover::before {
    -webkit-animation: 6s shine;
    animation: 6s shine
}

.property-sec .pro-sec-right {
    padding: 15px;
    background: var(--text-white);
    width: 95%;
    margin: auto;
    box-shadow: 1px 1px 15px #ccc;
    position: absolute;
    bottom: -40%;
    left: 2.5%;
    z-index: 1
}

.blog-details-area {
    padding: 0 0 40px
}

.pro-sec-right h6 {
    font-size: 25px;
    color: var(--secondary-text)
}

.pro-sec-right h2 {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 15px;
    color: var(--text-black);
    height: 30px;
    overflow: hidden
}

.amount {
    display: flex;
    justify-content: space-between;
    border-top: 1px dotted var(--text-black);
    border-bottom: 1px dotted var(--text-black);
    padding: 0;
    margin-top: 10px
}

.amnt,.elementor-counter {
    display: flex;
    align-items: center
}

.location {
    margin-bottom: 10px
}

.price span {
    font-size: 14px;
    font-weight: 400;
    color: #000
}

.elementor-button-wrapper {
    margin-top: 0;
    border-top: 0 dashed #bbb;
    padding-top: 0;
    border-bottom: 0 dashed #bbb;
    padding-bottom: 0
}

.elementor-counter {
    justify-content: space-between
}

.amnt {
    gap: 5px;
    font-size: 14px
}

.elementor-counter-title {
    line-height: 1
}

.amnt i {
    font-size: 19px;
    color: var(--secondary-color);
    height: 21px;
    width: 100%;
    object-fit: cover
}

.amnt .elementor-counter-number {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--primary-font);
    line-height: 1
}

.button-section {
    margin-top: 40px
}

.amount .amnt {
    align-items: center
}

.fourth-sec {
    padding: 50px 0
}

.fourth-sec .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
    margin-bottom: 3rem
}

.attr-f {
    position: relative;
    margin-top: 0;
    padding: 0
}

.attr-f h4 a {
    color: #fff;
    font-weight: 700
}

.adult p,.fourth-sec h3,.summary-section .row.align-items-center {
    margin-bottom: 0
}

.attr-f img {
    width: 100%;
    height: 450px;
    position: relative;
    object-fit: cover
}

.text-overlay {
    position: absolute;
    top: 0;
    padding: 20px;
    width: 100%;
    z-index: 9;
    height: 100%;
    background: linear-gradient(0deg,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 90%)
}

.catch-f,footer {
    position: relative
}

.text-overlay h4 {
    font-size: 30px;
    color: #fff;
    display: flex;
    margin-bottom: 13px;
    align-items: flex-start;
    height: 100%;
    font-family: var(--secondary-font);
    justify-content: center
}

.text-overlay p {
    font-size: 16px;
    color: #fff;
    display: none
}

.attr-f:nth-child(2) img {
    object-position: 10%
}

.attr-f:hover .text-overlay p {
    display: block;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 290px
}

.catch-f {
    background-image: url(../images/bg1.webp);
    background-size: cover;
    background-position: center 45%;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px
}

.catch-f .row {
    width: 100%;
    padding: 0;
    margin: 0
}

.catch-f .row .col-lg-6,.contact-page-section.lv,section.blog-details-area.ptb-90 {
    padding: 0
}

.catch-f .row .pro-sec-right {
    padding: 0;
    background: 0 0;
    width: 50%
}

.catch-f .row .pro-sec-right p {
    margin-bottom: 1rem;
    font-size: 15px
}

.catch-f .row .pro-sec-right p.location,.catch-f .row .pro-sec-right p:nth-child(2) {
    margin-bottom: 5px
}

.pro-sec-right a {
    margin-top: 0;
    padding: 5px 14px;
    font-size: 14px
}

.catch-f .row .pro-sec-right p.subhead {
    font-size: 27px;
    font-family: var(--heading-font)
}

.catch-f h3 {
    font-size: 40px;
    font-family: var(--heading-font);
    line-height: 1.2;
    color: #000
}

.testimo-centent h4,.testimo-centent p,.testimonial-sec h3 {
    color: var(--text-white)
}

.testimonial-sec {
    padding: 0;
    background: url("../images/footer.jpg") 0 0/cover no-repeat fixed
}

.testimonial-sec .overlay {
    padding: 60px 0;
    position: relative
}

.testimonial-sec .container {
    background: 0 0;
    padding: 0
}

.testimo-centent {
    padding: 0;
    width: 90%;
    margin: 0 auto 1rem
}

.footer_overlay,footer {
    width: 100%;
    height: 100%
}

.testimonial-sec .slick-track {
    display: flex;
    gap: 20px
}

.testimonial-sec h3 {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: 700
}

.testimo-centent .slick-arrow {
    position: absolute;
    color: var(--text-black);
    transform: translateY(-50%);
    font-size: 0px;
    left: auto;
    z-index: 9;
    right: 43%;
    top: auto;
    bottom: -24px;
    cursor: pointer
}

.testimo-centent button.slick-prev.slick-arrow {
    left: 43%
}

.prop-cont .slick-arrow {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    cursor: pointer
}

.prop-cont .fa-angle-left {
    left: 10px;
    z-index: 9
}

.prop-cont .fa-angle-right {
    position: absolute;
    right: 10px;
    text-align: right
}

.testimo-centent .fa-angle-left {
    left: -20px
}

.testimo-centent .fa-angle-right {
    position: absolute;
    right: 0;
    text-align: right
}

.testimo-centent p {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 2rem
}

.footer_links h4,.testimo-centent h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700
}

footer {
    background: left 75%/cover no-repeat #fff;
    padding: 60px 0 0
}

.footer_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.checklist,.dot {
    width: fit-content
}

#guestsss,.checklist {
    z-index: 9;
    display: none
}

footer .container {
    z-index: 1;
    position: relative
}

.footer_links h4 {
    text-transform: uppercase;
    color: #fff;
    font-family: var(--primary-font)
}

.footer-social ul {
    margin-bottom: 0;
    list-style-type: none;
    margin-top: 0;
    float: left;
    padding-left: 0;
    margin-left: 0;
    width: 200px
}

.footer-social ul li {
    display: inline-block;
    color: #b3adad;
    margin-right: 10px
}

.footer-social ul li span {
    display: inline-block;
    margin-right: 4px;
    font-size: 15px;
    color: #000
}

.footer-social ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: var(--text-white);
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    line-height: 30px;
    font-size: 12.5px;
    border: 1px solid var(--text-white)
}

.footer-social ul li a:hover {
    color: var(--secondary-color);
    border-color: var(--secondary-color)
}

.booking,.footer_links ul li a,footer p,footer span {
    color: var(--text-white)
}

.footer_link {
    padding: 0;
    margin: 0
}

.footer_links ul li,ul.footer_link.f-nav li a {
    list-style-type: none;
    margin-bottom: 6px;
    color: var(--text-white);
    line-height: 30px;
    font-size: 14px
}

footer ul.footer_link.f-nav {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column
}

footer p {
    font-size: 14px
}

.footer_logo img {
    width: 280px;
    margin-bottom: 25px
}

.copyright p {
    color: #fff;
    margin: auto
}

.agency-section .image,.right_copyright {
    text-align: right
}

.copyright {
    margin-top: 40px;
    background: #000;
    padding: 20px 0;
    border-top: 1px solid #fff
}

.right_copyright p img {
    width: 135px
}

.page-title {
    position: relative;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 450px;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    justify-content: center;
    align-items: flex-end
}

.page-title .auto-container {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    bottom: 10px
}

.rights::after,.rights::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: var(--secondary-color)
}

.page-title h1 {
    position: relative;
    top: 2rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.5em;
    font-family: var(--heading-font);
    font-size: 32px;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-shadow: 2px 1px 4px #000;
    margin-top: 20px;
    margin-bottom: 0;
    display: none
}

.checklist {
    text-align: left;
    background: #fff;
    border-radius: 40px;
    margin: 4.5rem auto auto
}

.checklist p {
    font-size: 16px;
    padding: 0 0 0 30px;
    display: flex;
    margin: 0;
    align-items: center;
    justify-content: space-between;
    font-family: var(--primary-font)
}

.checklist a.g-transparent-a {
    justify-content: end;
    position: relative;
    right: auto;
    background-color: var(--secondary-color);
    border-radius: 0 40px 40px 0;
    padding: 18px 25px;
    margin-left: 1rem;
    display: block;
    font-size: 16px;
    color: #fff;
    height: 60.8px;
    cursor: initial;
    align-items: center
}

.checklist a span {
    color: #021832!important
}

.agency-section {
    padding: 70px 0
}

.agency-section h3 {
    font-size: 30px;
    font-family: var(--secondary-font);
    line-height: 1.3;
    font-weight: 700
}

.agency-section p,.price,.upper-box h3,section.summary-section a {
    font-family: var(--primary-font)
}

.agency-section p {
    line-height: 1.8em;
    font-size: 16px;
    padding-right: 20px;
    text-align: justify;
    margin-bottom: 0
}

.upper-box h3,div#gaurav-new-data-area .col-md-6 {
    text-align: left
}

.agency-section .image img {
    height: 420px;
    width: 94%
}

.image img {
    border-radius: 0;
    object-fit: cover
}

.summary-section p {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 12px;
    max-height: 100%;
    overflow: hidden
}

.summary-section .inner-column .image img {
    width: 100%;
    display: block;
    height: 515px;
    object-fit: cover;
    box-shadow: 0 0 4px #060606;
    max-width: 100%;
    position: relative
}

.dot {
    position: absolute;
    right: -2rem;
    bottom: -3.6rem;
    left: auto;
    text-align: end
}

.summary-section .row {
    margin-bottom: 6rem
}

.summary-section .row:nth-child(2n) .inner-column .image img {
    right: 0
}

.summary-section .row:nth-child(2n) .dot {
    left: -2rem
}

.inner-column-content {
    margin-bottom: 0;
    box-shadow: 0 0 1px #060606;
    right: 0;
    top: 0;
    background: #fff;
    min-height: 400px;
    padding: 30px 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    -webkit-box-shadow: 0 0 30px rgb(32 32 32 / 15%);
    box-shadow: 0 0 30px rgb(32 32 32 / 15%);
    position: relative;
    z-index: 1
}

.forms-booking-tab ul,.line {
    background: var(--secondary-color)
}

section.summary-section a {
    position: relative;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 30px
}

section.summary-section h3 {
    line-height: 1.2
}

.line {
    height: 2px;
    width: 100px;
    position: relative;
    top: -7px
}

.rights::before {
    top: -20px;
    right: -20px
}

.rights::after {
    top: -5px;
    right: -34px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.contact-page-section {
    position: relative;
    padding: 0 0 70px
}

.contact-info-box {
    position: relative;
    margin-bottom: 30px;
    border-right: 1px solid #cdcdcd
}

.box-inner {
    position: relative;
    padding: 40px 0;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: 0 0 0 rgb(0 0 0 / 12%)
}

.contact-info-box .box-inner {
    position: relative;
    padding: 0 9px
}

.contact-info-box .box-inner a:hover,.page-link:hover {
    color: var(--other-color)
}

.contact-info-box .box-inner h5 {
    position: relative;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--heading-font);
    letter-spacing: 2px;
    line-height: 1.5
}

.contact-info-box .box-inner p {
    position: relative;
    color: var(--text-black);
    opacity: .8;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.7em
}

.contact-info-box:last-child {
    border-right: 0px solid #cdcdcd
}

.contact-page-section .inner-container {
    position: relative;
    padding: 40px 40px 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    background: #fff;
    border-radius: 15px
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 12px
}

.contact-page-section .sec-title {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 40px
}

.contact-form {
    position: relative;
    margin-top: 0
}

.contact-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 40px
}

.contact-form .form-group input,.contact-form .form-group select,.contact-form .form-group textarea,.contact-form .ui-selectmenu-button.ui-button {
    position: relative;
    display: block;
    width: 100%;
    height: 43px;
    font-size: 13px;
    color: #000;
    line-height: 31px;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 20px;
    background: rgba(196,196,196,.06);
    border: 1px solid #cacaca;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.comments .contact-form .form-group input,.comments .contact-form .form-group select,.comments .contact-form .form-group textarea,.ovabrw_service_select.rental_item select {
    padding: 10px;
    border: 1px solid var(--secondary-color)
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    resize: none
}

.contact-map {
    overflow: hidden;
    box-shadow: 0 0 5px #ccc
}

.contact-map iframe {
    position: relative;
    top: 0
}

.contact-page-section .sec-title h3 {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 25px;
    letter-spacing: 0;
    font-weight: 700
}

.pets,.upper-box {
    position: relative
}

.upper-box .col-lg-9 {
    flex: 0 0 auto;
    width: 70%;
    padding: 0
}

.upper-box .col-lg-3 {
    flex: 0 0 auto;
    width: 30%
}

.upper-box .rating {
    position: relative;
    color: var(--text-black);
    font-size: 14px
}

.upper-box .rating .fa {
    position: relative;
    margin-right: 1px;
    display: inline-block
}

.upper-box h3 {
    position: relative;
    line-height: 1.3em;
    margin-top: 4px;
    font-size: 28px;
    margin-bottom: 10px
}

.upper-box .hotel-info {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 0;
    margin-top: 0
}

.hotel-info i {
    font-size: 18px;
    font-weight: 900;
    color: var(--btn-color);
    margin-right: 6px
}

.price {
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 10px
}

.upper-box .price {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 23px;
    line-height: 1.3em;
    border-radius: 50px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding-top: 0
}

.upper-box .price p,.upper-box .price span {
    margin-bottom: 0;
    font-size: 27px;
    font-family: var(--heading-font)
}

.upper-box .price span {
    font-size: 20px
}

.upper-box .food-list {
    position: relative;
    padding: 1rem 0 15px;
    border-top: 1px dashed var(--btn-color);
    margin-top: 1rem;
    margin-bottom: 2rem;
    display: flex;
    gap: 2rem
}

.upper-box .food-list li {
    position: relative;
    font-size: 16px;
    display: inline-block;
    color: #000
}

.food-list li i {
    color: var(--secondary-color);
    color: var(--btn-color);
    margin-right: .5rem;
    font-size: 19px
}

.amenities {
    list-style-type: none;
    padding-left: 0
}

.amenities li {
    display: flex;
    align-items: baseline;
    gap: .5rem;
    color: var(--black-color)
}

.properties-amenities h4 {
    color: var(--secondary-color);
    margin-bottom: 1rem
}

.comment-meta h3 {
    margin-top: .5rem
}

.comment span {
    font-weight: 600
}

.contact-page-sec {
    padding: 35px;
    box-shadow: 0 0 5px #dadada
}

.contact-page-section.lv .contact-form .form-group.col-lg-6.col-md-6 {
    width: 50%
}

.contact-page-section.lv .contact-form,.footer-sec {
    margin-top: 0
}

.contact-page-section.lv .contact-form .form-group.col-lg-4.col-md-4.col-sm-12,.contact-page-section.lv .contact-form .form-group.col-lg-4.col-md-4.col-sm-6 {
    width: 33%
}

.score {
    font-size: 0
}

fieldset.score input {
    display: none!important
}

.score label {
    text-indent: 100%
}

.score input:checked~label:before,.score label:hover:before,.score label:hover~label:before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦";
    color: #ffbb04
}

.forms-booking-tab ul {
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--secondary-font);
    letter-spacing: 1px
}

.ovabrw_datetime_wrapper {
    width: 49%;
    display: inline-block;
    position: relative
}

.property-list-sec .ovabrw_datetime_wrapper,input[type=file],section.Blog-details .container div {
    width: 100%
}

.ovabrw_datetime_wrapper input {
    width: 100%;
    padding: 8px 0 8px 30px;
    border: 1px solid var(--secondary-color);
    font-size: 14px;
    height: 42px
}

.ovabrw_datetime_wrapper i,.ovabrw_service_select.rental_item i,.pets i {
    position: absolute;
    left: .5rem;
    top: .7rem;
    font-size: 18px;
    color: var(--secondary-color)
}

.pets i {
    left: 1.3rem
}

.pets select {
    font-size: 14px;
    text-indent: 20px;
    height: 42px;
    margin-top: 1rem!important;
    border: 1px solid var(--secondary-color)!important
}

.booking-area .pets select {
    margin-top: 0!important;
    text-indent: 0
}

.property-list-sec .ovabrw_service_select.rental_item {
    margin: 0;
    padding: 0
}

.ovabrw_service_select.rental_item i,.property-list-sec .ovabrw_service_select.rental_item i {
    left: .5rem
}

.property-list-sec input#show-target-data {
    padding: 10px 10px 10px 35px
}

.ovabrw_service_select.rental_item select {
    width: 100%;
    color: #bbb;
    text-indent: 20px
}

.ovabrw-book-now button {
    width: 100%;
    font-size: 16px;
    margin-bottom: 1rem
}

.property-list-sec .sidebar.right .res .col-md-6 {
    padding-right: 2px;
    padding-left: 2px
}

.res {
    padding-right: 8px;
    padding-left: 8px
}

img.rsImg.rsMainSlideImage {
    margin-left: auto!important
}

.property_meta {
    margin-top: 2rem
}

h3.heading-2 {
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 10px
}

.rsDefault .rsThumbsArrow {
    height: 100%!important
}

.abouttext h4 {
    font-size: 1.3rem!important;
    font-family: var(--primary-font);
    font-weight: 600
}

.properties-amenities ul {
    list-style: none;
    margin-top: 8px;
    margin-bottom: 0
}

.abouttext ul li,.comment-content p {
    font-size: 15px
}

.properties-amenities ul li {
    line-height: 1.5rem;
    margin-bottom: 14px;
    font-size: 15px;
    padding-left: 20px;
    position: relative;
    z-index: -1;
    margin-left: -33px
}

.pro-list-dec .adult i,.properties-amenities ul li i {
    margin-right: 5px
}

tbody,td,tfoot,th,thead,tr {
    padding: 10px
}

.responsiveTab tr:nth-of-type(odd) {
    background: #eee
}

.responsiveTab th {
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    font-family: var(--secondary-font)
}

.About-sec th,.booking,section.get-quote-sec th {
    background: var(--secondary-color)
}

.booking,.comment-meta h3,.pro-list-details h3,h6.property-name,section.about_wrapper.error h1 {
    font-family: var(--primary-font)
}

.comment-content span.checked,.comment-meta span.checked {
    color: #daa520
}

.comment-meta h3 {
    font-size: 18px;
    margin-bottom: 10px
}

.comments .contact-form {
    background: #fff;
    padding: 0;
    box-shadow: 0 0 0 #dfdede;
    width: 100%
}

.contact-form .form-group label {
    font-weight: 600;
    position: relative;
    color: #000;
    font-size: 14px;
    text-align: left;
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase
}

.elementor-widget-container.get-quote {
    position: sticky;
    top: 5px
}

.forms-booking-tab {
    padding: 30px 20px;
    box-shadow: 0 0 13px #dad9d9;
    border-radius: 10px
}

.forms-booking-tab ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.booking {
    padding: .5rem 1rem;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500
}

.About-sec .book,.adult {
    color: #000
}

.About-sec .book,.ovabrw-book-now,input#show-target-data {
    background-color: transparent
}

.rental_item {
    margin-bottom: 1rem;
    display: inline-block;
    width: 49%
}

.forms-booking-tab .romancy-booking label {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: var(--primary-color)
}

.forms-booking-tab .romancy-booking .ovabrw-container input,.forms-booking-tab .romancy-booking .ovabrw-container select {
    border: 1px solid var(--secondary-color);
    border-radius: 0;
    height: 42px;
    width: 100%;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color);
    caret-color: var(--primary-color)
}

.ovabrw_datetime_wrapper .modal-bodyss i,.ovabrw_service_select.rental_item .modal-bodyss i {
    position: absolute;
    top: .5rem;
    right: 1rem;
    font-size: 22px;
    color: var(--secondary-color);
    left: auto;
    cursor: pointer
}

.ovabrw_service_select.rental_item {
    margin: 1rem 0;
    position: relative;
    width: 100%
}

.forms-booking-tab .romancy-booking .ovabrw-container select {
    text-indent: 47px
}

.ovabrw-book-now {
    position: relative;
    width: 100%;
    gap: 0;
    align-items: center;
    padding: 0;
    margin-top: 10px;
    border-radius: 0 0 5px 5px
}

.ovabrw-book-now button:hover {
    padding: 10px 16px
}

.ovabrw-book-now .main-btn {
    width: 100%;
    padding: 10px 16px
}

.score input {
    position: absolute!important;
    top: -2em;
    clip: rect(0,0,0,0)
}

.score label::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-indent: 0;
    line-height: 1em;
    color: #aaa
}

.score label {
    display: inline-block!important;
    line-height: 2rem;
    width: 1.2em;
    height: 1em;
    overflow: hidden;
    text-indent: 100%
}

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

#prop-hed,.About-sec th,.ac,.button1,.kapat,form#booking_form p,section.about_wrapper.error .row.m-0 {
    text-align: center
}

input#show-target-data {
    font-size: 14px;
    border-radius: 0
}

#guestsss {
    width: 100%;
    min-width: 300px;
    background: #fff;
    padding: 25px 20px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    box-shadow: 0 0 3px 0 #888
}

.booking-area .icns .modal-bodyss i {
    position: absolute;
    top: 5px!important;
    right: 20px!important;
    left: auto!important;
    font-size: 18px;
    color: var(--secondary-color);
    cursor: pointer
}

.ac-box {
    margin-bottom: 20px
}

.ac-box,.btnssss,.pro-list-left {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.adult {
    display: flex;
    font-size: 15px;
    align-items: center
}

.button1 {
    background: 0 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 25px;
    line-height: 40px;
    margin-left: 14px;
    border: 1px solid #717171;
    color: #717171;
    transition: .3s;
    cursor: pointer
}

.adult-popup .modal-bodyss button.main-btn.btn {
    width: 100%;
    color: #fff!important
}

button.main-btn.btn {
    background: var(--secondary-color)!important;
    border: .0625rem solid var(--secondary-color)!important
}

section.get-quote-sec th {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px
}

section.get-quote-sec td {
    font-weight: 700;
    font-size: 15px
}

.About-sec th {
    color: #fff;
    font-size: 15px;
    border-left: 1px solid var(--text-white)
}

.About-sec th:first-child {
    border-left: 0 solid var(--text-white)
}

.About-sec td {
    border: 1px solid var(--secondary-color);
    font-weight: 700;
    font-size: 15px
}

.ac,.kapat,.pro-list-details h4 {
    font-size: 16px
}

.About-sec .t1 {
    border-color: transparent
}

.btn-success,.btn-success:hover {
    border-color: var(--secondary-color)
}

#prop-hed,.btn-success:hover,.pro-list-details i,p.pro-list-price,p.pro-list-price span,section.about_wrapper.error h1 {
    color: var(--secondary-color)
}

section.about_wrapper.error {
    padding: 5rem 0
}

section.about_wrapper.error h1 {
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 40px
}

.attr .slick .item h3,section.attr-sec .attr-content h3 {
    text-shadow: 0 0 4px #000;
    font-family: var(--primary-color)
}

section.about_wrapper.error a {
    width: 150px;
    margin: auto
}

section.Blog-details img {
    width: 100%;
    max-width: 45%;
    margin-right: 20px;
    height: 400px;
    object-fit: cover;
    float: left
}

form#booking_form p {
    font-size: 14px;
    margin-bottom: 0
}

#hless,#less,#ls,#r-less,.attr .slick-next i,.attr .slick-prev i,.modal-footer,.row.text-center.mt-4.bttn label,.showReadMores .morecontent span,.testimonial-sec .test-desc a.view-less {
    display: none
}

.ac,.kapat,button#clear-demo17,button#close-demo17 {
    display: inline-block!important
}

.showReadMores .ReadMore {
    display: visible
}

.ac,.kapat {
    background: #79a0fb;
    width: 140px!important;
    padding: 7px 20px;
    color: #fff;
    margin-top: 19px
}

.btn-success,.dash {
    background-color: var(--secondary-color)
}

.attr .slick .item .bg,.breadcrumb {
    background-size: cover;
    background-position: center
}

.theme-item-page-desc.more {
    font-size: 17px
}

.more+[data-readmore-toggle],.more[data-readmore] {
    display: block;
    width: 100%;
    overflow: hidden
}

.btn-check:focus+.btn-success,.btn-success:focus {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 .25rem var(--secondary-color)
}

.overview-content {
    height: auto;
    overflow: hidden
}

#hless,#hmore,#less,#more,#r-less,#r-more {
    cursor: pointer
}

.btn-success {
    color: #fff;
    border-radius: 0
}

.btn-success:hover {
    background-color: transparent
}

.property-list-sec .main {
    width: 70%
}

.property-list-sec img {
    width: 230px;
    height: 400px;
    object-fit: cover
}

.property-lt-box {
    margin-top: 0;
    box-shadow: 0 0 10px #dcdcdc;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 0;
    padding: 8px;
    margin-bottom: 30px
}

.about-pro-list {
    padding: 20px 10px 20px 20px
}

.about-pro-list p.descr {
    height: auto;
    max-height: 100px
}

.pro-list-details h3 {
    line-height: 1.2;
    font-size: 28px;
    height: auto;
    max-height: 68px;
    overflow: hidden;
    margin-bottom: 15px
}

.pro-list-details i {
    font-size: 18px
}

.pro-list-dec {
    display: flex;
    gap: 2rem
}

.pro-rates {
    display: flex;
    justify-content: space-between
}

p.pro-list-price span {
    font-size: 24px
}

p.pro-list-price {
    font-size: 14px
}

.row.icon a {
    width: 200px
}

.row.icon {
    justify-content: center;
    align-items: center;
    gap: 30px;
    display: none
}

.row.text-center.mt-4.bttn,.subtitle-wrapper {
    justify-content: center
}

p.descr {
    height: 105px;
    overflow: hidden;
    text-align: justify
}

.dash {
    width: 40px;
    height: 1px;
    margin-right: 20px;
    margin-left: 20px
}

.subtitle-wrapper {
    color: #000;
    font-size: 16px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

#prop-hed {
    font-size: 40px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-family: var(--heading-font);
    font-weight: 700;
    line-height: 1.7
}

p.rating {
    margin-bottom: 0;
    font-size: 12px;
    text-align: right
}

.property-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

p.rating i {
    color: #f0c755
}

.accordion-button:not(.collapsed)::after {
    background-image: url(https://webdesignvr.in/under-construction/branden/front/images/down-arrow.png)!important
}

.accordion-button:not(.collapsed) {
    color: var(--secondary-color);
    background-color: transparent
}

.accordion-button:focus {
    box-shadow: 0 0 0 0 rgba(13,110,253,.25)!important
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
    font-weight: 600;
    font-size: 17px
}

.attr .slick .item .bg {
    height: 500px;
    transition: .3s ease-in-out;
    margin: 0;
    opacity: 1;
    -webkit-transform: scale3d(.95,.8,1);
    transform: scale3d(.95,.8,1);
    overflow: hidden;
    background-color: rgba(0,0,0,.5)
}

.attr .slick .slick-list {
    padding: 0!important
}

.attr .slick .slick-center .bg {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
}

.attr .slick-slide {
    outline: 0;
    position: relative
}

section.attr-sec a:hover .attr-content {
    bottom: calc(50% + 35px);
    -webkit-transform: translate(0,50%);
    transform: translate(0,50%)
}

section.attr-sec a:hover .main-btn {
    bottom: -80px
}

section.attr-sec a:hover .img-area:before {
    -webkit-animation: .75s shine;
    animation: .75s shine
}

.attr .slick-next,.attr .slick-prev {
    font-size: 30px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45px;
    height: 130px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: #00000096;
    z-index: 1;
    transition: .3s
}

.attr .slick-prev {
    left: 6.4px
}

.attr .slick-next {
    right: 3.5px
}

.attr .container-fluid.pt-5,section.attr .container.pt-5 {
    padding-top: 0!important
}

section.attr {
    padding: 110px 0 80px
}

section.attr img {
    height: 100%;
    object-fit: cover;
    transition: .5s linear
}

section.attr a:hover img {
    transform: scale(1.2)
}

.attr .slick-next:focus,.attr .slick-prev:focus {
    background: #00000096
}

.attr .slick-next:before,.attr .slick-prev:before {
    font-family: Montserrat;
    font-size: 33px;
    line-height: 1;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.attr-content {
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    color: #fff;
    text-align: center;
    -webkit-transition: .6s;
    transition: .6s
}

.attr-content .main-btn {
    width: 180px;
    margin: auto;
    height: 40px;
    transition: .6s;
    position: absolute;
    bottom: -200px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.attr .slick .item h3 {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-white);
    transform: scale3d(1,1,1)
}

.attr .slick .slick-center .attr-content {
    bottom: 2%;
    width: 263px;
    left: 0
}

.attr .slick-next:hover,.attr .slick-prev:hover {
    background-color: #fff!important;
    width: 50px;
    height: 140px
}

.attr .slick-next:hover:before,.attr .slick-prev:hover:before {
    color: #000!important
}

h6.property-name {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-white);
    margin-bottom: 0
}

section.property-sec.villa {
    background: #fff
}

.row.text-center.mt-4.bttn div {
    width: auto
}

.row.text-center.mt-4.bttn button {
    width: 220px
}

.abt {
    height: 253px;
    overflow: hidden
}

p.security {
    font-weight: 600;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0
}

.sidebar-container {
    position: sticky;
    top: 10px
}

a.sticky.main-btn {
    transform: rotate(-90deg);
    position: fixed;
    left: auto;
    right: -39px;
    top: 52%;
    z-index: 999;
    display: none;
    color: #fff!important;
    letter-spacing: 0;
    background: var(--btn-color)
}

a.sticky.main-btn:hover {
    color: var(--text-white);
    letter-spacing: 0
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
    font-size: 16px;
    font-family: var(--primary-font)
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--other-color);
    border-color: var(--other-color)
}

.page-item.active .page-link:hover {
    color: #fff
}

html {
    overflow-x: hidden
}

.score input:checked~label::before,.score label:hover::before,.score label:hover~label::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦";
    content: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦";
    color: #ffbb04
}

header .menu-area {
    width: 100%;
    justify-content: center
}

div#tag1 {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.pro-sec-right a.pro-head {
    padding: 0;
    display: block
}

.testimonial-sec .test-desc {
    background: #000;
    padding: 20px;
    text-align: left;
    margin-top: 30px;
    min-height: 255px
}

.testimonial-sec .sc_testimonial_avatar {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    margin-top: -50px
}

.testimonial-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

p.readMore_review {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 16px;
    height: auto;
    overflow: hidden
}

.testimonial-sec .test-desc a {
    font-size: 14px
}

.testimonial-sec .slick-next:before,.testimonial-sec .slick-prev:before {
    font-family: none;
    font-size: 55px;
    line-height: 1;
    opacity: 1;
    color: var(--text-black)
}

section.attr-sec {
    padding: 110px 0 50px
}

section.attr-sec .atr {
    padding: 0;
    position: relative;
    overflow: hidden;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff
}

section.attr-sec .atr .item {
    align-items: center;
    background-color: transparent;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center
}

section.attr-sec a {
    width: 100%;
    height: 480px;
    display: block
}

section.attr-sec img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 480px;
    top: 0;
    object-fit: cover;
    transition: .5s
}

section.attr-sec .img-area {
    height: 480px;
    width: 100%;
    position: relative;
    overflow: hidden
}

section.attr-sec .img-area:hover::before {
    webkit-animation: shine .75s;
    animation: .75s shine
}

section.attr-sec .overlay {
    background: rgba(0,0,0,.5)
}

section.attr-sec .attr-content h3 {
    font-size: 20px;
    color: var(--text-white);
    margin-bottom: 0
}

section.attr-sec .eighth .img-area,section.attr-sec .eighth a,section.attr-sec .eighth img,section.attr-sec .fifth .img-area,section.attr-sec .fifth a,section.attr-sec .fifth img,section.attr-sec .seventh .img-area,section.attr-sec .seventh a,section.attr-sec .seventh img,section.attr-sec .sixth .img-area,section.attr-sec .sixth a,section.attr-sec .sixth img {
    height: 238px
}

.col-5.first.atr {
    height: 480px
}

.col-7.second.atr {
    border-bottom: 0 solid
}

section.attr-sec .fourth .img-area,section.attr-sec .fourth a,section.attr-sec .fourth img,section.attr-sec .third .img-area,section.attr-sec .third a,section.attr-sec .third img {
    height: 286px
}

footer .content-area h4 {
    color: var(--text-white);
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px
}

section#about .abt-para {
    height: 178px;
    overflow: hidden
}

section.attr-sec .pro-btn a {
    width: 180px;
    height: 40px;
    text-align: center;
    margin: 30px auto auto
}

.ui-widget.ui-widget-content {
    z-index: 2!important
}

.testimonial-sec .test-desc a,section.property-sec.private .button-section a.main-btn {
    width: 160px;
    display: block;
    margin: auto;
    text-align: center;
    cursor: pointer
}

.cta-btn a.main-btn.mt-4,section.agency-section a.main-btn.mt-4 {
    width: 161px;
    display: block;
    text-align: center
}

section.property-list-sec a.details-btn-pro-list.main-btn {
    width: 131px;
    display: block;
    text-align: center
}

h3.panel-title.display-td {
    color: var(--secondary-color);
    font-size: 30px;
    margin-top: 30px
}

.panel-body .card {
    border: 0 solid rgba(0,0,0,.125)
}

.panel-body label.control-label {
    margin-top: 10px
}

li.nav-item.social.btn {
    padding: 0;
    display: flex
}

li.nav-item.social.btn a.main-btn {
    width: 170px;
    font-size: 14px
}

section.summary-section span {
    font-size: 14px;
    color: #fff;
    cursor: pointer
}

section.summary-section a.main-btn.mr {
    width: 150px
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

section.about_wrapper.privacy li {
    font-family: var(--primary-font);
    color: var(--white-color);
    font-size: var(--f16);
    line-height: 30px;
    letter-spacing: .05em;
    font-weight: 400;
    margin-bottom: 10px;
    list-style: initial
}

section.about_wrapper.privacy ul {
    list-style: disc;
    padding-left: 30px
}

section.Blog-sec .blog {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    height: 480px;
}

section.Blog-sec .blog img {
    height: 200px!important;
    width: 100%!important;
    margin-bottom: 10px;
    object-fit: cover
}

section.Blog-sec .row {
    gap: 40px 0;
    justify-content: center;
    
}

section.Blog-details a,section.Blog-details h1 {
    color: #000
}


section.Blog-sec{
  padding-top:80px;
  padding-bottom: 80px;
}


section.Blog-details{
    padding-top:80px;
}








