@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
{ 
    .navbar>.container .navbar-brand {
        width: 100px;
    }
    .single-property-content .lSSlideOuter .lSPager {
        display: block;
    }
    
    #amenities {
        font-size: 20px;
        margin-left: 10px;
    }
    #amenities i {
        font-size: 25px;
        margin-left: 10px;
    }
    .property-price {
        font-size: 25px;
        margin-top: 18px;
    }
    .noPaddingRight {
        padding-right: 15px;
        padding-left: 0;
    }
    .noPaddingLeft {
        padding-left: 15px;
        padding-right: 0;
    }
    .similar-post-section .item-thumb {
        height: 230px;
        overflow: hidden;
    }
    .single-property-content .light-slide-item img {
        height: auto;
        width: 100%;
    }
    
    .lSSlideWrapper {
        height: 446px;
    }
    
}

@media only screen 
and (min-device-width : 1366px) 
and (orientation : portrait) 
{ 
    .single-property-content .lSSlideOuter .lSPager {
        display: none;
    }
    
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) 
{ 
    .single-property-content .light-slide-item img {
        height: auto;
        width: 100%;
    }
    .lSSlideOuter .lightSlider {
        height: 430px;
    }
    .lSSlideWrapper {
        height: 430px;
    }
    .navbar>.container .navbar-brand {
        width: 80px;
        padding: 0;
        margin-top: 5px;
    }
    .property-price {
        font-size: 24px;
        margin-top: 25px;
    }
    #amenities i {
        font-size: 30px;
    }
    .enquiry .btn {
        font-size: 13px;
    }
    .similar-post-section .item-thumb {
        height: 150px;
        min-height: initial;
        overflow: hidden;
    }
    .similar-post-section .item-thumb img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

}

