*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.lg-outer .lg-img-wrap img{
    width:920px!important;
    height:500px!important;
}
.lg-sub-html {
    bottom: 8.2rem!important;
    /*background:none!important;*/
    background-color: rgba(0,0,0,.1)!important;
    padding: 5px 40px 10px 40px!important;
}
.lg-sub-html p {
    font-size: 18px!important;
     margin:0!important; 
}
.tab_nav{
   margin:0;
   font-size: 12px;
   line-height: 18px;
   background-color: white;
   color: #7e8892;
   padding: 15px 15px 0px 15px;
}
.tab_nav ol{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*-webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    padding: 0;
    margin: 0;
    list-style: none;
}
.tab_nav ol li {
    font-size: 12px;
    margin-right: 5px;
}
.tab_nav ol li a {
    margin: 0;
    color: #000;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
    line-height: 18px;
    background-color: white;
    color: #737373;
}
.tab_nav ol li a:hover{
    text-decoration: none;
}
.pr_top_sec{
    padding: 0px 13px 15px 13px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 20px;
}
.pr_top_sec .top-section-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pr_top_sec .top-section-left .first_line{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.pr_top_sec .top-section-left .first_line h1 {
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0px;
    margin-right: 10px;
}
.pr_top_sec .top-section-left .first_line .f_icon {
    color: #ff7226;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
}
.pr_top_sec .top-section-left .second_line {
    display: -webkit-box; 
    display: -webkit-flex; 
    display: -ms-flexbox;
    display: flex; 
    margin-top: 5px;
}
/*.pr_top_sec .top-section-left .second_line .max{*/
/*    margin-left: 25px;*/
/*}*/
.pr_top_sec .top-section-left .second_line .b_icon .i_org{
    color: #ff7226;
}
.pr_top_sec .top-section-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 39px;
}
.pr_top_sec .top-section-right .f_r_line{
    display: flex;
    align-items: center;
}
.pr_top_sec .top-section-right .t_rt {
    color: #333333;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-right: 12px;
}
.pr_top_sec .top-section-right .t_rt .cur {
        color: #ff7226;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-right: 3px;
}
.pr_top_sec .top-section-right button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    font-family: '__Montserrat_78b558','__Montserrat_Fallback_78b558';
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 5px 15px;
    border-radius: 0;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: 1px solid #ff7226;
    color: #E24041;
    text-transform: none;
    color: black;
    padding: 8px 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.pr_top_sec .top-section-right a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: inherit;
    font-family: '__Montserrat_78b558','__Montserrat_Fallback_78b558';
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 5px 15px;
    border-radius: 0;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: 1px solid #ff7226;
    color: #E24041;
    text-transform: none;
    color: black;
    padding: 8px 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.img_sec{
	display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
    max-width: 1140px;
    /*margin: 0px;*/
    border-radius: 10px;
    overflow: hidden;
}
.img_sec .image-item img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 1s ease-in-out;
}
.img_sec .image-item{
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.img_sec .image-item.gallery__item--hor {
    grid-column: span 3;
    grid-row: span 2;
}
.view_container{
    text-align: center;
    position: relative;
    left: auto;
    width: auto;
    margin-bottom:50px;
}
.view_container .viewall{
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0px 8px 16px rgba(46, 46, 56, 0.18);
    position: absolute;
    left: calc(50vw - 156px);
    top: -26px;
    border-radius: 50px; 
    padding: 15px 30px;
    margin: 0 auto;
    width: auto;
    max-width: 314px;
    cursor: pointer;
}
.view_container .viewall .icon i{
    font-size: 20px;
    color: #ff7226;
    margin-top: 4px;
}
.view_container .viewall .view_button{
    margin-left: 10px;
    padding: 0;
    color: #333333;
    cursor: pointer;
    border: none;
    color: #64686c;
    background: transparent;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
}
.property{
    border-top: 1px solid #ff7226;
    border-bottom: 1px solid #ff7226;
    padding: 5px 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.property .item{
    color: #333;
    float: left;
    display: block;
    width: 24% !important;
    text-align: center;
    line-height: 18px;
    border-right: 1px solid #ddd;
    padding: 5px 0;
    font-size: 12px;
}
.property .item{
    display: inline-block;
    float: none;
    padding-left: 24px;
    padding-right: 24px;
    width: auto;
    border-right: 1px solid #ff7226;
    text-transform: capitalize;
}
.property .item:last-child{
    border-right:none;
}
.property .item span {
    color: #f3772d;
    font-size: 18px;
    margin-right: 6px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    float: left;
    width: 100%;
}

.mid_pop{
    transform: translateY(110%);
    display: block;
    transition: all .2s linear;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.mid_pop .close_btn{
	position: sticky;
    top: 0px;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 50px;
    padding: 15px 12.5rem;
    cursor: pointer;
}
.mid_pop .close_btn i{
	cursor: pointer;
	font-size: 20px;
}
.mid_pop.active{
	transform: translate(0);
    z-index: 999;
    opacity: 1;
    visibility: visible;
    transition: all .5s linear;
    background: #fff;
    left: 0;
}
/*@keyframes popanimation{
	0%{
		width: 0%;
		height: 0%;
	}
	100%{
		width: 100%;
		height: 100%;
		transform: translateY(0px);
	}
}*/
.gallery{
	/*display: flex;
	justify-content: center;
	flex-wrap: wrap;*/
	width: 90%;
	margin: 0 auto;
	z-index: 2;
}


.gallery a{
	width: 100%;
    height: 580px;
    /* margin: 20px; */
    overflow: hidden;
    /* border-radius: 5px; */
    text-align: center;
    display: block;
    /* height: 64%; */
    margin-bottom: 15px;
}
.gallery a img{
	width: 90%;
	height: auto;
	object-fit: cover;
}
#arp_info_sec{
    width: 100%;
    margin: 0;
    padding: 50px 0px 20px 0px;
}
#arp_info_sec .arp .arp_heading{
    font-size: 16px;
    line-height: 19.5px;
    font-weight: 500;
    margin: 10px 10px 15px 0px;
}
#arp_info_sec .arp .r_info{
    min-height: 63px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 325px;
    cursor: pointer;
    /*margin: 5px;*/
}
#arp_info_sec .arp .r_info .ac_style {
    border: 1px solid #ff7226;
    border-radius: 0px;
    background-color: white;
    box-shadow: 0px 8px 16px rgba(46, 46, 56, 0.08);
    padding: 8px 16px;
}
#arp_info_sec .arp .r_info .ac_style .top_row{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
#arp_info_sec .arp .r_info .ac_style .bottom_row{
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    padding-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#arp_info_sec .arp .r_info .ac_style .bottom_row .b_icon{
    font-size: 12px;
    margin-bottom: 8px;
}
#arp_info_sec .arp .r_info .ac_style .bottom_row .b_icon span:last-child{
    margin-left: 10px;
}
#arp_info_sec .arp .r_info .ac_style .bottom_row .max{
    margin-left: 10px;
}


