
@media (min-width: 1440px){
   .col-lg-7.col-7.content-area{
       height:700px;
   }
}

@media (min-width: 1680px){
  .col-lg-7.col-7.content-area{
       height:700px;
   }
    
    section.signup .container-fluid{
        max-width:100%;
        
    }
    
    .nav-link{
        font-size: 18px;
    }
}

@media (min-width: 1850px){
    .col-lg-7.col-7.content-area{
       height:800px;
   }
   #map {
    height: 1000px;
}
}

@media (min-width: 1920px){
    .col-lg-7.col-7.content-area{
       height:850px;
   }
}


@media screen and (min-width: 992px) and (max-width: 1199px){
.booking-area{
    width: 90%;
}
.booking-area .col-lg-2 {
    padding-left: 20px;
    padding-right: 10px;
}

footer .col-lg-6.col-6.copy {
    width: 100%;
    justify-content: center;
}
footer .col-lg-6.col-6.lang {
    width: 100%;
    justify-content: center;
}
.destination.prop .anchor{
    width:auto !important;
}
}
@media (max-width: 1024px){
   header .col-lg-2.col-2.logo a {
    margin-left: 0;
} 
 header .col-lg-5.col-5.left{
   padding-right: 0px;
   padding-left: 0px;
  }
  header ul li {
    padding-left: 4px;
    padding-right: 4px;
  }
header .col-lg-5.col-5.left ul li {
    padding-left: 7px;
    padding-right: 7px;
}
.profile{
  gap:10px;
  }
  .nav-link{
    font-size: 12px;
  }
  .navbar-nav{
   margin-right:0; 
  }

  header .col-lg-5.col-5{
    width: 43.15%;
  }
  .logo img {
    width: 100%;
}
    section.abt-sec .image-sec{
    width: 50%;
    margin-right: 40px;
  }
  .signup h1{
    width: 80%;
  }
  .user-dash-links-inner ul {
    padding: 12px 10px 10px;
  }
  .user-dash-links-inner ul li a{
   padding-left:10px;
    padding-right:10px;
  }
}

@media screen and (max-width: 991px){
 	.user-dashboard-wrapper h3{
 	    font-size: 22px;
 	}
  .video-btn-area span.title {
    font-size: 22px;
  }
 	.user-dashboard-wrapper {
    padding: 30px 0px;
}
section.abt-sec .head-area em.widget-num{
  padding-left:0;
  }
.user-dashboard-wrapper .menu-toggle1 i {
    color: #000;
    font-size: 28px;
    cursor: pointer;
}
section.abt-sec .image-sec {
        width: 100%;
        margin-right: 0;
        float: none;
        height: 590px;
    }
  section.abt-sec .wel-bg{
    left: -40px;
  }
  section.abt-sec h2 {
    font-size: 50px;
  }
  section.abt-sec span{
    font-size: 35px;
  }
.user-dash-links-inner {
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    padding: 2rem 20px 20px;
    top: 0;
    background: #fff;
    text-align: center;
    width: 350px;
    transform: translateX(-38em);
    height: 150vh;
    transition: all .5s ease-in-out;
    display: block;
    z-index: 9;
}

.user-dashboard-wrapper .col-md-12, .user-dashboard-wrapper .col-12{
    padding:0px;
}
.user-dashboard-wrapper .form-group.col-md-12, .user-dashboard-wrapper .form-group.col-12{
    padding-left: 0;
    padding-right: 0;
}
div#menu-toggle2 {
    text-align: right;
    display:block;
}
span#close-menu{
    display:block;
}
#close-menu {
    right: 2rem;
    position: absolute;
}
i#close-menu2 {
    cursor: pointer;
    font-size: 28px;
    color: #000;
}
    .desk-nav{
    display:none;
}
.mob-nav{
     display:block;
     padding-top: 5px;
     padding-bottom: 5px;
}
  .container, .container-sm {
        max-width: 720px;
    }
  header .logo {
        width: 100px;
        padding: 0;
    }
  div#tag3 {
        position: fixed;
        left: -1px;
        top: 0;
        width: 100%;
        transform: translateX(-47em);
        height: 100%;
        transition: .5s ease-in-out;
        padding: 0
    }

    div#tag3 .mobile-nav {
        padding: 2rem 20px 20px;
        background: #000;
        text-align: center;
        width: 350px;
        height: 100vh;
        position: relative
    }
