@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

body{
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
    background:#fff;
    position: relative;
}
::selection{
    background: #ff4e5a;
    color:#fff;
}
a{
    color:inherit;
    text-decoration: none;
}
#loaders{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("../images/loader.gif") 50% 50% no-repeat #fff;
    transform:none !important;
    border-radius:0 !important;
    color:transparent !important;
}

p{
    font-size: inherit;
}
.footer-bg {
    background: #f4f4f4;
    padding: 15px 0px 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}
footer{
    padding: 50px 0px 10px;
    background: #f4f4f4;
}
.home-page-banner{
    background:url('../../../public/Home-page-new.jpg');
    width:100%;
    height: 450px;
    min-height: 450px;
    position: relative;
}
.home-page-banner::before{
    content: '';
    position: absolute;
    top:0;
    left:0%;
    width:100%;
    height:100%;
    background:rgb(0,0,0,.6);
}
.banner-text{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    padding: 100px 0px;
    color:#FFFFFF;
}
.navbar .nav-link{
    color:#fff;
}
.scrolled .nav-link{
    color:#222222;
}
.navbar.scrolled{
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .3);

}
 .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link,  .navbar-nav .nav-link.active:hover {
   color:#ff4e5a;
}
#custom_select select.form-control {
    padding: 0px 10px 0px 4px !important;
}
/*.custom-label .form-select:focus{
    box-shadow: none;
} */

.navbar{
    padding:10px 0px;
}
.banner-text h1{
    font-size: 42px;
    line-height: 60px;
    font-weight:600;
    padding: 0;
    margin: 0 0 10px;
    text-shadow: 2px 2px #ff4e5a;
}
.banner-text h2{
    font-size: 34px;
    line-height: 50px;
    font-weight:500;
    padding: 0;
    margin: 0 0 10px;
}
.banner-text h3{
    font-size: 36px;
    line-height: 45px;
    font-weight:500;
    padding: 0;
    margin: 0 0 10px;
}
.search-wrap{
    position: relative;
    background-image: linear-gradient(120deg, #fe656f 0%, #ff4e5a 100%);
    padding:20px;
    border-radius: 5px;
    margin-top:-60px;
}
.navbar-nav .nav-link{
    color: #fff;
    white-space: nowrap;
}
.navbar-nav .nav-link:hover{
    color:#ff4e5a;
}
.scrolled .nav-link{
    color:#222222;
    font-weight: 500;
}
.dropdown-menu{
    top: 100%;
    left:auto;
    right:0 !important;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left:auto;
    right:0 !important;
    margin-top: 0.125rem;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(255, 60, 94, .5);
    border: 1px solid transparent;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
a.button_slide{
     color: #ff4e5a !important;
}
a.button_slide , .button_slide-search{
    color: #fff !important;
    border: 1px solid #ff4e5a;
    border-radius: 0px;
    padding: 10px 25px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;    
    box-shadow: inset 0 0 0 0 #ff4e5a;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    text-decoration: none !important;
  }
  .knowmore{
    color: #ff4e5a;
    background:#fff;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 10px 25px;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #ff4e5a;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    text-decoration: none;
    font-weight: 500;
  }
  .button_slide-search{ 
        background:#ff4e5a; 
        border-radius: 999px;  
   }
   a.button_slide:hover{
        color:#ff4e5a;
   }
   .navbar-nav {
        align-items: center !important;
    }
   .dropdown-item {
        padding: 0.2rem 1rem;
        transition: ease .3s;
        min-width:200px;
   }
   .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='white' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
    width: 15px;
    height:15px;
    position: absolute;
    top: 5px;
    transform: translateY(10px);
    right: 0;
}
.scrolled .dropdown-toggle::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='red' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}
   .dropdown-item:hover,.dropdown-item:focus{
        background:#ff4e5a;
        color:#fff;
        transition: ease .3s;
   }
     .scrolled a.button_slide{ 
        color:rgb(255, 78, 90);  
    }
    .scrolled a.button_slide:hover,a.button_slide:hover{
        color:#ff4e5a !important;
    }
    a.button_slide-search:hover{ 
        color:#ff4e5a !important;
    }
  .slide_down:hover { 
    box-shadow: inset 0 100px 0 0 #FFFFFF;
    color: #ff4e5a !important;
    }  
  .slide_downs:hover { box-shadow: inset 0 100px 0 0 #ff4e5a; color:#fff;background: none;}   
  .slide_right:hover { box-shadow: inset 400px 0 0 0 #ff4e5a;}
  
  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #ff4e5a;
    box-shadow:none;
  }
      .search-wrap .form-control{
        display: block;
        width: 100%;    
        color:#222222;
        padding:0px 0px;
        border: 1px solid transparent;
        border-radius:0px;
    }
    .error{
        color:#ff0000;
    }
    .footernone .footer-bg{
        display: none;
    }
.searchs-wrap .form-control{ 
    padding:0px 15px;
    font-size:14px;
    border: 1px solid #ededed;
    border-radius:10px;
}
.search-wrap .form-floating .form-control{
    display: block;
    width: 100%;    
    color:#222222;
    padding:5px 15px;
    font-size:14px;
    border: 1px solid #ededed;
    border-radius:10px;
}
.form-floating>label {
    font-size:13px;
    line-height: 13px;
}
.form-guest{
    position: relative;
}
.searchs-wrap .form-control:focus{
    box-shadow: 0px 0px 8px 0px rgba(255, 60, 94, .5);
}
.custom-label >label{
    position: relative;   
    font-size: 12px;
    color:#6c757d;
}
/* .postion-btn-wrap {
    position: absolute;
    top: 56%;
    right: 20px;
    transform: translateY(-62%);
} */
.custom-label {
    padding: 10px 20px 10px;
    border-radius: 15px;
    background:#fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.guestadd-wrap{
    background: #FFF;
    border-radius: 25px;
    width: 300px;
    max-width: 350px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    padding: 20px;
    position: absolute;
    right: 1%;
    top: 90%;
    height: auto;
    z-index: 9;
}
.add-gusets-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.add-gusets-wrap h4{
    font-size:16px;
    line-height:26px;
    font-weight:500;
    padding: 0;
    margin: 0;
    color:#222222;
}
.add-gusets-wrap p{
    font-size:14px;
    line-height:20px;
    font-weight:400;
    padding: 0;
    margin: 0;
    color:#606060;
}
.qty-minus, .qty-plus {
    width: 30px;
    height: 30px;
    border: 1px solid #ff4e5a;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px;
    cursor: pointer;
    transition: .3s ease-in-out border;
}
.qty-minus:hover, .qty-plus:hover{
    border:1px solid #ff4e5a;
    background:#ff4e5a;
    color:#fff;
    transition: .3s ease-in-out border
}
.close_guest, .close_guest:hover{
    text-align: center;
    color: #ff0000;
    display: block;
    margin: 20px 0px 0px;
}
.filter{
    padding: 40px 0 0;
}
.category a img {
    width: 25px !important;
    height: 25px;
    margin: 0 auto 10px;
    object-fit: contain;
    filter: brightness(50%) invert(50%);
}
.category a:hover img{
    filter: brightness(50%) invert(0%);
}
.category:hover a p, .category.active a p{
    color:#ff4e5a;
    border-bottom:2px solid #ff4e5a;
    width: fit-content;
    margin:0 auto;
    transition: ease-in-out .3s;
}
.category a p{ 
    border-bottom:2px solid transparent;}

.category a p, .property-type p{
    font-size:14px;
    line-height:20px;
    font-weight:500;
    text-align: center;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid transparent;
    color:#606060;
}
#category .owl-nav .owl-next{ 
    position: absolute;  
    width: 100%;
    top: 30%;
    right: -3%;
    transform: translate(3%, -30%);
    padding: 0 10px;
}
#category .owl-nav .owl-prev{ 
    position: absolute;  
    width: 100%;
    top: 30%;
    left: 0%;
    transform: translate(0%, -40%);
    padding: 0 10px;
}
#category .owl-nav .owl-prev,
#category .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    box-sizing: border-box;
    background: #ff4e5a !important;
    color:#fff;
    pointer-events: all;
}
#category .owl-nav .owl-prev.disabled,
#category .owl-nav .owl-next.disabled{
    visibility: hidden;
}

.filter-option{
  color: #222222;
  border: 1px solid #ff4e5a;
  border-radius: 0px;
  padding: 10px 25px;
  display: inline-block;
  font-size: 14px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #ff4e5a;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  background:#FFFFFF;
  text-decoration: none !important;
}

.slide_diagonal:hover {
    box-shadow: inset 400px 50px 0 0 #ff4e5a;
  }
.filter-option:hover{
    color:#FFFFFF;
}
.custom-checkbox input[type="checkbox"]{
    width:20px;
    height:20px;
    border:1px solid #dee;
    border-radius: 10px;
    margin:0 15px 0 0;
    accent-color: #ff4e5a;
}
.custom-checkbox>input[type="checkbox"]::hover{
    border:1px solid #ededed;
}
.custom-checkbox label{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #222222;
    position: relative;
    display: flex;
    width: fit-content;
}
.custom-checkbox:focus {
    border-color: #ff4e5a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(258,78,90,30%);
}
.noteinformation{
    display: contents;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #6c757d;
}
.bedroom_counts{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}
.bedroom-btn{
    padding: 10px 20px;
    font-size: 18px;    
    color:#222222;
    text-decoration: none;
    margin: 0 10px 0 0;
    border:1px solid #ededed;
    transition: ease-out 0.4s;
    border-radius: 5px;
}
.bedroom-btn:focus,.bedroom-btn:hover, bedroom-btn.actives{
    background:#ff4e5a;
    color:#FFFFFF;
    transition: ease-out 0.4s; 
    border:1px solid transparent   
}
.property-wrap{
    display:flex;
    align-items: center;
}
.property-type{
    border:1px solid #ededed;
    padding: 25px;
    background: #fff;
    border-radius: 25px;
    text-align: center;
}
.property-type img {
    margin:40px;
    height:40px;
    margin: 0 auto 10px;
    object-fit: contain;
    filter: brightness(50%) invert(50%);
}
.property-type {
    border: 1px solid #ededed;
    padding: 25px;
    background: #fff;
    border-radius: 25px;
    text-align: center;
    margin: 0px 20px 0px 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transition: ease-in-out .3s;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}
