*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root{
    /*background-color: ;*/
    --primary-color: #021032;
    --secondary-color: #099ade;
    --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: #099ade;
    --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);
}
::-webkit-scrollbar{
    width: .375rem;
}
::-webkit-scrollbar-track{
    background: var(--secondary-color);
}
::-webkit-scrollbar-thumb{
    background: var(--primary-color);
}

section{
    padding: 3rem 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: 30px;
    color: var(--primary-text);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

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

p.tag{
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 20px;
    color: var(--teritiary-text);
    text-align: center;
}
h3{
    margin-bottom: 19px;
    line-height: 1.5rem;
    font-weight: 400;
    font-size: 28px;
    color: var(--text-black);
    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;
}

.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: 15px;
    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;
}

.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: 130px;
    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;
}
.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: 1px solid var(--border-color);
    border-radius: 32px;
    background-color:var(--text-white);
    padding: 10px 5px;
    width: 80%;
    margin-bottom: 20px;
    box-shadow: 0px 3px 0px 1px rgba(0, 0, 0, 0.7);
}

.video-btn-area a{
 text-decoration: none;
    padding: 1.5rem 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-btn-area .container{
    position: relative;
}

.video-btn-area{
    position: absolute;
    width: 100%;
    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: 21px;
    color: var(--teritiary-text);
    top: 22px;
}

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

.booking-area form .dest i{
    top: 23px;
    left: 20px;
}

input#show-target-data {
    text-indent: 17px;
}

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

.booking-area input{
    text-indent: 12px;
    background-color: transparent !important;
}

.booking-area .adult-popup{
   box-shadow: 0px 0px;
    border-radius: 20px;
    padding: 0px 20px;
    width: 310px;
    position: absolute;
    display: none;
    z-index: 9;
    background: transparent;
}

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


.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: 48px;
    height: 48px;
    border-radius: 50%;
    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: absolute;
    width: 48px;
    padding-left: 0px;
    padding-right: 0px;
    right: 5px;
}

.profile 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{
    font-size:14px;
    color:var(--primary-text) !important;
    width:100%;
    display: block;
        text-shadow: 0px 0px 0px;
}

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


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

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


.profile{
    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;
}

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

.logo img{
    width: 125px;
}

.logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

section.featured-prop{
    padding: 3rem 40px;
    background-color: var(--bg-white);
    position: relative;
    margin-top: 0px;
}

.prop img{
  width: 100%;
    height: 280px;
    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(--teritiary-text);
    font-weight: 400;
}

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

.prop .addr p{
    font-weight:600;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 20px;
    overflow: hidden;
    color: var(--primary-text);
    font-size:15px;
}

.prop .loc{
     text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    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(--primary-text);
    margin-top: 5px;
}

.prop .price p{
     color: var(--primary-text);
      font-weight:600;
      font-size: 16px;
}

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

.prop .save:hover{
    color: var(--text-white);
}

.prop .col-lg-3, .prop .col-lg-6{
    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.1);
}

.prop .prop-image{
    overflow:hidden;
    border-radius:10px;
    height:100%;
}

.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:16px;
}

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



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: 481px;
}

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

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

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: 300px;
    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: 300px;
    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;
}

.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;
}
section.signup h2{
    text-transform:uppercase;
}

.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: 120px;
}

.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 label{
font-size: 13px;
    line-height: 1.5;
    font-weight: bold;
    color: var(--teritiary-text);
}

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

.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: 550px;
   overflow-y: scroll;
}

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

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 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: 30px;
    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: 250px !important;
}

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

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

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

section.internal-area .col-lg-4.col-4.sidebar{
    padding-right:12px;
    margin-bottom:30px;
    z-index: 1;
}

section.internal-area .col-lg-4.col-4.sidebar input#show-target-data {
    text-indent: 3px;
}
section.internal-area .col-lg-4.col-4.sidebar form#booking_form .row{
position: relative;
    margin-top: 18px;
    padding:0;
}
section.internal-area .col-lg-4.col-4.sidebar form#booking_form .col-md-12.pets{
     padding:0;
}
.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: left;
    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;
    font-size: 14px;
}

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

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

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

#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, .sidebar 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;
}

.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: 2px solid var(--secondary-text);
    display: inline-block;
    font-weight: 600;
    padding: 8px;
    border-radius: 10px;
}
button.btn.main-btn.res:hover{
    background:transparent;
    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;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    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;
    padding-left:0px;
}

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

