html{ 
    height: 100%; 
    font-family: 'Roboto', sans-serif !important;
    padding-top: 0px;
    background-color .5s;
}

html body {
    font-family: 'Roboto', sans-serif !important;  
    /*   font-family: Open Sans,Helvetica,Arial,sans-serif;*/ 
    background-color .5s; 
    width:100%; height:100%; 
    margin:0; padding:0; 
    padding-top: 50px;  
    position: relative; 
    overflow-x: hidden !important;
}

body, .wrapper{
    background: #EAEAEB;
}

a { text-decoration: none; color: #333;}
ul, ol { padding: 0; margin: 0; list-style: none;}
figure {position: relative;}

figure img{
    width: 100%
}

textarea {
  resize: none;
}

.property-viewer figure{
    width: 100%;
    height: 380px
}

.property-viewer figure img{
    max-width: 100%;
    max-height: 100%;
    display: block;
}


.searchBackground {
    background-image: url('/img/propcampus.jpg'); 
    background-position: left top;
    background-size: 100% 100%;
    background-repeat: no-repeat; margin-top: 50px;
    height: 400px;
}


h1 { font-size: 30px; margin: 0px 0 25px; text-align: center;}
h5 {font-size: 16px;}
h1+hr {
    display: block; 
    width: 280px; 
    height: 3px; 
    margin: 25px auto 30px; 
    position: relative; 
    background-color: rgba(0,0,0,0.04);
}

h1 + hr::before {background: #f2b121;}
h1 + hr::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 78px;
    height: 3px;
}
.pad0 {padding: 0;}
.mar40 {margin-bottom: 40px;}
.signup-login-block .btn {padding: 8px 12px; font-size: 16px;}
body .carousel-inner>.item { 
    background: none; 
    border: none;
}
.carousel-inner>.item>img {width: 100%;height: 550px;}
section { 
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-bottom: 15px;
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);

}
.product-detail-page section {padding: 120px 0 40px;}

/*section:nth-child(even) { background: rgb(241, 241, 241);}*/

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(84, 84, 84, 0.7) !important;
    filter: "alpha(opacity=60)";
    -ms-filter: "alpha(opacity=60)";
}
#gallery .carousel-inner {height: 420px; margin-top: 15px; }
#gallery .carousel-inner>.item>img {
    width: auto; min-height: 420px !important; margin:auto;
}