.property-type:hover{
    border:1px solid #ff4e5a;
    transition: ease-in-out .3s;
}
.user-filter-option h3, .user-filter-option h4{
    font-size: 24px;
    line-height: 36px;
    color:#222222;
    font-weight:500;
    text-align: left;
    padding: 0;
    margin: 0;
}
.filterview {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}
.filterview img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
}
.filterview p{
    margin-bottom: 0;
}
.user-filter-option h4{
    font-size: 18px;
    line-height: 26px;
    margin:0 0 15px;
}
.user-filter-option{
    margin:0 0 20px;
}
.title-wrap{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.hosting-text-wrap .title-wrap {
    padding: 0 0 5px;
}
.hosting-wrap{
    display: flex;
    flex-direction: column;
    width:100%;
    height:100%;
    border:1px solid #ededed;
    border-radius:10px;
    padding: 5px;
    position: relative;
    word-wrap: break-word;
}
.hosting-wrap img{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px ;
}
.hosting-img-wrap{
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin:0 0 10px;
}
.hosting-wrap img{
    width:100%;
    height:175px;
    object-fit: cover;
    transition: ease-in .3s;
}
.hosting-wrap img:hover{
    transform: scale(1.1);
    transition: ease-in .3s; 
}
.user-favour-wishlist{
    position: absolute;
    top:10%;
    right:10%;
    transform: translate(-10%,-10%);
    color:#fff;
    font-size: 20px;
    z-index: 9;
}
.user-wishlist{
    position: absolute;
    top:10%;
    right:10%;
    transform: translate(-10%,-10%);
    color:#fff;
    font-size: 20px;
    z-index: 9;
}
#Wishlisting .form-control{
    border-radius:15px;
}
.border-rad-top-right{
    border-top-right-radius:10px;
}
h3 span.dots, h5 span.dots{
    width: 5px;
    height: 5px;
    background: #ff4e5a;
    border-radius: 100%;
    display: inline-block;
    margin: 0px 5px;
    position: relative;
    top:-3px;
}
.hosting-text-wrap h3{
    font-size: 14px;
    line-height: 26px;
    color:#6c757d;
    font-weight: 400;
    padding: 0;
    margin: 0;
    text-align: left;
}
.hosting-text-wrap h4, .footer-wrap h3{
    font-size:20px;
    line-height: 30px;
    font-weight: 500;
    color:#222222;
    padding: 0 0 5px;
    margin: 0;
    text-align: left;
}
.hosting-text-wrap i, .hosting-text-wrap span{
    font-size:24px;
    line-height: 30px;
    font-weight: 500;
    color:#222222;
    padding: 0;
    margin: 0;
    text-align: left;
}
.title-wrap i{
    color:#ff4e5a !important;
}
.hosting-text-wrap p, .copyrights p, .copyrights a, .hosting-text-wrap p span{
    font-size:16px;
    line-height: 26px;
    font-weight: 400;
    color:#222222;
    padding: 0;
    margin: 0;
    text-align: left;
    text-decoration: none;
}
.pl-1{
    padding-left:5px !important;
}
.copyrights div a.view_footer{
    color:#222222;
    text-decoration: none;
}
.hosting-text-wrap p span{
    font-weight: 600;
}
.copyrights{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}
.copyrights-right{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.copyrights-right ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.copyrights-right ul li{
    margin-right:10px;
    display: inline;
}
.copyrights-right ul li:not(:last-child){
    margin-right:10px;
}
.fa-fw{ padding: 0px 5px;}
.copyrights-right a:not([href]):hover{
    color:#ff4e5a !important;
    cursor: pointer;
    transition: ease-in-out .3s;
}
.copyrights a:hover, .footer-wrap ul li a:hover{
    color:#ff4e5a;
    transition: ease-in-out .3s;
}
.footer-wrap ul{
    margin:15px 0px 0px;
    padding: 0;
    list-style: none;
}
.footer-wrap ul li a{
    font-size:18px;
    line-height: 35px;
    font-weight: 400;
    color:#222222;
    padding: 0;
    margin: 0;
    text-align: left;
    text-decoration: none;
    transition: ease-in-out .3s;
}
.close-btn-pos{
    position: relative;
}
.close-btn-abs{
    position: absolute;
    top: -30px;
    right: 0;
    color:#ff0000;
    font-size:24px;
}
.language-wrap{
    padding: 10px;
    border:1px solid #ededed;
    border-radius: 10px;
    transition: ease-in-out .3s all;
}
.language-wrap h3{
    font-size:16px;
    line-height:26px;
    color:#222222;
    text-align: left;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.language-wrap h4{
    font-size:14px;
    line-height:20px;
    color:#6c757d;
    text-align: left;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.language-wrap:hover, .language-wrap.active{
    background: #eeeeee;
    transition: ease-in-out .3s all;
}
.modal-footer{
    justify-content: space-between !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #ff4e5a !important;
}
.userdelet a.btn-primary{
    text-decoration: none !important;
}
.btn-primary {
    background-color: #ff4e5a;
    border-color: #ff4e5a; 
    color:#fff;   
}
.btn-primary:hover, .btn-primary:focus, .btn:focus{
    background-color: #fb3744 !important;
    border-color:transparent;
    color:#fff !important;    
}
.why-choose{
    padding:50px 0px;
}
.why-chooser-banner {
    background-image: url(../../../public/images/whyrental.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 25px;
}
.whychoose-text-wrap{
	padding: 30px 15px 30px 50px;
    position: relative;
}
.whychoose-text-wrap h1{	
	font-weight: 500;
	font-size:45px;
	line-height:55px;
	margin:0;
	padding:0;
	color:#fff;
	text-align: start;
	margin-bottom: 25px;
}
.whychoose-text-wrap h1 span{	
	font-weight: 700;
	font-size:45px;
	line-height:55px;
	margin:0;
	padding:0;
	color:#fff;
	display: block;
	text-align:start;
}
.whychoose-text-wrap p{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    text-align: start;
    color: #e9e9e9;
    padding: 0 0 30px;
}
.why-chooser-banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px;
    width:100%;
    height:100%;
    background-image: linear-gradient(120deg, #fe656f 0%, #ff4e5a 100%);
    opacity: .4;
    z-index:0;
}
.app-down-main-wrap{
    background-image: linear-gradient(120deg, #ff4e5a  0%, #fe656f 100%);
	padding:25px 0 0;
	border-radius: 25px;
}
.app-download-text {
    padding: 65px;
}
.app-download-text h1 {
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: start;
}
.img-wrap-app-down {
    padding: 0px 20px 0 0;
}
.app-download-text h1 span {
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.appstore{
    padding: 0px 0px 100px;
}
.review-view-count {
    display: flex;
    align-items: center;
    white-space: nowrap; 
    font-size:14px !important;
    line-height: 20px;  
    gap:5px;
}
.review-view-count i{
    font-size:14px;
    line-height: 20px;
}
.hosting-text-wrap p span.pernight{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #6c757d;
    padding: 0;
    margin: 0;
    text-align: start;
}

/***********************************************
********single list page page css***************
***********************************************/
.single-list-wrap{
    padding: 100px 0px 20px;
}
.product-image-wrap{
    padding: 0px 0px 30px;
    position: relative;
}
.product-details{
    padding: 0px 0px 70px;
}
.single-head-wrap h1{
    font-size:30px;
    line-height: 34px;
    color:#222222;
    font-weight: 600;
    letter-spacing: 0;
    font-style: normal;
    padding: 0 0 5px;
    margin: 0;
}
.main-wrap .navbar{
    background: #ff4e5a;
    color:#fff !important
}
.main-wrap .scrolled{
    background:#fff;
}
.main-wrap .navbar  .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link,  .navbar-nav .nav-link.active:hover {
    color:#000;
 }
 .main-wrap .scrolled .navbar .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link,  .navbar-nav .nav-link.active:hover{
   
    color:#ff4e5a;
}
 .main-wrap .navbar  .navbar-nav .nav-link:hover{
    color:#fff !important;
 }
 .main-wrap .scrolled.navbar  .navbar-nav .nav-link:hover{
    color:#ff4e5a !important;
 }
 .single-privew{
    display: flex;
    align-items: center;
    gap:1rem;
 }
 .single-privew h3, .preview_link a,.location_link a{    
    font-size: 20px;
    line-height: 30px;
    color:#000;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.wishlist{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap:1rem;

}
.preview_link a,.location_link a{   
    text-decoration: underline;
    transition: ease-in-out .3s;
}
.preview_link a:hover,.location_link a:hover{
    color:#ff4e5a;
    transition: ease-in-out .3s;
}
.main-product-sub-img img{
    width:100%;
    object-fit:cover;
    filter: brightness(70%);
    transition: ease-in-out .3s all;
}
.main-product-img, .main-product-sub-img{ overflow: hidden;}
.main-product-img img{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    object-fit:cover;
    height:100%;
    width:100%;
    filter: brightness(70%);
    transition: ease-in-out .3s all;
}
.main-product-img img:hover, .main-product-sub-img img:hover{
    filter: brightness(100%);
    transition: ease-in-out .3s all;
    transform: scale(1.1);
}
.border-rad-top img{
    border-top-right-radius: 20px;
}
.border-rad-bottom img{
    border-bottom-right-radius: 20px;
}
.product-show-all-wrap{
    position: relative;
}

.show-btn-dev{
    position: absolute;
    bottom: 5%;
    right:5%;
    transform: translate(-5%,-5%);
}
.show-btn-dev .button_slide{
    color:#FFFFFF ;
    border:1px solid #FFFFFF;
    font-weight: 700;
}
.host-details{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.host-experience {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
.host-experiences{
    display:block;
}
.host-experience i{
    font-size:24px;
    color:#222222;
}
.pl-2{
    padding-left:15px !important;
}
.host-details h3, .cohost_header h3{
    font-size:24px;
    line-height:35px;
    color:#222222;
    font-weight: 500;
    padding: 0 0 5px;
    margin: 0;
}

.host-details h4, .room-arrangements h3{
    font-size: 22px;
    line-height: 35px;
    color: #333333;
    font-style: normal;
    font-weight: 500;
    padding: 0 0 0px;
    margin: 0;
}
.typeofbeds img{
    width:25px !important;
    height:25px;
    margin:0px 0px 10px;
}
.typeofbeds {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
}
.amenties {
    display: flex;
    align-items: baseline;
}

.room-arrangements {
    border: 1px solid #ededed;
    padding: 20px;
    border-radius: 15px;
}
#room-arrangements .owl-nav .owl-next{ 
    position: absolute;  
    width: 100%;
    top: 50%;
    right: -3%;
    transform: translate(3%, -50%);
    padding: 0 10px;
}
#room-arrangements .owl-nav .owl-prev{ 
    position: absolute;  
    width: 100%;
    top: 50%;
    left: -3%;
    transform: translate(3%, -50%);
    padding: 0 10px;
}
#room-arrangements .owl-nav .owl-prev,
#room-arrangements .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    box-sizing: border-box;
    background: #ff4e5a !important;
    color:#fff;
    pointer-events: all;
}
#room-arrangements .owl-nav .owl-prev.disabled,
#room-arrangements .owl-nav .owl-next.disabled{
    visibility: hidden;
}
.host-experience h3, .commontextwrap h3,.commontextwrap h4, .user-account-detail h3, .welcome_head h3, .welcome_head h4, .rating_review h3{
    font-size:24px;
    line-height:35px;
    color:#222222;
    font-weight: 500;
    padding: 0 0 15px;
    margin: 0;
}
.welcome_head h3 span{
    font-weight: 400;
}
.commontextwrap h4{
    color:#222222;
}
.commontextwrap h4 span{
    color:#222222;
}
.host-details h5, .cohost_header h5{
    font-size:18px;
    line-height:30px;
    color:#6c757d;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
 .amenties p{
    font-size: 18px;
    line-height: 30px;
    color:#222222;
    font-weight: 400;
    padding: 0 0 10px;
    margin: 0;
}
.amenties p{color:#6c757d !important;}
.amenties i{
    font-size:30px;
    line-height:40px;
} 
.host-experience p, .commontextwrap p, .commontextwrap a, .room-arrangements p, .guest_safety_features p{
    font-size: 18px;
    line-height: 30px;
    color:#6c757d;
    font-weight: 400;
    padding: 0 0 10px;
    margin: 0;
}
.room-arrangements p {
    padding: 0;
}
.commontextwrap a{
    text-decoration: underline !important;
    font-weight: 500;
    font-size:18px;
}
.commontextwrap a:hover{
    color:#ff4e5a !important;
}
hr{
    margin:2rem 0;
}
.show-all-img-carousel img{
    object-fit: contain;
    max-height: 500px;
}

.amenity {
    display: flex;
    align-items: baseline;
    justify-content: start;
}
#show_all_images .owl-nav .owl-next{ 
    position: absolute;  
    width: 100%;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    padding: 0 10px;
}
#show_all_images .owl-nav .owl-prev{ 
    position: absolute;  
    width: 100%;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    padding: 0 10px;
}
#show_all_images .owl-nav .owl-prev,
#show_all_images .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    box-sizing: border-box;
    background: #ff4e5a !important;
    color:#fff;
    pointer-events: all;
}
#show_all_images .owl-nav .owl-prev.disabled,
#show_all_images .owl-nav .owl-next.disabled{
    visibility: hidden;
}
.show_mobile_view{
    display: none;
}
.show_mobile_view .show-all-img-carousel-mob{
  
    height: 50vh !important;
    object-fit: contain;
}
#mobile_show_all .owl-dots  button.owl-dot span {
    background: #fff;
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border-radius: 100%;
    border: 1px solid transparent;
    margin: 0 2px;
}
#mobile_show_all .owl-dots {
    position: absolute;
    bottom:10%;
    left:50%;
    transform: translate(-50%,-10%);
}
#mobile_show_all .owl-dots button.owl-dot.active span{
    transition: all .2s ease!important;
    background: #ff4e5a;
    border-radius: 100%;
 }

 .offerprice h3, .new-price h3{
    font-size: 24px;
    line-height: 35px;
    color:#222222;
    font-weight: 500;
    padding: 0;
    margin: 0;
 }
 .offerprice h3{
    text-decoration: line-through;
    color:#6c757d;
 }
 .new-price h3 span{
    color:#6c757d;
    font-weight: 400;
    font-size: 18px;
 }