@media (max-width: 480px) {

    .welcome_text .page-title h2 {
        color: #9b9b9b;
        text-transform: uppercase;
        background-color: #fff;
        top: 126px;
        right: 26px;
        font-weight: 500;
        font-size: 27px;
        padding: 35px 10px;
        height: 100px;
        position: initial;
        width: 100%;
        border-radius: 0;
    }
    .header-social ul {
        padding-top: 0;
        text-align: center;
        margin-right: 5px;
    }
    .asks-first {
        padding: 15px;
        margin-bottom: 10px;
    }
    .asks-first-info {
        color: #fff;
        margin: 5px;
    }
    .welcome-circle {
        background-color: transparent;
        display: inline-block;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        margin: -18px 0;
        border: 10px solid #fff;
        position: relative;
        z-index: 1000;
    }
    .welcome-estate {
        background-color: #fff;
        padding: 10px 0;
        text-align: center;
        fill: #fff;
    }
    .Welcome-area .container .Welcome-entry {
        padding: 10px 5px 65px;
        overflow: hidden;
    }
    .header-connect {
        text-align: center;
    }
    .register-area {
        padding: 50px 0;
    }
    .register-area .col-md-6 {
        margin-bottom: 15px;
    }
    .navbar-default .navbar-nav > li > a.active::after {
        background-color: #666 !important;
    }
    .navbar-default .navbar-nav > li > a::after {
        background-color: #666 !important;
    }
    .slider-content {
        top: 10%;
    }
    .buy-btn,
    .search-btn,
    .toggle-btn {
        margin-bottom: 5px;
    }
    .proerty-th {
        margin-left: 0;
    }
    .header-call p span {
        margin-right: 10px;
        font-size: 14px;
    }
    .header-call p span i {
        font-size: 14px;
    }
    .header-social ul {
        padding-top: 0;
    }
    .header-social ul li a {
        font-size: 12px;
    }
    .navbar .container {
        padding: 10px 15px;
    }
    .navbar {
        min-height: 75px;
    }
    .navbar-collapse {
        margin-top: 15px;
    }
    .navbar-brand img {
        width: 90px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
    .nav-button {
        font-size: 13px;
        padding: 6px 13px;
        display: none;
    }
    .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 6px;
    }
    .main-nav {
        padding-top: 4px;
    }
    .navbar-default .navbar-nav > li > a.active::after {
        bottom: -2px;
        height: 1px;
        width: 100%;
    }
    .navbar-default .navbar-nav > li > a::after {
        bottom: -2px;
        height: 1px;
    }
    .slider-area .container {
        padding: 0 25px;
    }
    .slider-content {
        padding: 10px;
    }
    .search-toggle .mar-l-20 {
        margin-left: 0;
    }
    .prop-btm-sheaerch {
        display: block;
        margin: 0 auto;
    }
    .slider-content h2 {
        font-size: 21px;
        margin-bottom: 15px;
        margin-top: 40px;
    }
    .slider-content p {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .search-form {
        padding: 15px;
    }
    .search-form .form-inline .form-group {
        width: 100%;
    }
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
    }
    .bootstrap-select button.dropdown-toggle {
        width: 100%;
    }
    .search-form .search-toggle {
        margin-top: 15px;
        overflow: hidden;
        padding: 0;
    }
    .form-inline .form-control {
        width: 100%;
    }
    .slider-content {
        top: 5%;
    }
    .slider-area {
        height: 440px;
    }
    .home-area-1 {
        padding-top: 65px;
    }
    #bg-slider .item img {
        height: 440px;
    }
    .slider .owl-pagination {
        bottom: 165px;
        right: 0;
        width: 30px;
    }
    .page-title {
        padding-top: 50px;
    }
    .page-title h2 {
        font-size: 20px;
        margin-top: 2px;
    }
    .page-title h5 {
        font-size: 12px;
    }
    .page-title p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
        padding: 0 5%;
    }
    .nav > li > a {
        padding: 8px 10px;
    }
    .nav-tabs > li > a {
        font-size: 12px;
    }
    .tab-content ul li {
        height: 235px;
        margin-bottom: 20px;
        width: 219px;
    }
    .tab-content ul li a img {
        height: 100%;
        width: 100%;
    }
    .overlay {
        height: 235px;
        top: -104px;
    }
    .client-text {
        margin-left: 8px;
        padding: 20px 16px;
    }
    .client-face > img {
        border: 2px solid #fff;
        width: 60px;
    }
    .testimonial .item .client-face {
        right: 15px;
        top: 100px;
    }
    .footer-copy {
        padding: 0 20px;
    }
    .single-footer {
        margin-top: 35px;
    }
    .single-footer p {
        font-size: 13px;
    }
    .footer-copy span {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 12px;
    }
    .single-footer ul li {
        margin-bottom: 5px;
    }
    .single-footer ul li a {
        font-size: 13px;
    }
    .client-text p {
        line-height: 20px;
        font-size: 13px;
    }
    .client-text h4 {
        font-size: 13px;
    }
    .client-text h4 i {
        font-size: 11px;
    }
    .home-lager-shearch .large-search {
        padding: 10px;
    }
    .home-lager-shearch {
        padding-top: 0;
        margin-top: -200px;
    }
    .properties-area .pr0 {
        padding-right: 15px !important;
    }
    .proerty-th-list .col-md-4 .item-thumb img {
        height: 285px;
        width: 100%;
        padding-right: 14px;
    }
    .pl0 {
        padding-left: 15px !important;
    }
    .layout-switcher {
        display: none;
    }
    .proerty-th-list p {
        padding-top: 10px;
    }
    .mainbanner {
        background-image: url(../img/slider-leeds_01.jpg);
        background-repeat: no-repeat;
        height: 180px;
        padding: 10px 0;
        background-size: cover;
    }
    .mainslider {
        background-image: url(/images/hp-banner-mobile.jpg);
        background-repeat: no-repeat;
        height: 140px;
        padding: 2px 0;
        background-size: cover;
        background-position: center center;
    }
    .mainslider h2 {
        font-size: 24px;
        margin-bottom: 20px;
        color: rgba(255, 219, 0, 1);
        font-weight: 700;
        letter-spacing: 1px;
    }
    .mainslider p {
        font-size: 14px;
        margin-bottom: 0;
        color: rgba(255, 255, 255, 1);
    }
    
    .mainbanner h2 {
        font-size: 24px;
        margin-bottom: 20px;
        color: rgba(255, 219, 0, 1);
        font-weight: 700;
        letter-spacing: 1px;
    }
    .mainbanner p {
        font-size: 14px;
        margin-bottom: 0;
        color: rgba(255, 255, 255, 1);
    }
    
}
@media (min-width: 480px) and (max-width: 767px) {
    .welcome_text .page-title h2 {
        color: #9b9b9b;
        text-transform: uppercase;
        background-color: #fff;
        top: 126px;
        right: 26px;
        font-weight: 500;
        font-size: 27px;
        padding: 35px 10px;
        height: 100px;
        position: initial;
        width: 100%;
        border-radius: 0;
    }
    .header-social ul {
        padding-top: 0;
        text-align: center;
        margin-right: 5px;
    }
    .asks-first {
        padding: 15px;
        margin-bottom: 10px;
    }
    .asks-first-info {
        color: #fff;
        margin: 5px;
    }
    .welcome-circle {
        background-color: transparent;
        display: inline-block;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        margin: -18px 0;
        border: 10px solid #fff;
        position: relative;
        z-index: 1000;
    }
    .welcome-estate {
        background-color: #fff;
        padding: 10px 0;
        text-align: center;
        fill: #fff;
    }
    .Welcome-area .container .Welcome-entry {
        padding: 10px 5px 65px;
        overflow: hidden;
    }
    .header-connect {
        text-align: center;
    }
    .home-lager-shearch .large-search {
        padding: 10px;
    }
    .home-lager-shearch {
        padding-top: 0;
        margin-top: -200px;
    }
    .navbar-default .navbar-nav > li > a.active::after {
        background-color: #666 !important;
    }
    .navbar-default .navbar-nav > li > a::after {
        background-color: #666 !important;
    }
    .slider-content {
        top: 10%;
    }
    .register-area {
        padding: 50px 0;
    }
    .register-area .col-md-6 {
        margin-bottom: 15px;
    }
    .search-form {
        padding: 15px;
    }
    .search-form .form-inline .form-group {
        width: 100%;
    }
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
    }
    .bootstrap-select button.dropdown-toggle {
        width: 100%;
    }
    .search-form .search-toggle {
        margin-top: 15px;
        overflow: hidden;
        color: #777;
        border-top: 1px solid #eaeaea;
        padding: 0;
    }
    .buy-btn,
    .search-btn,
    .toggle-btn {
        margin-bottom: 5px;
    }
    .prop-btm-sheaerch {
        display: block;
        margin: 0 auto;
    }
    .search-toggle .mar-l-20 {
        margin-left: 0;
    }
    .box-tree .item-tree-icon {
        padding-top: 20%;
    }
    .more-proerty {
        padding-bottom: 35px;
    }
    .header-call p span {
        margin-right: 10px;
        font-size: 14px;
    }
    .header-call p span i {
        font-size: 14px;
    }
    .header-social ul {
        padding-top: 0;
    }
    .header-social ul li a {
        font-size: 12px;
    }
    .navbar .container {
        padding: 10px 15px;
    }
    .navbar {
        min-height: 75px;
    }
    .navbar-collapse {
        margin-top: 15px;
    }
    .navbar-brand img {
        width: 90px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
    .nav-button {
        font-size: 13px;
        padding: 6px 13px;
        display: none;
    }
    .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 6px;
    }
    .main-nav {
        padding-top: 4px;
    }
    .navbar-default .navbar-nav > li > a.active::after {
        bottom: -2px;
        height: 1px;
        width: 100%;
    }
    .navbar-default .navbar-nav > li > a::after {
        bottom: -2px;
        height: 1px;
    }
    .slider-content {
        margin-left: 0;
        padding: 25px;
    }
    .slider-content h2 {
        font-size: 24px;
        margin-bottom: 15px;
        margin-top: 40px;
    }
    .slider-content p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .search-form {
        padding: 10px;
    }
    .slider-content {
        top: 5%;
    }
    .slider-area {
        height: 440px;
    }
    .content-area {
        padding-top: 0;
    }
    #bg-slider .item img {
        height: 440px;
    }
    .slider .owl-pagination {
        bottom: 165px;
        right: 0;
        width: 30px;
    }
    .page-title {
        padding-top: 30px;
    }
    .page-title h2 {
        font-size: 20px;
        margin-top: 2px;
    }
    .page-title h5 {
        font-size: 12px;
    }
    .page-title p {
        line-height: 20px;
        margin-top: 10px;
        font-size: 12px;
    }
    .nav > li > a {
        padding: 8px 10px;
    }
    .nav-tabs > li > a {
        font-size: 12px;
    }
    .overlay {
        height: 235px;
        top: -104px;
    }
    .proerty-th {
        margin-left: 0;
    }
    .client-text {
        margin-left: 0;
    }
    .client-text p {
        line-height: 23px;
        padding: 0 0 0.24em;
        font-size: 13px;
    }
    .testimonial .item .client-face {
        top: 130px;
        right: 25px;
    }
    .single-footer p {
        font-size: 13px;
    }
    .footer-copy span {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 12px;
    }
    .single-footer ul li {
        margin-bottom: 5px;
    }
    .single-footer ul li a {
        font-size: 13px;
    }
    .home-lager-shearch .large-search {
        padding: 10px;
    }
    .home-lager-shearch {
        padding-top: 0;
        margin-top: -200px;
    }
    .pr0 {
        padding-right: 15px !important;
    }
    .proerty-th-list .col-md-4 .item-thumb img {
        height: 285px;
        width: 100%;
        padding-right: 14px;
    }
    .pl0 {
        padding-left: 15px !important;
    }
    .proerty-th-list p {
        padding-top: 10px;
    }
    .mainbanner {
        background-image: url(../img/slider-leeds_01.jpg);
        background-repeat: no-repeat;
        height: 280px;
        padding: 60px 0;
        background-size: cover;
    }
    .mainslider {
        background-image: url(/images/hp-banner-mobile.jpg);
        background-repeat: no-repeat;
        height: 280px;
        padding: 20px 0;
        background-size: cover;
        background-position: center center;
    }
    .mainslider h2 {
        font-size: 32px;
        margin-bottom: 20px;
        color: rgba(255, 219, 0, 1);
        font-weight: 700;
        letter-spacing: 1px;
    }
    .mainslider p {
        font-size: 18px;
        margin-bottom: 0;
        color: rgba(255, 255, 255, 1);
    }
    
    .mainbanner h2 {
        font-size: 32px;
        margin-bottom: 20px;
        color: rgba(255, 219, 0, 1);
        font-weight: 700;
        letter-spacing: 1px;
    }
    .mainbanner p {
        font-size: 18px;
        margin-bottom: 0;
        color: rgba(255, 255, 255, 1);
    }
    
}