.mobile-menu-logo img{
    width:120px;
    margin-bottom:20px;
}
    header .navbar-nav{
        flex-direction:column;
    }
    header li.nav-item{
        height:auto;
        margin-bottom:10px;
        border-right:0px solid;
    }
    header .nav-link{
        font-size:15px;
    }
    #close-menu {
        right: 1rem;
        position: absolute;
        top: 10px
    }
  header div#menu-toggle1 {
        width: auto
    }
      header .row {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
      .menu-toggle1 i, i#close-menu1 {
        font-size: 28px;
        cursor: pointer;
    }
  .banner-wrapper {
    height: 550px;
  }
  .book-overlay{
   position:relative; 
  }
  section#srch {
    padding: 20px 0;
}
  .booking-area{
   width:100%; 
    margin-bottom:0;
  }
  .booking-area form .mb-lg-0{
   border-right:0px solid; 
    margin-bottom: 10px;
  }
  .booking-area .col-lg-2{
   width:50%; 
  }
  .booking-area .srch-btn {
    position: relative;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    right: 0;
}
  .booking-area .srch-btn button{
    width: 100%;
    border-radius: 20px;
    text-align: center;
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .booking-area .srch-btn button i {
    color: var(--text-white);
    left: 0;
    position: relative;
    top: 0;
}
  section#about .col-lg-7.text-center.text-lg-start, section#about .col-lg-5.mb-4.mb-lg-0.ps-lg-4.position-relative.text-center{
   padding:0; 
  }
  section#about h3.heading, section#about p{
   text-align:left; 
  }

  section.featured-prop .container-fluid{
    padding:0;
  }
  .slick-carousel{
    padding:0;
  }
  section.destination {
    margin-top: 0px;
    padding-left: 12px;
    padding-right: 12px;
}
  section.featured-attr, section.amenities.prop{
    padding-left: 12px;
    padding-right: 12px;
  }
  section.amenities.prop .second .row {
    gap: 10px 4%;
  }
  footer .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
  footer{
   padding-top:48px; 
  }
  footer .col-md-4{
   width:50%; 
  }
  footer .col-md-4.first{
   width:100%; 
    border-right: 0px solid var(--text-white);
    text-align:center;
    margin-bottom:30px;
  }
  .footer_logo img {
    width: 120px;
  }
  section.featured-attr .attr-content h3 {
    font-size: 17px;
  }
  section.amenities.prop h4{
    font-size: 16px;
  }
  .video-overlay{
    height: 100%;
  }
  .video-btn-area a{
    padding-left: 12px;
    padding-right: 12px;
  }
  .breadcrumb .content, .breadcrumb{
    height: 250px;
  }
  .breadcrumb.property-list.mountain .booking-area {
    position: absolute;
    bottom: -280px;
    z-index: 1;
}
  section.list-content.mountain {
    padding-top: 320px;
}
  section.main-contaier {
    padding: 3rem 12px;
}
  section.internal-area {
    padding: 0rem 12px;
}
  section.internal-area .col-lg-8.col-8.content, section.internal-area .col-lg-4.col-4.sidebar{
   width:100%; 
    z-index: 1;
  }
  .sidebar .check div {
    position: relative;
    width: 100%;
}
  section.contact-page-section .col-lg-4{
   width:100%;
    border-right:0px solid;
    padding-left:0;
    padding-right:0;
  }
  section.contact-page-section .row{
   gap:10px 0; 
  }
  section.contact-page-section .col-md-6{
     width:100%;
     padding-left:0;
    padding-right:0;
  }
  section.contact-page-section .inner-container{
    padding: 30px 30px;
  }
  section.contact-page-section .row.mt-md-5{
    gap:0;
  }
  .contact-map iframe {
    height: 450px;
}
   .signup .logo{
   width: 100%; 
  }
  .login .left, .signup .left{
    width: 50%;
  }
  .login .right, .signup .right{
    width: 50%;
  }
   .signup h1{
    width: 90%;
     font-size: 32px;
  }
  li.list-group-item.single-owner-guest-message{
    font-size:14px;
  }
  #message-list-data pre{
   width:250px !important; 
    min-width:250px !important; 
  }
  #message-list-data .content-area {
   width: auto;
    max-width: 70% !important;
}
}

@media screen and (min-width: 768px) and (max-width: 991px){

}