.booking-details .search-wrap{
    background:#fff;
    padding: 0;
    margin-top:20px;
}
.booking-details .search-wrap .custom-label{
    border:1px solid #ff4e5a;
}
.booking-details .search-wrap .custom-label .form-control:disabled, .form-control[readonly]{
    background-color: #fff !important;
}
.booking-details .search-wrap .button_slide-search{
    width:100%;
}
.boking-calculation a{
    text-decoration: underline;
}
.boking-calculation .text-right{
    text-align: right;
}
.boking-calculation .table tbody tr td{
    padding: 10px 0px;
    color:#222222;
}
.boking-calculation .table tbody tr:last-child{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.booking-details{
    position: -webkit-sticky;
    position: sticky;
    top:100px;
    width: 90%;
    margin: auto 0 0 auto;
    border:1px solid transparent;
    box-shadow: 0px 0px 8px 0px rgba(255, 60, 94, .5);
    padding: 30px;
    border-radius: 15px;
}
/**Review style**/
.review-progress h3{
    font-size:24px;
    line-height: 36px;
    font-weight: 500;
    color:#222222;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
}
.review-progress h4 {
    font-size:20px;
    line-height: 45px;
    font-weight: 500;
    color:#222222;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
}
.user-feedback-content h3{
    font-size:18px;
    line-height: 20px;
    font-weight: 500;
    color:#222222;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
}
.user-feedback-content p, .user-review-wrap p,.review-progress p, .cohost-detail p{
    font-size:24px;
    line-height: 36px;
    font-weight: 400;
    color:#6c757d;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
}
.review-progress .progress{
    height:5px;
    background: #f1f1f1;
}
.review-progress  .progress .progress-bar{
    height:5px;
    background: #ff4e5a;
}
.review-searchbar{
    position: relative;
}
.form-control{
    padding: 10px 40px;
    border-radius: 999px;
}
.review-searchbar .form-control:focus{
    color: #212529;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 60 94 / 30%);
}
.review-search-icon{
    position: absolute;
    left:15px;
    top:50%;
    transform: translateY(-50%);
    color:#7a7a7a;
} 
.user-feedback-content img{
    width: 50px;
    height:50px;
    border-radius: 100%;
}
.user-feedback-content {
    display: flex;
    align-items: center;
    margin:0 0 10px;
}
#searchbar-stick{   
   position:-webkit-sticky;
   top:0;
   z-index: 1055;
}
.cohost_header{
    display:flex;
    align-items: center;
    margin:0 0 10px;
}
.cohost_header img{
    width:60px;
    height:60px;
    border-radius: 100%;
} 
ul.housing-rules{
    list-style:none;
    padding:0;
    margin: 0;
}
.housing-rules li i{
    font-size:20px;
    margin: 0 10px 0px 0px
}
ul.housing-rules li{
    font-size:18px;
    line-height:30px;
    font-weight: 400;
    color:#6c757d;
    padding: 0 0 5px;
    margin: 0;
}
.host-experience h4 {
    font-size: 22px;
    line-height: 36px;
    color: #222222;
    font-weight: 400;
    margin: 0;
    padding:0 0 15px;
}
.host-response{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.005rem;
}
.btn-closes:hover{
    color:#ff4e5a;
    cursor:pointer;
}
span.booking-checkin {
    color: #6aa54d;
}
.f-50{
    font-weight: 500;
    color:#222222;
}
.c_policy h3{
    font-size:20px;
    line-height: 30px;
    font-weight: 500;
    color:#222222;
    text-align: start;
    padding: 0;
    margin: 0;
}
.c_policy p{
    font-size:16px;
    line-height: 26px;
    font-weight: 400;
    color:#6c757d;
    text-align: start;
    padding: 0 0 0px;
    margin: 0;
}
p.policy_details{
    padding-bottom: 10px;
}
/*************** Search Terms
*************************
*********************************/
.searchtermwrap{
    padding: 100px 0px 100px;
    position: relative;
}
.searchmap-term > iframe{
    height: calc( 100vh - 50px);
}
.searchmap-term{
    position: fixed;
    width: 98%;
    top:50;
    overflow-x: hidden;
    overflow-y: hidden;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background: #e4e4e4; 
}
::-webkit-scrollbar-thumb {
    background:#a5a5a5;
}
.search-term-left{
    position: sticky;
    position: -webkit-sticky;
    top:74px;
    z-index: 99;
    background:#fff;
}
.search-term-left{
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 10px;
}
.wish_list_add, .share_our_property{
    padding: 5px 10px;
    color:#222222 !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 5px;
}
.wish_list_add:hover, .share_our_property:hover{
    background: #f1f1f1;
}
.shareproperydetail{
    display:flex;
    align-items: center;
}
.shareproperydetails{
    display: flex;
    align-items: center;
    border:1px solid #ededed;
    background: #fff;
    padding: 20px 15px;
    border-radius:10px;
    transition:ease-in-out .3s;
    height: 100%;
}
.shareproperydetails:hover{
    background:#f9f9f9;
    transition:ease-in-out .3s;
}
.shareproperydetail img{
    width: 75px;
    height: 75px;
    border-radius: 15px;
}
.shareproperydetail h5, .shareproperydetails h5{
    font-size:16px;
    line-height: 26px;
    font-weight:400;
    padding: 0;
    margin: 0;
}
.shareproperydetails i{
    font-size: 24px;
}
.shareproperydetails i.bi-whatsapp{
    background: #25D366;
    color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
}
.shareproperydetails i.bi-messenger{
    background-image: linear-gradient(to bottom,#FF6968 , #A334FA ,#0695FF , #ffffff );
    color:#fff;
    padding: 0px 5px;
    border-radius: 5px;
}
.shareproperydetails i.bi-facebook{
    background: #4267B2;
    color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
}
.shareproperydetails i.bi-twitter{
    background: #00acee;
    color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
}
.shareproperydetails i.bi-clipboard, .shareproperydetails i.bi-envelope, .shareproperydetails i.bi-chat-square-text, .shareproperydetails i.bi-code-slash{
    background: #ff4e5a;
    color: #fff;
    padding: 0px 5px;
    border-radius: 5px;
}
.pricing-details h4, .pricing-details h4 span{
    font-size:18px;
    line-height: 30px;
    font-weight: 300;
    color:#6c757d;
    padding: 0 0 5px;
    margin: 0;
    text-align: start;
}
.pricing-details h4 span{
    font-weight: 400;
    color: #212529;
}

/********************booknowprocess*********
********************************************
********************************************/
.payment-process .form-check{
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-left: 0;
    padding-right: 0;
}
.dude{width:25%;}
.payment-process .form-check-input:checked {
    background-color: #ff4e5a;
    border-color: #ff4e5a;
}
.payment-notes{    
    font-size: 14px;
    line-height: 24px;
    color: #6c757d;
    font-weight: 300;
    padding: 0;
    margin: 0 0 20px;
}
.process-step-idle{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.process-step-idle img{
    width: 125px;
    height:125px;
    border-radius: 15px;
}
.process-booking-detail{
    border:1px solid #ededed;
    border-radius: 10px;
    padding: 20px 20px 0px;
    width:90%;
    margin:0 auto;
    position:sticky;
    position: -webkit-sticky;
    top:200px;
}
.process-step-one h1{
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    text-align: start;
    color: #212529;
    padding: 0;
    margin: 0 0 10px;
}
.process-step-one h4{
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    text-align: start;
    color: #222222;
    padding: 0;
    margin: 0 0 10px;
}
.process-step-two h4{
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    text-align: start;
    color: #212529;
    padding: 0;
    margin: 0;
}
.process-step-two h5{
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    text-align: start;
    color: #6c757d;
    padding: 0;
    margin: 0;
}
.process-step-two{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.process-step-two a, .payment-process a, .show-more-amenties-filter{
    text-decoration: underline !important;
    font-weight:400;
    cursor: pointer;
    transition: .3s all ease-in;
}
.process-step-two a:hover, .payment-process a:hover, .show-more-amenties-filter:hover{
   color:#ff4e5a !important;
   transition: .3s all ease-in;
}
.badge-primary {
    background: #ff4e5a;
    color: #fff;
    border-radius: 999px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    display: inline-block;
    width: 25px;
    font-size: 13px;
    height: 25px;
    position: relative;
    top: -10px;
}
.form-check-input:checked {
    background-color: #ff4e5a;
    border-color: rgb(255, 78, 90);
}
.form-check-input:focus, .btn-close:focus {
    border-color: #ff4e5a;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(258,78,90,30%);
}
.btn-close:focus{
    color:#ff0000;
}
 .commontextwrap p.booking_privacy a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
}
/*****************************************
***Login registarion and forgetpassword***
******************************************/
.Login_wrapper{
    width: 100%;
    background-image:linear-gradient(137deg, #fba404 50%, #ff4e5a 100%);
}

.Login_wrapper .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    background-position: center;
}
.pl-0{
    padding-left: 0px !important;
}
.pr-0{
    padding-right: 0px !important;
}
.login-bg{
    position: relative;
}
.overlay{
    position: absolute;
    content: '';
    top:0;
    left: 0;
    background:rgba(0,0,0,.5);
    width:100%;
    height: 100%;
}
.logintextview{
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 90%;
    margin: 0 auto;
    transform: translate(-50%,-50px);
    color: #fff;
}
#login .owl-dots  button.owl-dot span {
    background: #fff;
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    border-radius: 100%;
    border: 1px solid transparent;
    margin: 0 2px;
}
#login .owl-dots {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%,-10%);
}
#login .owl-dots button.owl-dot.active span{
    transition: all .2s ease!important;
    background: #ff4e5a;
    border-radius: 100%;
 }
 .error-msg {
    padding: 0px 0px 5px;
}
#Register .owl-dots  button.owl-dot span {
    background: #fff;
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    border-radius: 100%;
    border: 1px solid transparent;
    margin: 0 2px;
}
#Register .owl-dots {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%,-10%);
}
#Register .owl-dots button.owl-dot.active span{
    transition: all .2s ease!important;
    background: #ff4e5a;
    border-radius: 100%;
 }
 #pasttrips .owl-dots  button.owl-dot span {
    background: #fff;
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    border-radius: 100%;
    border: 1px solid transparent;
    margin: 0 2px;
 }
 #pasttrips .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%,-5%);
}
#pasttrips .owl-dots button.owl-dot.active span{
    transition: all .2s ease!important;
    background: #ff4e5a;
    border-radius: 100%;
 }

 .register-forms{
    padding: 50px;
    display: flex;
    flex-direction: column;
 }
 .registeration-fixed{
    position: fixed;
    width:50%;
    height:100vh;
    top:0;
    left:0;
 }
 .register-forms .form-control{
    border:1px solid #ededed;
    border-radius: 15px;
    font-size: 14px;
    width:100%;
 }
 .pwd_pos {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-5%,-50%);
}
.login-forms img{
    width:200px;
    height: auto;
    margin:0 auto 20px;
    text-align: center;
}
.login_btn{
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    background:transparent;
    transition: .3s ease-in;
}
.login_btn:hover{
    border: 1px solid transparent;
    color: #212529;
    background:#fff;
    transition: .3s ease-in;
}
.login-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-wrap a{
    color:#fff !important;
    cursor: pointer;
}
.login-wrap a:hover{
    color:#000 !important;
}
.custom_agree>label{
    color:#fff;
}
.custom_agree>label a:hover{
    color: inherit;
    text-decoration: underline;
}
.form-select{
    border-radius: 15px;
}
/**********resetpassword*******
*******************************
******************************/
.single_content {
    padding: 20px 0px;
}
.resetpasswords-whole-wrap{
    position: relative;
}
.forgetpassword-wrap{
    background-image: linear-gradient(120deg, #fe656f 0%, #ff4e5a 100%);
    border: 1px solid transparent;
    padding: 20px;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
    border-radius: 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40%;
}
.forgetpassword-wrap .commontextwrap h3{
    color:#FFFFFF;
}
.back_btn{
    color:#fff;
    transition: .3s all ease-in-out;
    padding-left: 50px;
}
.back_btn:hover{
    color:#ff4e5a;
    transition: .3s all ease-in-out;
}
/*******************
******useraccount***
********************/

.useraccount-wrap{
    padding: 100px 0px;
}
.account-heading h1{
    font-size:48px;
    line-height: 65px;
    font-weight:600;
    text-align: start;
    letter-spacing: normal;
    color:#222222;
    padding: 0;
    margin: 0;
}
.account-detail h2,.account-detail h3,.account-detail a{
    font-size:36px;
    line-height: 55px;
    font-weight:500;
    text-align: start;
    color:#212529;
    letter-spacing: normal;
    padding: 0;
    margin: 0;
    word-break: break-word;
}
.account-detail h3{
    font-weight: 300;
    color:#6c757d;
    padding-left: 10px;
}
.account-detail a{
    font-weight: 500;
    text-decoration: underline !important;
    padding-left: 10px;
}
.account-detail{
    display: flex;
    align-items: center; 
    flex-wrap: wrap;
    gap: 1rem;
}
.account-detail a:hover{
    color:#ff4e5a !important;
    cursor: pointer;
}
.accout-detail-wrap, .knowyourcustomer, .user-privacypolicy{
    padding: 25px;
    border-radius:15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;    
    transition: .3s ease-in;
}
.user-privacypolicy{
    width: 80%;
    margin:0 auto;
    background: #fff;
}
.user-privacypolicy a{
    display: block;
}
.accout-detail-wrap i{
    font-size: 36px;
    color:#ff4e5a;
}
.accout-detail-wrap:hover{
    box-shadow: rgba(255, 78, 90, 0.5) 0px 0px 12px;
    transition: .3s ease-out;
}
.userprofile-wrap, .userdetails{
    border:1px solid transparent;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 25px;
    background:#FFFFFF;
}
.user-profile img{
    width:100px;
    height:100px;
    object-fit: cover;
    border-radius: 100%;
    margin:0 auto 10px;
    display: block;
    padding:1px solid #ff4e5a;
    padding:2px;
}
.user-profile >a{
    display: block;
    text-align: center;
    color:#6c757d;
    transition: .3s ease-in-out;
    text-decoration: underline;
}
.user-profile a:hover, .user-account-detail a:hover{
    color:#ff4e5a;
    transition: .3s ease-in-out;
}
.profile-verified{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.verified i{
    color:#25D366;
    font-size: 18px;
}
.dits-verified{
    color:#25D366;
    font-size: 10px !important;
    vertical-align: middle;
}
.dits-unverified{
    color:#ff0000;
    font-size: 10px !important;
    vertical-align: middle;
}
.un-verified{
    color:#ff0000;
    font-size: 18px;
}
span.badge.text-bg-danger {
    background: #ff0000;
    color:#fff;
}
.warning{
    color:#ffbf00;
    font-size: 18px;
}
.pr-2{
    padding-right: 10px;
}
.profile-verified h6{
    margin: 0;
    padding: 0;
    color: #6c757d;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.user-account-detail h3{
    padding: 0 0 0px !important;
}
.user-account-detail p{
    font-size: 14px;
    line-height: 26px;
    font-weight: 100;
    text-align: start;
    color: #6c757d;
    letter-spacing: normal;
    padding: 0 0 5px;
    margin: 0;
}
.user-account-detail a, .edit-wrap a{
    text-decoration: underline;
    color:#212529;
}
.userdetails .form-control{
    border-radius: 15px;
}
.edit-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
input[type="checkbox"]{
    accent-color: #ff5e4a;
}
ul.addlanguages{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
ul.addlanguages li{
    border: 1px solid #ededed;
    border-radius: 999px;
    font-size: 14px;
    color:#222222;
    font-weight: 400;
    width: fit-content;
    padding: 5px 10px;
    margin: 0px 10px 10px 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.close{
    background: transparent;
    color: #222222;
    padding: 5px;
    width: 25px;
    height: 25px;
    border: 1px solid #f1f1f1;
    display: block;
    border-radius: 100%;
}
.close:hover{
    background: #ee2c2c;
    color:#fff;
}
textarea.form-control {
    min-height: calc(4.5em + (0.75rem + 2px));
}
/*******************kyc-details*******/
.kyc-details-checkout{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.kyc-details-checkout input[type="radio"]{
    accent-color: #ff4e5a;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    right: 0;
}
.form-select{
    border-radius:15px;
    font-size:16px;
}
.privacy-nottes{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background:#f1f1f1;
    padding: 15px;
    border-radius: 15px;
}
.imgfile-uploader {
    border: 1px dashed #727272;
    padding: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}
.imguploader h3{
    font-size:20px;
    line-height: 30px;
    font-weight: 500;
    color: #212529;
    padding: 0;
    margin: 0;
}
.imguploader i{
    font-size:35px;
}
.imguploader p{
    font-size:16px;
    line-height: 24px;
    font-weight: 400;
    color: #6c757d;
    padding: 0;
    margin: 0;
}
.imgfile-uploader label{
    width:100%;
    cursor: pointer;
}
/****user edit profile****/

.user-profile-edit{
    position:relative;
    text-align: center;
    padding: 10px;
}
.user-profile-edit::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    border-radius: 15px;
    background:rgba(0, 0, 0, .075);
}
.user-profile-edit img{
    width:150px;
    height:150px;
    object-fit: cover;
    border-radius:100%;
}
.profile-delete{
    position: absolute;
    top: 50%;
    right: 16%;
    transform: translate(-16%,-50%);
    color: #ff0000;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 100%;
    transition: .1s ease-in;
    background: #fff;
    box-shadow: 1px 0px 3px;
}
.profile-delete:hover{
    border:1px solid #ff0000;
    background:#ff0000;
    color:#fff;
    transition: .1s ease-in;
}
.profile-edit{
    position: absolute;
    top:50%;
    left:20%;
    transform: translate(-20%,-50%);
    color:#000;
    border:1px solid #fff;
    padding: 5px;
    background: #fff;
    border-radius: 100%;
    transition: .1s ease-in;
    box-shadow: 1px 0px 3px;
}
.profile-edit:hover{
    border:1px solid #000;
    background:#000;
    color:#fff;
    transition: .1s ease-in;
}
/***personl edit information**/
.personaldetails{
    display: flex;
    justify-content: space-between;
}
.personaldetails h3{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color:#212529;
    padding: 0;
    margin: 0;
}
.personaldetails p,.personaldetails a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color:#6c757d;
    margin: 0;
}
.personaldetails .form-control{
    border:0px;
    padding: 0px 5px;
    color:#909090;
    font-size: 14px;
    font-weight: 500;
}
.personaldetails .form-control:focus, .payment-process .form-control:focus, .billing-address .form-control:focus{
    box-shadow: none;
}
.common-form .form-control, .payment-process .form-control, .billing-address .form-control{
    border-radius: 15px;
}
.p_info{
    margin:1rem 0rem;
}
.personal-info-share {
    width: 80%;
    margin: 0 auto;
    border: 2px solid #ededed;
    padding: 25px;
    border-radius: 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(221, 221, 221, .6);
}
.personal-info-share p{
    font-weight: 300;
}
.breadcrumb {
    background: #f1f1f1;
    padding: 10px;
}
.commontextwrap h2, .rating_review h2{
    font-size:30px;
    line-height: 45px;
    font-weight: 500;
    padding: 0 0 10px;
    margin: 0;
    text-align: left;
}
.security_low{
    color:#ff0000 !important;
}
.security_medium{
    color:#6aa54d;    
}
.security_high{
    color:#25D366;    
}
.password_new_login{
    color:#00a88e;
    text-decoration: underline;
}
.password_new_login:hover{
    color:#105b6b;
}
.personaldetails a{
    color: #0e6b7f !important;
    text-decoration: underline !important;
    font-weight: 400;
}
.user-delete{
    border:1px solid transparent;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 25px;
    background:#FFFFFF;
}
.text-right{
    text-align: right;
}
.pointernone{
    pointer-events: none;
    opacity: .5;
}
/**step count design**/
.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
  }
  .step-name{
    font-size:16px;
    line-height: 26px;
    font-weight: 400;
  }
  .stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: -50%;
    z-index: 2;
  }
  
  .stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ccc;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 2;
  }
  
  .stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f1f1;
    margin-bottom: 6px;
  }
  
  .stepper-item.active {
    font-weight: 600;

  }  
  .stepper-item.completed .step-counter {
    background-color: #ff4e5a;
    color:#fff;
  }  
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ff4e5a;
    width: 100%;
    top: 20px;
    left: 50%;
    z-index: 3;
  }
  
  .stepper-item:first-child::before {
    content: none;
  }
  .stepper-item:last-child::after {
    content: none;
  }
  /*****payout wrap****/
  .payoutwrap  .nav-tabs .nav-link.active {
    color: #ff4e5a;
    background-color: #fff;
    border-color: #fff #fff #ff5e4a;
  }
  .payoutwrap .nav-tabs .nav-link:hover {
    border-color: #fff #fff #ff4e5a;
    }
  .payoutwrap .nav-tabs .nav-link{
    color:#212529;
  }
  .payoutwrap #myTabContent{
    padding: 15px;
  }
  .payments{
    padding: 10px 25px;
    font-size:16px;
    font-weight: 400;
    background:#0e6b7f;
    border:1px solid #0e6b7f;
    color:#fff;
    transition:.3s all ease-in-out;
    text-decoration: none;
  }
  .payments:hover{
    border:1px solid #0e6b7f;
    background: #fff;
    color:#0e6b7f;
    transition:.3s all ease-in-out
  }
  .personaldetails li{
        font-size:16px;
        line-height: 24px;
        font-weight: 300;
        color:#6c757d;
  }
  .wishlist-wrap :hover{
    color:#ff4e5a;
  }
  .wishlist-wrap {
    padding: 20px 20px 5px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px #cccccc;
    transition: .2s all ease-in;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .wishlist-wrap:hover {
    box-shadow: 0px 0px 15px #cccccc;
    transition: .2s all ease-in;
}
.user-favour-wishlist .bi-heart-fill{
    color:#ff4e5a;
}
.bradisus{
    border-radius: 10px !important;
}
.br-10{
    border-radius: 10px;
}

.tripnotyetstrated {
    display: flex;
    align-items: center;
    border: 1px solid #b7b7b7;
    border-radius: 15px;
}
.trip_first{
    width:35%;
}
.trip_sec{
    width:65%;
}
.trip_sec img{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    object-fit: cover;
}
.paststay{    
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.paststay img{
    border-radius: 10px;
}
.paststay h3{
    font-size:16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    text-align: left;
    color:#222222;
    display:block;
    width:95%;
}
.paststay p{
    font-size:14px;
    line-height: 22px;
    font-weight: 300;
    color:#6c757d;
    padding: 0;
    margin: 0;
    text-align: left;
}
.pasttrip-wrap{
    position: relative;
}
.back-pos-abs{
    color: #fff;
    z-index: 2;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255,255,255,.5);
    background: rgba(255,255,255,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    top: 5%;
    left: 5%;
    transform: translate(-5%,-5%);
    transition: .2s ease-in-out;
}
.back-pos-abs:hover{
    background: #ff4e5a;
    border:1px solid #ff4e5a;
    color:#fff;
}
.reservstiondetails{
    position: relative;
}
.trip-centerline::after{
    content: '';
    position: absolute;
    top: 0;
    right:20px;
    border-left: 1px solid #c1c1c1;
    height: 100%;

}
.tripwrap h3{
    font-size:18px;
    line-height: 30px;
    font-weight: 400;
    text-align: left;
    color:#000000;
    padding: 0;
    margin: 0;
}
.tripwrap p, .map-direction a,.reservstiondetails p{
    font-size:15px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
    color:#222222;
    padding: 0;
    margin: 0;
}
.reservstiondetails h3{
    font-size:20px;
    line-height: 30px;
    font-weight: 500;
    text-align: left;
    color:#000000;
    padding: 0;
    margin: 0;
}
.map-direction i{
    padding-right: 10px;
}
.map-direction a:hover{
    color:#ff4e5a !important;
}
.reservation_image{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reservation_image img{
    width:50px;
    height: 50px;
    border-radius: 100%;
    object-fit: fill;
    border:2px solid #fff;
    box-shadow:0px 0px 5px #fff; 
}
.nth-sec img{
    z-index: 2;
    margin-left: -10px;
}
.nth-third img{
    z-index: 2;
    margin-left: -10px;
}
.nth-fourth img{
    z-index: 2;
    margin-left: -10px;
}
.buss .form-control{
    border-radius:15px;
}
.inboxx .footer-bg, .Becomehost .footer-bg, .host_list .footer-bg{
    display: none;
}
.inbox-message-wrap{
    padding: 75px 0px 0px;
    position: relative;
}
.inbox-wrapper{
    width: 100%;
    height: calc( 100vh - 135px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px 10px;
}
.inbox-wrapper-chat{
    height: calc( 100vh - 200px);
    overflow-y: scroll;
    padding: 0px 10px;
}
.inbox-header{
    border-width:0 1px 1px 0px;
    border-color:#ddd;
    border-style: solid;
    padding: 15px 10px;
    text-align: center;
}
.inbox-header h3{
    font-size:18px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #000000;
}
.inbox-user-msg img{
    width:45px;
    height:45px;  
    border-radius: 100%;
    object-fit: fill;
}
.inbox-user-msg{
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
}
.inbox-user-msg, .user_customsg{
    display: flex;
    justify-content: space-between;
}
.inbox-user-msg h3, .user_customsg h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
    padding: 0;
    margin: 0;
}
.user_customsg h3 span{
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #6c757d;
    padding: 0 10px;
    margin: 0;
}
.inbox-user-msg h4,.user_customsg h4{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #444444;
    padding: 0 0 5px;
    margin: 0;
}
.user_customsg img{
    width:45px;
    height:45px;
    border-radius: 100%;
    object-fit: fill;
}
.inbox-user-msg p, .user_customsg p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #6c757d;
    padding: 0;
    margin: 0;
}
.submit-button {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: #ddd;
}
.submit-button .form-control{
    padding: 10px 10px;
}
.sub-pos{
    position: relative;
    width: 100%;
}
.abs-pos {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translate(-2%,-50%);
    font-size: 20px;
    z-index: 2;
    background: #fff;
    padding: 5px 10px;
}
.common-wrap{
    position:relative;
}
/***become host****/
.becomehostfirst_wrap{
    background-image: linear-gradient(to top, #c471f5 0%, #fa71cd 100%); 
    min-height: 100vh;
    position: fixed;
    width: 50%;
    overflow-y: hidden;
    padding: 50px;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: url('../images/login/bg-1.jpg');
    background-size: cover;
}
.becomehostfirst_wrap::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}
.becomehostfirst_wrap img{
    width:200px;
    height:auto; 
    position: relative;  
}
.becomehostfirst_wrap h3{
    font-size:42px;
    line-height: 55px;
    font-weight: 500;
    color:#fff;
    padding: 0;
    margin: 0;
}
.becomehostfirst_wrap p{
    font-size:20px;
    line-height: 30px;
    font-weight: 400;
    color:#fff;
    padding: 0;
    margin: 0;
}
.becomehost-heading {
   display: flex;
   align-content: center;
   align-items: center;
   flex-wrap: wrap;
   height: 100%;
   position: relative;
}
.exit_btn, .exit_btns{
    padding: 6px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
    border-radius: 999px;
    display: inline-block;
    cursor: pointer;
    text-align:center;
    text-decoration: none !important;
    transition: .2s ease-in-out;
}
.exit_btns{
    background: #fff;
}
.exit_btn:hover, .exit_btns:hover{
    background: #f1f1f1;
    color: #222222;
    transition: .2s ease-in-out;
}
.start-step{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.addproperty-right-content{
    height: calc( 100vh - 75px);
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 40px;
}
.start-step h2{
    font-size:42px;
    line-height: 55px;
    font-weight: 400;
    color:#000000; 
    padding: 0 0 10px;
    margin: 0;
}
.start-step h3, .common-property-design h3, .guest_safety_features h3{
    font-size:36px;
    line-height: 45px;
    font-weight: 400;
    color:#222; 
    padding: 0;
    margin: 0;
}
.common-property-design p{
    font-size:15px;
    line-height: 22px;
    font-weight: 300;
    color:#6c757d; 
    padding: 0;
    margin: 0;
    display: block;
}
.common-property-design {
    border: 1px solid #dedede;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .2s ease-in;
    height: 100%;
}
.common-property-design img{
    width: 40px;
    height:40px;
    border-radius: 5px;
    margin-right: 10px;
}
.common-property-design:hover{
    border:1px solid #222;
    transition: .2s ease-in;
    color:#000;
}
.prop_type .common-property-design{
    display: block !important;
}
.add_property{
    padding: 15px 30px;
    background: #fff;
    border-top: 1px solid #ddd;
    position: fixed;
    bottom: 0;
    width: 50%;
    left: 50%;
    z-index: 9;
}
.header-nav-sticky{
    padding: 15px 30px;
    position: sticky;
    position: -webkit-sticky;
    top:0;
    border-bottom:1px solid #ddd;
    background:#fff;
    z-index: 9;
}
.addproperty-details{
    padding: 20px 50px;
    margin: 50px 0px 100px;
    display: flex;
    align-items: center;
}
form {
    width: 100%;
}
.addproperty-details img{
    border-radius: 5px;
}
.prop_type .form-control{
    border-radius: 15px;
}
input[type=radio]{
    accent-color: #ff4e5a;
}
.property_Desc{
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.property_Desc li{
    padding: 15px 20px;
    white-space: nowrap;
    background: #f0f0f0;
    border:1px solid #f0f0f0;
    margin: 0 10px 25px 0;
    border-radius: 30px;
    display: flex;
    align-items: center;
    transition: .2s ease;
}
.property_Desc li.active{
    border:1px solid #ddd;
}
.property_Desc li:hover{
    background:#dff;
    transition: .2s ease;
}
.property-prices{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.property-prices .form-control{
    padding: 10px;
    border-radius: 5px;
    height: 100px;
    text-align: center;
    font-size:40px;
}
ul li{
    color:#6c757d;
    font-weight: 400 ;
    font-size:15px;
    line-height: 25px;
}
.text_indent{
    text-indent: 1cm;
}
ul.non-policy{
    list-style: none;
    padding: 0 0 0 25px;
    margin: 0;
}

ul.non-policy li:not(:nth-child(1)){
    list-style: circle;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 0 25px;
}
.common-notes{
    display: flex;
    align-items: center;
    border:1px solid #ddd;
    padding: 20px;
    border-radius: 15px;
}
.common-notes i{
    color:#ff4e5a
}
.common-notes p{
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color:#222;
}
.underline{
    text-decoration: underline;
}
.offcanvas.show {
    visibility: visible !important;
}
.offcanvas-backdrop.show {
    opacity: .5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
#offcanvasExample.offcanvas{
    background-color: #222 !important;
    color:#fff;
}
#offcanvasExample .btn-closes{
    background: transparent;
    border-color: transparent;
    color:#fff;
}
#offcanvasExample .btn-closes:hover{
    color:#ff4e5a;
}
#offcanvasExample .offcanvas-body .commontextwrap h3{
    color:#fff;
}
.property-view-wrap{
    border:2px solid #ddd;
    border-radius: 25px;
    padding: 15px;
    margin:20px 0px
}
.property-view-img img{
    width:100%;
    height:200px;
    object-fit: cover;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.property-host-detail{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.property-host-detail img{
    width:40px;
    height: 40px;
    border-radius: 100%;
}
.superhost img{
    width:60px;
    height: 60px;
    border-radius: 100%;
}
.amenties_images img{
    width:25px;
    height: 25px;
    border-radius: 0;
}
.privew-title {
    position: sticky;
    position: -webkit-sticky;
    top:65px;
    width: 100%;
    z-index: 9;
    background: #fff;
    overflow: hidden;
}
.w-80{
    width:80%;
    margin: 0 auto;
}
.property-imgaes{
    /* border:1px dashed #ddd;
    padding: 30px; */
    text-align: center;
}
.made-by-trip{
    border: 1px solid rgb(34, 34, 34) ;
    background: rgb(179 179 179 / 50%);
    border-radius: 15px;
    padding: 0 0 20px;
}

.made-by-trip h4, .superhost h4{
    font-size:16px;
    line-height: 26px;
    font-weight: 400;
    color:#eee;
    padding: 0 20px;
    margin: 0;
}
.made-by-trip p, .superhost p{
    font-size:12px;
    line-height: 20px;
    font-weight: 300;
    color:#fff;
    padding: 0 20px;
    margin: 0;
}
.help-text h3{
    font-size:20px;
    line-height: 30px;
    font-weight: 500;
    color:#fff;
    padding: 0;
    margin: 0;
}
.superhost{
    display:flex;
    align-items: center;
    justify-content: flex-start;
    background: rgba(179, 179, 179, .5);
    padding: 10px;
    border-radius: 15px;
    cursor: pointer;
}
.tiny_text{
    font-size:12px;
    line-height: 16px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.superhosts img{
    width:40px;
    height:40px;
    object-fit: cover;
    border-radius: 100%;
}
.superhosts img:hover{
    box-shadow: 0 0 5px #ff4e5a;
}
/***listing Details***/
.search_bar{
    position: relative;
}
.search_pos{
    position: absolute;
    top:15px;
    left:15px;
}
.search_listing{
    list-style: none;
    padding: 0;
    margin: 0;
}
.search_listing .nav-link{   
    color: #000;
    padding: 10px 25px 10px 15px;
}
.search_listing li.nav-item{
    list-style: none;
    color:#000;
    border:1px solid #ddd;
    border-radius: 999px;
}
.filterbar {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.filterbar .dropdown-menu.show{
    min-width: 320px !important;
    border: 0px solid transparent;
    box-shadow: 0px 1px 20px rgba(0,0,0,.5);
   
}
.filterbar.reservationbar .dropdown-toggle::after {
    display: none;
}
.amenties_height{
    height:50vh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.filterbar .dropdown-toggle::after {
    right:5px;
}
.filter_actives{
    border:1px solid #ff4e5a;
}
.filter_amenties{
    display: flex;
    align-items: start;
}
input[type="checkbox"]:hover{
    border:1px solid #000;
}
.list-details{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.list-details img{
    width:75px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}
.list-details h3{
    font-size:18px;
    line-height: 24px;
    font-weight: 400;
    color:#222222;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}
.list-details p{
    font-size:14px;
    line-height: 20px;
    font-weight: 400;
    color:#222222;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}
.host_list_details.table th {
    font-size: 16px;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 500;
    padding: 10px 20px;
    text-align: center;
}
.host_list_details.table td {
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
}
.host_list_details.table th:first-child{
    position: sticky;
    left: 0px;
    z-index: 2;
    background: #fff;
}
 .host_list_details.table th:nth-child(2){ 
    position: sticky;
    left: 55px;
    z-index: 2;
    background: #fff;
} 
.host_list_details.table td:first-child{ 
    position: sticky;
    left: 0px;
    z-index: 2;
    background: #fff;
}
.host_list_details.table td:nth-child(2){
    position: sticky;
    left: 50px;
    z-index: 2;
    background: #fff;
  }
  .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ff4e5a;
    border-color: rgb(255, 78, 90);
}
.page-link, .page-link:hover {
    color: #ff4e5a;
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 78, 90, .25);
}
.reservationbar .form-control{
    border-radius: 15px;
}
.managelist a{
    color:#000; 
    text-decoration: underline;   
}
.managelist a:hover{
    color:#ff4e5a;
}
/**end**/
/**manage listing**/
.manage_list_wrap {
    width: 80%;
    padding: 10px;
    background: #f6f6f6;
}
.list-detail-view{
    position: sticky;
    top:90px;
}
.list-detail-view a:hover{
    color:#ff4e5a;
}
.listdeatils{
    border-left: 1px solid #ddd;
    margin:10px 0px;
}
.listdeatils a.nav-link{
    padding: 5px 10px;
    font-weight:400;
    font-size:16px;
    color:#000;
}
.listdeatils .active{
    border-left:2px solid #ff4e5a;
    color:#ff4e5a !important;
}
.commonlist-bacic {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.commonlist-bacic .form-control{
    border-radius: 15px;
}
.list-bt{
    border-top:1px solid #ddd;
    padding: 20px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.choose_language{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.default-language p{
    color:#6c757d;
    font-size:15px;
    line-height: 26px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.choose_language p{
    color:#222;
    font-size:15px;
    line-height: 26px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.choose_language a{
    text-decoration: underline !important;
    text-transform: capitalize;
}
.list_edit .nav-link{
    color:#000;
}
.list_edit .nav-link:hover{
    color:#ff4e5a;
}
.edit_photos{
    position: relative;
}
.editphoto_pos{
    position: absolute;
    top: 50%;
    right: 0%;
    background: #ddd;
    z-index: 9;
    padding: 2px 10px;
    transform: translate(0%,-50%);
    border-radius: 5px;
}
.editphoto_pos a{    
    color: #000;
    transition: .3s ease-in-out;
}
.editphoto_pos a:hover{
    transition: color .3s ease-in-out;
    color:#ff4e5a;
}
.edit_photos img{
    border-radius: 15px;
    width: 100%;
    height: 175px;
    object-fit: cover;
    filter: brightness(50%);
}
.edit_photos >img:hover{
    filter: brightness(50%);
}

.setcoverphoto{
    position: relative;
}
.setcoverphoto img{
    width:100%;
    height:175px;
    object-fit: cover;
}
.setcoverphoto label{
    width:100%;
    height: 100%;
}
.setcoverphoto-pos{
    position: absolute;
    top:3%;
    right: 3%;
}
.setcoverphoto-pos a:not(.dropdown-item){
    width: 30px;
    height:30px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color:#000;
    transition: background .1s ease-in;
}
.setcoverphoto-pos a:hover{
    color:#ff4e5a;
    background: #fff;
    transition: background .1s ease-in;
}
.setcoverphoto-pos .dropdown-toggle::after{
    display: none;
}
.overlays{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}
.setcoverphoto input[type="radio"]{
    position: absolute;
    top:20px;
    left:20px;
    width: 20px;
    height: 20px;
}
#Add_caption .form-control{
    border-radius: 15px;
}
.text-caption{
    padding: 10px 0px;
}
.text-caption a{
    color:inherit;
    text-decoration: underline !important;
    transition: .2s all ease-in;
}  
.text-caption a:hover{
    color:#ff4e5a !important;
    transition: color .2s all ease-in;
} 
#hot_tub .form-control, #television_detail .form-control{
    border-radius: 15px;
}
.footer_close{
    text-transform: capitalize;
    color:#222;
    text-decoration: underline !important;
}
.footer_close:hover,.popover-body a:hover{
    color:#ff4e5a;
}
.pricing_img img{
    width:100px;
    height:100px;
    object-fit: cover;
    border-radius: 5px;
}
.popover-body a{
    text-decoration: underline !important;
    font-weight: 500;
}
.personal-info-share{
    position: sticky;
    top:110px;
}
ul.response_status{
    list-style:decimal;
    padding: 0 30px;
    margin: 0;
}
ul.response_status li strong, ul.response_status li a{
    font-weight: 500;
    color:#222 !important;
}
.advance_setting{
    border: 1px solid #dedede;
    border-radius: 15px;
    padding: 20px 20px 10px;
}
.avance-settings{
    border: 1px solid #dedede;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100px;
}
.avance-settings p{
    margin-bottom: 0px;
}
.advance_setting img{
    width:75px;
    height:75px;
    margin: 0 auto;
}
.avance-settings img{
    width:50px;
    height:50px;
    margin:0 auto;
}
.pl-4{
    padding-left: 30px;
}
.coshost{
    display: flex;
    align-items: start;
    justify-content: flex-start;
}
.cohot_admin img{
    width:50px;
    height:50px;
    border-radius: 100%;
}
#cohost_create .form-control{
    border-radius: 15px;
}
.cohost-details{
    border:1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
}
ul li strong{
    font-weight: 500;
    color: #444;
}
.property_rooms_types{
    padding: 72px 0px;
}
.property_type .footer-bg{
    display: none;
}
.footer_type {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 20px 0px;
    background: #fff;
    box-shadow:0px 0px 5px rgba(255, 78, 90,.5)
}
.property_type_sticks{
    position: sticky;
    top:71.5px;
}
.edit_option_style{
    border:2px solid #ddd;
    border-radius: 10px;
    padding: 15px;
}
span.dots_black {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #ff4e5a;
    display: inline-block;
    position: relative;
    top: 10px;
    margin: 0px 0px 0px 5px;
}
.accordion-button:not(.collapsed) {
    color: #ff4e5a;
    background-color: rgb(240 240 240 / 70%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
#add_beds_type h5 a, #Living_room_arrangement h5 a{
    color:#0e6b7f;
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline !important;

}
#property_room_types .accordion-item{
    margin:0px 0px 20px;
    border: 1px solid rgba(0,0,0,.125);
}
.edit_photo_btn{
    border:1px solid #0e6b7f;
    border-radius: 5px;
    padding: 10px 30px;
    color:#0e6b7f;
    background:transparent;
    font-size:16px;
    font-weight: 500;
    transition: background .3s ease-in;
}
.edit_photo_btn:hover{
    color:#fff;
    background:#0e6b7f;
    transition: background .3s ease-in;
}
.logo{
    width:200px;
    height: 100%;
    object-fit: contain;
}
.steps_count{
    color:#0e6b7f;
    font-weight: 500;
}
#edit_photo_review .form-control{
    border-radius: 15px;
}
.inPrieview{
    width: 10px;
    height:10px;
    background: #ffa500;
    border-radius: 100%;
    margin:0 5px;
    display: inline-block;
}
/**end**/
/** user profile **/
.profile_user_img{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    object-fit: cover;
}
/**safety_future**/
.guest_safety{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.commontextwrap h6{
    margin: 0;
    color:#222;
    line-height: 26px;
    word-wrap:break-word
}
.mr-4{margin-right: 10px;}
.pointer{
    cursor: pointer;
}
strong{
    font-weight: 600 !important;
}
::placeholder{
    font-size: 14px !important;
    opacity: 1;
}
.ceck_detail label{
    display: flex !important;
    align-items: baseline;
}
.feedback .form-control{
    border-radius:15px;
}
.coomon_a {
    color:#6c757d;
    text-decoration: underline !important;
}
.coomon_a:hover{
    color: rgb(255, 78, 90);
}
/**mentor**/
.guidebook-wrap { 
    position:relative;
    width:90%;
    z-index: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%) !important;
    box-shadow: 0px 0px 10px #d2d2d2;
    height: 250px;
    margin:0 auto;
    border: 1px solid #f3f3f3;
    padding: 20px 10px;
    border-radius: 15px;
}
.guidebook-book-cover{
    position:relative;
    width: 100%;
    z-index: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%) !important;
    height: 250px;
    border-radius: 10px;
    margin: 0 auto;
}
.guidebook-book-cover .overlay{
    border-radius: 15px;
}
.guidebook-book-cover img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.guide_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45); 
    border-radius: 10px;
}
.content_block{
    position: absolute;
    bottom: 5%;
    left: 20%;
    transform: translate(-20%, -5%);
}
#myTab .nav-link{
    color:#222222;
    border-width:0px 0px 1px 0px
}
 #myTab .nav-link.active{
    color:rgb(255, 78, 90) !important
}
#myTab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: rgb(255, 78, 90) !important;
    border-width:0px 0px 2px 0px !important;
}
.ml-20{
    margin-left:20px;
}
.pl-10{
    padding-left:10px;
}
.guide_user_profile img{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    object-fit: cover;
}
.guidebook-book-cover h4{
    font-size:14px;
    line-height:20px;
    color:#fff;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.guidebook-book-cover h3{
    font-size:16px;
    line-height:22px;
    color:#fff;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.my_screens{
    padding:75px 0px 0px;         
    height:calc(100vh - 0px);
    position:relative; 
}
.my_screens_one{
    padding:75px 0px; 
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: #dddddd; 
    min-height:calc(100vh - 0px); 
    position: relative;
}
.add_guid_book{
    padding: 10px 20px 10px;
    text-align: end;
    background: #fff;    
   
}
.places_where_go{
    display:flex;
    align-items: flex-start;
}
.position-relative{
    position:relative;
}  
.map-icon-pos{
    position:absolute;
    top: 70%;
    left: 3%;
    transform: translate(-5%, -70%);
} 
.places_images img{
    width: 150px;
    height:125px;
    object-fit: cover;
    border-radius: 5px;
}
.button_pos{
    position: relative;
    top: 20px;
    left:0;
    width: 100%;
}
a:hover{
    color:#ff4e5a;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.preview_screen_btn{
    width:40px;
    height:40px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgba(238, 238, 238,.1);
    transition: .3s all ease-in-out;
}
.preview_screen_btn:hover{
    background:rgb(238, 238, 238);
    transition: background .3s all ease-in-out;
}
.userprofile_wrap{
    display: flex;
    align-items: start;
    justify-content: start;
}
.preview_user_profile img{
    width:60px;
    height: 60px;
    border-radius: 100%;
    border:1px solid #ddd;
    padding: 2px;
}
.preview_image img{
    width:100%;
    height:225px;
    object-fit:cover ;
    border-radius: 5px;
}
.first_preview_secreen{
    height:calc(100vh - 60px);
    overflow-y:scroll !important;
}
.second_preview_secreen{
    position: fixed;
    width: 50%;
    right: 0;
    top: 75px;
    height: 90%;
    overflow-y: hidden !important;;
}
.share_view_btn{
    position: sticky;
    position: -webkit-sticky;
    top:20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 9999;
    
}

.blog-first-head{
	padding:20px 50px;
}
.blog-first-head h3{
	font-family: 'Poppins', sans-serif;
	font-size:30px;
	line-height:80px;
	text-align: left;
	color: #969696;
	font-weight: 400;	
	margin:0;
}
.blog-first-head h3 .dotses{
	color:#ff5468;
	padding:0px 10px !important;
}
.blog-first-head h3 .blog-sub-head{
	color:#ff5468;
	font-weight:600;
}
.blog-first-head h4{
	font-family: 'Poppins', sans-serif;
	font-size:60px;
	line-height:82px;
	text-align: left;
	color: #565656;
	font-weight: 600;	
	margin:0;
	padding-bottom: 40px;
}
.blog-first-head p{
	font-family: 'Poppins', sans-serif;
	font-size:26px;
	line-height:42px;
	text-align: left;
	color: #969696;
	font-weight: 400;	
	margin:0;
}
.blog-row-wrap h3{
	font-family: 'Poppins', sans-serif;
	font-size:28px;
	line-height:80px;
	text-align: left;
	color: #969696;
	font-weight: 400;	
	margin:0;
}


.blog-row-wrap h3 .blog-sub-head{
	color:#ff5468;
	font-weight: 600;
}
.blog-row-wrap h4{
	font-family: 'Poppins', sans-serif;
	font-size:34px;
	line-height:48px;
	text-align: left;
	color: #565656;
	font-weight: 600;	
	margin:0;
	padding-bottom: 40px;
}
.blog-row-wrap p{
	font-family: 'Poppins', sans-serif;
	font-size:26px;
	line-height:40px;
	text-align: left;
	color: #969696;
	font-weight: 400;	
	margin:0;
}
.blog-row-wrap img{
	border-radius: 10px;
	margin-bottom: 20px;
}
.blog-row-wrap{
    height:100%;
	margin-bottom: 20px;
}
img#logo-one {
    width: 80%;
    height: auto;
}
/*Blog-deatils*/
.blog-second h3{
	font-family: 'Poppins', sans-serif;
	font-size:33px;
	line-height:80px;
	text-align: left;
	color: #969696;
	font-weight: 400;	
	margin:0;
}
.blog-second h3 .dots{
	color:#ff5468;
	padding:0px 10px;
}
.blog-second h3 .blog-sub-head{
	color:#ff5468;
	font-weight: 600;
}
.blog-second h4,.blog-viewall h4{
	font-family: 'Poppins', sans-serif;
	font-size:60px;
	line-height:80px;
	text-align: left;
	color: #565656;
	font-weight: 600;	
	margin:0;
	padding-bottom: 40px;
}
.blog-second h5{
	font-family: 'Poppins', sans-serif;
	font-size:44px;
	line-height:58px;
	text-align: left;
	color: #565656;
	font-weight: 600;	
	margin:0;
	padding-bottom: 40px;
}
.blog-second p{
	font-family: 'Poppins', sans-serif;
	font-size:28px;
	line-height:44px;
	text-align: left;
	color: #969696;
	font-weight: 400;	
	margin:0 0 40px;
	width:96%;
}

.blog-second h2{
	font-family:"proxima-nova";
    font-weight: 700;
	font-size: 44px;
    line-height: 58px;
	color:#565656;
	margin:0 0 40px;
	padding:0;
	text-align: left;
}
.second-banner-img img{
	margin-bottom:50px;
}
.blog-viewall{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blog-viewall a{
	font-family: 'Poppins', sans-serif;
	font-size:40px;
	line-height:60px;
	text-align: left;
	color: #ff5468;
	font-weight: 600;	
	margin:0;
}
/* .mb-4{
	margin-bottom: 25px;
} */
.attaraction-whole-wrap a{
	margin-bottom: 25px;
}
.dex p a{
	color:#676767 !important;
}
.blog-detail-banner img {
	border-radius: 15px;
	margin-bottom: 20px;
}
.blog-second h2 span{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color:#909090;
	display: block;
}

.blog-second h2 span img{
	margin-right:5px;
}
.social-icon img{
	width:25px;height:auto;
}
.section-padd {
    padding: 100px 0 0;
}
.core-team-soc {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
.core-team-soc li:not(:first-child){
    margin:0px 0px 0px 20px;
}
.core-team-member img{
    width: 95% !important;
    margin: 0 auto;
}
.core-team-soc img{
    width:25px;
    height:25px;
    object-fit: contain;
}
.product-portfolio h3{
    color:#707070;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.product-portfolio h4{
    color:#000;
    font-size: 22px;
    line-height: 34px;
    margin: 0;
}
#pswd_info h4{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    margin: 0;
}
#pswd_info ul li, #pswd_info ul li strong{
    color:#fff;
}
/** hosting dashboards**/
.welcome_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.welcome_head a{
    text-decoration: underline !important;
}
.welcome_head a:hover{
    text-decoration: underline;
}
.incomplete_properties{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border:1px solid #ddd;
    border-radius: 15px;
    padding: 20px;
    background: #ddeedd30;
}
.incomplete_properties h3,.paidout h4{
    font-size:16px;
    line-height: 26px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color:#707070;
}
.padding-amt h2{
    font-size:30px;
    line-height: 40px;
    color:#000;
    font-weight: 500;
}
.incomplete_properties h4, .opportuinty_wrap h4, .paidout h5{
    font-size:14px;
    line-height: 22px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color:#ff4e5a;
}
.opportuinty_wrap h4, .paidout h5{
    color:#000000;
}
.paidout h4{
    font-size:16px;
    line-height: 40px;
    color:#000000;
}
.opportuinty_wrap img{
    border-radius: 10px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.incomplete_properties h5{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color:#a4a4a4;
}
.incomplete_properties a{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    color:#000000;
}
.warning_icons{
    background: #e07912;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.warning_icons i{
    color:#fff;
}
.jfirst{
    width:75px;
}
#complete-payout-pane .form-select, #upcoming-payout-pane .form-select, #gross-earning-pane .form-select, #currently-hosting-pane .form-select, #arrving-soon-pane .form-select, .chart_view .form-select{
    border-radius: 0px;
    padding:10px;
}
#complete-payout-pane .form-select:focus, #upcoming-payout-pane .form-select:focus, #gross-earning-pane .form-select:focus, #currently-hosting-pane .form-select:focus, #arrving-soon-pane .form-select:foucs, .chart_view .form-select:focus{
    box-shadow: 0 0 0 0.25rem #ff3c5e5c !important;
    border-color: transparent;
}
.opportuinty_wrap{
    border:1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-items: start;
    color: #ff4e5a;
}
.paid_img{
    width: 30px;
    height: 24px;
    padding: 5px 15px 0px;
    background: #000;
    margin-right: 10px;
}
.paid_exe{
    width: 30px;
    height: 24px;
    padding: 5px 15px 0px;
    background: #cfcfcf;
    margin-right: 10px;
}
.property_view_detail{
    padding: 20px 10px;
}
.property_view_detail h2{
    font-size: 42px;
    line-height: 60px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    color:#000000;
}
.property_view_detail h3{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color:#222222;
}
.cleaning_process, .cleaning_process_steps {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cleaning_icon{
    width: 40px;
    height: 40px;
    background: #fe656f;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffffff;
    margin-bottom: 20px;
}
.cleaning_icons{
    width: 30px;
    height: 30px;
    background: #000000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffffff;
    margin-bottom: 30px;
}
.cleaning_process h4{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color:#222222;
}
.cleaning_process_steps h4{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    padding: 0 0 10px;
    margin: 0;
    color:#000;
}
.cleaning_process_steps p,.cleaning_process_steps p a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color:#222222;
}
.cleaning_process_steps p a{
    text-decoration: underline;
}
.cleaning_process_steps p a:hover{
    color:#fe656f;
}
.cleaningstart {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 6px 16px rgb(0 0 0 / 12%) !important;
    position: relative;
    padding:0px 0px 0px 50px
}
/* .cleaning_img{
    position: absolute;
    right: 0;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
       
} */
.cleaning_img img{
    border-radius: 10px;
}
.notes-information{
    padding: 15px;
    border:1px solid #ddd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: start;
}
.notes-information p, .tips_counts p{
    margin-bottom: 0 !important;
}
.notes-information p a{
   text-decoration: underline;
}
.notes-information span i{
    color:orange;
}
.personal-info-share p{
    padding: 10px 0px;
}
.personal-info-share p a{
    text-decoration: underline;
}
.tips_counts {
    border-left: 5px solid #d2d2d2;
    padding: 10px 15px 0px;
}
.numbers{
    list-style: decimal;
}
.nav-link {
   color: #000000;
}
 .nav-link:hover{
    color: #ff5e4a !important;
 }
 .trips_detail h3, .rating_review h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color:#000000;
    padding: 0 0 10px;
    margin: 0;
 }
 .trips_detail h4, .rating_review h4{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color:#000000;
    padding: 0 0px;
    margin: 0;
 }
 .trips_detail h5, .trips_detail h6{
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color:#222;
    padding: 0 0px;
    margin: 0;
    text-align: left;
 }
 .trips_detail h6{
    font-weight: 500;
    color:#000;
    text-align: right;
 }
 table.tables{
    width:100%;
    text-align: center;
 }
 .trips_detail img{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
 }
 .common_trip{
    border: 1px solid #b7b7b7;
    border-radius: 15px;
    padding: 20px;
 }
 .payment_primary, .payment_sucess, .payment_danger{
    padding: 5px 10px;
    border-radius: 5px;
    font-size:12px;
    font-weight:400;
    background:#ff4e5a;
    border: 1px solid #ff4e5a;
    color:#fff;
    text-decoration: none;
    transition: .25s ease-in;
 }
 .payment_sucess{
    background: #5cb85c;
    border: 1px solid #5cb85c;    
 }
 .payment_danger{
    background: #ff0000;
    border:1px solid #ff0000;
 }
 .payment_primary:hover, .payment_primary:focus{
    background: #fff;
    color:#ff4e5a;
    transition:background .25s ease-in;
 }
 .payment_sucess:focus, .payment_sucess:hover{
    background: #fff;
    color:#000;
    transition:background .25s ease-in;
 }
 .payment_danger:focus, .payment_danger:hover{
    background: #fff;
    color:#000;
    transition:background .25s ease-in;
 }
  th{
    font-weight: 500 ;
 }
 .rating_review, .otp_verify{
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
 }
 .rating_review h2{
    color:#ff4e5a;
 }
 .rating_review h2 span{
    color: #ff4e5a;
 }

 .rating_review h4{
    font-weight: 400;
    padding: 0 0 5px;
    color:#222;
 }
 .rating_review h4 span{
    font-weight: 500;
 }
 .rating{
    display: flex;
    flex-direction: row-reverse;
    justify-content:flex-end;
    margin:0;
}
.rating > input{
    display:none;
}
.rating > label{
    position: relative;
    width: 1.1em;
    font-size: 30px;
    line-height: 30px;
    color:#ff4e5a;
    cursor: pointer;
}
.rating > label::before{
    content: "\2605";
    position: absolute;
    opacity: 0;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before{
    opacity: 1 !important;
}
.rating > input:checked ~ label:before{
     opacity:1;
}
.rating:hover > input:checked ~ label:before{
     opacity: 0.5;
}
.rating_review .form-control{
    border-radius: 0px;
    height: 150px;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #b619240d;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
.hr_info{
    margin:.5rem 0 1rem  !important 
}
.otp_verify .form-control{
    border-radius: 0px;
}
.pos_relative{
    position: relative;
}
.pos_abs{
    position: absolute;
    top:55%;
    left:20px;
    transform: translateX(-55%);
}
.country_code img{
    width:25px;
    height: 20px;
    object-fit: cover;
}
.select_guest.minimum_stay_alert {
    font-size: 14px;
}
.fw-5{
    font-weight: 600;
}
#table_body td{
    font-size:12px;
    line-height: 26px;
}
.host_list table thead th,
.host_list table tbody tr td{
    font-size:14px;
    font-weight: 400;
}
#guest_alert{
    padding: 10px 0px;
    color:#ff0000;
    font-size:14px;
    text-align: center;
}
.custom-label .custom-slt{
    width: 100%;
}
.totalbeds{
    position: relative;right: 50px;

}
.total_counts{
    border-top: 1px solid #ff4e5a;
    padding: 10px 0px 0px;
    justify-content: space-between;
}
.border-reader{
    border: 0px solid;
    border-radius: 0;
    pointer-events: none;
}

