*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:root{
    /*background-color: ;*/
    --primary-color: #021032;
    --secondary-color: #bd8487;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --bg-black: #000;
    --border-color:#DDDDDD;

    /*Text Style*/
    --primary-font: 'Montserrat', sans-serif;
    --secondary-font: 'Montserrat', sans-serif;
    --primary-text: #333333;
    --secondary-text: #bd8487;
    --teritiary-text:#021032;
    --text-white: #fff;
    --text-black: #000;
    --text-gray: #e4e4e4;
}

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

a:hover {
    color: var(--secondary-text);
}
::-webkit-scrollbar{
    width: .375rem;
}
::-webkit-scrollbar-track{
    background: var(--secondary-color);
}
::-webkit-scrollbar-thumb{
    background: var(--primary-color);
}

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

section{
    padding: 4rem 0;
    background-color: var(--bg-white);
    position:relative;
}
.main-btn{
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
    padding: 0 35px;
    color: var(--text-black);
    display: inline-block;
    border: 0px;
}

/**/

h1{
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 400;
    color: var(--text-black);
    margin-bottom: 1.25rem;
    font-family: var(--secondary-font);
}

h2{
    font-family: var(--secondary-font);
    font-size: 25px;
    color: var(--secondary-text);
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}

h2 span{
   color: var(--secondary-text); 
   text-align: center;
}

p.tag{
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 20px;
    color: var(--teritiary-text);
    text-align: center;
}
h3{
    margin-bottom: 19px;
    line-height: 1.5rem;
    font-weight: 400;
    font-size: 18px;
    color: var(--primary-text);
    font-family: var(--secondary-font);
    letter-spacing: 0px;
}
h3 span{
    color: var(--secondary-color);
}
h5{
    font-size: 1.5rem;
    line-height: 1;
    color: var(--primary-color);
    font-weight: 400;
    font-family: var(--secondary-font);
}
h6{
    font-size: 20px;
    margin-bottom: .9375rem;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 300;
    font-family: var(--secondary-color);
    letter-spacing: 0.1em;
}
p{
    font-size: 16px;
    line-height: 1.5rem;
    color: var(--primary-color);
    font-weight:400;
}








section.common-section-new  h1 {
    font-size: 36px;
    line-height: 1.4;
    color: var(--primary-text);
        margin-bottom: 30px;
        margin-left:0px !important;
        font-weight:700;
}

section.common-section-new  h2 {
    font-size: 28px;
    line-height: 1.4;
color: var(--primary-text);
    margin-bottom: 20px;
    text-align:left;
    font-weight:600;
    text-transform: capitalize;
}

section.common-section-new  h3 {
    font-size: 24px;
    line-height: 1.4;
color: var(--primary-text);
        margin-bottom: 20px;
    font-weight:600;
    text-transform: capitalize;
}

section.common-section-new  h4 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
color: var(--primary-text);
    margin-bottom: 20px;
    font-family: var(--secondary-font);
    text-transform: capitalize;
}

section.common-section-new  h5 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
color: var(--primary-text);
    margin-bottom: 20px;
    font-family: var(--secondary-font);
    text-transform: capitalize;
}

section.common-section-new  h6 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
color: var(--primary-text);
    margin-bottom: 20px;
    font-family: var(--secondary-font);
    text-transform: capitalize;
}

section.common-section-new ul,
li {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 16px;
}

section.common-section-new p {

    color: var(--teritiary-text);
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom:10px;
    text-align: left !important;
}

section.common-section-new pre, sub{
    font-size: 12px;
}
section.common-section-new table{
    font-size: 16px;
}
section.common-section-new b, strong{
    font-weight:700;
}

section.common-section-new blockquote{
    font-size: 16px;
    margin-bottom:10px;
        color: var(--teritiary-text);
}


section.common-section-new ol, ul {
    padding-left:0px;
        color: var(--teritiary-text);
}
section.common-section-new span{
    font-size: 16px !important;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom:10px;
    font-family: var(--secondary-font);
    
}
section.common-section-new a{
    text-decoration:none;
}

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

.navbar-nav {
    display: flex;
    flex-direction: inherit;
    justify-content: flex-end;
    margin-right: 10px;
}

.nav-link{
    color: var(--text-white);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
   text-shadow: 0px 1px 3px #000;
}

.nav-link:focus, .nav-link:hover{
   color: var(--text-white);
}

li.nav-item{
    border-bottom: 0px solid transparent;
    border-right: 0px;
}

li.nav-item:hover{
    border-color:var(--text-white);
}

header .nav ul{
    width: 500px;
}

header .bttn a{
    padding: 0.45rem 0.5rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.2rem;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
    display: inline-block;
    font-weight: 500;
}

header .bttn a:hover{
    background: var(--text-white);
     color: var(--secondary-text);
}
.dropdown-menu{
    background-color: var(--text-black);
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0rem;
    top: 0px !important;
    padding: 0rem 0;
}

.dropdown-item{
    padding: 6px 16px;
    text-transform: uppercase;
    line-height: 1.63;
    color: var(--text-white);
}

.dropdown-item:focus, .dropdown-item:hover {
    color: var(--secondary-text);
    background-color: var(--text-white);
}

.logo p{
    text-align: center;
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 52px;
    color: var(--text-white);
    text-shadow: 0px 2px 0px #000;
}

.logo span{
    font-weight:300;
}

header {
    padding: 0px;
    z-index: 2;
    position: absolute;
    transform: translateY(0px) scaleY(1);
    width: 100%;
    top: 0;
    
    background-color: transparent;
}
header.scrolleed {
    background-color: #000 !important;
    z-index: 99;
}

header .first-row{
    padding: 10px 30px !important;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

header .second-row{
    padding: 10px 30px !important;
}

header ul{
    display: flex;
    list-style-type: none;
    /* align-items: self-start; */
    width: 100%;
    /* right: 0px; */
    justify-content: flex-end;
    font-size: 15px;
    margin-bottom: 0px;
}

header ul li{
    padding-left: 8px;
    padding-right: 8px;
    border-right: 1px solid var(--text-white);
}

header ul li a, header i{
    color:var(--text-white);
    text-shadow: 0px 1px 3px #000;
}

header ul li a:hover{
    color:var(--text-white);
}

header .social{
    display: flex;
    gap: 10px;
    border-right: 0px;
}

header .call a{
    font-weight:bold;
    color:var(--text-white);
    font-size:15px;
    text-shadow: 0px 0px 3px #000;
}

header .call i{
    text-shadow: 0px 0px 3px #000;
}

.book-overlay{
    background: rgba(0,0,0,.18);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    display: flex;
    align-items: flex-end;
}

header .call a:hover{
    color:var(--text-white);
}


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

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

video {
   width: 100%;
    height: 100%;
    object-fit: cover;
}

.booking{
    padding-left:0px;
    padding-right:0px;
}

.booking-area{
   border: 0px solid var(--text-black);
    border-radius: 8px;
    background-color: #fff;
    padding: 20px;
    width: 80%;
    margin-bottom: 30px;
}

.booking-area form .col-lg-4 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}

.booking-area form label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color:var(--primary-text);
}

.booking-area form select, .booking-area input{
    border:0px solid;
    font-size: 14px;
    color: var(--teritiary-text);
    position:relative;
    width: 100%;
    padding-left: 15px;
}

.booking-area input{
padding: 0.275rem 0.75rem;
}

.booking-area form i{
    font-size: 18px;
    position: absolute;
    left: 13px;
    color: var(--secondary-text);
    top: 10px;
}

.booking-area form .mb-lg-0{
    position:relative;
    border-right: 0px solid var(--border-color);
}

.booking-area form .dest i{
    top: 10px;
    left: 13px;
}

.booking-area .col-lg-2 {
    padding-left: 12px;
    padding-right: 12px;
}

.booking-area input{
   text-indent: 12px;
    background-color: transparent !important;
    border-bottom: 2px solid var(--secondary-text);
    border-radius: 0px;
    height: 40px;
}

.booking-area .adult-popup{
    box-shadow: 0 0 0 1px rgb(0 0 0 / 4%), 0 8px 16px rgb(0 0 0 / 15%);
    border-radius: 20px;
    padding: 0px 20px;
    width: 310px;
        position: absolute;
    display: none;
    z-index: 9;
    background: var(--bg-white);
}

.booking-area .adult-popup span{
    font-size: 16px;
    font-weight: bold;
    color:var(--primary-text);
}

.booking-area .adult-popup p{
    font-size: 14px;
    font-weight: normal;
    color:var(--teritiary-text);
    margin-bottom: 0px;
}