.tab_area{
    width: 100%;
    margin: 0;
    padding: 0px;
}
.tab_area .tab_box{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 12px;
    position: relative;
    /*margin-bottom: 20px;*/
    /*margin-top: 15px;*/
}
.tab_area .tab_box button{
        max-width: 360px;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    /* border-radius: 0; */
    /* position: relative; */
    font-weight: 600;
    padding: 12px 7px;
    min-height: 48px;

}
.tab_area .tab_box .tab_btn.active{
    color:#ff7226;
    /*background-color:#ff7226;*/
    /*border-radius: 20px;*/
}
.tab_area .tab_box .line{
    position: absolute;
    top: 35px;
    left: 0px;
    width: 78px;
    height:2px;
    background: #ff7226;
    transition: all .3s ease-in-out;
}
.tab_area .content_box{
    width:100%;
    /*background: #f6f6f6;*/
    padding: 0px 15px;
    /*height: 592px;*/
   /* overflow-y: scroll;*/
    height: 202px;
    overflow-x:hidden;
    font-size: 13px;
}

.tab_area .content_box .content.area.active ul,
.tab_area .content_box .content.transpot.active ul{
    list-style:disc;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.tab_area .content_box .content.active ul{
    list-style:none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
.tab_area .content_box .content ul{
     margin-left:15px;
}
.tab_area .content_box .content{
    display: none;
    animation: moving .5s ease;
}
@keyframes moving{
    from{transform: translateX(50px);opacity: 0;}
    to{transform: translateX(0px);opacity: 1;}
}
.tab_area .content_box .content.active{
    display: block;
}
.tab_area .content_box .content #comments .entry-comments {
    background-color: transparent;
    padding:0px;
    padding-top: 0;
    margin-bottom:0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#arp_info_sec .cl_info{
    border: 1px solid #dadfe1;
    background-color: #f6f8f8;
    /*padding: 30px;*/
    margin-bottom: 25px;
    margin-top: 30px;
    font-size: 14px;
}
#arp_info_sec .cl_info .cancellation_policy__header {
    font-family: var(--font-montserrat);
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.5px;
    margin-top: 0;
    margin-bottom: 20px;
}