@media (max-width: 991px) {
    .single-property-content:last-of-type {
        display: none;
    }

}
@media (min-width: 768px) and (max-width: 979px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 28px;
    }
    .single-property-content:last-of-type {
        display: none;
    }
    .navbar>.container .navbar-brand {
        width: 105px;
    }
    .home-welcome h2 {
        margin-top: 0;
    }
    .navbar-nav>li {
        float: none;
        display: inline;
    }
    .navbar-nav>li:last-of-type {
        display: block;
        margin-top: 12px;
        text-align: right;
    }
    .navbar-default .navbar-nav > li > a {
        display: inline;
    }
    .navbar-default .navbar-collapse {
        float: right;
    }
    .header-call p span {
        margin-right: 10px;
        font-size: 14px;
    }
    .header-social ul {
        padding-top: 0;
        text-align: center;
        margin-right: 5px;
    }
    .header-call p span i {
        font-size: 14px;
    }
    .header-social ul {
        padding-top: 0;
    }
    .header-social ul li a {
        font-size: 12px;
    }
    .navbar {
        min-height: 85px;
    }
    .navbar-brand img {
        width: 110px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
    }
    .nav-button {
        font-size: 13px;
        padding: 6px 13px;
    }
    .navbar-nav > li > a {
        padding-left: 6px;
        padding-right: 6px;
    }
    .main-nav {
        padding-top: 4px;
    }
    .navbar-default .navbar-nav > li > a.active::after {
        bottom: 7px;
        height: 4px;
        width: 100%;
    }
    .navbar-default .navbar-nav > li > a::after {
        bottom: -15px;
        height: 4px;
    }
    .register-area .col-md-6 {
        margin-bottom: 15px;
    }
    .slider-content {
        margin-left: 0;
        padding: 35px;
    }
    .slider-content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .slider-content p {
        font-size: 12px;
        margin-bottom: 50px;
    }
    .search-form {
        padding: 15px 0;
    }
    .form-inline .form-control {
        width: 100%;
    }
    .slider-area {
        height: 440px;
    }
    .content-area {
        padding-top: 15px;
    }
    .search-form .form-inline .form-group {
        width: 195px;
    }
    #bg-slider .item img {
        height: 440px;
    }
    .slider .owl-pagination {
        bottom: 165px;
        right: 0;
        width: 30px;
    }
    .page-title {
        padding-top: 50px;
    }
    .page-title h2 {
        font-size: 20px;
        margin-top: 2px;
    }
    .page-title h5 {
        font-size: 12px;
    }
    .page-title p {
        line-height: 20px;
        margin-top: 10px;
        font-size: 12px;
    }
    .tab-content ul li {
        height: 235px;
        margin-bottom: 20px;
        width: 219px;
    }
    .tab-content ul li a img {
        height: 100%;
        width: 100%;
    }
    .overlay {
        height: 235px;
        top: -104px;
    }
    .client-text {
        margin-left: 0;
    }
    .client-text p {
        line-height: 22px;
        padding: 0 0 0.35em;
        font-size: 14px;
    }
    .asks-first {
        margin-bottom: 10px;
    }
    .testimonial .item .client-face {
        right: 17px;
        top: 100px;
    }
    .single-footer p {
        font-size: 13px;
    }
    .footer-copy span {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 12px;
    }
    .single-footer ul li {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .single-footer ul li a {
        font-size: 13px;
    }
    .proerty-th-list .col-md-4 .item-thumb img {
        height: 285px;
        width: 100%;
        padding-right: 14px;
    }
    .pr0 {
        padding-right: 15px !important;
    }
    .proerty-th-list p {
        padding-top: 10px;
    }
    .mainbanner {
        background-image: url(/images/hp-banner-mobile.jpg);
        background-repeat: no-repeat;
        height: 320px;
        padding: 80px 0;
        background-size: cover;
        background-position: center center;
    }
    .mainslider {
        background-image: url(/images/hp-banner-mobile.jpg);
        background-repeat: no-repeat;
        height: 280px;
        padding: 20px 0;
        background-size: cover;
        background-position: center center;
    }
    .mainslider h2 {
        font-size: 24px;
    }
    .mainslider p {
        font-size: 18px;
        margin-bottom: 0;
        color: rgba(255, 255, 255, 1);
    }
    
    .prop-search, .search-btn, .toggle-btn, .buy-btn {
        height: 32px;
    }
    .mainbanner h2 {
        font-size: 40px;
    }
    .mainbanner p {
        font-size: 18px;
        margin-bottom: 0;
        color: rgba(255, 255, 255, 1);
    }
    .search-bar-holder {
        padding: 0;
        padding-bottom: 10px;
        margin-top: 40px;
    }
    .whyChooseUs h2 {
        font-size: 24px;
    }
    .whyChooseUs li {
        font-size: 16px;
    }
}
@media (min-width: 969px) and (max-width: 1169px) {
    .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-social .list-inline > li {
        padding-right: 0;
    }
    .slider-content {
        margin-left: 0;
    }
    .slider-area {
        height: 540px;
    }
    #bg-slider .item img {
        height: 540px;
    }
    .tab-content ul li {
        height: 160px;
        width: 145px;
    }
    .tab-content ul li a img {
        width: 100%;
        height: 100%;
    }
    .overlay > h3 {
        font-size: 15px;
        left: 10px;
    }
    .client-text {
        margin-left: 5px;
    }
    .testimonial .item .client-face {
        right: 29px;
        top: 125px;
    }
    .client-text p {
        line-height: 22px;
        padding: 0 0 0.35em;
        font-size: 14px;
    }
    .client-text {
        border-radius: 2px;
        padding: 15px;
        margin: 15px;
        border: 1px solid #ece9e9;
        background-color: #f5f5f5;
    }
    .proerty-th-list .col-md-4 .item-thumb img {
        height: 285px;
        width: 100%;
        padding-right: 14px;
    }
    .proerty-th-list p {
        padding-top: 10px;
    }
}
@media (max-width: 767px) {
    .single-property-content:last-of-type {
        display: none;
    }
    .hidden-lg.hidden-md.hidden-sm.phone-link {
        top: 20px!important;
    }
    #amenities {
       margin-left: 0; 
    }
    #address .page-title {
       padding: 15px;
    }
    .single-property-content .light-slide-item img {
        height: auto;
        width: 100%;
    }
    .lSSlideOuter .lightSlider {
        height: 498px;
    }
    .lSSlideWrapper {
        height: 498px;
    }
    .single-property-content .lSSlideOuter .lSPager {
        display: block;
    }
    #amenities {
        font-size: 16px;
    }
    #amenities i {
        font-size: 26px;
    }
    .property-price {
        font-size: 25px;
        margin-top: 18px;
    }
    .noPaddingLeft {
        padding-left: 15px!important;
    }
    .noPaddingRight {
        padding-right: 15px!important;
        
    }
    .similar-post-section .item-thumb {
        min-height: initial;
        height: 238px;
        overflow: hidden;
    }
    .prop-logos .col-xs-6 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;

    }
}
@media (max-width: 540px) {
    .prop-logos .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;

    }

    .search-btn, .toggle-btn, .buy-btn {
        /*padding: 5px 20px!important;*/
        padding: 5px 5px!important;
        font-size: 12px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    h3, .s-property-title {
        font-size: 18px;
    }
    .whyChooseUs {
       margin-top: 20px; 
    }
    .footer .animated {
        visibility: visible!important;
    }

    .home-welcome h2 {
        margin-top: 0;
    }
    .home-welcome p {
        font-size: 14px;
    }
    #searchBar h2 {
       font-size: 24px; 
    }
    .whyChooseUs li {
        font-size: 14px;
    }
    .single-property-content .light-slide-item img {
        max-height: 360px;
    }

     .enquiry .formDropdown, input, select {
        height: 25px;
    }
    .search-bar-holder {
        padding-bottom: 0;
        margin-top: 40px;
        padding: 5px;
        background-color: rgba(0,0,0,0.2);
    }
    .search-btn, .toggle-btn, .buy-btn {
        height: 30px;
    }
    .mainslider {
        height: 220px;
    }
    .mainslider h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    #address .page-title {
        margin: 0 15px;
        font-size: 18px;
        line-height: 22px;
    }
    #accordion h3 {
        padding: 15px 20px;
    }
    #accordion h3:after {
        right: 0;
    }
    .enquiry .btn {
        width: 100%;
    }
    .content-area.single-property .container {
        padding-left: 0;
        padding-right: 0;
    }
    #accordion h3, .ui-accordion-content, .enquiry {
        margin: 0 15px;
    }
    .lSSlideWrapper {
        height: 365px;
    }
    #amenities i {
        font-size: 20px;
        margin-left: 20px;
    }
    .property-price {
        font-size: 21px;
    }
    .similar-post-section .item-thumb {
        height: 162px;
    }
    .similar-post-section .item-thumb img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    
}