.booking-area .adult-popup .ac-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(235, 235, 235) !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btnssss div{
    width: 32px !important;
    height: 32px !important;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: var(--teritiary-text);
    border-radius: 50%;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #b0b0b0 !important;
    padding-top: 0px;
    cursor: pointer;
}

.btnssss div:hover{
    color: var(--primary-color);
}

.btnssss{
    display: flex;
    gap: 10px;
}

.btnssss p{
    font-size:16px;
}

.booking-area form .row{
    position:relative;
    align-items: center;
}


.booking-area .adult-popup p.close1 i{
    left: auto;
    right: 18px;
    top: 10px;
    cursor:pointer;
}

.booking-area .adult-popup button.btn.main-btn.close1{
    margin-top: 15px;
    background: var(--secondary-color);
    color: var(--text-white);
    padding: 10px 30px;
}

.booking-area form .mb-lg-0.guest{
    border-right: 0px solid;
    margin-top: 0px;
}

.booking-area .srch-btn button{
  width: 100%;
    height: 40px;
    border-radius: 0px;
    padding: 0px;
    position: relative;
    background: var(--secondary-text);
    color: var(--text-white);
}
.booking-area .srch-btn button i{
color: var(--text-white);
    left: 15px;
    top: 15px;
}

.booking-area .srch-btn{
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

.profile ul, .profile1 ul{
    list-style-type: none;
    padding-left: 0px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 4%), 0 8px 16px rgb(0 0 0 / 15%);
    border-radius: 20px;
    padding: 15px 0px;
    position: absolute;
    width: 200px;
    top: 50px;
    background: var(--bg-white);
    right: 0px;
    display:none;
}

.profile ul a, .profile1 ul a{
    font-size:14px;
    color:var(--primary-text) !important;
    width:100%;
    display: block;
        text-shadow: 0px 0px 0px;
}

.profile ul li, .profile1 ul li{
    padding:10px 16px;
}


.profile ul li:hover, .profile1 ul li:hover{
background-color:var(--secondary-text);
}

.profile ul li:hover a, .profile1 ul li:hover a{
    color:var(--text-white) !important;
}

.profile, .profile1{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    gap: 20px;
    padding: 5px 5px 5px 12px;
    border-radius: 21px;
    transition: box-shadow 0.2s ease;
    background-color: var(--bg-white);
    border: 1px solid var(--border-color);
    cursor:pointer;
    width:84px;
    height:41px;
}

.user{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.logo img{
    width: 200px;
}

.logo{
   display: flex;
   align-items: center;
   padding-left: 0px;
   padding-right: 0px;
   justify-content: center;
}

section.featured-prop{
    padding: 70px 20px;
    background-color: var(--bg-white);
    position: relative;
    margin-top: 0px;
    padding-top:90px;
}
section.featured-prop h2{
    text-align:center;
}
section.featured-prop.prop.destination .content{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    height: 300px;
    transition: transform .65s ease;
    transform: scale(1);
}

section.featured-prop.prop.destination a:hover .content{
    transform: scale(1.05);
}

section.featured-prop.prop.destination a{
    position: relative;
    display: block;
}



.prop img{
  width: 100%;
    height: 300px;
    object-fit: cover;
    /* border-radius: 10px; */
    transition: transform .65s ease;
    transform: scale(1);
}

.prop .content p, .prop .content span{
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.2rem;
    color: var(--text-white);
    font-weight: 400;
    text-shadow: 0px 0px 5px #000;
}

.prop .addr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

section.featured-prop.prop.destination .attr{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    
}

.prop .addr p{
    font-weight: 400;
    display: block;
    height: 37px;
    overflow: hidden;
    color: var(--text-white);
    font-size: 28px;
    margin-bottom: 0px;
    line-height: 1.3;
}

.prop .loc{
    display: block;
    height: 20px;
    overflow: hidden;
}

.prop .addr span{
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--primary-text);
}

.prop .price{
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    color: var(--text-white);
    margin-top: 5px;
    text-shadow: 0px 0px 5px #000;
}

.prop .price p{
    color: var(--text-white);
    font-weight: 600;
    font-size: 16px;
    text-shadow: 0px 0px 5px #000;
}

.prop .save{
    display: inline-block;
    position: absolute;
    top: 20px;
    z-index: 9;
    right: 30px;
}

.prop .col-lg-3{
    position: relative; 
    padding: 0px 10px;
}

.prop .anchor{
    height: 100%;
    position: absolute;
    width: 292px;
    top: 0px;
}

.prop .anchor a{
    width: 100%;
    display: inline-block;
    height: 100%;
}

.prop .col-lg-3:hover .prop-image img{
     transform: scale(1.05);
}

.prop .prop-image{
    /*overflow:hidden;*/
    border-radius:0px;
}

.pro-sec .content {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    width: 100%;
     min-width: 100%;
    padding: 20px 30px;
    color: var(--text-white);
    padding-bottom:0px;
}

.pro-sec .cont {
    margin-bottom: 50px;
}

.pro-sec .col-lg-6 a{
    position:relative;
    display:block;
}

.pro-btn {
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
     opacity: 1; 
    right: 0px;
    bottom: 0px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 3px;
}

.pro-sec i{
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 22px 23px;
    background: var(--secondary-text);
    margin-left: 20px;
}

.pro-sec .col-lg-6 a:hover .pro-btn{
    opacity:1;
}

.pro-sec .row{
    gap: 20px 0;
}

.pro-sec .col-lg-6.col-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.carousel-item.row.active{
    display:flex !important;
}

.slick-carousel {
  margin: 0 auto;
  width: 100%;
}

/* The width of each slide */
.slick-slide {
  width: 33.33%;
}

/* Color of the arrows */
.slick-next::before, .slick-prev::before {
  color: blue;
}

.slick-next::before, .slick-prev::before{
    color: var(--primary-text);
    font-size: 45px;
}

.slick-prev, .slick-next{
    width: 48px;
    height: 48px;
}

.slick-prev {
    left: -35px;
}

.slick-next {
    right: -35px;
}

section.destination{
    margin-top: 0px;
}

section.destination .addr p{
   font-size: 20px;
    font-weight: 500;
    color: var(--text-white);
    text-shadow: 0px 0px 4px #000;
    font-family: var(--primary-color);
    margin-bottom: 0px;
    height:auto;
    text-align: center;
}

section.amenities.prop {
    padding: 70px 20px;
    background-color: var(--bg-white);
    position: relative;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    z-index: 2 !important;
}

section.main-contaier.propo .container-fluid{
    padding-left:0px;
    padding-right:0px;
}


section.amenities.prop .col-lg-6{
     position: relative;
     padding-left: 0px;
    padding-right: 0px;
    width: 48%;
}

section.amenities.prop .first{
    padding-right:0px;
    position: relative;
    width: 50%;
}

section.amenities.prop .first img{
    max-height: 502px;
     height: 502px;
}

section.amenities.prop .row{
    justify-content:space-between;
    padding-left: 12px;
    padding-right: 12px;
}
section.amenities.prop img{
    height:236px;
}

section.amenities.prop .anchor{
    width: 99%;
}

section.amenities.prop h2{
    padding-left:0px;
    padding-right:0px;
}

section.amenities.prop h4{
    height: 100px;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.8));
    padding: 0px 15px;
    color: var(--text-white);
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    width: 100%;
    bottom: -8px;
    border-radius: 0px 0px 10px 10px;
    padding-top: 50px;
}


section.amenities.prop .second .row{
    gap: 30px 4%;
    padding-left: 0px;
    padding-right: 0px;
}

.prop .am:hover .prop-image img{
     transform: scale(1.1);
}

footer span{
    font-size: 14px;
    color: var(--primary-text);
}

footer li a{
    font-size: 14px;
    color: var(--text-white);
}

footer li a:hover{
    text-decoration:none;
    color: var(--secondary-text);
    
}

footer{
    padding: 14px 40px;
    background-color: var(--text-white);
    border-top: 1px solid var(--border-color);
    position: relative;
    bottom: 0px;
    width: 100%;
}

footer ul{
    display: flex;
    font-size: 14px;
    padding-left: 10px;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 0px;
}