/*tabs 2 */
#interested{
    width: 100%;
    margin: 0;
    padding: 0px 0px 50px 0px;
}
#interested .ins_tabs{
    width: 100%;
    margin: 0;
    padding: 0px;
}
#interested .ins_tabs .interested-in-header {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px;
}
#interested .ins_tabs .tab_box_2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 15px;
}
#interested .ins_tabs .tab_box_2 button{
    max-width: 360px;
    background-color: transparent;
    outline: 0;
    border: 0;
    margin: 0;
    border-radius: 0;
    /*position: relative;*/
    padding: 12px 16px;
    min-height: 48px;
}
#interested .ins_tabs .tab_box_2 .tab_btn_2.active{
    color:#ff7226;
}
#interested .ins_tabs .tab_box_2 .line_2{
    position: absolute;
    top: 45px;
    left: 175px;
    width: 178px;
    height:2px;
    background: #ff7226;
    transition: all .3s ease-in-out;
}
#interested .ins_tabs .content_box_2 .content_2{
    display: none;
    animation: moving2 .5s ease;
}
@keyframes moving2{
    from{transform: translateX(50px);opacity: 0;}
    to{transform: translateX(0px);opacity: 1;}
}
#interested .ins_tabs .content_box_2 .content_2.active{
    display: block;
}
#interested .ins_tabs .content_box_2  .content_2 .link_con{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    height: auto;
    -webkit-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
}
#interested .ins_tabs .content_box_2  .content_2 .link_con .link_element {
    color: inherit;
    width: 227px;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
#interested .ins_tabs .content_box_2  .content_2 .link_con .link_element:hover{
    text-decoration: underline;
}

/*#arp_info_sec .stiky_inner{*/
/*    position: sticky;*/
/*    top: 50px;*/
/*}*/
/*#arp_info_sec .stiky_inner .chek_frm{*/
/*    max-width: 100%;*/
/*    border: 1px solid rgb(218, 223, 225);*/
/*    background-color: rgb(255, 255, 255);*/
/*    padding: 10px 20px 20px;*/
    /*min-height: 465px;*/