@media (max-width: 450px) {
    .single-property-content .light-slide-item img {
        height: auto;
    }
    .col-xs-6 {
        width: 100%;
    }
    .ui-accordion-content {
        padding: 5px 20px 0 20px;
   }
   .lSSlideWrapper {
    height: 300px;
   } 
   .enquiry {
    padding: 20px 10px;
   }
   #amenities i:first-of-type {
        margin-left: 0;
    }
    #amenities {
        text-align: center;
    }

}

@media (max-width: 380px) {
   .lSSlideWrapper {
    height: 275px;
   }  
}

@media (max-width: 360px) {
    .search-btn, .toggle-btn, .buy-btn {
        padding: 5px 15px!important;
    }
    .navbar>.container .navbar-brand {
        width: 100px;
    }
    .single-property-content .light-slide-item img {
        height: auto;
        width: 100%;
    }
    .lSSlideOuter .lightSlider {
        height: 345px;
    }
    .lSSlideWrapper {
        height: 235px;
    }
    
}

@media (max-width: 280px) {
    .search-btn, .toggle-btn, .buy-btn {
        padding: 5px 10px!important;
    }
    .lSSlideWrapper {
        height: 210px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) { 
    .mainslider {
        background-image: url(/images/hp-banner-mobile.jpg);
        background-repeat: no-repeat;
        height: 320px;
        padding: 80px 0;
        background-size: cover;
        background-position: center center;
    }

}