.amenity h4 {
    font-size: 20px !important;
    font-weight: bold;
    padding: 0px !important;
}
ul.amenities {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}
#amn{
    width:200px;
    text-align: center;
}

.amnt{
    overflow: hidden;
    height:auto;
}

.row.rev{
    gap: 2%;
    height: auto;
    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: 10px;
    background: var(--secondary-text);
    color: #fff;
    border: 2px 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: 150px;
}

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


/*===============================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 10px;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 {

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

.change-password-form label{
    margin-bottom:10px;
}

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

footer .col-lg-6.col-6.copy {
    width: 55%;
}

footer .col-lg-6.col-6.lang {
    width: 45%;
}

section#about {
    padding: 3rem 12px;
}

section#about h3.heading {
    font-family: var(--secondary-font);
    font-size: 28px;
    color: var(--primary-text);
    font-weight: 700;
    text-transform: uppercase;
}

section#about h3.heading span{
    color: var(--secondary-text);
    text-align: center;
}

.abt-para h3{
    font-size: 20px;
    color: var(--teritiary-text);
}

section#about .about-img1 img{
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: cover;
}

section#about p{
    line-height: 1.6;
}

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

section.featured-prop.prop.destination .slick-slider {
    margin-bottom: 0px;
}

section.featured-attr{
    padding: 3rem 40px;
    background-color: var(--bg-white);
}

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

section.featured-attr .atr .item {
    align-items: center;
    background-color: transparent;
    color: white;
    display: flex;
    height: 100%;
    /* overflow: hidden; */
    justify-content: center;
}
section.featured-attr a {
    width: 100%;
    height: 480px;
    /* overflow: hidden; */
    display: block;
}
section.featured-attr .img-area {
    height: 480px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
section.featured-attr .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-attr img {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 480px;
    top: 0px;
    object-fit: cover;
    transition: all 0.5s ease;
}
section.featured-attr .overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section.featured-attr .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-attr .attr-content h3 {
    font-size: 20px;
    color: var(--text-white);
    text-shadow: 0px 0px 4px #000;
    font-family: var(--primary-font);
    margin-bottom: 0px;
}
section.featured-attr .attr-content .main-btn {
    width: 180px;
    margin: auto;
    /* height: 40px; */
    transition: all 0.6s ease;
    position: absolute;
    bottom: -200px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    padding: 0.6rem 0.5rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 10px;
    background: var(--secondary-text);
    color: #fff;
    border: 2px solid var(--secondary-text);
    display: inline-block;
    font-weight: 700;
}

section.featured-attr .attr-content .main-btn:hover{
    background: var(--text-white);
    color: var(--secondary-text);
}

section.featured-attr a:hover .img-area:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
section.featured-attr a:hover .attr-content {
    bottom: calc(50% + 35px);
    -webkit-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
}
section.featured-attr a:hover .main-btn {
    bottom: -80px;
}
section.featured-attr .col-7.second.atr {
    border-bottom: 0px solid;
}
section.featured-attr .fifth a, section.featured-attr .fifth .img-area, section.featured-attr .fifth img, section.featured-attr .sixth a, section.featured-attr .sixth .img-area, section.featured-attr .sixth img {
    height: 238px;
}
section.featured-attr .seventh a, section.featured-attr .seventh .img-area, section.featured-attr .seventh img, section.featured-attr .eighth a, section.featured-attr .eighth .img-area, section.featured-attr .eighth img {
    height: 238px;
}
section.featured-attr .third a, section.featured-attr .third .img-area, section.featured-attr .third img, section.featured-attr .fourth a, section.featured-attr .fourth .img-area, section.featured-attr .fourth img {
    height: 286px;
}

section.featured-attr .pro-btn .main-btn{
    width: 180px;
    margin: auto;
    height: 50px;
    transition: all 0.6s ease;
    padding: 0.8rem 0.5rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 10px;
    background: var(--secondary-text);
    color: #fff;
    border: 2px solid var(--secondary-text);
    display: block;
    font-weight: 700;
    margin-top: 30px;
}
section.featured-attr .pro-btn .main-btn:hover{
    background: var(--text-white);
    color: var(--secondary-text);
}

/*Attraction page css*/
.summary-section .row {
    margin-bottom: 6rem;
}
.summary-section .inner-column .image img {
    width: 106%;
    display: block;
    height: 515px;
    object-fit: cover;
    box-shadow: 0px 0px 4px #060606;
    max-width: 107%;
    position: absolute;
    border-radius: 30px;
}
.inner-column-content {
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0px 0px 1px #060606;
    right: 0;
    top: 20px;
    background: #fff;
    min-height: 435px;
    z-index: 1;
    padding: 20px;
    height: 100%;
}
section.summary-section a {
    position: relative;
    color: var(--primary-text);
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 28px;
    font-family: var(--secondary-font);
}
.line {
    height: 2px;
    width: 100px;
    background: var(--secondary-text);
    position: relative;
    top: -7px;
}
.summary-section p {
    position: relative;
    color: var(--teritiary-text);
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 12px;
}
.dot {
    position: absolute;
    right: -2rem;
    bottom: -3.6rem;
    left: auto;
    text-align: end;
    width: fit-content;
}
.summary-section .row:nth-child(even) .inner-column .image img {
    right: 0;
}
.summary-section .row:nth-child(even) .dot {
    left: -2rem;
}
section.Blog-details img {
    width: 100%;
    max-width: 45%;
    margin-right: 20px;
    height: auto;
    max-height:600px;
    min-height:400px;
    object-fit: cover;
}
section.Blog-details .container {
    display: flex;
}


section.main-contaier.details .col-md-12{
    padding:0px;
}

section.get-quote-sec {
    padding: 3rem 0px;
}

section.get-quote-sec h2 {
    margin-bottom: 20px;
}

section.get-quote-sec .col-md-12{
    padding:0px;
}
section.get-quote-sec th {
    background: var(--secondary-text);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
}
section.get-quote-sec label {
    margin-bottom: 10px;
    margin-top: 10px;
}
section.get-quote-sec button.btn.main-btn.res {
    width: 200px;
}
section.get-quote-sec form .row.text-center.mt-4.bttn {
    margin-top: 0px !important;
}

.video-btn-area .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 0px;
    position: relative;
    background: var(--text-white);
    color: var(--secondary-text);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-btn-area .icon i{
text-shadow: 0px 0px;
font-size: 20px;
}

.video-btn-area .cont{
    width: 90%;
}

.video-btn-area a{
    display:flex;
    align-items:center;
    justify-content: space-between;
}
.video-btn-area a div{
    width: 90%;
}
.video-btn-area a p {
    color: var(--text-white);
    text-shadow: 1px 1px 4px #000;
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 1.3;
    margin-top: 5px;
}
.video-btn-area a:hover .icon{
    background: var(--secondary-text);
    color: var(--text-white);
}

.video-btn-area .container-upper, .video-btn-area .container-top {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.video-btn-area .container-upper a, .video-btn-area .container-top a{
    box-shadow: -1px -2px 1px 0px rgba(255, 255, 255, 0.6), 1px 2.5px 0px 1px rgba(0, 0, 0, 0.6);
    /* box-shadow: 1px 2.5px 0px 1px rgba(0, 0, 0, 0.6); */
    border-radius: 20px;
}

.video-overlay {
    background: linear-gradient(180deg,rgba(0,0,0,.3) 0,rgba(0,0,0,.11528361344537819) 50%,rgba(0,0,0,1) 100%);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
}
.animated-separator {
    position: absolute;
    background: #fff;
    left: 50%;
    right: 50%;
    height: 2px;
    opacity: 1;
    -webkit-animation: 3s forwards wide;
    -moz-animation: 3s forwards wide;
    -o-animation: 3s forwards wide;
    animation: 3s forwards wide;
    animation-timing-function: cubic-bezier(.075,.82,.165,1);
    animation-delay: .3s;
}
.animated-separator.ontop {
    top: 0;
}
.animated-separator:before {
    content: '';
    position: absolute;
    right: 100%;
    width: 5px;
    top: -2px;
    height: 5px;
    border: 1px solid #fff;
    transform: rotate(45deg);
}
.animated-separator:after {
    content: '';
    position: absolute;
    left: 100%;
    width: 5px;
    height: 5px;
    top: -2px;
    border: 1px solid #fff;
    transform: rotate(45deg);
}
.video-btn-area .container ul{
    display: flex;
    list-style-type: none;
    padding-left: 0px;
    align-items: center;
    margin-bottom: 0px;
    width: 100%;
}
.video-btn-area .container  ul li{
    width:100%;
}

.video-btn-area ul span {
    display: block;
}
.video-btn-area span.label {
    text-transform: uppercase;
    opacity: .6;
    font-size: 11px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 1px;
    color: var(--text-white);
}
.video-btn-area span.title {
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    margin-bottom: 0;
    font-family: var(--primary-font);
    color: var(--text-white);
    text-shadow: 1px 1px 4px #000;
    text-transform: uppercase;
}
.video-btn-area i.fa-solid.fa-arrow-right {
    background: rgba(255,255,255,.01);
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.4);
    width: 40px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    margin-left: 40px;
    transition: all 350ms ease-out;
    font-size: 18px;
    color: var(--text-white);
}
.video-btn-area li.vacation {
    border-left: 2px dotted #ffffff54;
}

.video-btn-area ul a:hover i.fa-solid.fa-arrow-right {
    background: rgba(255,255,255,.4);
    border: 1px solid rgba(255,255,255,.01);
}
section.About-sec {
    padding: 3rem 0px;
}
.About-sec th {
    background: var(--secondary-text);
    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: 14px;
    color: #212529;
}
.About-sec .book {
    background-color: transparent;
    color: #000;
    border-color: transparent;
}

div#paypal-button-container {
    padding: 0px;
    width: 50%;
    margin: 30px auto !important;
}