@media (max-width: 767px){

}

@media screen and (max-width: 500px){
  .eapps-instagram-feed-title{
   font-size:24px !important; 
  }
    .profile1{
        display:flex;
    }
    .video-btn-area span.title {
        font-size: 19px;
    }
     .profile{
        display:none;
    }
    
    .row{
        margin-left:0px;
        margin-right:0px;
    }
    
    header .first-row {
    padding: 10px 0px !important;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

header .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

header .social{
    padding-right: 0px;
    padding-left: 0px;
}

header li.top{
    display:none;
}

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

header .bttn a {
     display:none;
}

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

.video-sec {
    height: 450px;
    overflow: hidden;
    position:relative;
}
    .video-btn-area .container ul{
        flex-direction:column;
    }
    .video-btn-area li.vacation {
    border-left: 0px dotted #ffffff54;
        border-top: 2px dotted #ffffff54;
}
    .video-btn-area a {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
.book-overlay{
     /* height: 350px; */
}

.banner-wrapper {
    height: 450px;
    position: relative;
    overflow-x: hidden;
}

.booking-area {
    border: 1px solid var(--border-color);
    border-radius: 32px;
    background-color: var(--text-white);
    padding: 20px 5px;
    width: 90%;
    margin-bottom: 0px;
    /* margin: auto; */
}

.booking-area form .row{
    /* gap: 10px; */
}

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

.booking-area .srch-btn .btn{
    margin-left: -30px;
}

section.featured-prop {
    padding: 40px 12px;
}

section.featured-dest .col-4.first {
    padding: 30px 20px;
}
section.featured-prop.prop.destination .col-lg-4.col-4{
  width:100%;
  }
  section.featured-prop.prop.destination .col-4 img {
    height: 250px;
}
  section.featured-prop.prop.destination .row{
   gap:30px 0; 
  }
section.featured-dest h2{
    font-size: 30px;
    text-align: center;
}

.breadcrumb .content, .breadcrumb{
    height: 200px;
}

.breadcrumb {
    /* height: 250px; */
}

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

section.abt-sec .col-5.left {
    width: 100%;
    padding-left: 20px;
    padding-right: 0px;
}

section.abt-sec .wel-bg{
    left: -22px;
    border: 12px solid var(--secondary-color);
    height: 300px;
}
section.abt-sec .image-sec{
    height: 380px;
}
section.abt-sec .col-7.right {
    padding: 0px;
    margin-top: 30px;
    width: 100%;
}

section.abt-sec h2 {
    font-size: 40px;
}
section.abt-sec .head-area em.widget-num{
    font-size:15px;
}
.breadcrumb h3{
    font-size: 22px;
    line-height: 1.2;
}

section.abt-sec span{
    font-size: 30px;
}

section.abt-sec .image-sec img {
    width: 100%;
    height: 350px;
}

section.featured-dest h2 span, section.featured-dest p.tag{
    text-align: center;
}

section.featured-dest .border{
    margin-left: auto;
    margin-right: auto;
}

section.featured-spaces {
    padding: 40px 12px;
}

section.featured-spaces .container-fluid {
    padding: 0px;
}

section.featured-spaces .row {
    padding-left: 0px;
    padding-right: 0px;
}

section.featured-spaces .col-5.first.atr {
    height: 242px;
    width: 100%;
}

section.featured-spaces .atr{
    border-right: 0px solid #fff;
    width: 100%;
    height: 242px;
}

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

section.featured-dest h3 {
    font-size: 23px;
}

section.featured-dest .col-4.sixth {
    padding: 30px 20px;
}

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

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

section.amenities.prop{
     padding: 40px 0px;
}

h2{
   font-size: 24px;
   padding-left: 0px !important;
   padding-right: 0px !important;
}

p.tag {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 17px;
    color: var(--teritiary-text);
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.pro-sec {
    padding-left: 0px;
    padding-right: 0px;
}

.pro-sec .content{
    padding: 20px 20px;
}
.prop .addr p{
  height: auto;
  display: block;
  }
.pro-sec .col-lg-6.col-6 {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

section.featured-prop .slick-carousel{
    padding-left: 0px;
    padding-right: 0px;
}

.prop .anchor{
    width:100%;
}

.slick-prev, .slick-next {
    width: 48px;
    height: 48px;
    bottom: -20%;
    top: auto;
    position: absolute;
    z-index: 1;
}
.slick-prev {
    left: 35%;
}
.slick-next {
    right: 35%;
}

section.amenities.prop .first{
    width: 100%;
    margin-bottom: 20px;
}

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

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

section.amenities.prop .second .row{
    gap: 15px 4%;
}

.col-lg-6.col-6.second {
    width: 100% !important;
}

footer{
   padding: 40px 0px;
    padding-bottom: 0px;
}

footer .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
}

footer .col-lg-6.col-6.copy {
    width: 100%;
    justify-content: center;
    flex-direction: column;
}

footer span {
    display: block;
    width: 100%;
    text-align: center;
}

.footer_logo img {
    width: 100px;
    margin-bottom: 15px;
}

footer .col-md-4 {
    border-right: 0px solid var(--text-white);
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

footer .row{
    gap: 30px;
}


footer .copyright .row {
    gap: 10px;
}

.right_copyright {
    text-align: center;
}

.footer-social ul li{
    margin-right: 0px;
}

.copyright {
    margin-top: 20px;
}

.col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.footer-social ul {
    padding-left: 0;
    margin-left: 0;
   width: 150px;
    text-align: center;
    padding-right: 0px;
    flex-direction: row;
    flex-wrap: nowrap;
}

footer .content-area p{
    margin-bottom: 0px;
}

.footer_links ul li{
    width: 100%;
    line-height: 25px;
}

footer ul {
    display: flex;
    font-size: 14px;
    padding-left: 10px;
    gap: 5px 25px;
    margin-bottom: 0px;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
}

footer ul li {
    width: 28.33%;
}

footer .col-lg-6.col-6.lang {
    width: 100%;
    justify-content: space-between;
}

footer .col-lg-6.lang ul{
    gap: 5px 10px; 
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    align-items: center;
}

footer .col-lg-6.col-6.lang ul li{
    width:31%;
}

.login .left, .signup .left{
    height: 250px;
}

.login h2{
    margin-top: 30px;
}

.signup .links{
    margin-top: 30px;
}

    .signup h1 {
        font-size: 28px;
        width: 100%;
    }

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

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

.signup select{
    margin-bottom: 15px;
}

section.main-contaier {
    padding: 40px 12px;
}

section.main-contaier h1 {
    font-size: 24px;
}

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

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

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

.calendar-first {
    margin-right: auto;
    margin-left: auto;
}

section.internal-area .col-lg-8.col-8.content {
    margin-bottom: 30px;
    width: 100%;
}

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

section.internal-area .col-lg-8.col-8.content .col-lg-8 {
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
}
.amenity div{
    padding-left: 0px;
}

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

ul.amenities {
    padding-left: 0px;
    margin-bottom: 5px;
}

.row.rev .col-lg-6{
    width: 100%;
}

.policy .area{
    margin-top: 20px;
}

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

section.internal-area .col-lg-4.col-4.sidebar {
    margin-bottom: 30px;
    width: 100%;
}

section.internal-area .col-lg-4.col-4.sidebar{
    z-index: 2;
}

.sidebar .check{
    flex-direction: column;
}

.sidebar .check div{
    margin-top: 18px;
}

.video-sec button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 9;
    text-align: center;
    padding: 10px;
    width: 45px;
    height: 45px;
    display: block;
}
a.sticky.main-btn {
    display: block;
}

.owner-profile .col-lg-7 {
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
}

.owner-profile .col-lg-5 {
    padding-right: 0px;
    width: 100%;
    padding-left: 0px;
}

/*.breadcrumb.property-list.mountain{*/
/*    margin-bottom: 420px;*/
/*}*/

section.list-content.mountain {
    padding-top: 380px;
    padding-bottom: 40px;
}
section.list-content.mountain .col-lg-12.col-12.content-area{
  padding:0;
  }
.booking-areaa {
    bottom: -370px;
}

section.list-content .listing .row a.link{
    padding-left: 0px;
    padding-right: 0px;
}

.col-lg-7.col-7.content-area{
    width:100%;
    height: auto;
}
h4.modal-title{
  font-size:18px;
  }
#map {
    height: 400px !important;
}
div#myModal .form-check{
  text-align:left;
  }
  div#myModal .col-md-6{
   padding-left:12px;
    padding-right:12px;
    margin-top: 10px;
  }
section.list-content h2{
    font-size: 24px;
}

.col-lg-7.col-7.content-area  .col-3 {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 10px;
    padding-left: 0px;
}

section.list-content .listing .row{
    padding-top: 20px;
}

section.list-content .col-lg-5 {
    padding: 0px;
    width: 100%;
}
section.list-content .col-lg-5 iframe {
  
    height: 400px;
}

.col-lg-7.col-7.content-area a.filter{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

section.list-content .col-lg-8.md-8{
    padding: 15px 0px;
}

section.about_wrapper {
    padding: 40px 0px;
}
section#about {
    padding: 40px 12px;
}


section.featured-prop.prop.destination .col-lg-3{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

section.featured-prop.prop.destination img{
    height: 250px;
}

section.featured-prop.prop.destination .content{
     height: auto;
}



.mob-nav img{
   width: 70px;
}

.menu-toggle1 i {
    color: var(--text-white);
    font-size: 25px;
    cursor: pointer;
}



#tag1.menu-bar-in {
    position: absolute;
    left: 0;
    padding: 0rem 20px 20px;
    top: 0;
    background: #000;
    text-align: center;
    width: 70%;
    transform: translateX(-38em);
    height: 100vh;
    transition: all .5s ease-in-out;
}

.mobile-menu-logo.d-lg-none.d-block {
    margin-top: 30px;
    margin-bottom: 20px;
}

#close-menu {
    right: 1rem;
    top: 1rem;
    position: absolute;
}
i#close-menu1 {
    cursor: pointer;
    font-size: 24px;
}