footer .col-lg-6{
    display: flex;
    gap: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

footer .col-lg-6.lang{
    justify-content: flex-end;
}

footer .col-lg-6.lang ul{
    list-style-type:none;
    font-weight: 600;
}

footer .col-lg-6.lang ul .eng{
    display: flex;
    gap: 8px;
    align-items: center;
}

/*breadcrumb section*/

.breadcrumb{
    height: 250px;
    background-image: url(../images/bg-mountain.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 70%;
    margin-bottom:0px;
}

.breadcrumb .content {
    align-items: center;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
}

.breadcrumb .container-fluid{
    padding-left: 0px;
    padding-right: 0px;
    background: #0000004f;
}



.breadcrumb.property-list{
     background-image: url(../images/pro-list.jpg);
}

.breadcrumb.property-list.mountain{
     background-image: url(../images/mountain.jpg);
}

.breadcrumb .container{
   margin-bottom: 15px;
}

.breadcrumb h3{
    text-align: center;
    font-weight: 600;
    color: var(--text-white);
    text-shadow: 0px 0px 3px #000;
    margin-bottom: 20px;
    font-size: 31px;
    line-height: 40px;
}

.signup h2{
    margin-bottom:10px;
    margin-top:20px;
}

.signup .row.main{
    background-color: var(--bg-white);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 4%), 0 8px 16px rgb(0 0 0 / 15%);
    border-radius: 20px;
    padding: 50px 20px;
    width: 800px;
    margin: auto;
}

.signup input{
    width: 100%;
    height: 47px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.signup .name, .signup .phone{
    display: flex;
    gap: 2%;
}

.signup .name .col-lg-6, .signup .phone .col-lg-6{
    width:49%;
}

.signup .left{
    background-image: url(../images/list1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:100vh;
}

section.signup {
    padding: 0px;
}

.signup .container-fluid{
    padding:0px;
}

.signup h1{
    font-size: 2.5rem;
    text-align: center;
    font-weight: 500;
    color: var(--text-white);
    width: 60%;
    margin: auto;
    margin-top: 10%;
    text-shadow: 0px 0px 3px #000;
}
.signup .logo a{
    margin: auto;
    margin-bottom: 10px;
}
.signup .logo img{
    width: 170px;
}

.signup .links{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.signup .links a{
   padding: 0.45rem 0.9rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.2rem;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
    display: inline-block;
    font-weight: 500;
}

.signup .links a:hover{
    color: var(--secondary-text);
     background: var(--bg-white);
}

.signup select{
    height: 47px;
    border-radius: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

input#check{
    width: 13px;
    margin-right: 5px;
    height: 13px;
    line-height: 13px;
    margin-bottom: 0px;
}

.signup span.check{
    color: var(--teritiary-text);
    font-size: 14px;
    line-height: 14px;
    display: inline; font-weight: 400
}

.signup p.pass{
    font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
    color: var(--teritiary-text);
    margin-bottom: 0px;
}

.signup .copy p{
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--teritiary-text);
    margin-bottom: 20px;
    text-align:center;
    margin-top:20px;
}

.check a{
    color:var(--secondary-text)
}

.signup button{
    padding: 12px 25px;
    font-size: 14px;
    color: var(--text-white);
    background: var(--secondary-text);
    font-weight: 500;
    border: 1px solid var(--secondary-text);
    width:100%;
}

.signup button:hover{
     color: var(--secondary-text);
    background: var(--text-white);
}

.login p.pass{
   margin-bottom:20px; 
}

.login p.pass a{
    font-size: 15px;
    color: var(--secondary-text);
    margin-bottom: 20px;
}

.login h2{
    text-transform: capitalize;
    margin-top: 50px;
}

.login .left{
    background-image: url(../images/login.jpg);
    height:100vh;
}

.login label{
    margin-bottom: 10px;
}

.signup .logo {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    justify-content: flex-start;
}

/*property list content*/
section.list-content {
    padding: 0px;
}

section.list-content .container-fluid{
    padding: 0px;
}

section.list-content .col-lg-5{
    padding: 0px;
}

section.list-content .upper-sec p{
    color: var(--teritiary-text);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0px;
}

section.list-content .upper-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.list-content  .col-lg-8.md-8 {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.col-lg-7.col-7.content-area {
   padding-top: 20px;
   padding-bottom: 20px;
   height: 700px;
   overflow-y: scroll;
}

section.list-content h2{
    text-align: left;
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

section.list-content .col-lg-4.md-4 {
    padding-left: 0px;
    padding-right: 0px;
}

section.list-content .listing .row{
border-top: 1px solid var(--border-color);
    padding-top: 10px;
    margin-top: 10px;
}


section.list-content .listing .row .slick-slider {
    margin-bottom: 0px;
}

section.list-content .listing h3{
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

section.list-content .listing .amenity {
    color: var(--teritiary-text);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}

section.list-content .listing .amenity > span:nth-child(n+2)::before, section.list-content .listing .amenity > span:nth-child(n+2)::before {
    content: "��";
    margin: 4px;
}

.bottom-sec {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top:20px;
}

.bottom-sec .review-sec{
    display:flex;
    align-items: center;
    gap: 5px;
}

.bottom-sec p, .bottom-sec span{
    color: var(--teritiary-text);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0px;
}

.bottom-sec .review-sec p{
    font-weight: bold;
}

.bottom-sec .review-sec svg{
    position: relative;
    width: 14px;
    height: 14px;
    top: 0px;
    color: #e85f24;
    stroke: #e85f24;
}

.bottom-sec .price-sec {
    text-align: right;
}

.bottom-sec .price-sec span.cancel {
    font-size: 12px;
    font-style: italic;
}

.bottom-sec .price-sec p{
    font-weight: bold;
}

.bottom-sec .price-sec span.total {
    border-bottom: 1px dashed #717171;
}

section.list-content .slick-arrow {
    font-size: 25px;
    position: absolute;
    z-index: 9;
    color: #fff;
    top: 49%;
    cursor: pointer;
}

section.list-content  i.fa.fa-angle-right.slick-arrow {
    left: auto;
    right: 4%;
}

section.list-content  i.fa.fa-angle-left.slick-arrow {
    left: 4%;
    
}

section.list-content .slick-list.draggable{
    border-radius: 10px;
}

section.list-content .slick-initialized .slick-slide {
    display: block;
    height: 220px;
    object-fit: cover !important;
}

section.list-content .listing .row{
    position:relative;
}

section.list-content .listing .row a.link{
    position: absolute;
    width: 100%;
    height: 100%;
}

.col-lg-7.col-7.content-area::-webkit-scrollbar {
    display: none;
}

/*Property detail section*/
section.main-contaier {
    padding: 3rem 40px;
}

section.main-contaier .upper, section.main-contaier .upper span, section.main-contaier .upper p{
    color: var(--teritiary-text);
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0px;
}

section.main-contaier h1{
    font-size: 32px;
    font-family: var(--secondary-font);
   color: var(--primary-text);
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}

section.internal-area h2{
   text-align: left;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 25px;
}

section.main-contaier .row.upper .col-lg-6{
    padding-left:0px;
    padding-right:0px;
    display:flex;
    gap:10px;
     align-items: center;
     justify-content: flex-end;
}

section.main-contaier .row.upper .col-lg-6.loc{
    justify-content: flex-start;
}

section.main-contaier .row.upper .review-sec {
    display: flex;
    align-items: center;
    gap: 5px;
}

section.main-contaier .row.upper a{
    display: flex;
    gap: 5px;
    padding: 0.45rem 0.9rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.2rem;
    font-weight: 500;
    align-items: center;
    color: var(--teritiary-text);
}

section.main-contaier .row.upper a:hover, section.main-contaier .row.upper a:hover span{
    background: var(--secondary-text);
    color: #fff;
}

section.main-contaier .row.image-area .col-lg-6, section.main-contaier .row.image-area .col-lg-4{
    padding:0px;
}

section.main-contaier .row.image-area {
    display: flex;
    gap: 1%;
    margin-top:20px;
}

section.main-contaier .row.image-area img{
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.row.image-area .col-lg-6{
    width:49.5%;
}

.row.image-area .col-lg-4{
    width: 32.66%;
    margin-top: 15px;
}

.row.image-area .col-lg-4 img{
    height: 200px !important;
}

.row.image-area .img1 img{
    border-radius: 10px 0px 0px;
}

.row.image-area .img5 img{
    border-radius: 0px 0px 10px;
}

.row.image-area .img2 img{
    border-radius: 0px 10px 0px 0px;
}

.row.image-area .img3 img{
    border-radius: 0px 0px 0px 10px;
}

section.internal-area {
    padding: 0rem 40px;
}

section.internal-area .col-lg-8.col-8.content{
    padding-left:0px;
    margin-bottom:30px;
}

section.internal-area .col-lg-8.col-8.content .col-lg-8{
     padding-left:0px;
}

section.internal-area .col-lg-4.col-4.sidebar{
    padding-right:0px;
    margin-bottom:30px;
}

.col-lg-4.col-4.owner{
    text-align:right;
}
.col-lg-4.col-4.owner img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

hr {
    background-color: #DDDDDD;
    opacity: 1;
}

.sidebar .side-area {
    border-radius: 12px;
    padding: 24px;
    box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
    position: sticky;
    top: 10px;
}

.sidebar .side-area p, .sidebar .side-area span{
    color: var(--teritiary-text);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0px;
}

.sidebar .price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar .price {
    display: flex;
    align-items: flex-end;
    gap: 5px;
}

.sidebar .price p{
    font-size: 20px;
    font-weight: bold;
}

.sidebar .price span{
    margin-bottom:2px;
}

.sidebar .review-sec {
   display: flex;
    align-items: center;
    gap: 5px;
}

.sidebar .review-sec p{
    font-size:14px;
}

#guestsss {
    width: 100%;
    padding-top: 30px;
    min-width: 250px;
    background: #fff;
    padding: 28px 20px 20px;
    position: absolute;
    z-index: 9;
    left: 0;
    border-radius: 10px;
   
    box-shadow: 0px 0px 3px 0px #888888;
}

#guestsss p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
}

#guestsss p.close1 i {
    position: absolute;
    font-size: 19px;
    top: 5px !important;
    right: 20px !important;
    left: auto !important;
    color: var(--primary-text);
    cursor: pointer;
}

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

.sidebar .btnssss p{
    font-size:20px !important;
}

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

.adult {
    display: flex;
    color: #000;
    font-size: 15px;
}

#guestsss .button1 {
    background: transparent;
   height: 40px !important;
    width: 40px !important;
    text-align: center;
    border-radius: 50%;
    font-size: 25px;
    line-height: 40px;
    margin-left: 0px;
    border: 1px solid #717171;
    color: #717171;
    transition: all .3s;
    cursor: pointer;
}

.guest {
    position: relative;
    margin-top:18px;
}

#guestsss button.btn.main-btn.close1 {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 5px;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
    display: inline-block;
    font-weight: 500;
    padding: 0.55rem 0.5rem;
}

.adult-popup {
    display:none;
}

.sidebar .side-area .contact-box {
    margin-top: 10px;
}

#guestsss .check {
    display: flex;
    justify-content: space-between;
}

.sidebar .check {
    display: flex;
    justify-content: space-between;
    gap:3%;
}

.sidebar input{
    border: 1px solid #cacaca;
    border-radius: 8px;
    height: 45px;
    width: 100%;
    outline: none;
    padding: 10px 10px 10px 30px;
    background-color: #fff !important;
    font-size: 14px;
}

.sidebar .check div{
    position:relative;
}


.sidebar .side-area .contact-box i{
    position: absolute;
    left: 5px;
    color: var(--secondary-color);
    font-size: 20px;
    top: 28%;
}

button.btn.main-btn.res {
    width: 100%;
    margin-top: 20px;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
    display: inline-block;
    font-weight: 500;
    padding: 8px;
    border-radius: 5px;
}

button.btn.main-btn.res:hover{
    background: #fff;
    color: var(--secondary-text);
}

.sidebar .net {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.sidebar .total{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight:bold;
}

.sidebar .total p{
    font-weight:bold;
}

#more, #less, #revw, #revl, #revw1, #revl1, #revw2, #revl2, .rul{
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

#more:hover, #less:hover, #revw:hover, #revl:hover, #revw1:hover, #revl1:hover, #revw2:hover, #revl2:hover, .rul:hover{
    color:var(--secondary-text);
}

#more:hover svg, #less:hover svg, #revw:hover svg, #revl:hover svg, #revw1:hover svg, #revl1:hover svg, #revw2:hover svg, #revl2:hover svg, .rul:hover svg{
    fill:var(--secondary-text);
}