section.get-quote-sec td{
    font-size:14px;
}
input[type="file"] {
    width: 100%;
}
p.card-title.text-center.mb-5.rounded {
    margin-bottom: 1rem !important;
}

section.About-sec.rental form{
    padding:0px;
}

iframe#iframepdf img{
    width:100% !important;
}
#sig-canvas{
    width:100% !important;
}
button#sig-submitBtn, button#sig-clearBtn{
    width: 180px;
    /* margin: auto; */
    height: 50px;
    transition: all 0.6s ease;
    padding: 0.8rem 0.5rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 10px;
    background: var(--secondary-text);
    color: #fff;
    border: 2px solid var(--secondary-text);
    font-weight: 700;
}

button#sig-submitBtn:hover, button#sig-clearBtn:hover{
    background: var(--text-white);
    color: var(--secondary-text);
}

section.main-contaier .row.upper a.save:hover{
    background: transparent;
    color: var(--secondary-text);
}

.row.upper .col-lg-8{
    padding:0px;
}

section.main-contaier.cont{
    padding-bottom:20px;
}
.owner-profile .col-lg-12, .owner-profile .col-md-12{
    padding:0px;
}

.owner-profile label {
    margin-bottom: 10px;
}
.owner-profile textarea{
    margin-bottom:20px;
}