#tag1 ul.main-menu-list-in.navbar-nav.menu-navbar-nav {
    display: block;
}

#tag1 li.nav-item {
    border-right: 0px solid var(--text-white);
    height: auto;
}

#tag1 a.nav-link {
    font-size: 16px;
    margin-bottom: 10px;
}

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

section.about_wrapper.privacy{
    padding:40px 0;
}

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

.privacy p{
    padding-left: 0px;
    padding-right: 0px;
}

.privacy h3 {
    margin-top: 20px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 0px;
}

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

.col-md-4.pck {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 15px;
}

section.contact-page-section {
    padding: 40px 12px;
}

section.contact-page-section .col-lg-4 {
    border-right: 0px solid #cdcdcd;
    padding-left: 0px;
    padding-right: 0px;
}
section.contact-page-section h5, section.contact-page-section p{
    text-align:left;
}

section.contact-page-section .inner-container {
    position: relative;
    padding: 20px 20px;
    margin-top: 30px;
}

section.contact-page-section h3{
     text-align:left;
     font-size: 24px;
}

section.contact-page-section .form-group.col-lg-12.col-sm-12{
     text-align:left;
}

.contact-map{
    margin-top: 0;
}

.contact-map iframe {
    border: 0;
    height: 400px;
}

.user-dashboard-wrapper .col-lg-10.col-12.col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}
	.user-dashboard-wrapper h3{
 	    font-size: 20px;
 	}
 	.user-dash-links-inner{
 	    width:70%;
 	}
 	.user-dash-links-inner ul {
    padding: 12px 0px 12px;
 	}
 	.change-password-inner {
    padding: 20px 15px 20px;
}
.change-password-inner .form-group {
    padding: 0px;
    width: 100% !important;
    margin-right: 0px !important;
}
.change-password-inner label {
    display: block;
    text-align: left;
}
.change-password-form form input {
    margin-bottom: 1.5rem;
    width: 100%;
}
.change-password-title h4 {
    font-size: 21px;
    margin-bottom: 0px;
}