/*    margin-bottom: 25px;*/
/*    margin-top: 0px;*/
/*    font-size: 14px;*/
/*    box-shadow: rgba(46, 46, 56, 0.08) 0px 8px 16px;*/
/*    position: relative;*/
/*}*/
.top_br{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_br h5{
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}
.top_br .f_icon{
    font-size: 8px;
    color: #ff7226;
}
.bottom_br{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottom_br{
    color: #ff7226;
    font-weight: 400;
    font-size: 14px;
    /*line-height: 15px;*/
    font-weight: bold;
}
.n_hr{
    margin-top: 15px;
    margin-bottom: 20px;
}
.bottom_br .cur{
    color: #ff7226;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}

.bottom_br .f_icon{
    color: #ff7226;
}
.bottom_br .icon i{
    color: #ff7226;
}


/*sm_aprt*/
/*#sm_aprt{*/
/*    width: 100%;*/
/*    margin: 0;*/
/*    padding: 0px 0px 50px 0px;*/
/*}*/
 .wrapper{
    max-width: 1200px;
    width: 100%;
    position: relative;
}
 .wrapper .sm_aprt-in-header{
    margin: 0;
    line-height: 1.235;
    padding: 15px 24px;
    border-bottom: 1px solid #e1e1e1;
    background: #ffff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #ff7226;
}
 .wrapper i{
    width: 50px;
    height: 50px;
    background-color: #ff7226;
    color: #fff;
    text-align:center;
    line-height: 50px;
    border-radius: 50%;
    cursor:pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
 .wrapper i:first-child{
    left: -30px!important;
}
 .wrapper i:last-child{
    right: 12px;
}
 .wrapper ul{
    width: 100%;
    margin: 0;
    padding: 0;
}
 .wrapper .carousel{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 2) - 8px);
    gap:16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width:0;
}
 .wrapper .carousel::-webkit-scrollbar{
    display: none;
}
 .wrapper .carousel.no-transition{
    scroll-behavior: auto;
}
 .wrapper .carousel.dragging{
    scroll-behavior: auto;
    scroll-snap-type:none;
}
 .wrapper .carousel.dragging .card{
    cursor: grab;
    user-select: none;
}
 .wrapper .carousel .card{
    width: 100%;
    height: 263px;
    list-style: none;
    border-radius: 0;
    border: 0;
    scroll-snap-align:start;
}
 .wrapper .carousel .card .img{
    width: 100%;
    height: 180px;
}
 .wrapper .carousel .card .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
.wrapper .carousel .card a{
    width: 100%;
    color: rgb(51, 51, 51);
    text-decoration: none;
} 
.wrapper .carousel .card a .strp{
    background-color: #ff7226;
    padding: 10px; 
} 
.wrapper .carousel .card a .strp h4{
    margin: 0px;
    font-size: 16px;
    line-height: 1.235;
    color: #fff;
    font-weight: 500;
}
 
 .wrapper .carousel .card a .strp p{
    margin: 5px 0 0 0;
    line-height: 1.5;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
} 
.wrapper .carousel .card a .strp p span{
    color: #fff;
    font-weight: 500; 
}
.bottom_br .b_rt button{
        font-size: 13px;
        margin-top: 5px;
}
    
.bottom_br .b_rt button:hover{
    color: #fff;
    background-color: #2bb897;
    border-color: #2bb897;
}
.rating-stars ul > li.star > i.fa {
    font-size: 2em!important;
    color: #ccc;
}   

.br_add{
    border:1px solid #ff7325;
}
.navbar-nav>li ul{
    position: absolute;
    left: 0;
    background: url(https://www.especialrentals.com/public/frontend/images/header_bg.jpg);
    width: 200px;
    /*display:none;*/
    transform-origin: top;
      transform: perspective(1000px) rotateX(-90deg);
      transition: 0.5s;
}
.navbar-nav>li ul.active{
  transform: perspective(1000px) rotateX(0deg);
}
.navbar-nav>li ul li{
    width:100%;
    border-bottom:1px solid #fff;
    list-style:none;
}
.navbar-nav>li ul li:last-child{
    border-bottom:none;
}
.navbar-nav>li ul li a{
    text-decoration:none;
    padding:5px 20px;
    font-size: 14px;
}
/*.navbar-nav>li:focus-within > ul,*/
/*.navbar-nav>li:hover > ul{*/
/*    display:initial;*/
/*}*/
.headerstat.navbar.navbar-default .navbar-nav>li ul{
    background: rgba(197,197,197,.9);
}
.list-features a {
    font-size: 13px;
}
#content .post.property-item .heading-title {
    font-size: 13px;
}

@media (min-width:1200px){
    .nav>li>a {
        margin: 0 5rem 0 0;
    }
    .view_container .viewall{
        left: calc(50vw - 38px);
    }
    .top_br h5 {
        font-size: 11px;
    }
    .tab_area .content_box {
        height: 230px;
        
    }
    .pr_top_sec .top-section-left .first_line h1 {
      font-size: 18px;
    }
}
@media (min-width:1300px) {
    .img_sec {
        max-width: 1245px;
        /* margin: 0px; */
    }
    .view_container .viewall {
        left: calc(50vw - 17px);
    }
    .bottom_br .b_rt button {
        font-size: 14.6px;
    }
    .tab_area .content_box {
        height: 235px;
        /*overflow-y: scroll;*/
    }
    #content .panel-box.property-location #map {
        height: 363px!important;
        
    }
}
@media (min-width:1400px) {
    .img_sec {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        max-width: 1350px;
        /* margin: 0px; */
    }  
    .view_container .viewall {
        left: calc(50vw - -10px);
    }
    .bottom_br .b_rt button {
        font-size: 16.3px!important;
    }
    .tab_area .tab_box button {
        padding: 12px 10px;
    }
    .lg-sub-html {
        bottom: 17rem!important;
    }
    .tab_area {
        height: 271px;
    }
    #content .panel-box.property-location #map {
        height: 364px!important;
    }
}