.desktop-none {display: none;}
.loc-wrap a {color:#fff;}
.ms-drop ul > li.ms-select-all {display: none;}
.ms-drop ul > li.group {
    padding: 3px 0px;
    }.ms-drop ul > li {
        padding: 0px 20px;
    }
    .ms-drop ul > li label {
        margin-bottom: 0;
    }
    .ms-choice {
        border: none;
        padding: 7px;
        height: 40px;
    }
    .search-filter-box .form-control.ms-parent {
        height: auto;
        padding: 6px;
        width: 100% !important;
    }
    .ms-drop.bottom {
        right: 0;
    }

    .search-filter-box .form-control.ms-parent {
        height: auto;
        padding: 0px;
        width: 100% !important;
    }
    .ms-choice > span {
        height: 40px;
        line-height: 40px;
    }
    .ms-drop input[type="checkbox"] {
        vertical-align: middle;
        margin-right: 4px;
        margin-top: -1px;
    }
    .ms-drop ul > li label span {
        font-size: 13px;
    }
    .es-carousel ul{
       display:block;
   }
   /*============================header-section================================*/

   .top-header { position: fixed; height: 50px; top: 0; left: 0; right: 0; 
    /*background: rgba(0, 0, 0, 0.68);*/
    background: firebrick;  
    z-index: 9; padding: 10px 0; line-height: 30px;}
    .header-bg {
        background: firebrick;
    }
    .property-dropdown {
        position: absolute;
        background: #fff;
        padding: 10px;
        width: 100%;
        z-index: 1;
        max-height: 200px;
        overflow: auto
    }
    .property-dropdown input[type=checkbox], input[type=radio] {
        margin: 3px 4px 0;
    }
    .property-dropdown label {
       margin-bottom: 0px; 
   }
   /*================top-navigation====================*/

   .top-nav li a { display: inline-block; color: rgba(255, 255, 255, 0.82); font-size: 16px; text-decoration: none; border-bottom: 2px solid transparent;}
   .top-nav li a:hover,
   .top-nav li a:focus,
   .top-nav li a:active { border-bottom: 2px solid #d4a654; color: #fff;}
   .top-nav li { display: inline-block; margin-right: 28px; vertical-align: middle; text-transform: uppercase;}
   .top-nav li ul {
    display: none;
}
.top-nav li:hover ul {
 width: 250px;
 position: absolute;
 display: block;
 top:30px;
 padding-top: 10px;

}
.top-nav li:hover ul li {
    width: 100%;
    float: none;
    padding: 4px 8px;
    /*    background: rgba(0, 0, 0, 0.68);*/
    background: firebrick;
    display: block;
}
.top-nav li:hover ul li a:hover {
    border: none;
}
.fa.fa-bars { color: #fff; font-size: 18px;}

#back-to-top { position: fixed; z-index: 999; right: 17px; bottom: 17px; display: none; padding: 5px 12px; -webkit-border-radius: 3px; border-radius: 3px;background: firebrick;color: #ffffff;}

.submit button .btn-primary { 
    color: #fff; 
    /*background-color: #e48641; 
    border-color: #e4792b;*/
    background-color: firebrick;
    border-color: firebrick;
    border-radius: 4px !important;}

    .btn-primary {
        color: #fff;
/*        background-color: #f2b121;
border-color: #e2a61f;*/
background-color: firebrick;
border-color: firebrick;
}
.btn-primary:hover,
.btn-primary:active
.btn-primary:focus {
    color: #fff;
/*    background-color: #ecaa16;
border-color: #d09819;*/
background-color: firebrick;
border-color: firebrick;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: firebrick;
    border-color: firebrick;
}
/*================top-search====================*/

.box-search-inside { vertical-align: middle; white-space: nowrap; position: relative;}
.box-search-inside input#search{
  width: 0px;
  height: 30px;
  background: none;
  border: none;
  font-size: 10pt;
  float: left;
  color: #262626;
  padding-left: 25px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: width .55s ease;
  -moz-transition: width .55s ease;
  -ms-transition: width .55s ease;
  -o-transition: width .55s ease;
  transition: width .55s ease;
}
.box-search-inside input#search::-webkit-input-placeholder { color: #65737e;} 
.box-search-inside input#search:-moz-placeholder { color: #65737e;} 
.box-search-inside input#search::-moz-placeholder { color: #65737e;}
.box-search-inside input#search:-ms-input-placeholder { color: #65737e; }
.box-search-inside .icon{ position: absolute; top: 50%; margin-left: 9px; margin-top: 4px; z-index: 1; color: #fff;}
.box-search-inside input#search:focus, .box-search-inside input#search:active{outline:none; width: 200px 
    background: rgba(0, 0, 0, 0.53);
}
.box-search-inside:hover input#search{ width: 200px; background: rgba(0, 0, 0, 0.53);}
.box-search-inside:hover .icon{ color: #93a2ad;}

/*================right-side bar====================*/

.sidenav { height: 100%; width: 0;position: fixed; z-index: 99; top: 0; right: 0; background-color: #111; overflow-x: hidden; transition: 0.5s; padding-top: 60px;}
.sidenav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 20px; color: #b7b7b7; display: block; transition: 0.3s;}
.sidenav a:hover, .offcanvas a:focus{ color: #f1f1f1;}
.sidenav .closebtn { position: absolute; top: 0; right: 25px; font-size: 36px; margin-left: 50px;}
.sidenav  ul {
    margin-left: 35px;
}
.sidenav  ul li a {
    font-size: 16px;
    padding: 6px;
}
#overlay { background:#000; opacity:0.5; position:fixed; top:0;	bottom:0;	right:0; left:0; display:none; z-index: 98;}

.overview-block h2 {    margin-top: 30px; margin-bottom: 10px;}


.loc-wrap {font-size: 16.5px;}

/*============================location-drop-down================================*/
.location-dropdown {
    position: absolute;
    top: 60px;
    left: 8.5%;
    z-index: 99999;
    width: -webkit-fill-available;
    width: 280px;
}
.location-dropdown .popover {top: 25px;    background: rgba(41, 41, 41, 0.98);
}
.location-dropdown .popover.bottom>.arrow:after {
    top: 2px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: rgba(41, 41, 41, 0.98);
}
.location-dropdown .location-name {
    color: #fff;
    height: 50px;
    cursor: pointer;
    float: left;
}
.location-dropdown:hover .popover.bottom {
    display: block;
}
.popover.bottom>.arrow {
    left: 9%;
    border-color: transparent;
}
.location-dropdown .sub-title {
    width: 100%;
    margin: 0px 0 10px;
    padding: 0px 0 5px;
    color: #6b86cb;
    border-bottom: 1px solid rgba(221, 221, 221, 0.38);
}
.location-dropdown h3.popover-title {
    font-size: 18px;
    background: transparent;
    border: none;
    color: #fff;
    margin-top: 5px;
    padding-bottom: 0;
}

.location-dropdown .popover-content a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.79);
}
.location-dropdown .popover-content {
    padding: 15px 0px 10px;
}
.location-dropdown .form-group {
    overflow: hidden;
}


/*============================footer-section================================*/
footer a {color: #999;}
footer h5 { color: #aaa; font-weight: bold}


.property_info { border-bottom: 1px solid #ebebeb; background: #fff;}
.property_info_list {background: rgba(243, 243, 243, 0.5); border-bottom: 1px solid #ebebeb;}

/*============================ncr-section================================*/

.ncr-project img { width: 100%; height: auto;}

/*=============image-zoom-effect===============*/
.property_image { position: relative; overflow: hidden; cursor: pointer;}
.property_image img { max-width: 100%; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s;}
.property_image:hover img { -moz-transform: scale(1.1); -webkit-transform: scale(1.1);transform: scale(1.1);}

/*============================services-section================================*/

.aa-single-service {
 box-shadow: 0 2px 40px 0 rgba(208,208,208,.5);
 overflow: hidden;
 border: 14px solid #d8d8d8;
 border-radius: 50%;
 height: 260px;
 background: #fff;
 text-align: center;
 width: 260px;
 margin: auto;
 margin-bottom: 15px;
}
.aa-single-service .fa,
.aa-single-service .fa.fa-home{ font-size: 90px; margin: 45px 3px 0;}
.aa-single-service .fa.fa-check{color: #5ad898;}
.aa-single-service .fa.fa-crosshairs{ color: #00c0e4;}
.aa-single-service .fa.fa-bar-chart-o {color: #eac14d;}

/*============================why-propcampus-section================================*/

.possibilites, .connect, .agent, .favorite { background: #e55d5d; padding: 15px; color: #fff;}
.connect {background: #70c1d4;}
.agent {background: #7dc691;}
.favorite {background: #debb43;}
.why-propcampus p,
.why-propcampus h4 {margin: 0 -15px -15px; padding: 15px; background: #c43434;}
.why-propcampus h3 { text-align: center; margin: 40px 0;}
.why-propcampus .fa {font-size: 80px;}
.connect p,
.connect h4{ background: #428e9e;}
.agent p,
.agent h4 { background: #518b62;}
.favorite p,
.favorite h4 { background: #bfa54a;}
.owl-dots {display: none;}
/*============================testimonial-section================================*/
body .testimonial-section {background: url(../images/testimonial-bg.png); background-attachment: fixed; background-position: center center; background-size: cover;}
.testimonial{ text-align: center;}
.testimonial .pic{ width: 120px; height: 120px; border-radius: 50%; margin: 0 auto; margin-bottom: 15px;}
.testimonial .pic img{ width: 100%; height: 100%; border-radius: 50%;}
.testimonial .testimonial-title{ display: inline-block; font-size: 22px; font-weight: 600; color: #0c4767; margin: 0 0 70px 0;}
.testimonial .testimonial-title small{ font-size: 15px; font-weight: 600; color: #787878;}
.testimonial .description{ font-size: 14px; color: #787878; line-height: 20px; position: relative; margin: 0;}
.testimonial .description:before{ content: "\f10d"; font-family: fontawesome; width: 35px; height: 35px; border-radius: 50%; position: absolute; top: -50px; left: 48.5%; font-size: 20px; color: #fa7921; line-height:33px; border: 2px solid #fa7921;}

.owl-theme .owl-controls .owl-page span{ background: #fff; border: 2px solid #0c4767; opacity: 1;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{ border: 2px solid #fa7921;}

/*============================new launching-section================================*/

.lauching-project .carousel { box-shadow: 0 2px 64px 0 rgba(208,208,208,.5); overflow: hidden; border: 16px solid #fff;}
.lauching-project .carousel-inner>.item{
    width: 100% !important;
    height: 370px !important;
}

.lauching-project .carousel-inner>.item>img{
    width: 100%;
    max-height:100%;
    height: 100% !important;
    display: block;
}

.lauching-project .carousel-inner>.item.active, 
.lauching-project .carousel-inner>.item.next.left,
.lauching-project .carousel-inner>.item.prev.right{
    transform: none !important;
}
.lauching-project .carousel-inner>.item{
    transition: none !important;
}

.carousel-control { position: absolute; top: 10%; bottom: 0; left: 0; width: 5%; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0,0,0,.6); background-color: rgba(0,0,0,0); filter: alpha(opacity=50);}
.carousel-control.left,
.carousel-control.right { background: none; border:none;}
.row .carousel-indicators {position: absolute; left: 78.5%; width: 100%; bottom: -15px; top: initial;}
.row .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: rgba(0,0,0,0); border: 1px solid #ccc; border-radius: 10px;}
.row .carousel-indicators .active { width: 12px; height: 12px; margin: 0; background-color: #e5e5e5;}
.property-links li a { text-decoration: none; color: #333; padding: 4px 0; display: block;}

/*============================listing-page-section================================*/
.listing-block .container {margin-top: 0px;}
section.listing-block {
    /*    padding-top: 25px;*/
    padding: 0px;
    background-color: #EAEAEB;
    box-shadow: none;

}

.search-filter-box {
    position: absolute;
    z-index: 8;
    left: 0;
    width: 76%;
    margin: auto;
    left: 12%;
    top: 15%;
} 
.search-filter-box .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: auto;
    /*    padding: 10px 12px;*/
    font-size: 14px;
    max-width: 100%;
}

.top-filter {background: rgba(218, 216, 216, 0.38); 
    padding: 7px 0; margin-bottom: 20px; 
    border-bottom: 1px solid rgba(204, 204, 204, 0.3);}
    .top-filter p {margin: 5px;}
    .top-filter .open>.dropdown-menu {
        padding: 6px;
    }

    .top-filter .styled-checkbox:checked + label:after {
        left: 3px;
        top: 8px;
        background: white;
        width: 2px;
        height: 2px;
    }
    .top-filter .styled-checkbox + label:before {
        width: 16px;
        height: 16px;
    }

    .input-group-btn:first-child>.btn, .input-group-btn:last-child>.btn {
        padding: 6px 45px;
    }
    .top-filter .ms-drop.bottom {
        left: 0;
        right: 0;
        width: 243px;
    }
    .top-filter .ms-parent.form-control {
        width: 120px !important;
        margin-right: -3px;
        padding: 0;

    }
    .top-filter .ms-choice {
        border: none;
        padding: 0;
        height: 32px;
    }
    .top-filter .ms-choice > span {
        line-height: 32px;
        width: 100%;
    }
/*.top-filter .ms-choice:after {
    content: "\f107";
    width: 24px;
    height: 24px;
    float: right;
    }*/
    .listdrop-down-icon {
        position: absolute;
        right: 5px;
        z-index: 1;
    }
    .styled-checkbox {position: absolute; opacity: 0; }
    .styled-checkbox+ label {position: relative; cursor: pointer;padding: 0;}
    .styled-checkbox + label:before {content: ''; margin-right: 10px;display: inline-block;vertical-align: text-top; width: 20px;height: 20px; background: white;}
    .styled-checkbox:hover + label:before {background: firebrick;}
    .styled-checkbox:checked + label:before {background: firebrick;}
    .styled-checkbox:disabled + label { color: #b8b8b8; cursor: auto;}
    .styled-checkbox:disabled + label:before { box-shadow: none; background: #ddd;}
    .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 5px;
        top: 9px;
        background: white;
        width: 2px;
        height: 2px;
        box-shadow: 
        2px 0 0 white,
        4px 0 0 white,
        4px -2px 0 white,
        4px -4px 0 white,
        4px -6px 0 white,
        4px -8px 0 white;
        transform: rotate(45deg);
    }
    .styled-checkbox + label:before {box-shadow: none; background: #ddd;}
    .filter-section { background: #fff; padding: 0 15px; box-shadow: 0 2px 2px 0 rgba(0,0,0,.2); margin-bottom: 20px;}
    .filter-section h3 {background: firebrick; margin: 0 -15px; padding: 8px 15px; color: #fff; font-size: 20px; font-weight: normal;}
    .filter-section h3 .fa {display: none;}
    .filter-sub-section { overflow: hidden; padding: 10px 0 0; cursor: pointer;}
    .filter-section .filter-option { padding: 10px 0;}
    .filter-sub-section .sub-section-title { font-size: 16px; font-weight: bold; float: left;}
    .filter-sub-section .fa { float: right; font-size: 24px;}  
    .filter-section label {font-weight: normal;}  
    .filter-section .hr-line { border-bottom: 1px #ccc solid;}     
    .filter-option {transition: 0.5s;}
    .filter-sub-section.open + .filter-option {display: none; } 
    .filter-sub-section.open i:before {content: "\f107";}
    .custom-checkbox-style { margin: 0; padding: 0; list-style-type: none;}
    .custom-checkbox-style li { margin: 5px 0;}
    .property-list li {
        background: #fff; 
        padding: 0; overflow: hidden; 
        margin-bottom: 10px; 
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);

    }  
    .property-list li .listing-img { padding: 10px 0 0px 10px; overflow: hidden}
    .dash { font-size: 32px; text-align: center; line-height: 30px;}
    .btn-block { margin: 10px 0;}       
    .property-list li img {    height: auto; width: 100%; max-width: fit-content;}

    .search-filter-box.multiselect-checkbox .open>.dropdown-menu { padding: 0 10px;}
    .multiselect-checkbox .open>.dropdown-menu li:first-child label.checkbox,
    .multiselect-checkbox .open>.dropdown-menu li:last-child label.checkbox{ margin: 3px 0;}
    .multiselect-checkbox .open>.dropdown-menu li label.checkbox{ margin: 0 10px;}

    .search-filter-box.multiselect-checkbox .btn .caret { display: none;}
    .search-filter-box.multiselect-checkbox .btn-group, .search-filter-box.multiselect-checkbox .btn-group .multiselect { width: 100%; display: block; text-align: left; height: 40px;}

    .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {color: #000; background-color: transparent;}
    .multiselect-checkbox .multiselect-selected-text {overflow-x: hidden; text-overflow: ellipsis; display: block; width: 90%; float: left;}
    .top-filter .btn .caret { float: right; margin-top: 7px; display: block;}
    /*============================scrolling-property-thumails================================*/
    .btn.border-btn {
        background-color: transparent;
        color: #525252;
        border: 1px solid #525252;
    }
    .btn.border-btn:hover,
    .btn.border-btn:focus,
    .btn.border-btn:active{
        background-color: firebrick;
        color: #fff;
        border: 1px solid #3e3e3e;
    }
    .item {height: auto; background: #fff; border: 1px solid #ebebeb;}
    .property_image {position: relative;}
    .property_price_box {
        position: absolute;
        right: 0;
        bottom: 0;
        vertical-align: top;
        z-index: 1;
        padding: 0.4em 1.500em;
        font-size: 1.571em;
        color: #fff;
        background: rgba(35, 34, 34, 0.75);
        text-align: right;
    }
    .property_price_box .property_price_box_sign, .property_price_box .property_price_box_per {
        font-size: 0.9em;
        font-weight: 100;
        line-height: normal;
        vertical-align: top;
        line-height: 1.7em;
        margin-right: 2px;
    }
    .property_info, .property_info, .property_info_list { padding: 1em 2em 1em; border-bottom: 1px solid #ebebeb;}
    .property_info, .property_info,
    .property_info_list { border-bottom: 1px solid #ebebeb; background: rgba(243, 243, 243, 0.5);}
    .property_icon {float: left;}
    .fa.fa-home { color: rgba(239, 89, 90, 0.9); font-size: 24px; margin-bottom: 15px; margin-right: 5px;}
    fa fa-map-marker { font-size: 18px; margin: 0 7px;}
    .property_title_address_1 { font-size: 22px; line-height: 24px;}
    .property_info_list {border-bottom: none;}

    .owl-nav { text-align: right; width: 100%; display: block; overflow: hidden; padding: 10px; position: absolute; top: -30px; padding: 0;}
    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 0px;
        display: inline-block;
    }
    .owl-prev:before {
        content: "\f105";
        color: #333;
        font-size: 32px;
        position: absolute;
        display: block;
        font-size: 0;
        cursor: pointer;
        background: 0 0;
        padding: 0;
        border: none;
        outline: 0;
        font-family: icomoon;
        line-height: 1;
        color: transparent;
        opacity: .75;
        background: url(../images/left-arrow.png);
        background-size: 100% 100%;
        width: 44px;
        height: 44px;
        right: -5px;
        background-size: 18px auto;
        background-repeat: no-repeat;
    }
    .owl-next:before {
        content: "\f105";
        color: #333;
        font-size: 32px;
        position: absolute;
        display: block;
        font-size: 0;
        cursor: pointer;
        background: 0 0;
        padding: 0;
        border: none;
        outline: 0;
        font-family: icomoon;
        line-height: 1;
        color: transparent;
        opacity: .75;
        background: url(../images/right-arrow.png);
        width: 44px;
        height: 44px;
        background-size: 18px auto;
        background-repeat: no-repeat;
        right: -30px;
    }

    /*=====================detailpage================ */

    .property-sub-title {font-weight: 500; color: #444;}
    .property-value {font-weight: 300;font-size: 15px; color: #545454}
    .description-block .property-sub-title {color: #444; width: 25%; float: left; padding: 10px 0;}
    .description-block .property-value { 
        font-weight: 300; 
        font-size: 15px; 
        float: left; 
        width: 75%; 
        padding: 10px 0;
        color: #545454
    }
    .description-block .amenities ul li {
        padding: 0 5px 10px;
        margin: 0;
        float: left;
        width: 20%;
        color: #333;
        white-space: nowrap;
        font-size: 12px;
        font-weight: normal;
        text-align: center;
        border-radius: 50%;
    }
    .show-amenities {
        cursor: pointer;
    }
    .amenities {
     border-top: 1px solid #8c8c8c;
     margin: 5px 0;
     padding: 15px 0;
     /* background: #fff; */
     border-bottom: 1px solid #8c8c8c;
     overflow: hidden;
     float: left;
 }
 .amenities img {
    margin-bottom: 0;
    
}
.amenities-inner {
    display: none;
    
}
.flooring [class|=col], .fitting [class|=col], .walls [class|=col] {
    padding: 10px 15px;
}
/*.flooring .col-md-7, .fitting .col-md-7, .walls .col-md-7 {
    font-weight: bold;
    }*/
    .flooring, .fitting {
        border-right: 1px solid #ccc;
    }
    .fitting img {
     /*   width: 54px;*/
     margin-bottom: 10px;
 }
 .description-block .property-detail-block {
    /*padding: 15px 15px;
    background: #fff;
    box-shadow: 0 2px 64px 0 rgba(208,208,208,.5);
    border: 1px solid #ddd;*/
}
.description-block .property-detail-block .col-md-6 {
   /* background: #fff;
    border-bottom: 1px dotted #ddd;
            border-right: 1px dotted #ddd;
            width: 100%;*/

        }
        .hightlight { margin: 0 15px; list-style: circle; }
        .highlight-block li { width: 23%; float: left; list-style-type: square; margin: 15px 10px -5px;}
        .property-viewer { background-size: cover; min-height: 400px; position: relative; color: #fff; overflow: hidden;} 

        .property-viewer2 {background: transparent; min-height: 90px; color: #464646; 
            margin-top: -9px;
        }
        .property-viewer-section .property-viewer { min-height: inherit; background: none; } 
        .property-viewer-section .property-viewer img { width: 100%; } 
        .property-viewer .property-detail-header { bottom: 0; position: absolute; background: rgba(0, 0, 0, 0.7); right: 0; left: 0;}
        .property-viewer2 .property-detail-header { background: #dedede;}
        .property-viewer .property-detail-header h1 { margin: 15px 0; text-align: left; float: left;}
        .property-viewer2  .loc-wrap a {
            color: #464646;
            margin-right: 5px;
        }

        .details-page section.property-viewer{
            margin-top: 0;
        }


        #ProjectDetails .property_info {
            border-bottom: 1px solid #ebebeb;
            background: none;
        }
        #gallery #slider-thumbs {margin: 10px auto; overflow: auto; padding: 0 20px;}
        #gallery .thumbnail a>img, section#gallery .thumbnail>img {
            margin-right: auto;
            margin-left: auto;
            overflow: hidden;
            width: 100%;
            border-radius: 3px;
            height: 100px;
        }
        #gallery .thumbnail {
            display: block;
            /* padding: 4px; */
            /* margin-bottom: 20px; */
            line-height: 1.42857143;
            background-color: transparent;
            border: none;
            border-radius: 3px;
            -webkit-transition: border .2s ease-in-out;
            -o-transition: border .2s ease-in-out;
            transition: border .2s ease-in-out;
            overflow: hidden;
            margin-bottom: 0;
        }
        .hide-bullets {
            width: 100%;
            white-space: nowrap;
            margin-top: 5px;
        } 

        .hide-bullets li.thumbs{
          padding-left: 0px !important;
          padding-right:5px !important;  
      }
      #gallery #slider-thumbs .col-sm-2 {
        padding-left: 0;
        display: inline-block;
        white-space: nowrap;
        float: inherit;
        padding-right: 0;
    }


    /*=====================detaol=page gallery================ */

    #PropertyDetails .modal {
      display: none;
      position: fixed;
      z-index: 9999;
      background-color: #000000f2;
  }

  #PropertyDetails .close {
      color: white;
      position: absolute;
      top: 10px;
      right: 25px;
      font-size: 35px;
      font-weight: bold;
      opacity: .8;
  }

  #PropertyDetails .close:hover,
  #PropertyDetails .close:focus {
      color: #999;
      cursor: pointer;
  }

  /*=====================custum-checkbox================ */

  .styled-checkbox {position: absolute; opacity: 0; }
  .styled-checkbox+ label { position: relative; cursor: pointer; padding: 0;}
  .styled-checkbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
}

.styled-checkbox:hover + label:before {background: firebrick;}
.styled-checkbox:checked + label:before { background: firebrick;}
.styled-checkbox:disabled + label { color: #b8b8b8;cursor: auto;}
.styled-checkbox:disabled + label:before { box-shadow: none; background: #ddd;}

.styled-checkbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 
    2px 0 0 white,
    4px 0 0 white,
    4px -2px 0 white,
    4px -4px 0 white,
    4px -6px 0 white,
    4px -8px 0 white;
    transform: rotate(45deg);
}
.styled-checkbox + label:before {box-shadow: none; background: #ddd;}  

/*=====================table================ */

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; vertical-align: middle;} 
table { border: 1px solid #ddd;} 
.table>thead>tr>th { border-bottom: 1px solid #ddd;}
.table>thead>tr{ background-color: #f9f9f9;}   
table tr .fa {
    font-size: 18px;
    margin: 0 5px
}
/*=====================owner-detail================ */

.vertical-line {background: #dedede; width: 1px; margin: 40% auto; height: 90%; }
.flex {display: flex; }
.owner-detail-block {text-align: center;margin: 10% 0;}
.pic { width: 45%; margin: auto;}
.pic img { width: 100%; border-radius: 50%;}
.logo {width: 90%;}    


.property-inner-link { background: #ccc; padding-bottom: 0;}
.fixedheader {position: fixed; z-index: 9999; top: 49px; right: 0; left: 0;}
.property-inner-link ul { display: table; width: 100%;}
.property-inner-link li { padding: 10px 0px; display: inline-block; font-size: 16px; display: table-cell;text-align: center;}
.base-price-block { float: right; margin: 30px 30px 0;}
.base-price { float: left; font-size: 24px; margin-right: 10px;}
.sqft-block { float: left; margin: 8px 0 6px;}
.property-detail-header h1 { margin: 25px 0; text-align: left; float: left;}

/*=====================Rightside-bar- slider================ */
#myModal {z-index: 999999; padding-top: 40px; overflow: hidden;}
.modal .right-bar-slide {
    width: 250px;
    padding: 15px 15px 5px 17px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    top: 20%;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 8px;
    z-index: 99999;
    box-shadow: 0 2px 64px 0 rgba(208,208,208,.5);
    transition: right 0.5s; 
    position: relative;
    margin: 70px auto;
}
.right-bar-slide {
    width: 220px;
    padding: 15px 15px 5px 17px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    right: -5px;
    position: fixed;
    top: 20%;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 8px;
    z-index: 99999;
    box-shadow: 0 2px 64px 0 rgba(208,208,208,.5);
    transition: right 0.5s; 
}
.modal-dialog {margin: 70px auto;}

.right-bar-slide .form-group { margin-bottom: 10px;}    
.close-arrow, open-arrow { position: absolute; left: -10px; top: 58%; font-size: 24px; color: #696969; cursor: pointer;}
.owner-detail-block { text-align: center; margin: 0; border-bottom: 1px solid #ccc; padding-bottom: 5px;}     
.owner-detail-block h3 { font-size: 20px; margin: 10px 0 10px; text-align: center;}
.owner-detail-block input.form-control {height: 30px;} 
.right-bar-slide.active {right: -215px; transition: right 0.5s;}
.right-bar-slide.active .fa-chevron-circle-right:before { content: "\f137";}



/*=====================privacy-policy================ */

.privacy-policy ul { list-style: inherit;}
.privacy-policy li { list-style-type: decimal; padding:8px 10px; text-align: justify;}

/*=====================| Accordion |===================*/
.terms-condition ul { list-style: inherit; margin: 0 15px;}
.terms-condition li { list-style-type: decimal; padding:6px 10px; text-align: justify;}.panel-title>a {position: relative; display: block; cursor: pointer; font-size: 14px;}
.panel-title>a:before {content:"\f106"; font-family: FontAwesome; position: absolute; font-size: 14px; right: 17px; top: 4px;}
.panel-title>a.collapsed:before {content:"\f107";}



.search-filter-box .tab-content {
    background: #fff;
    padding: 30px 30px 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 2px 44px 0 rgba(208,208,208,.5);
    margin-top: 1px;
}
.search-filter-box .nav-tabs { border-bottom: none;}
.search-filter-box [class|=col] {padding: 0 5px;}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block { width: 100%; border-radius: 4px;}

.search-filter-box > h1 {
    font-size: 40px;
    margin: 30px 0;
    text-align: center;
    color: #fff;
    text-shadow: #000000 4px 4px 6px;
}
.search-filter-box .form-control { 
   height: auto; 
   padding: 10px 12px;}
   .search-filter-box .btn {
    margin: 0;
    padding: 7px 8px;
}
.search-filter-box .nav>li>a {
   padding: 10px 30px;   
}

.white-color {
    padding: 0px 15px 10px;
}
.search-bar {
    width: 75%;
    margin: auto;
}
.nav-tabs>li>a {
    margin-right: 6px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 6px 6px 0 0;
    background-color: rgba(238, 238, 238, 0.48);
    color: #ccc;
    font-weight: bold;
    font-size: 16px;
    /* font-weight: bold; */
    color: #fff;
    /*    background: rgba(0, 0, 0, 0.61);*/
    background: #b22222c7;
    /* background: rgba(255, 255, 255, 0.65); */
    cursor:pointer;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,
.nav-tabs>li >a:hover{
    color: #555;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    font-weight: bold;
}


.mycanvas {
    display: none;
}




.top-filter {
    /*margin-top: 50px;*/
}
.top-filter [class|=col] {
    padding: 0 5px;
}
.top-filter .form-group {
    margin-bottom: 0;
}


.seacrh-list-dropdown{
    border: 1px solid #ccc;
    top: 33px;
    width: 97%;
    border-radius: 3px;
}


.contact-us h3 { margin-top: 10px;}


.footer-above {    background: #000;padding: 40px 0; color: #949999;}
.footer-bottom { background: #0c0c0c; padding: 20px 0;}


.contact-social { margin: 20px 0 0 0;}
.contact-social li { display: inline-block; text-align: center;}
.contact-social li a { display: inline-block; min-width: 40px; padding: 5px 10px; border: 1px solid #efefef; color: #888; border-radius: 3px;}
.contact-social li a:hover { opacity: 1;}
#contactform { position: relative; }

/* ============================================================================== */
/* social links
/* ============================================================================== */

.social-links li { display: inline-block; text-align: left; margin: 0 4px 4px 0; font-size: 16px; width: 100%;}
.social-links .social-icons li { width: auto;}

.social-links li a { display: inline-block; min-width: 40px; line-height: 28px; padding: 5px 10px; background: #000; color: #fff !important; border-radius: 3px;}
.social-links li a { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;}
.social-links li a:hover { opacity: 0.7;}

.social-links li.dribbble a { background-color: #ea4c89;}
.social-links li.email a { background-color: #2c3e50;}
.social-links li.facebook a { background-color: #3b5998;}
.social-links li.flickr a { background-color: #ff0084;}
.social-links li.foursquare a { background-color: #0072b1;}
.social-links li.github a { background-color: #000;}
.social-links li.gplus a { background-color: #dd4b39;}
.social-links li.instagram a { background-color: #517fa4;}
.social-links li.linkedin a { background-color: #007bb6;}
.social-links li.pinterest a { background-color: #cb2027;}
.social-links li.skype a { background-color: #12a5f4;}
.social-links li.twitter a { background-color: #00aced;}
.social-links li.youtube a { background-color: #bb0000;}
.login-container {
    width: 1000px;
    margin: auto;
}
.signup-login-block form {
    padding: 15px 30px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.signup-login-block h3 {
    margin: 5px 0 20px;
}
.fb-btn, .google-btn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 41px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.google-btn {
    border-radius: 4px;
    background-color: #da4f42;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.24), 0 0 1px 0 rgba(0,0,0,.12);
    margin-right: 15px;
    margin-bottom: 10px;
}
.fb-btn {
    border-radius: 4px;
    background-color: #4267b2;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.24), 0 1px 1px 0 rgba(0,0,0,.12);
}
.fb-icon, .google-icon {
    width: 36px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-left: 5px;
}
.fb-icon .fa, .google-icon .fa {
    font-size: 20px;
    line-height: 40px;
}

.align-center {
    text-align: center;
}
.signup-login-block h3.connect-us {
  font-weight: normal;
  margin: 15px 0 11px;
  font-size: 22px;
}

.email-icon:before {
    content: "\f2c0";
    width: 24px;
    height: 24px;
    font-size: 18px;
}

/*=====================| Dashbaord |===================*/    


.list-group {
    padding-left: 0;
    margin-bottom: 20px;
    /* padding: 12px 0; */
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}      
.list-group-item:first-child {
}
.list-group-item {
    padding: 15px 20px;
    margin-bottom: -1px;
    border: none;
    background: rgb(51, 51, 51);
    border-left: 4px solid #98bd15;
    color: #fff;
}   
a.list-group-item, button.list-group-item {
    color: #fff;
}
.parllel-border {
    border-left: 1px solid rgba(221, 221, 221, 0.62);
    border-right: 1px solid rgba(221, 221, 221, 0.62);    
}
.border-none {
    border: none;
}
.panel-default>.panel-heading {
    font-size: 16px;
}
.panel-heading {
    padding: 12px 15px;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green > .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green > a {
  color: #5cb85c;
}
.panel-green > a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red > .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red > a {
  color: #d9534f;
}
.panel-red > a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow > a {
  color: #f0ad4e;
}
.panel-yellow > a:hover {
  color: #df8a13;
}
.huge {
    font-size: 40px;
}
.dashboard .pic img {
    width: 135px;
}
.menu {
    display: none;
}

.my-property .property-list li img {
    height: auto;
    width: 100%;
}

.my-property .property-list li {
    padding-bottom: 10px;
}
.contentHolder, .bannerscollection_zoominout.opportune.ui-draggable.ui-draggable-handle {
    cursor: default !important;
}
.item .property_image {
    height: 250px;
}  



.owl-carousel .owl-item img {
    display: block;
    /*    width: auto;*/
    height: auto;
    margin: -1px;
    height: 250px;
    max-width: initial;
}



#gallery  .thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    height: 130px;
}




/* Main carousel style */
.carousel {
    width: 85%;
    margin: auto;
}

/* Indicators list style */
.article-slide .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 5px;
    width: 100%;
}
/* Indicators list style */
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 54px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 100px;
}
/* Indicators images style */
.article-slide .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 54px;
    left: 0;
    width: 100px;
}
/* Indicators active image style */
.article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}

.gallery-popup .modal-content {
    background: none;
}
.gallery-popup .carousel-inner>.item>img {
    width: 100%;
    height: 550px;
}
.gallery-popup .carousel-indicators .active {
    width: 100px;
    height: 60px;
}


/***** NEW SLIDER CODE *****/

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 35px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #00000000;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.mySlides {
  display: none;
}
#galleryModal .mySlides {
  height: 425px;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.75);
  color:#FCFCFC;
}


/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



/* Gallery Adjustment */

#PropertyDetails .close {
    background-color: red !important;
    padding: 5px !important;
    top: 40px !important;
    z-index: 1;
}

#galleryModal{
    margin-top: 0px !important;
}


#galleryModal .mySlides img {
    max-height: 100% !important;
}

#galleryModal .column{
    margin-top: 10px;
}

#galleryModal .column img {
    height: 140px !important;
    padding: 5px 0 !important;
}


/*  New CSS */

.chosen-container-single .chosen-single{
 height: auto;
 padding: 8px 12px;
 font-size: 14px;
 background: inherit;
}

/*.searchBackground{
    height: 400px; 
    background: #f1c98d
}
*/

.property-info h3 {
    font-size: 18px;
}


section.contact{
    padding-top: 10px;
    min-height: 395px;
}
section.contact h4{
    border : 1px solid #333;
    color: firebrick;
    padding: 5px;
    border-radius: 4px;
}

.agreed-contact{
    color: #404040; 
    font-weight: 400;
}


.form-group .checkbox{
    width: 20%;
    float: left;

}

.form-group .checkbox+.checkbox{
    margin-top: 0
}

.form-group .checkbox label, .radio label{
    padding-left: 5px;   
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/*@media screen and (max-width: 767px) {


}
*/


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

    .still-question h1 { font-size: 24px; margin: 35px 10px;}
    .possibilites, .connect, .agent, .favorite { margin-bottom: 15px;}
    .search-filter-box { width: 80%; left: 10%; top: 6%;}
    .highlight-block li {
        width: 30%;
        float: left;
        list-style-type: square;
        margin: 15px 10px -5px;
    }
    .property_title_address_1 {
        font-size: 18px;
        line-height: 24px;
    }
    .property_info, .property_info, .property_info_list {
        padding: 0.7em;
    }
    .property-detail-block {
        margin: 20px 0 0;
    }
    .property-inner-link li {
        padding: 14px 4px;
        font-size: 14px;
    }
    
    .aa-single-service { border: 8px solid #d8d8d8; height: 170px; text-align: center; width: 170px;}    
    .aa-single-service .fa, .aa-single-service .fa.fa-home {font-size: 60px;margin: 30px 3px 0;}
    .aa-single-service h4 {font-size: 16px;margin-top: 0;}    
    .why-propcampus h3 { margin: 20px 0;}
    .login-container {width: auto; padding: 0 15px;}
    .signup-login-block form {
        padding: 15px 15px 15px;

    }
    #gallery .carousel-inner {height: auto; }
    #gallery .carousel-inner>.item>img {
        width: 100%; min-height: auto !important;
    }


    .top-nav li{
        margin-right: 5px
    }


}


@media screen and (max-width:767px) {
    .top-filter {
        width: 100%;
        padding: 10px;
    }
    .top-filter .form-group {
        margin-bottom: 10px;
    }
    .carousel-inner>.item>img {width: 100%;height: 250px;}    

    h1 {font-size: 22px; margin: 15px 0 0px; text-align: center;}
    h1+hr { margin: 10px auto 15px; width: 140px;}
    h1 + hr::before { width: 50px;}    
    .h3, h3 {font-size: 18px;}
    .footer-above { padding: 20px 0 10px;} 
    .property-links li a { font-size: 12px;}    
    .vertical-line { background: #dedede; width: 100%; margin: 0% auto; height: 1px;}
    .flex { display: inherit;}
    .right-bar-slide {top: 10%;}    
    section {padding-bottom: 20px;}
    .item {margin-bottom: 10px;}
    .footer-bottom {padding: 10px 0 0;}    
    footer h5 {font-weight: bold;}
    .property-viewer{    min-height: 320px;}  
    .property-viewer2{       min-height: 130px;}  
    /*=====================| top naviagtion |===================*/    
    
    .top-nav li{ display: none}
    .top-nav li:last-child {display: block; margin-right: 25px}
    .desktop-none {display: block;}
    

    .property-viewer figure{
        height: auto;
    }

    .property-inner-link{
        display: none;
    }

    section{
        padding: 5px;
    }

    /*======================================| Home |==================================*/
    
    .aa-single-service {
        border: 6px solid #d8d8d8;
        height: 140px;
        text-align: center;
        width: 140px;
        margin-bottom: 15px;
    }    
    .aa-single-service .fa, .aa-single-service .fa.fa-home {
        font-size: 45px;
        margin: 30px 3px 0;
    }
    .aa-single-service h4 {font-size: 14px;margin-top: 0;}
    
    /*=======search-filter-box-homepage =======*/    
    
    .search-filter-box .nav>li>a {padding: 10px 15px;}
    .search-filter-box { width: 90%; left: 5%; top: 2.5%;}
    
    .still-question { margin: 15px 0 15px;}    
    .why-propcampus h3 {margin: 0 0 15px;}
    
    /*======================================| listing filter-section |===================*/        
    
    .fa.fa-bars {font-size: 20px; margin-top: 8px; float: right; text-align: right; margin-right: -28px;}
    .filter-sub-section .sub-section-title { font-size: 14px; font-weight: normal;}
    .filter-sub-section {padding: 10px 0 5px;}
    .filter-section h3 + .filter-col { display: none; transition: 0.5s; overflow: hidden;}
    .filter-section h3.open + .filter-col  {display: block; transition: 0.5s; }
    
    /*=======================================| detail page |==============================*/        
    .property-viewer .property-detail-header h1 {margin: 15px 0 10px; font-size: 18px; float:left;}    
    .loc-wrap {font-size: 12px;}
    .base-price-block {float: left; margin: -10px 0px 0;}
    .property-sub-title,
    .property-value,
    .description-block .property-value { font-size: 12px;}
    .description-block .property-value { width: 70%; padding: 3px 0;}
    .description-block .property-sub-title { width: 30%;padding: 3px 0;}    
    .highlight-block li { width: 100%; margin: 15px 20px -5px;}
    .property-detail-block .col-md-3,
    .property-detail-block .col-md-6{ overflow: hidden;}
    .property-detail-block .col-md-3:first-child,
    .property-detail-block .col-md-6:first-child{ padding-right: 0;}
    .owl-carousel .owl-stage-outer { margin-top: 50px;}
    .input-group-btn:first-child>.btn, .input-group-btn:last-child>.btn {  padding: 6px 6px;}
    .owner-detail-block { margin: 0% 0;}
    #OwnerDetails h2 { font-size: 24px; margin-bottom: 0;}

    .property-inner-link li {padding: 12px 4px; font-size: 12px; line-height: 15px;}
    .property-list li img {    height: auto; width: 100%; max-width: fit-content;}
    .login-block {margin-bottom: 20px; overflow: hidden;}
    .property-list li .listing-img {padding: 15px;overflow: hidden;}
    .property_price_box {right: 15px;bottom: 15px;}   
    .right-bar-slide {right: 0px;}
    .right-bar-slide.active {right: 0px; }
    .close-arrow {left: -27px; top: 55%; font-size: 32px; padding: 10px;}
    /*=======================================| detail page |==============================*/        

    .dashboard .row.form-group .form-group {margin-bottom: 5px}
    .parllel-border {
        border: none;
        margin-bottom: 25px;
    }
    .menu {margin-bottom: 20px; display: block;}
    .menu h3 {
        background: rgb(51, 51, 51);
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding: 0 15px;
        border-radius: 3px;
    }
    .menu h3 .fa {
        padding-top: 15px;
    }
    .sidebar {
        position: relative;
    }
    .list-group {
        padding-left: 0;
        margin-bottom: 20px;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
        position: absolute;
        top: -22px;
        left: 0;
        right: 0;
        z-index: 1;
        display: none;
    }
    .menu.open + .sidebar .list-group{display: block;}

    .list-group-item:first-child {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .list-group-item {
        background: rgb(64, 64, 64);
    }
    .table-responsive {
        border: none;
        border-right: 1px solid #ddd;
    }
    .input.select {margin-bottom: 10px;}
    .description-block .amenities ul li {
        width: 50%;
    }
    .property-inner-link ul {
        margin: 0 -10px;
    }
    .filter-section h3 .fa {display: block;}

    .flooring [class|=col], .fitting [class|=col], .walls [class|=col] {
        padding: 2px 5px;
    }
    section p { text-align: justify;}
    .bannerControls {
        display: none;
    }
    .property-viewer-section .property-viewer img{
        height: 185px;
    }

    .lauching-project .carousel{
       width: 95%
       border: 2px solid #fff;
   }

}

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

}


@media screen and (max-width: 320px) {
    .property-inner-link li {
        padding: 10px 4px;
        font-size: 10px;
        line-height: 12px;
    }
    #gallery .carousel-inner {height: auto; }
    #gallery .carousel-inner>.item>img {
        width: 100%; min-height: auto !important;
    }
    .search-filter-box {
        top:2%;
    }

}