#amn, #rvws {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    width: 150px;
    justify-content: center;
    padding: 0.7rem 0.5rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 5px;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
    font-weight: 500;
}

#amn:hover, #rvws:hover {
     background: var(--text-white);
     color: var(--secondary-text);
}


.overcontent{
    overflow: hidden;
    height:144px;
    margin-bottom: 10px;
}

#less, #revl, #revl1, #revl2{
    display:none;
}

.amenity div{
    font-size: 16px;
    line-height: 1.95rem;
    color: var(--primary-color);
    font-weight: 400;
    margin-bottom: 10px;
}

.amenity i{
    color: var(--secondary-text);
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
}

#amn{
    width:200px;
}

.amnt{
    overflow: hidden;
    height:170px;
}

.row.rev{
    gap: 2%;
    height: 200px;
    overflow: hidden;
}

.row.rev .col-lg-6{
    padding-left:0px;
     padding-right:0px;
     width:49%;
     margin-top: 20px;
    margin-bottom: 20px;
}

.rev .guest-profile{
    display:flex;
    gap:10px;
    margin-bottom: 10px;
}

.guest-profile img{
    width:50px;
    height:50px;
    border-radius:50%;
    object-fit:cover;
}

.guest-profile p{
    font-weight: bold;
    margin-bottom: 0px;
}

.guest-profile span{
    font-size:14px;
}

.guest-content, .guest-content1, .guest-content2{
     overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom:10px;
}

.owner-profile img{
    width:80px;
    height:80px;
    object-fit:cover;
    border-radius:50%;
}

.owner-profile .owner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.owner-profile .host p{
    margin-bottom: 0px;
    font-size: 14px;
}

.owner-profile .col-lg-7{
    padding-left:0px;
}

.owner-profile .col-lg-5{
    padding-right:0px;
}

.owner-profile h3{
    font-family: var(--secondary-font);
    font-size: 21px;
    color: var(--primary-text);
    font-weight: 700;
    margin-bottom: 10px;
}

.owner-profile .cont{
    padding: 0.7rem 1rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 5px;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
    font-weight: 500;
    display: inline-block;
}

.owner-profile .cont:hover{
    background: var(--text-white);
    color: var(--secondary-text);
}

.owner-profile .lang p{
    margin-bottom:10px;
}

.policy .col-lg-4{
    padding-left:0px;
}

.policy p{
    margin-bottom:10px;
}

.policy p.main{
    font-weight:bold;
}

.policy .area{
    overflow: hidden;
   margin-bottom: 10px;
    height: 130px;
}

.policy .area{
    overflow: hidden;
   margin-bottom: 10px;
    height: 159px;
}

.policy .area h2{
    font-size:16px;
}

.policy .area section{
    padding:0px;
}

.col-md-12.addr {
    padding-left: 0px;
    padding-right: 0px;
}

/*===============================User Dashboard css start=============================*/

.user-dashboard-wrapper {

  padding: 50px 0px;

}



.user-dash-links-inner {

  border: 1px solid rgba(0, 0, 0, 0.2);

}



.user-dash-links-inner ul {padding: 12px 15px 12px;list-style-type: none;}



.user-dash-links-inner ul li {

  border-bottom: 1px dashed rgba(0, 0, 0, 0.342);

}



.user-dash-links-inner ul li a {

  font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;

}



.user-detail-inner {

  border: 1px solid rgba(0, 0, 0, 0.2);

  padding: 20px 30px 30px;

}

.user-detail-title a{
    padding: 0.45rem 0.5rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.2rem;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
    display: inline-block;
    font-weight: 500;
}

.user-detail-title a:hover{
    background: var(--text-white);
    color: var(--secondary-text);
}

.user-detail-title {

  border-bottom: 1px solid rgba(0, 0, 0, 0.2);

  padding-bottom: 12px;

}



.user-detail-title h4 {

  font-size: 24px;

  line-height: 34px;

  font-weight: 600;

  color: #000;

}



.user-detail-content {

  margin-top: 15px;

}



.user-detail-content h5 {

  font-size: 14px;

  text-transform: uppercase;

  font-weight: 600;

}



.user-detail-content ul li p {

  margin-bottom: 0px;

  font-size: 14px;

  line-height: 24px;

}



.user-detail-content ul li p span {

  font-weight: 600;

}



.recent-order-table {

  margin-top: 30px;

}



.recent-order-table-inner {

  border: 1px solid rgba(0, 0, 0, 0.2);

  padding: 20px 30px 30px;

}



.recent-order-title {

  border-bottom: 1px solid rgba(0, 0, 0, 0.2);

  padding-bottom: 12px;

}



.recent-order-title h4 {

  font-size: 24px;

  line-height: 34px;

  font-weight: 600;

  color: #000;

}



.change-password-inner {

  border: 1px solid rgba(0, 0, 0, 0.2);

  padding: 20px 30px 30px;

}



.change-password-title {

  border-bottom: 1px solid rgba(0, 0, 0, 0.2);

  padding-bottom: 12px;

}



.change-password-title h4 {

  font-size: 24px;

  line-height: 34px;

  font-weight: 600;

  color: #000;

}



.order-listing {

  margin-top: 0px;

}



.change-password-form {

  margin-top: 20px;

}



.change-password-form form input {border-radius: 0px;padding: 12px 10px;margin-bottom: 26px;width: 40%;}