.border-reader:focus{
    border: 0px solid transparent;
}
.spaceoftwocolumns{
    position: relative;
}
.user-favour-photo{
    position: absolute;
    top: 5%;
    right: 10%;
    transform: translate(-10%,-5%);
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: .3s all ease-in-out;
}
.user-favour-photo a>i{
    font-size: 12px;
}
.user-favour-photo:hover{
    background: #ff4e5a;
    color: #fff;
    transition: .3s all ease-in-out;
}
.cover-image{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.wc-main-head h3{
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
	font-size: 20px;
    line-height: 30px;
	color:#ff5468;
	margin:0;
	padding:0;
}
.wc-main-head h4{
	font-family: 'Poppins', sans-serif;
    font-weight: 600;
	font-size: 30px;
    line-height: 45px;
	color:#565656;
	margin:0 0 10px;
	padding:0;
}
.wc-main-head p {
	font-family: 'Poppins', sans-serif;
    font-weight: 400;
	font-size: 20px;
    line-height: 30px;
	color:#969696;
	margin:0;
	padding:0;
}
.section-padd{
    padding: 100px 0px 50px;
}

/* .wc-main-head-sub  h5,.wc-second-head h4, .wc-second-head-left h4,.wc-third-head h4{
	font-family:"proxima-nova";
    font-weight: 700;
	font-size: 44px;
    line-height: 58px;
	color:#565656;
	margin:0 0 20px;
	padding:0;
	text-align: left;
} */
@media (max-width: 768px) {
    .stepper-item{
        font-size: 12px;
    }
}
@media(max-width:1601px){
    .common-property-design h3 {
        font-size: 28px;
        line-height: 40px;
    }
    .start-step h2{
        font-size:36px;
        line-height: 45px;
    }
    .start-step h3, .common-property-design h3, .guest_safety_features h3{
        font-size:24px;
        line-height: 36px;
    }
    /* .hosting-text-wrap h4, .footer-wrap h3{
        font-size: 20px;
        line-height: 30px;
    } */
    /* .hosting-text-wrap h3{
        font-size: 14px;
        line-height: 26px;
    } */
    /* .hosting-text-wrap p, .hosting-text-wrap p span{
        font-size:16px;
    } */
    /* .hosting-text-wrap .title-wrap{
        padding: 0 0 5px;
    } */
    /* .copyrights p, .copyrights a{
        font-size: 16px;
        line-height: 26px;
    }    */
    /* .banner-text h1 {
        font-size: 42px;
        line-height: 60px;
    } */
    /* .banner-text h2 {
        font-size: 34px;
        line-height: 50px;
    } */
    /* .banner-text h3 {
        font-size: 30px;
        line-height: 45px;
    } */
    /* .whychoose-text-wrap h1,.whychoose-text-wrap h1 span, .app-download-text h1, .app-download-text h1 span {
		font-size: 45px;
		line-height: 55px;	
    } */
    /* .single-head-wrap h1 {
        font-size: 34px;
        line-height: 60px;
    } */
    /* .single-privew h3, .preview_link a,.location_link a{    
        font-size: 22px;
        line-height: 36px;
    } */
    /* .host-details h3, .cohost_header h3 {
        font-size: 24px;
        line-height: 40px;
    } */
    .cohost_header h5{
        font-size: 20px;
        line-height: 36px;
    }
    /* .host-experience h4 {
        font-size: 22px;
        line-height: 36px;
    } */
    /* .host-experience p, .commontextwrap p, .commontextwrap a, .room-arrangements p, .guest_safety_features p, .amenties p, ul.housing-rules li, .pricing-details h4, .pricing-details h4 span, .host-details h5 {
        font-size: 18px;
        line-height: 34px;
    } */
    /* .room-arrangements p {
        padding: 0;
    } */
    /* .host-experience h3, .commontextwrap h3, .user-account-detail h3, .commontextwrap h4, .welcome_head h3, .welcome_head h4, .rating_review h3, .offerprice h3, .new-price h3 {
        font-size: 24px;
        line-height: 40px;
    } */
    /* .host-details h4, .room-arrangements h3 {
        font-size: 22px;
        line-height: 40px;
    } */
    content p, .user-review-wrap p, .review-progress p, .cohost-detail p {
        font-size: 22px;
        line-height: 34px;
    }
    .review-progress h3 {
        font-size: 16px;
        line-height: 30px;
    }
    .content p, .user-review-wrap p, .review-progress p, .cohost-detail p {
        font-size: 16px;
        line-height: 30px;
    }
    .process-step-one h1{
        font-size: 30px;
        line-height: 45px;
    }
    .process-step-one h4{
        font-size: 24px;
        line-height: 36px;
    }
    .account-heading h1{
        font-size:40px;
        line-height: 55px;
    }
    .account-detail h2,.account-detail h3,.account-detail a{
        font-size:32px;
        line-height: 55px;
    }
    .blog-first-head h3 {
		font-size: 24px;
		line-height: 50px;
	}
	.blog-first-head h4 {
		font-size: 22px;
        line-height: 35px;
        padding-bottom: 5px;
	}
	.blog-row-wrap h3 {
		font-size: 24px;
		line-height: 40px;
		margin-bottom:10px;
	}
	.blog-row-wrap h4 {
		font-size: 30px;
		line-height: 40px;
	}
	.blog-row-wrap p {
		font-size: 24px;
		line-height: 36px;
	}
	.blog-first-head p {
		font-size: 22px;
	}
    /* .whychoose-text-wrap p {
        font-size: 20px;
        line-height: 30px;
    } */
}
@media(max-width:1440px){
   
    .blog-first-head h3 {
		font-size: 18px;
		line-height: 26px;
	}
	.blog-first-head h4 {
		font-size: 24px;
		line-height: 41px;
		padding-bottom: 20px;
	}
	.blog-row-wrap h3 {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.blog-row-wrap h4 {
		font-size: 20px;
    	line-height: 30px;
    	padding-bottom: 15px;
	}
	.blog-row-wrap p {
		font-size: 18px;
		line-height: 30px;
	}
	.blog-first-head p {
		font-size: 18px;
        line-height: 26px;
	}
	.blog-first-head {
		padding: 20px 10px;
	}
	.blog-second h4, .blog-viewall h4 {
		font-size: 26px;
    	line-height: 50px;	
		padding-bottom: 10px;
	}
	.blog-second p {
		font-size: 16px;
		line-height: 30px;
		margin: 0 0 15px;
		width:100%;
	}
	.blog-second h2 {
		font-size: 26px;
		line-height: 50px;
		margin:0 0  20px;
	}
	.attaraction-txt-wrap h3 {
		font-size: 14px;
		line-height: 30px;
	}
    .blog-second h3 {
		font-size: 24px;
		line-height: 54px;
	}
	.attaraction-whole-wrap h5 {
		font-size: 16px;
		margin: 0 0 30px;
		line-height: 26px;
	}
	ul.wraps li{
		font-size: 14px;
	}
	.banner-heading-det h3{
		font-size:30px;
		line-height: 40px;
	}
	/* .whychoose-text-wrap h1,.whychoose-text-wrap h1 span {
		font-size: 48px;
		line-height: 60px;		
		margin-bottom: 10px;
	} */
	.attraction-header h3 {
		font-size: 24px;
		line-height: 34px
	}
	.attraction-header a{
		font-size: 20px;
		line-height: 30px
	}
	
    .start-step h2{
        font-size:30px;
        line-height: 40px;
    }
    .start-step h3, .common-property-design h3, .guest_safety_features h3{
        font-size:24px;
        line-height: 36px;
    }
    .reservstiondetails h3{
        font-size:16px;
        line-height: 26px;
    }
    .hosting-text-wrap p span.pernight{
        font-size: 12px;
        line-height: 18px;
    }
    .content p, .user-review-wrap p, .review-progress p, .cohost-detail p {
        font-size: 16px;
        line-height: 26px;
    }
    .hosting-text-wrap h3{
        font-size: 13px;
        line-height: 24px;
    }
    .hosting-text-wrap h4, .footer-wrap h3{
        font-size: 18px;
        line-height: 24px;
    }
    .hosting-text-wrap i{
        font-size:15px;
    }
    .hosting-text-wrap p, .hosting-text-wrap p, .hosting-text-wrap p span{
        font-size: 14px;
        line-height: 20px;
    }
    .footer-wrap ul li a{
        font-size:16px;
        line-height: 35px;
    }
    .user-filter-option h3, .user-filter-option h4 {
        font-size: 22px;
        line-height: 30px;
    }
    /* .whychoose-text-wrap h1, .whychoose-text-wrap h1 span {
		font-size: 30px;
		line-height: 44px;
		margin-bottom: 10px;
	} */
	.whychoose-text-wrap p {
		font-size: 19px;
		line-height: 26px;
	}
    .whychoose-text-wrap h1,.whychoose-text-wrap h1 span,.app-download-text h1, .app-download-text h1 span {
		font-size: 36px;
		line-height: 45px;	
	}
    .app-download-text {
        padding: 65px 65px;
    }
    .single-head-wrap h1 {
        font-size: 28px;
    }
    .single-privew h3, .preview_link a, .location_link a {
        font-size: 18px;
        line-height: 26px;
    }
    .host-details h5, .cohost_header h5 {
        font-size: 20px;
        line-height: 30px;
    }
    /* .host-experience h4,.host-experience h3, .commontextwrap h3,.commontextwrap h4, .user-account-detail h3,  .host-details h3 , .cohost_header h3,.welcome_head h3,.welcome_head h4, .rating_review h3{
        font-size: 28px;
        line-height: 36px;
        padding: 0 0 5px;
    } */
    .host-experience p, .commontextwrap p, .commontextwrap a, .room-arrangements p,.guest_safety_features p, .amenties p, .process-step-two h5 {
        font-size: 18px;
        line-height:30px;
        padding: 0 0 0px;
    }
    .host-experience i {
        font-size: 20px;
        color: #222222;
    }
    .host-details h4, .room-arrangements h3 {
        font-size: 24px;
        line-height: 36px;
        padding: 0 0 0px;
    }
    .amenties i {
        font-size: 20px;
        line-height: 30px;
    }
    .offerprice h3, .new-price h3 {
        font-size: 24px;
        line-height: 36px;
    }
    hr {
        margin: 1.5rem 0;
    }
    .process-step-one h1{
        font-size: 24px;
        line-height: 36px;
    }
    .process-step-two h4{
        font-size: 18px;
        line-height: 30px;
    }
    .c_policy h3{
        font-size:18px;
        line-height: 30px;
    }
    .c_policy p{
        font-size:14px;
    }
    .account-heading h1{
        font-size:30px;
        line-height: 45px;
    }
    .account-detail h2,.account-detail h3,.account-detail a{
        font-size:26px;
        line-height: 40px;
    }
    .whychoose-text-wrap h1, .whychoose-text-wrap h1 span, .app-download-text h1, .app-download-text h1 span {
        font-size: 35px;
        line-height: 45px;
    }
    a.button_slide, .button_slide-search {
        padding: 8px 15px;
    }
    .banner-text h1 {
        font-size: 38px;
        line-height: 50px;
    }
    .banner-text h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner-text h3 {
        font-size: 26px;
        line-height: 30px;
    }
}
@media(max-width:1280px){
    .blog-first-head h3 {
		font-size: 18px;
		line-height: 26px;
	}
	.blog-first-head h4 {
		font-size: 24px;
		line-height: 41px;
		padding-bottom: 20px;
	}
	.blog-row-wrap h3 {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.blog-row-wrap h4 {
		font-size: 20px;
    	line-height: 30px;
    	padding-bottom: 15px;
	}
	.blog-row-wrap p {
		font-size: 18px;
		line-height: 30px;
	}
	.blog-first-head p {
		font-size: 18px;
        line-height: 26px;
	}
	.blog-first-head {
		padding: 20px 10px;
	}
	.blog-second h4, .blog-viewall h4 {
		font-size: 26px;
    	line-height: 50px;	
		padding-bottom: 10px;
	}
	.blog-second p {
		font-size: 16px;
		line-height: 30px;
		margin: 0 0 15px;
		width:100%;
	}
	.blog-second h2 {
		font-size: 26px;
		line-height: 50px;
		margin:0 0  20px;
	}
	.attaraction-txt-wrap h3 {
		font-size: 14px;
		line-height: 30px;
	}
    .start-step h2{
        font-size:22px;
        line-height: 36px;
    }
    .start-step h3, .common-property-design h3,.guest_safety_features h3{
        font-size:20px;
        line-height: 30px;
    }
    .commontextwrap h2, .rating_review h2{
        font-size:20px;
        line-height:30px;
    }
    .imguploader h3{
        font-size:16px;
        line-height: 26px;
    }
    .imguploader p{
        font-size:12px;
        line-height: 20px;
    }
    .single-head-wrap h1 {
        font-size: 22px;
        line-height: 34px;
    }
    .single-privew h3, .preview_link a, .location_link a {
        font-size: 16px;
        line-height: 26px;
    }
    .host-details h5, .cohost_header h5 {
        font-size: 16px;
        line-height: 26px;
    }
    .host-experience h4,.host-experience h3,  .host-details h3, .cohost_header h3{
        font-size: 20px;
        line-height: 30px;
        padding: 0 0 0px;
    }
    .pricing-details h4, .pricing-details h4 span{
        font-size: 16px;
        line-height:30px;
    }
    .host-experience p, .room-arrangements p, .amenties p {
        font-size: 15px;
        line-height: 26px;
        padding: 0 0 0px;
    }
    .commontextwrap a{
        font-size: 14px;
        line-height: 26px;
        padding: 0 0 0px;
    }
    .commontextwrap p,.guest_safety_features p, .guest_safety_features p{
        font-size: 15px;
        line-height: 24px;
        padding: 0 0 10px;
    }
    .commontextwrap h3, .user-account-detail h3, .commontextwrap h4,.welcome_head h3,.welcome_head h4, .rating_review h3{
        font-size: 18px;
        line-height: 26px;
    }
    .host-experience i {
        font-size: 20px;
        color: #222222;
    }
    .host-details h4, .room-arrangements h3 {
        font-size: 18px;
        line-height: 36px;
        padding: 0 0 0px;
    }
    .amenties i {
        font-size: 18px;
        line-height: 30px;
    }
    ul.housing-rules li {
        font-size: 16px;
        line-height: 30px;
    }
    .housing-rules li i {
        font-size: 16px;
    }
    content p, .user-review-wrap p, .review-progress p, .cohost-detail p, .process-step-two h5 {
        font-size: 15px;
        line-height: 26px;
    }
    .review-progress h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .process-step-one h1{
        font-size: 20px;
        line-height: 30px;        
    }
    .process-step-one h4{
        font-size: 17px;
        line-height: 30px;
    }
    .process-step-two h4{
        font-size: 16px;
        line-height: 26px;
    }
    .account-heading h1{
        font-size:28px;
        line-height: 45px;
    }
    .account-detail h2,.account-detail h3,.account-detail a{
        font-size:20px;
        line-height: 26px;
    }
    .host_list table thead th,
    .host_list table tbody tr td{
        font-size:14px;
        font-weight: 400;
    }
    .host_list table thead th{
        font-weight: 500;
    }
    .banner-text h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .banner-text h2 {
        font-size: 26px;
        line-height: 35px;
    }
    .banner-text h3 {
        font-size: 23px;
        line-height: 28px;
    }
    .search-wrap {
        padding: 15px;
    }
    .copyrights {
        justify-content: space-between;
        gap: 0px;
    }
    .copyrights-right {
        justify-content: space-between;
    }
    .home-page-banner {
        height: 400px;
        min-height: 400px;
    }
}
@media(max-width:991px){
    .product-portfolio h3{
        font-size: 16px;
        line-height: 26px;
    }
    .product-portfolio h4{
        font-size: 20px;
        line-height: 30px;
    }
    .footer_type {
        padding: 10px 0px;
    }
    .list-detail-view {
        position: sticky;
        top: 100px;
    }
    .addproperty-details {
        padding: 20px 20px;
    }
    
    .becomehostfirst_wrap{
        z-index: 9;
    }
    .becomehostfirst_wrap h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .start-step h2{
        font-size:20px;
        line-height: 30px;
    }
    .start-step h3, .common-property-design h3, .guest_safety_features h3{
        font-size:17px;
        line-height: 26px;
    }
    .main-product-img  img{
        margin-bottom: 10px;
        height:auto;
    }
    .pl-0{
        padding-left: 15px;
    }
    .wishlist-wrap {
        padding: 10px 10px 5px;
    }
    .searchmap-term {
        position: relative;
    }
    .personaldetails p{
        margin-bottom:10px;
    }
    .offerprice h3, .new-price h3 {
        font-size: 22px;
        line-height: 36px;
    }
    .booking-details{
        width: 100%;
        position: static;
        padding: 20px 30px;
    }
    .banner-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 5px;
    }
    .banner-text h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .search-wrap .form-control {
        font-size: 14px;
    }
    .custom-label {
        padding: 10px 15px 10px;
    }
    .home-page-banner{
        height: 350px;
        min-height: 350px;
        position: relative;
    }
    .navbar-toggler {
        border:1px solid #FFFFFF;
        color:#FFFFFF;
        padding: 0px 5px;
    }
    .navbar-toggler:focus{
        border-width:1px !important;
    }
    .scrolled .navbar-toggler{
        border:1px solid #ff4e5a;
        color:#ff4e5a;
    }
    .scrolled  .navbar-toggler-icon{
        color:#ff4e5a;
    }
    .navbar-toggler-icon {
        color:#FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div#navbarNavAltMarkup {
        background: #fff;
        position: absolute;
        left: 0;
        width: 100%;
        top: 60px;
        box-shadow: 0px 5px 10px #f093fb;
    }
    .navbar-nav .nav-link {
        color: #222222;
    }
    a.button_slide{ 
        color:#ff4e5a !important; 
        margin-bottom: 20px; 
    }
    #category .owl-nav .owl-next{ 
        right: 0%;
        transform: translate(0%, -40%);
    }
    .navbar-brand img{
        width:200px;
    }
   .banner-text h3 {
        font-size: 18px;
        line-height: 26px;
    }
    a.button_slide, .button_slide-search {        
        padding: 5px 10px;
        font-size: 13px;
    }
    .copyrights{
        margin:0 0 10px;
    }
    .user-filter-option h3, .user-filter-option h4{
        font-size: 20px;
        line-height: 30px;
    }
    .whychoose-text-wrap h1,.whychoose-text-wrap h1 span,.app-download-text h1, .app-download-text h1 span {
		font-size: 28px;
		line-height: 40px;	
        margin-bottom: 15px;
	}
    .whychoose-text-wrap p {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 20px;
    }
    .why-chooser-banner{
        background-position: 100%;
    }
    .why-chooser-banner::before{
        opacity: .6;
    }
    .img-wrap-app-down {
        padding: 0px 0px 0 0;
        text-align: center;
    }
    .app-download-text img{
        margin:0px 0px 15px 0px;
    }
    .app-download-text {
        padding: 20px 40px;
    }
    .footer-bg {
        background: #f4f4f4;
        padding: 15px 0px 10px;
    }
    .single-head-wrap h1 {
        font-size: 22px;
        line-height: 30px;
    }
    
    .single-privew h3, .preview_link a, .location_link a {
        font-size: 15px;
        line-height: 26px;
    }
    .host-experience h4, .host-experience h3, .host-details h3, .cohost_header h3, .-details h4{
        font-size: 20px;
        line-height: 30px;
    }
    .host-details h5, .cohost_header h5 {
        font-size: 18px;
        line-height: 26px;
    }
    .host-experience p,.commontextwrap p, .commontextwrap a, .room-arrangements p, .amenties p, .process-step-two h5,.guest_safety_features p{
        font-size: 15px;
        line-height: 24px;
    }
    .host-experience i {
        font-size: 18px;
        color: #222222;
    }
    .host-details h4, .room-arrangements h3 {
        font-size: 18px;
        line-height: 26px;
        padding: 0 0 0px;
    }
    .amenties i {
        font-size: 16px;
        line-height: 27px;
    }
    .col-order-1{
        order:1
    }
    .col-order-2{
        order:2;
    }
    .commontextwrap h3, .user-account-detail h3, .commontextwrap h4 ,.welcome_head h3,.welcome_head h4, .rating_review h3{
        font-size: 18px;
        line-height: 26px;
    }
    .show_mobile_view{
        display: block;
    }
    .show_web_view{
        display: none;
    }
    .room-arrangements {
        text-align: center;
    }
    .typeofbeds{
        justify-content: center;
    }
    .user-feedback-content p, .user-review-wrap p, .review-progress p {
        font-size: 14px;
        line-height: 24px;
    }
    .review-progress h4 {
        font-size: 18px;
        line-height: 35px;
    }
    .navbar-nav {
        align-items: start !important;
    }
    .dropdown-menu[data-bs-popper]{
        box-shadow: 0 !important;
    }
    .booking-details .search-wrap .button_slide-search {
        width: 50%;
        padding: 20px;
        font-size: 20px;
    }
    .show_mobile_view .show-all-img-carousel-mob{
        object-fit: contain;
        height: auto;
    }
    .custom-label > label {
        font-size: 10px;
    }
    .process-step-one h1{
        font-size: 18px;
        line-height: 26px;
    }
    .process-step-one h4{
        font-size: 15px;
        line-height: 26px;
    }
    .process-booking-detail{
        width:100%;
    }
   
    .forgetpassword-wrap{
        width:90%;
        margin:0 auto;
    }
    .account-heading h1{
        font-size:22px;
        line-height: 30px;
    }
    .account-detail h2,.account-detail h3,.account-detail a{
        font-size:20px;
        line-height: 36px;
    }
    .account-detail h3,.account-detail a{
        padding-left: 0;
    }
    .personal-info-share {
        width: 100%;
        padding: 15px;
    }
    .wishlist_wrapaing .pl-0{
        padding-left: 15px !important;
    }
    .manage_list_wrap {
        width: 95%;
    }
    .knowmore, .filter-option {
        padding: 8px 15px;
    }
}
@media(max-width:767px){

    .edit_photo_btn {
        padding: 5px 15px;
        font-size: 14px;
    }
    .cohot_admin img {
        margin-bottom:10px;
    }
    .becomehostfirst_wrap p {
        font-size: 13px;
        line-height: 20px;
    }
    .addproperty-right-content {
        padding: 10px;
    }
    .privew-title {
        position: relative;
        top: 0;
        z-index: inherit;
    }
    .property_Desc li {
        padding: 10px 10px;
        margin: 0 10px 10px 0;
    }
    .property_Desc label {
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    .w-80 {
        width: 50%;
        margin: 0 auto;
    }
    .property-prices .form-control {
        padding: 10px;
        font-size: 20px;
    }
    
    .start-step h3, .common-property-design h3,.guest_safety_features h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .exit_btn {
        font-size: 12px;
    }
    .common-property-design {
        padding: 15px;
    }
    .addproperty-details {
        padding: 150px 0px 30px; 
        margin-bottom:20px;
        width: 100%;
    }
    .becomehostfirst_wrap {
        min-height: 50vh;
        height: 50%;
        width: 100%;
        padding: 25px;
    }
    .becomehostfirst_wrap h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .becomehostfirst_wrap img {
        width: 150px;
    }
    .header-nav-sticky{
        top: 55%;
        transform: translateY(-55%);
        padding: 10px 30px;
        margin-bottom: 100px;
    }
    .add_property {
        width: 100%;
        left: 0;
        border-top: 0px;
        padding: 0 0;
    }
    .inbox-wrapper {
        height: calc( 55vh - 135px);
    }
    .inbox-wrapper-chat {
        height: calc( 70vh - 200px);
    }
    .inbox-header {
        padding: 10px 10px;
    }
    .mob_bg{
        background:#f1f1f1;
    }
    .inbox-message-wrap {
        padding: 60px 0px 0px;
    }
    #login, #Register{
        display: none;
    }
    .step-name {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
    }
    .banner-text h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .banner-text h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .banner-text h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .navbar-brand img {
        width: 160px;
    }
    .copyrights{
        justify-content: space-around;
    }
    .copyrights a, .copyrights-right a{
        font-size:14px;
        line-height: 20px;
    }
    .footer-wrap ul li a {
        font-size: 14px;
        line-height: 30px;
    }
    .footer-wrap ul {
        margin: 5px 0px 0px;
    }
    .user-filter-option h3, .user-filter-option h4{
        font-size: 18px;
        line-height:26px;
    }
    .whychoose-text-wrap {
		padding: 30px 15px 30px 30px;
	}
    .whychoose-text-wrap h1,.whychoose-text-wrap h1 span,.app-download-text h1, .app-download-text h1 span {
		font-size: 20px;
		line-height: 30px;	
	}
    .single-privew {
        gap: .5rem;
        flex-wrap: wrap;
    }
    .single-head-wrap h1 {
        font-size: 20px;
        line-height: 30px;
        padding: 0 0 10px;
    }
    .host-details h5,.cohost_header h5  {
        font-size: 16px;
        line-height: 26px;
    }
    .host-details h4, .room-arrangements h3 {
        font-size: 16px;
        line-height: 26px;
        padding: 0 0 0px;
    }
    .host-experience p, .commontextwrap p, .guest_safety_features p, .commontextwrap a, .room-arrangements p, .amenties,.process-step-two h5 {
        font-size: 14px;
        line-height: 22px;
    }
    .single-privew{
        margin-bottom:15px;
    }
    .host-experience h4, .host-experience h3, .host-details h3, .cohost_header h3, .pricing-details h4,.welcome_head h3, .welcome_head h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .host-experience i {
        font-size: 16px;
        color: #222222;
    }
    hr {
        margin: 1rem 0;
    }
    .pl-2 {
        padding-left: 10px !important;
    }
    .booking-details {
        padding: 20px 20px;
    }
    .offerprice h3, .new-price h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .booking-details .search-wrap {
        margin-top: 0px;
    }
    .product-details {
        padding: 0px 0px 30px;
    }
    .cohost-detail p, ul.housing-rules li {
        font-size: 14px;
        line-height: 20px;
    }
    .boking-calculation .table tbody tr td {
        font-size: 14px;
    }
    .commontextwrap h3, .user-account-detail h3, .commontextwrap h4,.welcome_head h3,.welcome_head h4, .rating_review h3{
        font-size: 16px;
        line-height: 26px;
    }
    .process-step-one h1{
        font-size: 16px;
        line-height: 26px;
    }
    .process-step-one h4{
        font-size: 14px;
        line-height: 20px;
    }
    .account-detail h2,.account-detail h3,.account-detail a{
        font-size:16px;
        line-height: 26px;
    }
    .personaldetails{
        margin-bottom:10px;
    }
    label {
        font-size: 14px;
    }
    .user-privacypolicy {
        width: 100%;
    }
    .footer-bg {
        position: relative;
    }
    .user-delete {
        padding: 10px;
    }
    .search-wrap > .row{
        row-gap: 15px;
    }
    .app-download-text img {
        width: 130px;
        height: 40px;
    }
    .appstore {
        padding: 0px 0px 50px;
    }
    .img-wrap-app-down img{
        width: 230px;
   }
   .app-download-text {
        padding: 5px 40px;
    }
    .search-wrap {
        margin-top: 0;
        border-radius: 15px;
    }
    .custom-label {
        border-radius: 10px;
    }
    .home-page-banner {
        height: 328px;
        min-height: 328px;
    }
    .input-search-wrap{
        padding-top: 40px;
    }
    .copyrights p, .copyrights a {
        font-size: 14px;
        line-height: 22px;
    }
    .copyrights-right a img{
        width: 20px;
        height: 20px;
    }
}
@media(max-width:575px){
    /* form {
        margin: 75px 0px 0px;
    } */
    .show-all-img-carousel-mob{
        height: 40vh;
    }
    .edit_photo_btn {
        padding: 5px 15px;
        font-size: 12px;
    }
    .pr-0{
        padding-right: 15px !important;
    }
    .becomehostfirst_wrap {
        min-height: inherit;
        height: 200px;
        width: 100%;
        z-index: 99;
    }
    .addproperty-details {
        padding: 100px 0px 30px;
        margin-bottom: 20px;
    }
    .header-nav-sticky {
        top: 200px;
        transform: inherit;
        z-index: 999;
    }
    .property-imgaes {
        padding: 15px;
    }
    .common-property-design p {
        font-size: 13px;
        line-height: 20px;
    }
    .Login_wrapper{
        height:auto;
    }
    .btn-primary{
        font-size:13px;
    }
    .copyrights-right{
        flex-wrap:wrap;
    }
    .hosting-wrap img {
        height: 225px;
    }
    .bedroom_counts div{
        margin:0px 0px 20px;
    }
    .guestadd-wrap {
        max-width: 350px;
    } 
    .host-experience h4, .host-experience h3, .host-details h3, .cohost_header h3{
        font-size: 14px;
        line-height: 24px;
    }
    .pricing-details h4, .pricing-details h4 span {
        font-size: 14px;
        line-height: 26px;
    }
    .custom-label >label {
        font-size: 10px;
    }
    .login-wrap {
        flex-direction: row;
    }
    .login-wrap a {
        margin: 0px 0px 10px;
    }
    .account-heading h1{
        font-size:18px;
        line-height: 30px;
    }
    .useraccount-wrap {
        padding: 80px 0px 50px;
    }
    .register-forms {
        padding: 25px
    }
    .user-filter-option p{
        font-size: 14px;
        line-height: 20px;
    }
    .booking-details .search-wrap .button_slide-search {
        width: 50%;
        padding: 10px;
        font-size: 14px;
    }
    .new-price {
        margin-bottom: 10px;
    }

    a.button_slide, .button_slide-search {
        padding: 5px 10px !important;
        font-size: 12px;
    }
    .welcome_head {
        flex-wrap: wrap;
    }
    .personaldetails p, .personaldetails a {
        font-size: 12px;
        line-height: 18px;
    }
    .incomplete_properties a {
        font-size: 11px;
    }
    .banner-text h1 {
        font-size: 22px;
    }
    .why-choose {
        padding: 40px 0px;
    }
    .appstore {
        padding: 0px 0px 40px;
    }

}
@media(max-width:480px){
    .guestadd-wrap {
        max-width: 275px;
    } 
    .host-response{
        gap: 1rem;
    }
    .filterbar .dropdown-menu.show{
        min-width: 100% !important;
        border: 0px solid transparent;
        box-shadow: 0px 1px 20px rgba(0,0,0,.5);
    }
    .filterbar{
        display: block;
        width: 100%;
    }
    .search_listing li.nav-item {
        margin: 10px 0px;
    }
    .booking-details .search-wrap .button_slide-search {
        width: 80%;
        padding: 10px;
        font-size: 12px;
        margin:0 auto
    }
    .banner-text {
        padding: 100px 0px 40px;
    }
    .banner-text h2 {
        font-size: 16px;
        line-height: 24px;
    }
    #category .owl-nav .owl-next {
        right: -2%;
    }
    #category .owl-nav .owl-prev {
        left: -2%;
    }
    .whychoose-text-wrap p {
        font-size: 15px;
        line-height: 22px;
    }
    .whychoose-text-wrap h1, .whychoose-text-wrap h1 span, .app-download-text h1, .app-download-text h1 span {
        line-height: 28px;
    }
    .knowmore, .filter-option {
        padding: 6px 12px;
    }
    .copyrights-right {
        justify-content: space-around;
        gap: 5px;
    }
    #category .owl-nav .owl-prev, #category .owl-nav .owl-next {
        width: 24px;
        height: 24px;
        font-size: 15px !important;
    }
}