.owner-profile button.btn.btn-success {
    width: 180px;
    margin-top: 0px;
    background: var(--secondary-text);
    color: #fff;
    border: 2px solid var(--secondary-text);
    display: inline-block;
    font-weight: 600;
    padding: 8px;
    border-radius: 10px;
    font-size:14px;
}

.owner-profile button.btn.btn-success:hover{
    background: transparent;
    color: var(--secondary-text);
}

section.list-content.mountain .col-lg-12.col-12.content-area {
    padding-top: 0px;
    padding-bottom: 0px;
}

section.list-content.mountain {
    padding: 3rem 12px;
}

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

section.list-content.mountain a:hover{
     color: var(--secondary-text);
}
input#amount {
    color: var(--secondary-text) !important;
}
.modal .col-md-4 {
    display: flex;
    align-items: center;
}

.modal-footer .btn-info{
    background: var(--secondary-text);
    color: #fff;
    border: 2px solid var(--secondary-text);
    display: inline-block;
    font-weight: 600;
    padding: 10px;
    border-radius: 0.2rem;
    font-size: 14px;
}
.modal-footer .btn-info:hover{
    background: transparent;
    color: var(--secondary-text);
}

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

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

section.featured-prop.prop.destination .col-4 img {
    height: 300px;
}

section.featured-prop.prop.destination .col-4 .prop-image{
    height:auto;
}

section.featured-prop.prop.destination .col-4:hover .prop-image img {
    transform: scale(1.1);
}

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;
}
.alert.alert-danger.text-center {
    background-color: var(--secondary-text) !important;
    border-color: var(--secondary-text) !important;
}

.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;
}
div#menu-toggle2, span#close-menu{
    display:none;
}
.user-detail-content ul {
    padding-left: 0px;
}