.change-password-form form .change-password-button {width: 120px;height: 50px;background: #aa0144;color: #fff;font-size: 14px;line-height: 50px;font-weight: 600;text-align: center;text-transform: uppercase;border: 0px;border-radius: 3px;cursor: pointer;}



.change-profile-inner {

  border: 1px solid rgba(0, 0, 0, 0.2);

  padding: 20px 30px 30px;

}



.change-profile-title {

  border-bottom: 1px solid rgba(0, 0, 0, 0.2);

  padding-bottom: 12px;

}



.change-profile-title h4 {

  font-size: 24px;

  line-height: 34px;

  font-weight: 600;

  color: #000;

}



.change-profile-form {

  margin-top: 20px;

}



.change-profile-form form input {

  border-radius: 0px;

  padding: 12px 10px;

}



.change-profile-form form .change-password-button {width: 120px;height: 50px;background: #aa0144;color: #fff;font-size: 14px;line-height: 50px;font-weight: 600;text-align: center;text-transform: uppercase;border: 0px;border-radius: 3px;cursor: pointer;justify-content: center;margin: 0 auto;}



.change-profile-form form select {

  border-radius: 0px;

  height: 50px !important;

}



.change-profile-form form textarea {

  border-radius: 0px;

  padding: 12px 10px;

  height: 110px;

}



.change-profile-form form .upload-img {

  padding: 18px 0px 20px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



.change-profile-form form .upload-img .img {

  width: 100px;

  height: 100px;

  border: 1px solid rgba(0, 0, 0, 0.4);

  border-radius: 50%;

  margin-right: 30px;

  overflow: hidden;

}



.change-profile-form form .upload-img .img img {

  width: 100%;

  height: 100%;

}



.change-profile-form form .upload-img .file-upload-area {

  -webkit-box-flex: 1;

  -ms-flex: 1;

  flex: 1;

}



.change-profile-form form .upload-img .file-upload-area .upload-file {

  /*width: 150px !important;*/

  /*height: 40px;*/

  cursor: pointer;

  position: relative;
  
  cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;

}



.change-profile-form form .upload-img .file-upload-area .upload-file .upload {

  /*width: 150px !important;*/

  /*height: 40px;*/

  /*display: inline-block;*/

  opacity: 1;

  cursor: pointer;
  
  padding-left: 0px;

}



.change-profile-form form .upload-img .file-upload-area .upload-file span {

  /*position: absolute;*/

  /*top: 0;*/

  /*left: 0;*/

  /*width: 150px !important;*/

  /*height: 40px;*/

  /*background: #fedc19;*/

  /*z-index: -1;*/

  cursor: pointer;

  text-align: center;

  line-height: 40px;
  font-weight: 500;
  display: block;
  border-radius: 0.2rem;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
    width: 200px;
    font-size: 14px;

}

.change-profile-form form .upload-img .file-upload-area .upload-file span:hover {
    background: var(--text-white);
    color: var(--secondary-text);
}

input#show-target-data {
    text-indent: 5px;
    border: 1px solid #cacaca;
}

.booking-form input#show-target-data {
    text-indent: 17px;
    border: 0px solid #cacaca;
    border-bottom: 2px solid var(--secondary-text);
    border-radius: 0px;
}

footer .col-lg-6.col-6.copy {
    width: 65%;
}
footer .col-lg-6.col-6.lang {
    width: 35%;
}

.profile1{
    display:none;
}

.booking-form {
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 1;
}

#guestsss .adult{
    flex-direction: column;
}

#guestsss p {
    text-align: left;
}

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

.video-sec button {
    display: none;
}

a.sticky.main-btn {
    transform: rotate(-90deg);
    position: fixed;
    left: auto;
    right: -70px;
    top: 45%;
    z-index: 999;
    display: none;
    color: #fff !important;
    letter-spacing: 0px;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    width: 180px;
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
}

.breadcrumb .container input#show-target-data {
    text-indent: 17px;
    border:0px solid;
    border-bottom: 2px solid var(--secondary-text);
}

.page-link{
    color: var(--secondary-color);
}

.page-link:hover{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color:var(--text-white);
}

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

.booking-areaa {
    position: absolute;
    bottom: 0px;
    /* margin-bottom: 15px; */
    width: 100%;
    z-index: 2;
}

.modal-footer .btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    border-radius: 0.2rem;
    background: var(--secondary-text);
    color: #fff;
    font-size: 14px;
    border: 1px solid var(--secondary-text);
}

.modal-footer .btn-info:hover {
     color: var(--secondary-text);
     background: #fff;
     border-color: var(--secondary-text);
}

input#amount{
    color: var(--secondary-text) !important;
}

section.featured-prop.prop.destination .col-lg-3{
    margin-bottom: 20px;
}

.bg-info {
    background-color: var(--secondary-text) !important;
}

a.btn.btn-app.btn-sm {
    background: var(--text-white);
    color: var(--secondary-text);
}

.card-header.bg-info h6.card-title {
    color: white;
    font-weight: 500;
    letter-spacing: 0px;
}

.alert-danger {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: inset 0 0 0 0px rgb(0 0 0 / 0%) !important;
}

div#home {
    padding-left: 0px;
    padding-right: 0px;
}

.card-header.p-0.border-bottom-0 .nav-tabs .nav-link.active{
    background-color: var(--secondary-text);
    border-color: var(--secondary-text);
}

.card-header.p-0.border-bottom-0 .nav-tabs .nav-link:hover{
     background-color: var(--secondary-text);
    border-color: var(--secondary-text);
    color:var(--text-white) !important;
}

input#pick-latitude, input#pick-longitude {
    background-color: #fff;
    border-color: #ced4da;
}

div#custom-tabs-three-tabContent .container.tab-pane{
    padding-left: 0px;
    padding-right: 0px;
}

a.add-fee-data.btn.btn-info {
    border-radius: 0.2rem;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
}

a.add-fee-data.btn.btn-info:hover {
    background: #fff;
    color: var(--secondary-text);
    border-color: var(--secondary-text);
}

.btn-success{
  border-radius: 0.2rem;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);  
}

.card.card-primary.card-outline.card-outline-tabs {
    margin-bottom: 20px;
}

.user-dashboard-wrapper h3{
    font-family: var(--secondary-font);
    font-size: 25px;
    color: var(--primary-text);
    font-weight: 500;
}

.btn-success:hover{
     background: #fff;
    color: var(--secondary-text);
    border-color: var(--secondary-text);
}

.table-striped>tbody>tr:nth-of-type(odd){
    --bs-table-accent-bg: #fff;
}

.btn-outline-success {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-outline-success:hover {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-outline-info {
    color: #fff;
    border-color: var(--secondary-color);
     background-color: var(--secondary-color);
}

.btn-outline-info:hover {
    color: var(--secondary-color);
    background-color: #fff;
    border-color: var(--secondary-color);
}

/*.form-control:disabled, .form-control[readonly] {*/
/*    background-color: var(--secondary-color);*/
/*    opacity: 1;*/
/*    color: #fff;*/
/*    border-color: var(--secondary-color);*/
/*}*/

.user-detail-content ul{
    padding-left: 0px;
}

.change-profile-form .form-group.mt-4 {
    padding-left: 12px;
    margin-top: 0px !important;
}

.change-profile-form form .change-password-button{
    border-radius: 0.2rem;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
    width: 180px;
    font-weight: 400;
}

.change-profile-form form .change-password-button:hover{
    background: #fff;
    color: var(--secondary-text);
    border-color: var(--secondary-text);
}

.change-password-form form .change-password-button{
     border-radius: 0.2rem;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
     font-weight: 400;
}

.change-password-form form .change-password-button:hover{
    background: #fff;
    color: var(--secondary-text);
    border-color: var(--secondary-text);
}

h3.booking-my, .row.man-book h3{
    margin-bottom:0px;
}

.bt a{
    padding: 0.45rem 0.5rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.2rem;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
    display: inline-block;
    font-weight: 500;
}

.bt a:hover{
    background: var(--text-white);
    color: var(--secondary-text);
}

.row.bok .col-md-12, .row.bok .col-md-6{
    padding-left:0px;
     padding-right:0px;
}

.row.bok .select2-container--default .select2-selection--single {
    height: 37px;
    padding: 5px;
}

.card-body .btn-success{
    margin-left:12px;
}

.bg-info h3.card-title{
    color: #fff;
}

.user-dashboard-wrapper form button.btn.btn-success{
     margin-left:12px;
}

h2.pack {
    text-align: left;
    font-size: 25px;
    padding-left:12px;
}

.pl-list {
    border-radius: 12px;
    padding: 24px 12px;
    padding-bottom: 12px;
    box-shadow: rgb(0 0 0 / 12%) 0px 6px 16px;
}

.change-profile-form .form-group{
    margin-bottom: 0px;
}

.change-profile-form button.change-password-button{
    margin-top:20px;
}

thead.table-dark th{
     background-color: var(--secondary-text);
     border-color:#dee2e6;
}

div#submit-container input{
    padding: 0.45rem 0.5rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.2rem;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
    display: inline-block;
    font-weight: 500;
        text-transform: capitalize;
}

div#submit-container input:hover{
    background: var(--text-white);
    color: var(--secondary-text);
}