@media (min-width:1700px) {
    .container,.property-simple-search .content-wrapper{
        width:1670px
    }  
    .img_sec {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        /*max-width: 1350px!important;*/
        /*grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))!important;*/
        /*grid-auto-rows: 250px!important;*/
        max-width: 1645px;
    }
    .bottom_br .b_rt{
        width:85%;
        margin:0 auto;
    }
    .view_container .viewall {
        left: calc(50vw - 58px);
    }
    .nav>li>a{
        margin:0 13rem 0 0;
    }
    .br_add form{
        width:80%;
        margin:0 auto;
    }
    .br_add form .sml_wt{
        width:80%;
        margin:0 auto;  
    }
    .tab_area .tab_box{
        justify-content: space-around;
    }
    .tab_area .tab_box .line{
        left:12px;
    }
    #header #navbar .nav>li .dropdown{
        top:41px;
    }
}
    

@media screen and (max-width: 900px){
 
 .wrapper .carousel{
      grid-auto-columns: calc((100% / 2) - 9px);  
    }
    #header #navbar .nav>li ul{
        /*position:relative!important;*/
        width:100%;
    }
     .navbar-nav>li ul.active {
        /*transform: perspective(1000px) rotateX(0deg);*/
        position:relative;
    }
    /*.slick-initialized .slick-slide{*/
    /*    width:388px!important;*/
    /*}*/
    #navbar {
        height: 100%;
        background: rgb(0, 0, 0,0.9)!important;
    }
    .nav>li>a{
        margin:0 8rem 0 0;
    }
    .navbar-nav>li ul{
        /*position:relative;*/
        width:100%;
    }
    .navbar-nav {
        margin: 18.25px 0px;
    }
    .navbar-nav>li ul li{
        border-bottom:none;
    }
    
}

@media screen and (max-width: 600px){
    #header #navbar .nav>li ul{
        /*position:relative!important;*/
        width:100%;
    }
    .navbar-nav>li ul{
        /*position:relative;*/
        width:100%;
    }
    .navbar-nav>li ul.active {
        /*transform: perspective(1000px) rotateX(0deg);*/
        position:relative;
    }
    .navbar-nav {
        margin: 18.25px 0px;
    }
    .navbar-nav>li ul li{
        border-bottom:none;
    }
 
 .wrapper .carousel{
      grid-auto-columns: 100%;  
    }
    .tab_area .tab_box .line{
        display:none;
    }
    .top_br h5{
        font-size:12px;
    }
    .bottom_br{
       font-size:13px; 
    }
    .tab_nav ol li a{
       font-size:11px;  
    }
    .pr_top_sec .top-section-left .first_line h1 {
        line-height: 21px;
        font-size: 13px;
        margin: 0;
    }
    .pr_top_sec .top-section-left .second_line{
        font-size:12px;
    }
    .pr_top_sec .top-section-right{
        width: 100%;
        margin-top: 10px;
        justify-content: space-between;
    }
    .pr_top_sec .top-section-right .f_r_line {
        justify-content: space-between;
    }
    .img_sec{
        display:block;
    }
    .img_sec .image-item{
        margin-bottom:10px;
    }
    .view_container .viewall {
        left: calc(70vw - 156px);
        top: -40px;
    }
    .property .item {
        width: 49% !important;
        border:none;
    }
    .bottom_br .b_rt button{
        font-size: 12px;
    }   
    #navbar {
        height: 100%;
        background: rgb(0, 0, 0,0.9)!important;
    }
}

 
/*n_cl*/
.n_cl{
    background: #ff7226;
    color:#fff;
}
.clr_org{
        border: 1px solid #ff7226;
            height: 48px!important;
}
.panel-box .panel-body .form-group {
    margin-bottom: 15px!important;
}

#content .panel-box.property-location #map {
    height: 384px;
    margin: -24px;
}