select#expiration-month, select#expiration-year{
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 1.5rem;
}
  section#about h3.heading{
    font-size: 24px;
  }
  a#abt-more, a#abt-less{
   margin-top:15px; 
  }
  .prop .col-lg-3, .prop .col-lg-6{
    padding: 0px 12px;
  }
  .prop img {
    width: 100%;
    height: 250px;
  }
  section.featured-prop.prop.destination .slick-slider{
   padding-left:0;
    padding-right:0;
  }
  section.featured-attr, section.amenities.prop{
   padding-top:40px;
    padding-bottom:40px;
  }
  section.featured-attr .col-5.first.atr {
    height: 250px;
    width: 100%;
    border-right: 0;
}
  section.featured-attr .col-7.second.atr{
    width: 100%;
    border-right: 0;
  }
  section.featured-attr .atr{
    width: 100%;
    border-right: 0;
  }
  footer .col-md-4.first{
   margin-bottom:0; 
  }
  .loader{
   width:90%; 
  }
.breadcrumb.property-list.mountain .booking-area{
  bottom: -350px;
  }
  section.list-content .listing h3 {
    font-size: 18px;
  }
  .row.image-area .col-lg-4 img {
    height: 180px !important;
}
  .col-lg-4.col-4.owner {
    text-align: left;
    padding: 0;
    margin-top: 20px;
}
  .calendar-first, .calendar-second{
    margin-right: auto !important;
    margin-left: auto !important;
}
  .owner-profile h3{
    font-size: 19px;
  }
  .sidebar .price p {
    font-size: 18px;
  }
  .ui-widget.ui-widget-content{
   z-index:2 !important; 
  }
  section.get-quote-sec{
   padding:40px 12px; 
  }
  section.get-quote-sec th{
    font-size: 14px;
  }
  section.get-quote-sec td {
    font-size: 13px;
}
  section.get-quote-sec table input[type="text"] {
    width: 100%;
    margin-bottom: 8px;
}
  section.get-quote-sec table button.btn.main-btn.res{
   width:100%; 
  }
  .table-box {
    width: 100%;
    overflow-x: scroll;
}
  section.About-sec {
    padding: 40px 0px;
}
  .About-sec th{
    font-size: 14px;
  }
  .About-sec td{
    font-size: 13px;
  }
   .contact-map iframe {
    height: 300px;
}
  section.contact-page-section h5 {
    font-size: 18px;
  }
  .signup .logo{
   width: 100%; 
  }
  .signup .logo img {
    width: 70px;
    margin-top: 10px;
}
  .login .left, .signup .left{
    width: 100%;
  }
  .login .right, .signup .right{
    width: 100%;
  }
      .user-dashboard-wrapper .form-group.col-md-12, .user-dashboard-wrapper .form-group.col-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
  .form-down-info{
    flex-direction: column;
  }
  .user-dashboard-wrapper .form-group.col-md-3 {
    width: 49%;
}
 .user-dashboard-wrapper .form-control{
    font-size:15px;
  }
  .change-profile-form form .upload-img .img{
    margin-right: 10px;
  }
  .change-profile-form form .upload-img .img img{
    min-width: 98px;
    object-fit: cover;
  }
  #custom-tabs-three-tabContent .col-md-4{
   width:100%; 
  }
  #custom-tabs-three-tabContent .col-md-6{
    width:100%;
  }
  div#custom-tabs-three-tabContent label {
    width: 100%;
    text-align: left;
}
  #custom-tabs-three-tabContent .col-md-3{
   width:49%; 
  }
  .image-uploader .upload-text span {
    display: block;
    text-align: center;
    font-size: 15px;
}
  #custom-tabs-three-tabContent .col-md-8 {
    width: 100%;
}
  .fees-mob{
 display:block; 
}
  .fees-desk{
 display:none; 
}
  .fees-label{
    position: sticky;
    top: 10px;
    z-index: 1;
    background: #fff;
  }
  ul#reply-result{
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.chat-bar .col-md-9 form{
    padding-left: 10px;
    padding-right: 10px;
  }
  .row.chat-bar .col-md-9{
    border-left: 1px solid #dddd;
  }
  .user-dashboard-wrapper .form-group.col-md-6 {
    width: 100%;
    margin-top: 1.5rem;
}
  .change-profile-inner {
    padding: 20px 10px 30px;
}
  .row.mt-4 {
        margin-top: 0px !important;
    }
      .change-profile-inner .form-group {
        margin-top: 1.5rem;
        padding: 0px;
    }
  .change-profile-form .form-group.mt-4 {
    padding-left: 0px;
  }
      .change-profile-title h4 {
        font-size: 21px;
        margin-bottom: 0px;
    }
      .change-profile-form form .upload-img {
        padding: 0px 0px 0px;
    }
      .change-profile-form form .upload-img .img img {
        min-width: 98px;
        object-fit: cover;
    }
ul#parent-owner-guest-message {
    padding: 15px;
    height: 225px;
    overflow-y: scroll;
}
}




@media screen and (max-width: 384px){

}



@media screen and (max-width: 361px){


}