div#image-container h2{
    text-transform:capitalize;
}

.active-list-pro{
    display: none;
    position: absolute;
    width: 150px;
    right: 0px;
    padding: 15px 10px;
    /* box-shadow: 0px 2px #000; */
    border: 1px solid rgba(0,0,0,.125);
    background: #fff;
    z-index: 9;
    border-radius: 5px;
}

.active-list-pro a{
    width: 130px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}

.active-list-pro .btn-success {
    margin-left: 0px;
}

.list-elips{
    text-align: center;
    cursor: pointer;
    /* height: 45px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-elips i{ 
    font-size: 25px;
}

section.get-quote-sec .col-md-12{
    padding-left:0px;
     padding-right:0px;
} 

section.get-quote-sec label{
    margin-bottom:10px;
    margin-top:10px;
}

section.get-quote-sec form .row.text-center.mt-4.bttn {
    margin-top: 0px !important;
}

section.get-quote-sec button.btn.main-btn.res{
    width:200px;
}

section.get-quote-sec button.btn.main-btn.res:hover{
    background: #fff;
    color: var(--secondary-text);
   
}

.table-bordered>:not(caption)>*>* {
    border-color: var(--border-color);
}

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

.About-sec th {
   background: var(--secondary-color);
    color: #fff;
    text-align: center;
    font-size: 15px;
    border-width: 0 1px;
    font-weight: 400;
    border-color: var(--border-color);
    text-transform: uppercase;
}

.About-sec td {
  border: 1px solid var(--border-color);
    font-size: 16px;
    color: #212529;
}

.About-sec .book {
    background-color: transparent;
    color: #000;
}

div#book .col-md-12.pets{
    padding-left:0px;
     padding-right:0px;
      margin-top: 18px; 
      position: relative;
}

div#book .col-md-12.pets select{ 
   border: 1px solid #cacaca;
    border-radius: 8px;
    height: 45px;
    width: 100%;
    outline: none;
    padding: 10px 10px 10px 30px;
    background-color: #fff !important;
    font-size: 14px;
   
}

header .col-lg-5.col-5 {
    display: flex;
    align-items: center;
}

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

.navbar-expand-lg .container{
    padding-left: 0px;
    padding-right: 0px;
}

header .col-lg-5.col-5.left {
    justify-content: flex-end;
    padding-right:30px;
}

header .col-lg-2.col-2.logo a{
    margin-left: -25px;
}
header .col-lg-5.col-5.right {
    justify-content: flex-end;
    padding-left: 0px;
    padding-right: 0px;
}

header .col-lg-5.col-5.right nav.navbar.navbar-expand-lg {
    width: 100%;
}

header .col-lg-5.col-5.right ul.main-menu-list-in.navbar-nav.menu-navbar-nav {
    justify-content: flex-start;
    align-items: center;
}

header .col-lg-5.col-5.left ul.main-menu-list-in.navbar-nav.menu-navbar-nav {
    justify-content: flex-end;
}

header .col-lg-5.col-5.left ul li {
    padding-left: 11px;
    padding-right: 11px;
}

header .navbar-expand-lg .navbar-nav .nav-link:hover{
    color:var(--secondary-text) !important;
}

header li.nav-item{
    border-right: 1px solid var(--text-white);
    height: 22.5px;
}

header li.nav-item:last-child{
    border-right: 0px solid var(--text-white);
}

header .navbar-expand-lg .navbar-nav .nav-link{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    color: var(--text-white) !important;
    text-shadow: 0px 1px 3px #000 !important;
}

section.abt-sec {
    padding: 60px 0;
    padding-top: 90px;
}

section.abt-sec .col-md-4.pck li{
    font-size:14px;
    color: var(--primary-color);
}

section.abt-sec .col-md-4.pck ul{
    height:126px;
}

section.abt-sec .image-sec img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

section.abt-sec .image-sec{
   position: relative;
    width: 540px;
    height: 632px;
    float: left;
    margin-right: 80px;
}

section.abt-sec .wel-bg {
    position: absolute;
    top: 90px;
    left: -50px;
    width: 100%;
    display: block;
    vertical-align: top;
    margin: 0 auto;
    z-index: 1;
    max-width: 472px;
    width: 100%;
    height: 500px;
    background: transparent;
    border: 20px solid var(--secondary-color);
}

section.abt-sec .wel-bg img{
    display:none;
}

section.abt-sec .col-7.right{
    padding: 30px 80px 50px;
}

section.abt-sec .head-area {
    padding-top: 33px;
}

section.abt-sec em{
    display: block;
    text-align: left;
    color: var(--text-black);
    font-size: 17px;
    font-weight: 500;
    padding-left: 70px;
    position: relative;
    font-style: normal;
}

section.abt-sec em:before{
    position: absolute;
    left: 0;
    content: '';
    width: 57px;
    background: var(--secondary-text);
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: 0.02em;
}

section.abt-sec h2{
    font-size: 70px;
    margin-bottom: 0;
    font-weight: 400;
    padding: 0;
    text-align: left;
    letter-spacing: 0.02em;
}

section.abt-sec span{
   position: relative;
    right: 0px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    font-size: 50px;
}

section.abt-sec p span{
    justify-content: flex-start;
}

section.abt-sec p{
    display: block;
    line-height: 26px;
    letter-spacing: 0.02em;
    margin: 18px 0;
    font-size: 14px;
    text-align: justify;
}

.bttn a{
   padding: 0.7rem 2rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.2rem;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
    display: inline-block;
    font-weight: 500;
}

.bttn a:hover{
    background: #fff;
    color: var(--secondary-text);
}



section.featured-prop .bttn {
    margin-top: 30px;
    text-align: center;
}

section.featured-dest .col-4.first {
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: center;
    justify-content: center;
}

section.featured-dest h2 span{
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    display:block;
}

section.featured-dest .border {
    border: 0px solid !important;
    border-top: 3px solid var(--secondary-text) !important;
    width: 90px;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 20px;
}

section.featured-dest img{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 250px;
    top: 0px;
    object-fit: cover;
    transition: all 0.5s ease;
    transform: scale(1);
}

section.featured-dest a:hover img{
    transform: scale(1.1);
}

section.featured-dest .img-area {
    position: relative;
    height: 250px;
    overflow:hidden;
}
section.featured-dest p.tag{
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
    width:100%;
}

section.featured-dest h2{
    text-align: left;
    font-size: 36px;
    width: 100%;
}
section.featured-dest .dest-content{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.4);
    height: 250px;
}

section.featured-dest a {
    position: relative;
    display: block;
}

section.featured-dest .col-4 , section.featured-dest .container-fluid{
    padding: 0px;
}

section.featured-dest .col-4{
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

section.featured-dest .col-4.third, section.featured-dest .col-4.sixth {
    border-right: 0px solid;
}

section.featured-dest .col-4.sixth {
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

section.featured-dest .col-4.sixth h2, section.featured-dest .col-4.sixth h2 span{
    text-align: center;
}

section.featured-dest .col-4.sixth h2{
    font-size: 28px;
}

section.featured-dest {
    padding: 0px;
}

section.featured-dest .col-4.sixth a{
    padding: 0.7rem 2rem;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.2rem;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
    display: inline-block;
    font-weight: 500;
}

section.featured-dest .col-4.sixth a:hover{
    background: #fff;
    color: var(--secondary-text);
}

section.featured-dest h3{
    font-size: 25px;
    margin-bottom: 0px;
    color: var(--text-white);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    text-shadow: 0px 0px 3px #000;
}

section.featured-spaces {
    padding: 70px 20px;
}
section.featured-spaces h2{
    text-align:center;
}
section.featured-spaces .atr{
    padding: 0px;
    position: relative;
    overflow: hidden;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

section.featured-spaces .col-5.first.atr {
    height: 480px;
}

section.featured-spaces .atr .item {
    align-items: center;
    background-color: transparent;
    color: white;
    display: flex;
    height: 100%;
    /* overflow: hidden; */
    justify-content: center;
}

section.featured-spaces a {
    width: 100%;
    height: 480px;
    /* overflow: hidden; */
    display: block;
}

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

section.featured-spaces .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);
}