.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);
}
.change-profile-form .form-group {
    margin-bottom: 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-profile-form button.change-password-button {
    margin-top: 20px;
}

.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);
}
.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;
}
.list-elips {
    text-align: center;
    cursor: pointer;
    /* height: 45px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-elips i {
    font-size: 25px;
}
.active-list-pro a {
    width: 130px;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 5px;
}
.bg-info {
    background-color: var(--secondary-text) !important;
}
.card-header.bg-info h6.card-title {
    color: white;
    font-weight: 500;
    letter-spacing: 0px;
}
a.btn.btn-app.btn-sm {
    background: var(--text-white);
    color: var(--secondary-text);
}
.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;
}
div#custom-tabs-three-tabContent .container.tab-pane {
    padding-left: 0px;
    padding-right: 0px;
}
.user-dashboard-wrapper form button.btn.btn-success {
    margin-left: 12px;
    padding: 0.7rem 2rem;
    font-size: 14px;
}
.btn-success {
    border-radius: 0.2rem;
    background: var(--secondary-text);
    color: #fff;
    border: 1px solid var(--secondary-text);
}
.btn-success:hover {
    background: #fff;
    color: var(--secondary-text);
    border-color: 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;
}
h3.booking-my, .row.man-book h3 {
    margin-bottom: 0px;
}
.row.bok .col-md-12, .row.bok .col-md-6 {
    padding-left: 0px;
    padding-right: 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 .select2-container--default .select2-selection--single {
    height: 37px;
    padding: 5px;
}
.bg-info h3.card-title {
    color: #fff;
}
.btn-outline-success {
    color: var(--secondary-color) !important;
    border-color: var(--secondary-color);
}
.btn-outline-success:hover {
    color: #fff !important;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
li.list-group-item.single-owner-guest-message {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 0px solid;
        border-radius: 20px;
    margin-bottom: 5px;
    cursor:pointer;
}

li.list-group-item.single-owner-guest-message p{
    width: 100%;
    margin-bottom: 0px;
    font-size:14px;
    font-weight:500;
}

.row.chat-bar .col-md-9{
    padding-left: 0px;
    border: 1px solid #dddd;
    border-left: 0px solid;
    padding-bottom: 20px;
    padding-right: 0px;
}
li.list-group-item.single-owner-guest-message:first-child{
     background: #099ade;
    color: var(--text-white);
}

li.list-group-item.single-owner-guest-message:first-child p{
    color: var(--text-white);
}

li.list-group-item.single-owner-guest-message:hover{
    background: #099ade;
    color: var(--text-white);
}

li.list-group-item.single-owner-guest-message:hover p{
     color: var(--text-white);
}

.row.chat-bar .div-header-data {
    padding: 10px 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #dddd;
}

.row.chat-bar span#email-data-by-web {
    display: none;
}

.row.chat-bar span#name-data-by-web {
    width: 100%;
    display: inline-block;
    font-weight: 600;
}

#message-list-data::-webkit-scrollbar-track{
    background:#000;
}
#message-list-data::-webkit-scrollbar-thumb{
    background:var(--secondary-color);
}

#message-list-data .text-success.text-center {
    border: 0px solid !important;
    color: #000 !important;
}

#message-list-data .text-success.text-center a{
    color:var(--secondary-color);
}

.row.chat-bar .single-head {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    height: 71px;
    border-bottom: 1px solid #dddd;
}

.row.chat-bar .single-head  p {
    margin-bottom: 0px;
    font-weight: bold;
}
.row.chat-bar .col-md-3{
border: 1px solid #dddd;
    padding: 0px;
    margin-bottom: 0px;
}
ul#parent-owner-guest-message {
    padding: 15px;
}

.mt-timeline-icon img{
   width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100px;
}
ul#reply-result {
    list-style: none;
    padding-left: 20px;
    padding-right: 20px;
}
li.mt-item.mt-item-right.guest, li.mt-item.mt-item-right {
    display: flex;
    width: 100%;
    align-items: flex-end;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: flex-end;
    gap: 15px;
}

li.mt-item.mt-item-Left.guest, li.mt-item.mt-item-Left {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    align-items: flex-end;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: flex-end;
    gap: 15px;
}

#message-list-data .content-area {
   width: auto;
    max-width: 50%;
}

li.mt-item.mt-item-right.guest .mt-content-container, li.mt-item.mt-item-right .mt-content-container {
    text-align: right;
}

pre{
  background-color: #099ade;
    height: auto;
    width: 300px;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    margin-bottom:10px;
}
pre:before{
   position: absolute;
    content: "\f0d8";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    bottom: -15px;
    transform: rotate(76deg);
    color: #099ade;
    font-size: 35px;
    left: 1px;
}

#message-list-data .txt {
    position: relative;
}

li.mt-item.mt-item-right.guest pre:before, li.mt-item.mt-item-right pre:before{
   right: 4px;
    left: auto;
    transform: rotate(269deg);
}

.row.chat-bar .col-md-9 textarea.form-control{
    height: 90px;
}

.row.chat-bar .col-md-9 button.btn.btn-success{
    margin-left:0px !important;
}

.row.chat-bar .col-md-9 form{
     padding-left: 32px;
    padding-right: 32px;
}
.tax-area div#gaurav-new-data-area {
    padding-top: 10px;
}
.tax-area div#gaurav-new-data-area .col-md-6{
    padding:0px;
    font-size: 14px;
    width: 49%;
    text-align: left;
}
.tax-area div#gaurav-new-data-area a{
    color:var(--secondary-text);
}

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-start;
    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;
    text-shadow: 0px 0px 1px #000 !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;
}
a#less1{
    display:none;
}

.mob-nav{
     display:none;
}
.profile1 {
    display: none;
}

section.list-content.mountain ul.pagination {
    margin-top: 20px;
}
section.list-content.mountain .page-link{
    color: var(--primary-color);
}
section.list-content.mountain a.page-link:hover{
    background: var(--secondary-text);
    color: var(--text-white);
    border-color: var(--secondary-text);
}
section.list-content.mountain .page-item.active .page-link{
    background: var(--secondary-text);
    color: var(--text-white);
    border-color: var(--secondary-text);
}
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 .image-sec img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
section.abt-sec .head-area {
    padding-top: 33px;
}
section.abt-sec .head-area em.widget-num {
    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 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;
    font-size: 50px;
}
section.abt-sec p {
    display: block;
    line-height: 26px;
    letter-spacing: 0.02em;
    margin: 18px 0;
    font-size: 14px;
    text-align: justify;
}
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: 2px solid var(--secondary-text);
    display: inline-block;
    font-weight: 500;
}

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

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: 150px;
    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;
}
footer ul.footer_link.f-nav a:hover{
    text-decoration:none;
}
.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);
}

a#abt-more, a#abt-less {
    width: 180px;
    margin: 0;
    height: 50px;
    transition: all 0.6s ease;
    padding: 0.8rem 0.5rem;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 10px;
    background: var(--secondary-text);
    color: #fff;
    border: 2px solid var(--secondary-text);
    display: block;
    font-weight: 700;
    margin-top: 10px;
    cursor: pointer;
}
a#abt-less{
    display:none;
}
.abt-para {
    height: auto;
    overflow: hidden;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes wide{0%{left:50%;right:50%;opacity:1}100%{left:0%;right:0%;opacity:.3}}


section.get-quote-sec table input[type="text"]{
  height: 41px !important;
    padding: 10px;
}
section.get-quote-sec table button.btn.main-btn.res{
 margin-top:0; 
}
section.about_wrapper ol, section.about_wrapper ul{
 padding-left:30px; 
}
.form-down-info {
    display: flex;
    justify-content: space-between;
}
.user-dashboard-wrapper .form-group{
 padding-left:0;
  padding-right:0;
}
.user-dashboard-wrapper form .row{
 justify-content:space-between; 
}
.user-dashboard-wrapper .form-group.col-md-6{
  width:49%;
}
.user-dashboard-wrapper .form-group.col-md-3{
  width:23.5%;
}
div#custom-tabs-three-tabContent label{
 margin-bottom:10px; 
}
#custom-tabs-three-tabContent .col-md-4{
 padding-left:0; 
  padding-right:0; 
  width:32%;
}
#custom-tabs-three-tabContent .row{
  justify-content:space-between; 
}
#custom-tabs-three-tabContent .col-md-6{
  width:49%;
  padding-left:0; 
  padding-right:0;
}
#custom-tabs-three-tabContent .col-md-3{
  padding-left:0; 
  padding-right:0; 
  width:23.5%;
}
#custom-tabs-three-tabContent .col-md-12, #custom-tabs-three-tabContent .col-md-8{
  padding-left:0; 
  padding-right:0;
}
#custom-tabs-three-tabContent .col-md-8{
  width: 65.5%;
}
.image-uploader .upload-text{
 padding:10px; 
}
.fees-mob{
 display:none; 
}
.user-dashboard-wrapper .content form label{
  margin-bottom:10px;
}

.eapps-instagram-feed-title{
 padding-top:0 !important; 
  font-family: var(--secondary-font) !important;
    font-size: 30px !important;
    color: var(--primary-text) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-align: center !important;
}