section.featured-spaces img {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 480px;
    top: 0px;
    object-fit: cover;
    transition: all 0.5s ease;
}
section.featured-spaces .overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

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

section.featured-spaces .attr-content h3 {
    font-size: 22px;
    font-weight: 500;
    color: var(--text-white);
    text-shadow: 0px 0px 4px #000;
    font-family: var(--primary-color);
    margin-bottom: 0px;
}

.attr-content .main-btn {
    padding: 0.7rem 2rem;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.2rem;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
    display: inline-block;
    font-weight: 500;
    width: 180px;
    margin: auto;
    height: 44px;
    transition: all 0.6s ease;
    position: absolute;
    bottom: -200px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.attr-content .main-btn:hover{
     background: #fff;
    color: var(--secondary-text);
}

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

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

section.featured-spaces a:hover .main-btn {
    bottom: -80px;
}

section.featured-spaces .col-7.second.atr {
    border-bottom: 0px solid;
}

section.featured-spaces .fifth a, section.featured-spaces .fifth .img-area, section.featured-spaces .fifth img, section.featured-spaces .sixth a, section.featured-spaces .sixth .img-area, section.featured-spaces .sixth img {
    height: 238px;
}

section.featured-spaces .seventh a, section.featured-spaces .seventh .img-area, section.featured-spaces .seventh img, section.featured-spaces .eighth a, section.featured-spaces .eighth .img-area, section.featured-spaces .eighth img {
    height: 238px;
}

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

footer {
    /* margin-top: 4rem; */
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    width: 100%;
    padding: 60px 0 0;
    background-position: left 75%;
    background: #000;
}

.footer_overlay {
    width: 100%;
    height: 100%;
    /* background: #00000085; */
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

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

.footer-social ul {
    padding-left: 0;
    margin-left: 0;
    width: 200px;
    text-align: center;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.footer-social ul {
    padding-left: 0;
    margin-left: 0;
    width: 200px;
    text-align: center;
}

.footer-social ul li {
    display: inline-block;
    color: var(--text-white);
    margin-right: 10px;
}

.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);
}

.footer_links h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    font-family: var(--primary-font);
    font-weight: 700;
}

.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_links ul li{
    color:var(--text-white);
}

ul.footer_link.f-nav li a:hover{
    color:var(--secondary-color);
}

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

footer ul.footer_link.f-nav a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    font-size: 14px;
}

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

.copyright p {
    color: white;
    margin: auto;
    font-size: 14px;
}

.right_copyright {
    text-align: right;
}

.right_copyright p img {
    width: 135px;
}

footer ul.footer_link.f-nav li{
   width: 100%;
    margin-bottom: 0px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--text-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer ul.footer_link.f-nav li i{
    font-size: 16px;
}
.footer_logo {
    text-align: center;
}

footer .container-fluid {
    padding-left: 40px;
     padding-right: 40px;
      z-index: 1;
    position: relative;
}

footer .content-area p{
    color: var(--text-white);
    font-size: 14px;
}

footer .col-md-4{
    border-right: 1px solid var(--text-white);
    padding-left: 20px;
    padding-right: 20px;
}

footer .col-md-4:last-child{
    border-right: 0px solid var(--text-white);
}

input::placeholder{
    color:var(--text-black);
    opacity:1;
}



section.contact-page-section h5{
    font-size: 20px;
    font-weight: bold;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

section.contact-page-section .col-lg-4 {
    border-right: 1px solid #cdcdcd;
    padding-left: 20px;
    padding-right: 20px;
}

section.contact-page-section .col-lg-4:last-child {
    border-right: 0px solid #cdcdcd;
}

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

section.contact-page-section h3{
    font-weight: 600;
    color: var(--secondary-color);
}

section.contact-page-section .border{
    border: 0px solid !important;
    border-top: 3px solid var(--secondary-text) !important;
    width: 90px;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 20px;
}

section.contact-page-section .form-group.col-lg-12.col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 15px;
}

section.contact-page-section label{
    position: relative;
    color: #2b2b2b;
    font-size: 16px;
    text-align: left;
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
}

.contact-form .ui-selectmenu-button.ui-button, .contact-form .form-group input, .contact-form .form-group select, .contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    font-size: 13px;
    color: #060606;
    line-height: 34px;
    font-weight: 400;
    border-radius: 0px;
    padding: 10px 20px 10px 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form textarea#msg {
    height: 100px;
}

section.contact-page-section button{
    padding: 0.7rem 2rem;
    margin-top: 0px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.2rem;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
    display: inline-block;
    font-weight: 500;
}

section.contact-page-section button:hover{
    background: #fff;
    color: var(--secondary-text);
}

.privacy h2 {
    text-align: left;
    font-size: 32px;
}

.privacy h3 {
    margin-top: 30px;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
}

section.destination h2{
    margin-bottom: 30px;
}

section.featured-prop.prop.destination .addr {
    display: flex;
    align-items: center;
    justify-content: center;
     margin-top: 0px; 
    height: 100%;
}

.btn {
    display: inline-block;
    color: #ffffff;
    padding: 32px;
    position: relative;
    letter-spacing: 1px;
}

.btn__circle, .btn__text, .btn__white-circle {
    position: absolute;
}

.btn__circle {
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 100%;
    width: 100%;
    box-shadow: 0 0 1px 1px #bd8487;
    transition: 0.3s linear;
}

.btn__white-circle path{
    fill:#fff;
}

.btn__white-circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: var(--secondary-color);
    display: flex;
    transition: 0.3s ease-in-out;
}

.btn__white-circle svg {
    width: 24px;
    height: 24px;
    margin: auto;
}

.btn__text {
    top: 50%;
    color: var(--secondary-color);
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 2;
    padding: 24px 8px;
    transition: 0.3s linear;
    font-weight: 500;
}

.btn:hover .btn__circle {
    transform: scale(0);
}

.btn:hover .btn__white-circle {
    transform: translate(-50%, -50%) scale(1);
}

.btn:hover .btn__text {
    transform: translate(40px, -50%);
    color:var(--secondary-color);
}

a#more1, a#less1 {
    padding: 0.7rem 2rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.2rem;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
}

a#more1:hover, a#less1:hover{
     background: #fff;
    color: var(--secondary-text);
}

.abtcontent {
    height: 300px;
    overflow: hidden;
}

a#less1{
    display:none;
}

.mob-nav{
     display:none;
}

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

.tax-area {
    margin-top: 10px;
}

.tax-area .col-md-6{
    padding-left:0px;
}

.tax-area a {
    color: var(--secondary-text);
    font-weight: bold;
}

button.btn.btn-danger {
    padding: 10px;
    background: var(--secondary-text);
    border-color: var(--secondary-text);
}

button.btn.btn-danger:hover {
    background: #fff;
    color: var(--secondary-text);
}

.breadcrumb.property-list .booking-area{
    padding: 10px 15px;
}

div#myModal .modal-header {
    padding: 10px 1rem;
}

div#myModal .ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: 0;
}

.modal-body hr{
    margin: 10px 0;
}

.modal .col-md-4 {
    display: flex;
    align-items: center;
}

.modal .form-check {
    margin-top: 10px;
}

.modal-footer .btn-info {
    padding: 10px;
}

div#paypal-button-container {
    max-width: 400px;
    margin: auto !important;
    margin-top: 30px !important;
}

section.list-content .listing {
    overflow: hidden;
    overflow-y: scroll;
    height: 430px;
}

.pagination {
    display: flex;
    padding-left: 0;
    justify-content: center;
    margin-top: 20px;
    list-style: none;
}

div#model-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: #000000c2;
}
div#model-form .modal-dialog {
    max-width: 600px;
}

div#model-form .modal-header {
    flex-direction: column;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
    border-bottom: 0px solid;
}

div#model-form .modal-body, div#model-form .modal-footer {
    padding-left: 60px;
    padding-right: 60px;
}

div#model-form img{
    width: 200px;
    display: block;
    margin: auto;
}

div#model-form h3 {
    font-size: 25px;
    margin-top: 10px;
}

div#model-form .modal-header p {
    text-align: center;
    margin-bottom: 0px;
    font-size:14px;
}

div#model-form label {
    font-size: 14px;
    margin-bottom: 10px;
}

div#model-form input#form_email {
    font-size: 14px;
    border-radius: 0px;
    padding: 0.39rem 0.75rem;
    margin-bottom: 20px;
}

div#model-form .modal-footer {
    border-top: 0px solid;
}

div#model-form button.list {
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
    padding: 0.7rem 2rem;
    margin-top: 0px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.2rem;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
    display: inline-block;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

div#model-form button.list:hover{
    background: #fff;
    color: var(--secondary-text);
}
div#model-form hr {
    width: 100%;
    background-color: #403F42;
    line-height: 1px;
}

div#model-form .bottom-cont p{
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
}

div#model-form .bottom-cont a{
    color: var(--secondary-text);
    text-decoration:underline;
}

div#model-form button.btn-close {
    position: absolute;
    right: 20px;
}

.sub-cont {
    height: 190px;
    overflow: hidden;
}

section.abt-sec.sub .col-md-4.pck  .sub-cont ul{
    height: auto;
}

section.abt-sec.sub .row {
    gap: 30px 0;
}

.amenity div h4{
    padding:0px;
    font-size:20px !important;
}

.row.amnt .row{
    padding:0px;
}


/*===============================blog page section css start================================*/
.blog-content a.blog-read:hover{background-color: var(--text-white);color: var(--secondary-color);}
.blog-headings p{padding: 0% 27%;}
.blog-content{padding: 15px;}
.blog-headings{text-align: center; padding-bottom: 40px;}
.blog-headings h5{color: #00E5CC;font-size: 18px;font-weight: 500;text-transform: uppercase;margin-bottom: 13px;}
.blog-headings h2{color: #000E44;font-size: 42px;font-weight: 700;/* text-transform: uppercase; */margin-bottom: 14px;}
.blog-headings p{color: #848E9F; font-size: 16px; font-weight: 400;}
.home-blog-image img{width: 100%;border-radius: 0px;border-bottom-left-radius: 0;border-bottom-right-radius: 0;
    height: 230px;
    object-fit: cover;
}
.blog-category{color: #848E9F;font-size: 16px;font-weight: 400;position: absolute;bottom: 10px;right: 10px;background-color: #731a17;padding: 5px 23px;border-radius: 50px;color: #fff;box-shadow: 0px 0px 10px #fff;}
.blog-category a{color: #fff;}
.home-blog-image{position: relative; margin-bottom: 0px;}
.blog-date {color: #000;font-size: 14px;font-weight: 500;margin-left: 20px;
    letter-spacing:0px;
}
.blog-feat{margin-top: 10px;margin-bottom: 9px;}
.blog-date:first-child{margin-left: 0px;
    letter-spacing: 0px;}
.blog-date i{color: var(--secondary-color);
    font-size: 15px;}
.blog-content h4 a{font-weight: 500;
    font-size: 23px;
    text-decoration: none;
    line-height: 15px;
    color: var(--secondary-color);}
.blog-content p{color: #000;
    font-size: 16px;
    font-weight: 400;
    max-height: 104px;}
.blog-content a.blog-read{color: #fff;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--secondary-text);
    border: 1px solid var(--secondary-text);
    padding: 8px 16px;
    display: inline-block;
    margin-top: 7px;
    border-radius: 0.2rem;
    text-decoration: none;
    margin-bottom: 12px;}
.blog-content a.blog-read i{margin-left: 5px;font-size: 14px;}
.blog-wrapper{padding: 70px 0px 0px;}
.blog-page{margin-bottom: 30px;background-color: #fff;/* padding: 15px; */border-radius: 0px;box-shadow: 0 2px 20px rgb(0 0 0 / 15%);}
.blog-content h4{line-height: 1.1;
    margin-bottom: 20px;
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    height: 52px;
    overflow: hidden;}

/*=================================blog page section css end==============================*/

/*=================================Blog detail section css start==================================*/
.blog-detail-page-title h3{font-size: 24px; text-align: center; margin-bottom: 30px; color: #000E44; font-weight: 600; }
.blog-detail-image img{width: 100%;height: 370px;max-height: 370px;object-fit: cover;}
.blog-detail-image{position: relative; margin-bottom: 20px;}
.blod-detail-description h1{color: var(--secondary-color);text-decoration: none;font-size: 34px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blod-detail-description h2{color: var(--black-color);text-decoration: none;font-size: 30px;margin-top: 35px;font-weight: 600;margin-bottom: 15px;text-transform: initial;}
.blod-detail-description h3{    color: var(--secondary-color);
    text-decoration: none;
    font-size: 24px;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 15px;
line-height: 30px;}
.blod-detail-description h4{color: #000E44;text-decoration: none;font-size: 20px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blod-detail-description h5{color: #000E44;text-decoration: none;font-size: 18px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blod-detail-description h6{color: #000E44;text-decoration: none;font-size: 16px;margin-top: 10px;font-weight: 600;margin-bottom: 15px;}
.blog-detail-title{margin-top: 20px;}
.blod-detail-description p{text-align: justify;font-size: 15px;font-weight: 400;color: #000;}
.blod-detail-description{margin-top: 13px;}
.blog-detail-wrapper .widget {padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    margin-bottom: 30px;}
h2.widget-title, h2.widgettitle {font-size: 26px;
    padding-bottom: 18px;
    margin-bottom: 30px;
    position: relative;
    color: var(--secondary-color);
    font-weight: 500;
    font-family: var(--secondary-font);}
.blog-detail-wrapper .widget-title:after{position: absolute;content: '';width: 63px;height: 2px;background-color: var(--secondary-color);bottom: 6px;left: 0;}
#secondary .widget ul {margin: 0; padding-left: 0; list-style-type: none; }
.blog-detail-wrapper .widget ol li, .blog-detail-wrapper .widget ul li {padding: .72rem 0; border-bottom: 1px solid #e8ecef; border-top: 1px solid #e8ecef; list-style-type: none; padding-left: 0; display: flex; justify-content: space-between; }
.blog-detail-wrapper .widget_categories ul{padding-left: 0;}
.blog-detail-wrapper .widget ol li:first-child, .blog-detail-wrapper .widget ul li:first-child {border-top: none; padding-top: 0; }
#secondary .widget ul li {position: relative; }
.blog-detail-wrapper .widget_categories li a {display: flex; color: #000!important; font-size: 16px; text-decoration: none; }
.blog-detail-wrapper .widget_categories li a i {display: flex; color: #000!important; padding-left: 20px; font-size: 19px; padding-right: 14px; padding-top: 7px; }
.blog-detail-wrapper .widget_recent_entries img {margin-right: 17px; height: 74px; max-width: 75px; display: block; object-fit: cover; border-radius: 10px; }
.blog-detail-wrapper .widget_recent_entries li.item-recent-post .title-post {display: flex; flex-direction: column; width: 100%;}
.blog-detail-wrapper .widget_recent_entries li.item-recent-post a {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;line-height: 1.3;max-height: 2.6em;margin-bottom: .5em;font-size: 17px;color: #000;text-decoration: none;font-weight: 600;}
.blog-detail-wrapper .widget_recent_entries .post-date {display: block;font-size: 14px!important;font-size: .6875rem;color: var(--secondary-color);text-transform: uppercase;}
.blog-detail-wrapper .widget_recent_entries ul{padding-left: 0px;}
.feat_blog_con p span {color: var(--text-black);font-size: 16px;margin-right: 17px;font-weight: 400;}
.feat_blog_con p span a {color: var(--secondary-color);font-size: 15px;margin-right: 17px;font-weight: 400; text-decoration: none;}
.blog-detail-image{position: relative;}
.blog-detail-image img{border-radius: 10px;}
.blog-detail-image .blog-detail-cat{font-size: 16px;font-weight: 400;position: absolute;bottom: 10px;right: 10px;background-color: #721915;padding: 5px 23px;border-radius: 50px;color: #fff;box-shadow: 0px 0px 10px #fff;}
.blog-detail-image .blog-detail-cat a{color: #fff; text-decoration: none;}
.blog-detail-wrapper  .blod-detail-description img{width:100%;}

section.blog-detail-wrapper.mt-5 {
    margin-top: 0px !important;
}

.blod-detail-description span{
    font-family: var(--primary-font);
    font-size:16px;
}

.blod-detail-description a span, .blod-detail-description a{
    color:var(--secondary-color) !important;
    text-decoration-color: var(--secondary-color) !important;
}

.feat_blog_con i{
     color:var(--secondary-color);
}
h1.blog-head{
    text-align: center;
    font-weight: 600;
    color: var(--text-white);
    text-shadow: 0px 0px 3px #000;
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 40px;
}
.loader {
    background: #fff;
    box-shadow: 0 0 2px #000;
    padding: 25px;
    border-radius: 20px;
    width: 400px;
    margin: auto;
    text-align: center;
    /* display: none; */
}
.loader p{
    font-size: 13px;
    margin-bottom: 0px;
    text-align: center;
}
.loader p.logo-text {
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
.loader img{
    width: 300px;
}
.loader img.img-fluid.logo-loader {
    width: 200px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.loader-head{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    background: #00000069;
    z-index: 9;
}
/*=================================Blog detail section css end==================================*/