/*------------------------------------------------------------------
[Table of contents]
    1. Top Header / .top-header
    2. Main Header / .main-header
    3. Home Page Banner (Main Home) / .banner
    4. Banner Search Box / .search-area
    5. Featured Property / .featured-property
    6. Ahy choose us / .why-choose-us
    7. Application Counter / .counters
    8. Map Content /.map-content
    9. Map Content Sidebar /.map-content-sidebar
    10. Single Page Banner / .sub-banner
    11. Property List View / .listing-Property-box
    12. Property Grid View / .recent-Property-box
    13. Single Property Details / .Property-details-page
    14. Listing Page Sidebar /.sidebar
    15. Pricing Table /.pricing-container
    16. Agent Contact Form /.agent-widget
    17. Property Comments /.Property-comments
    18. Specifications /.specifications
    19. My Profile /.my-profile
    20. My Property Box /.my-Property-box
    21. Submit Property /.submit-property
    22. Blog /.blog-body
    23. Contact Form /.contact-form
    24. Signup/Login Wrapper /.form-content-box
    25. Pagination /.pagination
    26. Main Footer / .main-footer
    27. Sub Footer / .sub-footer
	28. Tailwind-like CSS classes
-------------------------------------------------------------------*/
/** Global classes**/
:root {
	--primary-color: #1e4041;
	--accent-color: #f1b765;
	--primary-color-hover: #607574;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Nunito', sans-serif;
}

a {
    cursor: pointer;
    color: #4d4d4d;
}

a:hover {
    color: #525252;
    text-decoration: none;
}

p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    color: #535353;
}

strong {
    color: #535353;
}

span {
    color: var(--accent-color);
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #4d4d4d;
    font-family: 'Nunito', sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #535353;
}
.dropdown-toggle::after {
		display: none !important;
	}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

/** Social media color **/
.facebook:hover {
    color: #3b589e !important;
}

.twitter:hover {
    color: #56d7fe !important;
}

.google:hover {
    color: #dc4e41 !important;
}

.rss:hover {
    color: #e78733 !important;
}

.linkedin:hover {
    color: #1c82ca !important;
}

.instagram:hover{
   color: #fb3958;
}

/** Social media bg**/
.facebook-bg {
    background: #4867aa;
    color: #fff;
}

.twitter-bg {
    background: #33CCFF;
    color: #fff;
}

.google-bg {
    background: #db4437;
    color: #fff;
}

.linkedin-bg {
    background: #0177b5;
    color: #fff;
}

.rss-bg{
    background: #e78733;
    color: #fff;
}

.pinterest-bg {
    background: #bd081c;
    color: #fff;
}

.facebook-bg:hover {
    background: #3b589e;
    color: #fff;
}

.twitter-bg:hover {
    background: #56d7fe;
    color: #fff;
}

.linkedin-bg:hover {
    background: #1c82ca;
    color: #fff;
}

.google-bg:hover {
    background: #dc4e41;
    color: #fff;
}

.rss-bg:hover {
    background: #e78701;
    color: #fff;
}

.pinterest-bg:hover {
    background: #a30618;
    color: #fff;
}

/** Overview bgi **/
.overview-bgi {
    position: relative;
}

.overview-bgi:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.overview-bgi-2:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s
}

.delay-15s {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s
}

.delay-17s {
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s
}

.delay-20s {
    animation-delay: 2.0s;
    -webkit-animation-delay: 2.0s
}

/** Btn **/
.btn-sm {
    cursor: pointer;
    padding: 7px 12px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
    border-radius: 2px;
    border: none;
    color: #fff;
}

.btn-sm:hover {
    color: #fff;
    text-decoration: none;
}

.btn-md {
    cursor: pointer;
    padding: 13px 26px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.btn-md:hover {
    color: #fff;
}

.border-thn{
    cursor: pointer;
    padding: 8px 30px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    transition: .5s;
    border-radius: 50px!important;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.border-thn:hover{
    color: #fff;
}

button:focus {
    outline: 0 auto -webkit-focus-ring-color;
}

.btn-block i{
    color: #fff;
}

.pricing-btn {
    padding: 8px 25px 6px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.bomd {
    padding: 13px 26px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
    border-radius: 2px;
}

.btn {
    border-radius: 2px;
}

.btn-sm {
    padding: 7px 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.btn-md {
    cursor: pointer;
    padding: 13px 30px 11px 30px;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
}

.btn-lg {
    cursor: pointer;
    padding: 14px 32px 10px 32px;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn:focus, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none;
}

.btn-theme {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.btn-theme:hover {
    color: #FFF;
}

.btn-white-lg-outline {
    color: #FFF;
    background: transparent;
    border: solid 2px #FFF;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px;
    font-size: 12px;
}

.btn-white-lg-outline:hover {
    color: #FFF;
}

.btn-theme-sm-outline {
    color: #FFF;
    border: solid 2px #FFF;
    background: transparent;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 18px;
    font-size: 12px;
}

.btn-theme-sm-outline:hover {
    color: #FFF;
    padding: 5px 18px;
}

.btn-round {
    border-radius: 30px;
}

/*Custom Anmation*/
.bgburns .slides li:nth-of-type(odd) .slide-background {
    animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate
}

.bgburns .slides li:nth-of-type(even) .slide-background {
    animation: bgburnsWest 25s linear infinite alternate;
    -webkit-animation: bgburnsWest 25s linear infinite alternate
}

@keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

@-webkit-keyframes bgburnsEast {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(100px);
        -webkit-transform: scale(1.2) translateX(100px)
    }
}

@keyframes bgburnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px)
    }
}

@-webkit-keyframes bgburnsWest {
    from {
        transform: scale(1) translateX(0);
        -webkit-transform: scale(1) translateX(0)
    }
    to {
        transform: scale(1.2) translateX(-100px);
        -webkit-transform: scale(1.2) translateX(-100px)
    }
}

@media all and (max-width: 767px) {
    .flex-direction-nav {
        display: none
    }

    .bgburns .slides li .slide-background {
        -webkit-animation: none !important;
        animation: none !important
    }
}

#page_scroller {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    cursor: pointer;
    color: #FFF;
    padding: 11px 15px;
    font-size: 15px;
    position: fixed;
    bottom: 25px;
    right: 90px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
	display: none !important;
}


.margin-t-10 {
    margin-top: 10px;
}

.checkbox {
    padding-left: 5px;
    margin-bottom: 5px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    color: #4e4d4d;
    font-size: 13px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 4px;
    top: 0;
    margin-left: -25px;
    border: 2px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox-theme input[type="checkbox"]:checked + label::before {
    background-color: #fff;
}

.booking-now .checkbox {
    padding-left: 5px;
    margin-bottom: 5px;
}

input[type=checkbox]:checked + label:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    text-align: center;
    line-height: 16px;
    font-weight: 300;
}

/* Col pad **/
.col-pad {
    padding: 0;
}

/** Solid buttons colors **/
.button-default {
    color: #555;
    background: #DDD;
}

.button-default:hover {
    color: #333;
    background: #DDD;
}

.button-theme {
    color: #FFF !important;
    outline: none;
	/* width: fit-content; */
    padding: 16px 24px;
    background: linear-gradient(135deg, #1e4041 0%, #2a4f51 100%);
	color: white;
	border: none;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

.button-theme:hover {
    color: #fff;
}

.read-more {
    font-weight: 600;
    font-size: 15px;
}

.read-more:hover {
    color: #37404d;
}

.button-section .btn {
    margin-bottom: 5px;
}

.form-control:focus {
    border-color: #e0e0e0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.active, .btn:active {
    box-shadow: none;
}

/** Border buttons colors **/
.border-btn-sm {
    cursor: pointer;
    padding: 5px 12px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: #DDD;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.border-button-default {
    color: #555;
    background: #DDD;
}

.border-button-default:hover {
    color: #333;
    background: #DDD;
}

.border-button-theme {
    background: transparent;
}

.border-button-theme:hover {
    color: #fff;
}

.alert {
    text-transform: uppercase;
    font-size: 11px;
    border-radius: 0;
}

.panel-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

/* Below tabs mode */
.tab-style-2-line.tabs-below > .nav-tabs > li {
    border-top: 4px solid transparent;
}

.tab-style-2-line.tabs-below > .nav-tabs > li > a {
    margin-top: 0;
}

.tab-style-2-line.tabs-below > .nav-tabs > li:hover {
    border-bottom: 0;
    border-top: 4px solid #b2b1b1;
}

.tab-style-2-line.tabs-below > .nav-tabs > li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #b2b1b1;
}

.tab-style-2-line.tabs-below > .tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/** Main header start **/
.main-header{
    /*box-shadow: 0 0 8px 0 rgba(0,0,0,.12);*/
}

.main-header .logo {
    padding: 25px 0;
    float: left;
}

.main-header .logo-2 {
    padding: 25px 0;
    float: left;
}

.main-header .pad-0{
    padding: 0;
}

.pad-0{
    padding: 0;
}

.main-header .btn-md{
    margin-top: 20px;
}

.main-header .logo img {
    height: 40px;
}

.main-header .logo-2 img {
    height: 40px;
}

.header-transparent {
    position: absolute;
    z-index: 9;
    width: 100%;
    /*border-bottom: 1px solid rgba(220, 220, 220, .2);*/
    background: rgba(12,12,12,0.1);
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #636060;
}

.main-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 35px 15px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #515151;
    letter-spacing: 1px;
    font-family: 'Nunito', sans-serif;
}

.fh3 .navbar-expand-lg .navbar-nav .nav-link{
    color: #636060!important;
}

.main-header .navbar-expand-lg .navbar-nav .link-color {
    padding: 10px 25px;
    border-radius: 50px;
    margin: 25px 0 0 10px;
    color: #fff;
    border: dashed 1px #ababab;
}

.header-ml{
    margin-left: 40px;
}

.main-header .navbar-expand-lg .user-account {
    padding: 30px 15px;
    font-size: 14px;
    font-weight: 600;
}

.main-header .navbar-expand-lg .user-account li {
    border: none;
    display: inline-block;
    font-size: 14px;
}

.main-header .navbar-expand-lg .user-account li a {
    color: #4d4d4d;
}

.main-header .navbar {
    padding: 0;
}

.main-header .form-inline .submit {
    padding: 7px 22px;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 15px;
    font-weight: 600;
}

.main-header .dropdown-menu {
    min-width: 4rem;
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #212529;
    border: 1px solid transparent;
    -webkit-transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    border-radius: 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.dropdown .dropdown-item:hover > .dropdown-menu {
    display: block;
    -webkit-transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s, -webkit-transform .4s ease 0s;
}

.main-header .dropdown-menu .dropdown-submenu .dropdown-menu{
    margin: -1px;
}

.main-header .dropdown-menu a {
    padding: 10px 20px;
    color: #535353;
    transition: all .3s ease-in-out;
    text-transform: none;
    font-weight: 500;
    font-size: 15px;
}

.main-header .dropdown-menu a:hover {
    background: transparent;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.main-header-2.sticky-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #515151;
}

.main-header-2.sticky-header .navbar-expand-lg .navbar-nav .link-color {
    font-weight: 500;
}

/** Megamenu **/
.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

.megamenu-area {
    padding: 20px 30px 10px;
    z-index: 2;
}

.megamenu-area .dropdown-item {
    padding: 0 !important;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
}

.megamenu-section p {
    font-size: 13px;
    color: #777;
}

/** Banner**/
#banner {
    position: relative;
}

.banner {
    font-family: 'Nunito', sans-serif;
    position: relative;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
}

.banner-bg {
    background: url(http://placehold.it/1920x1000);
}

.item-bg {
    /*background: url("../img/banner-1.jpg");*/
    height: 100vh;
    /*animation: bgburnsEast 25s linear infinite alternate;
    -webkit-animation: bgburnsEast 25s linear infinite alternate;*/
}

.banner .slider-mover-left {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    left: 0;
    text-align: center;
    border-radius: 0;
    background: rgba(0,0,0,.34)!important;
}

.banner .slider-mover-right {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    right: 0;
    background: rgba(0,0,0,.34)!important;
    text-align: center;
    border-radius: 0;
}

.banner .slider-mover-right i {
    font-size: 22px;
    line-height: 60px;
    margin-left: 10px;
    color: #fff;
}

.banner .slider-mover-left i {
    font-size: 22px;
    line-height: 60px;
    margin-right: 10px;
    color: #fff;
}

.banner .slider-mover-left.clip-home {
    clip-path: polygon(0% 0, 100% 0, 75% 100%, 100% 100%, 0 100%);
}

.banner .slider-mover-right.clip-home {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 25% 100%, 0 0%);
}

.banner .carousel-content {
    align-self: center;
    margin: 0 auto;
    color: #fff;
}

.carousel-item .text-right {
    float: right;
}

.carousel-control-prev{
    opacity: .9;
}
.carousel-control-next {
    opacity: .9;
}

.banner h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
}

.banner h4{
    color: #fff;
    font-size: 19px;
    margin-top: 30px;
}

.banner .banner-slider-inner .max-w {
    max-width: 490px;
}

.banner .p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 19px;
    font-weight: 400;
    opacity: 0.8;
    margin-bottom: 25px;
}

.banner .banner-slider-inner {
    text-shadow: none;
    right: 0%;
    left: 0%;
    top: 0%;
    display: inline-block;
    width: 100%;
    bottom: 0;
    background-color: rgba(36, 42, 53, 0.34);
}

.banner .carousel-bg .carousel-item {
    background: #3e4a5b;
}

.banner_video_bg {
    height: 100vh;
}

.banner_video_bg .carousel-item {
    height: 100vh;
}

.pattern-overlay {
    /*background-color: rgba(0, 0, 0, 0.35);
    height: 100vh;*/
}

#particles-banner {
    width: 100%;
    height: 100vh;
    background-color: rgba(36, 42, 53, 0.7);
    position: absolute;
}

.item-bg {
    height: 100vh;
}

.banner_video_bg .carousel-item {
    height: 100vh;
}

#particles-banner {
    width: 100%;
    height: 100vh;
    background-color: rgba(36, 42, 53, 0.7);
    position: absolute;
}

#particles-banner-wrapper .banner-slider-inner {
    background-color: transparent;
}

.banner-inner-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    text-align: center;
}

.item-bg {
    height: 100vh;
}

.bi-4 .banner-info ul{
    display: inline-block;
    margin-top: 35px;
}

.bi-4 .banner-info ul li{
    display: inline-block;
}

.banner .banner-info-2{
    display: none;
}

.banner .banner-info-2 ul{
    display: inline-block;
    margin-top: 20px;
}

/** Banner property start **/
.banner-property-box .rent {
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
}

.banner .h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: normal;
}

.banner p {
    color: #fff;
    margin: 0 0 35px;
    font-weight: 400;
    font-size: 19px;
    font-family: 'Nunito', sans-serif;
}

.banner .p-text{
    margin-bottom: 30px;
}

.banner h3{
    color: #fff;
    margin-bottom: 20px;
    font-size: 45px;
    font-weight: 600;
}

.banner .text-section{
    text-align: left;
}

/** Banner box start **/
.banner-box{
    background: rgba(255,255,255,.18);
    text-align: left;
    max-width: 600px;
}

.banner-box .banner-box-inner{
    background: #fff;
    text-align: left;
    padding: 30px 30px 40px;
    max-width: 600px;
    left: 10px;
    top: 10px;
}

.banner-box p{
    color: #404040;
}

.banner-box h2 {
    color: #000;
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
}

.banner-box .location{
    color: #404040;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
}

.banner-box.clip-home {
    clip-path: polygon(0% 0, 100% 0, 75% 100%, 100% 100%, 0 100%);
    position: relative;
}

.banner-box-inner.clip-home {
    clip-path: polygon(0% 0, 100% 0, 75% 100%, 100% 100%, 0 100%);
    position: relative;
}

.banner-box ul{
    display: inline-block;
    margin-bottom: 15px;
}

.banner-box ul li{
    float: left;
    font-size: 15px;
    margin-right: 25px;
    color: #404040;
}

.banner-box .price{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    right: 130px;
    position: relative;
    line-height: 47px;
}

.banner-box.clip-home .btn-lg{
    clip-path: polygon(0% 0, 100% 0, 75% 100%, 100% 100%, 0 100%);
    position: relative;
}

.banner-box.clip-home .btn-lg {
    cursor: pointer;
    padding: 14px 55px 10px 32px;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

/** Banner box 2 start **/
.banner-box-2{
    max-width: 400px;
    margin: 0 0 0 auto;
    border-radius: 10px;
	background: hsl(149.51deg 2.51% 59.4% / 50%);
	backdrop-filter: blur(10px);
}

.banner-box-2 .banner-box-inner{
    background: transparent;
    max-width: 400px;
    padding: 30px;
    border-radius: 3px;
    margin: 0 0 0 auto;
}

.banner-box-2 .banner-box-inner.clip-home {
    clip-path: none; /*polygon(0 11%, 15% 0, 100% 0%, 100% 100%, 0 100%);*/
    position: relative;
}

.banner-box-2 .inline-search-areas .search-col {
    margin-bottom: 15px;
    border-radius: 50px!important;
}

.banner-box-2 .inline-search-areas .search-boxs {
    background: transparent;
    padding: 0;
    border-radius: 50px;
    width: 100%;
}

.banner-box-2 .search-fields button {
    border-right: none;
}

.banner-box-2 .inline-search-areas .bootstrap-select button {
    border-radius: 50px;
    padding: 12px 35px 9px 25px;
}

.banner-box-2 .inline-search-areas .search-fields{
    background: #fff;
    border-radius: 0px;
    border: 1px solid #b3aeae;
	border-radius: 5px;
}

.banner-box-2 .bs-2{
    line-height: 31px;
    /*border-radius: 3px;*/
}

.banner-box-2 .range-slider {
    margin: 20px 0 0;
    display: inline-block;
    width: 100%;
}

.banner-box-2 .range-slider .ui-slider .ui-slider-handle {
    border-radius: 50px!important;
}

/** Banner box 3 start **/
.banner-box-3{
    max-width: 1000px!important;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.banner-box-3 .banner-box-inner{
    max-width: 1000px!important;
    border-radius: 50px 0 50px 0;
    margin: 0 auto;
}

.banner-box-2 .inline-search-areas .search-col {
    margin-bottom: 15px;
    border-radius: 50px!important;
}

.banner-box-3 .range-slider {
    margin: 12px 0 0;
    display: inline-block;
    width: 100%;
}

.banner-box-3 .banner-box-inner {
    padding: 30px 30px 10px;
}

.banner-box-3 .banner-box-inner.clip-home {
    clip-path: polygon(0 28%, 6% 0, 100% 0%, 100% 100%, 0 100%);
    position: relative;
}

/** Search start **/
#search-style-1 {
    transition: all 0.4s;
}

.search-area {
    display: none;
    width: 100%;
    bottom: 80px;
    text-align: left;
    z-index: 999;
    padding-top: 30px;
}

.search-area-2 {
    padding: 30px 0 0;
}

.bg-grea{
    background: #e6e6e6;
}

.bg-grea-2{
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.bg-grea-3{
    background: #f9f9f8;
}

.search-area-inner {
    margin: 0 auto;
}

.search-contents {
    border-radius: 4px;
    transition: 0.9s ease-out;
}

.show-search-area {
    z-index: 9999;
. search-contents transition: all 0.4 s;
    display: block;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-size: 13px;
    color: #777;
    font-weight: 400;
}

.search-options-btn, .search-options-btn:hover {
    padding: 12px 20px 10px 20px;
    font-size: 13px;
    font-weight: 400;
    color: #FFF!important;
    cursor: pointer;
    z-index: 0;
    letter-spacing: 1px;
    position: absolute;
    bottom: 10px;
    border-radius: 50px;
}

.search-options-btn, .search-options-btn i {
    margin-left: 5px;
}

.search-options-btn .search-options{
    float: left;
}

.search-options-btn .icon{
    float: left;
}

.search-area label {
    font-size: 12px;
    color: #555;
    font-weight: 600;
}

.search-area .form-group {
    margin-bottom: 25px;
}

.search-fields {
    min-height: 45px;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #fff;
}

/* BUY/RENT Buttons */
.filter-buttons {
    display: flex;
    gap: 0;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 4px;
    border: 1px solid #e9ecef;
	gap: 5px;
}

/* Стил за бутоните */
.filter-btn {
    background: transparent;
    border: none;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
    white-space: nowrap;
	width: 50%
}

.filter-btn:hover {
    color: #495057;
    background: rgba(255,255,255,0.5);
}

.filter-btn.active {
    background: white;
    color: #2c3e50;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
    font-weight: 600;
}
/* Вариант с акцентен цвят */
        .filter-buttons.accent {
            background: #f1f3f4;
        }

        .filter-buttons.accent .filter-btn.active {
            background: var(--accent-color);
            color: white;
        }

        .filter-buttons.accent .filter-btn:hover:not(.active) {
            background: rgba(212, 165, 116, 0.1);
            color: #d4a574;
        }

.banner-box-2 .search-fields {
    min-height: inherit;
    padding: 0;
}

.form-control {
    padding-left: 15px;
}

.search-fields button {
    border-radius: 1px;
    box-shadow: none;
    border: none;
    background: #fff !important;
}

.search-fields button{
    border-right: solid 1px #d6d6d6;
}

.sc-2 button{
    border-right: transparent;
}

.about-slider-box {
    position: relative;
}

.about-slider-box:before {
    position: absolute;
    left: -0px;
    top: -0px;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    content: "";
}

.about-slider-box img {
    position: relative;
    margin: 0;
    z-index: 9;
    left: 15px;
    top: 15px;
    border-radius: 5px;
}

.homeSearchBar .search-button {
	width: 100%;	
}
.search-button {
    width: fit-content;
    padding: 16px 24px;
    background: linear-gradient(135deg, #1e4041 0%, #2a4f51 100%);
	color: white;
	border: none;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

.search-button::before,
.button-theme::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(241, 183, 101, 0.3), transparent);
	transition: left 0.5s;
}

.search-button:hover::before,
.button-theme:hover::before {
	 left: 100%;
}
        
.search-button:hover,
.button-theme:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 40px rgba(30, 64, 65, 0.3);
}
        
.search-button:active,
.button-theme:active {
	transform: translateY(0);
}

.search-button:hover {
    color: #fff;
}

.inline-search-area {
    max-width: 1050px !important;
}

.inline-search-area .col-pad-0{
    padding: 0;
}

.inline-search-area .p-right-0{
    padding-right: 0;
}

.inline-search-area .p-right-15{
    padding-right: 15px;
}

.search-boxs{
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    display: inline-block;
    width: 100%;
}

.isa-pad{
    padding: 0 15px;
}

.bi-4 {
    position: absolute;
    top: 37%;
    width: 100%;
    text-align: center;
}

.bi-6{
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
}

.bi-8{
    position: absolute;
    top: 37%;
    width: 100%;
    text-align: center;
}

.bi-2{
    position: absolute;
    bottom: -83.5px;
    width: 100%;
    text-align: center;
}

.bi-5{
    position: absolute;
    top: 42%;
    width: 100%;
    text-align: center;
}

.inline-search-area .search-col {
    padding: 0;
    position: relative;
    width: 100%;
}

.find .btn{
    width: 100%!important;
}

.inline-search-area .search-col:first-child .form-control {
    border-radius: 3px 0 0 3px;
}

.inline-search-area .search-col .form-control,
.inline-search-area button.btn-search {
    border-radius: 0;
    border: 0;
    height: 45px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #777;
}

.inline-search-area .search-col .form-control {
    padding-top: 12px;
}

.inline-search-area .icon-append {
    color: #949494;
    font-size: 15px;
    right: 10px;
    position: absolute;
    top: 20px;
}

.inline-search-area button.btn-search {
    padding-top: 10px;
}

.inline-search-area .btn-search {
    border-radius: 100px!important;
    margin: 0;
}

.inline-search-area .btn-search strong {
    color: #fff;
    margin-left: 5px;
}

.inline-search-area .search-fields,
.inline-search-area .search-fields:hover {
    border: none;
    padding: 0 !important;
}

.inline-search-area .bootstrap-select button {
    padding: 10px 20px 11px 15px;
    border-radius: 0;
    margin: 0 !important;
}

.inline-search-area .dropdown-toggle::after {
    margin-left: -4px;
    top: 24px;
    position: absolute;
}

.main-header .inline-search-area .dropdown-menu .dropdown-item:hover {
    -webkit-transform: none;
    transform: none;
}

.inline-search-area .btn-light:hover {
    color: #777;
}

.inline-search-area .bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    top: 4px;
}

.inline-search-area .form-control{
    border-right: solid 1px #d6d6d6 !important;
}


.inline-search-area.isa-2{
    padding: 0;
}

.inline-search-area.isa-2 .search-boxs {
    background: transparent;
    padding: 0;
}

.inline-search-area.isa-2 .search-col {
    width: 100%;
}

.inline-search-area.isa-2 .search-col:first-child .form-control {
    border-radius: 3px;
}

.inline-search-area .search-col .form-control, .inline-search-area button.btn-search {
    height: 45px;
    font-size: 16px;
}

.inline-search-area .find .btn-search strong{
    font-weight: 600;
}

.inline-search-area.isa-2 .search-col .form-control, .inline-search-area.isa-2 button.btn-search {
    height: 60px;
    font-size: 16px;
}

.isa-2 .bs-2 {
    height: 45px!important;
    font-size: 16px;
}

.inline-search-area.isa-2 .search-fields {
    min-height: 60px;
    padding: 5px 0;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

.inline-search-area.isa-2 .bootstrap-select button {
    padding: 10px 20px 11px 15px;
    line-height: 37px;
}

.inline-search-area.isa-2 .search-fields button {
    border-right: none;
}

.inline-search-area.isa-2 .find {
    width: 100%;
}

.inline-search-area.isa-2 .btn-search {
    border-radius: 3px!important;
}

.inline-search-area.isa-2 {
    max-width: 850px !important;
    margin: 0 auto;
}

/** Inline search area 2 start **/
.inline-search-area-2 .search-col .form-control {
    height: 40px;
    padding: 10px 15px 10px;
    border: none;
    margin-bottom: 15px;
}

.inline-search-area-2 .icon-append {
    color: #949494;
    font-size: 15px;
    right: 25px;
    position: absolute;
    top: 13px;
}

.inline-search-area-2 .search-fields {
    border-radius: 3px!important;
    border: none;
    margin-bottom: 15px;
    padding: 5px 0;
    min-height: 40px;
}

.btn-block strong{
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
}

.search-area-3 {
    background: #efefef;
    padding: 30px 0 15px;
    display: none;
}

.comparison .inline-search-area {
    max-width: 100%!important;
}

.comparison .search-boxs {
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.comparison .search-fields.sc button {
    border: none;
}

/** Portfolio start **/
.filteriz-navigation {
    padding: 0;
    margin: 0 0 26px 0;
}

.filteriz-navigation li {
    font-size: 12px;
    color: #535353;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 5px 20px 5px 20px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 0;
    margin-bottom: 4px;
    cursor: pointer;
}

.portfolio-item, .portfolio-item:focus {
    outline: none;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.portfolio-item img, .portfolio-item img:focus {
    outline: none;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.portfolio-item:hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.1;
    opacity: 0.1;
}

.portfolio-item:hover .portfolio-content {
    display: inline;
    -webkit-transition-delay: 0.50s;
    transition-delay: 0.50s;
    background-color: rgba(0, 0, 0, 0.90);
    color: #fff;
    z-index: -999;
    border-radius: 10px;
}

.portfolio-content {
    display: none;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    text-transform: uppercase;
    color: #1c1c1c;
    height: 100%;
    position: absolute;
    right: 0;
}

.portfolio-content-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio-content p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}

.overview-box p {
    color: #333;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.overview {
    z-index: 9;
    cursor: default;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 16px;
    box-shadow: 0 0 3px #ddd;
}

.overview .mask, .overview .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 25%;
    left: 0;
}

.overview img {
    display: block;
    position: relative;
    width: 100%;
    height: 232px;
}

.overview .big-img {
    height: 480px;
}

.overview-box img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    border: none;
}

.overview-box:hover > img {
    -webkit-transform: scale(2) rotate(10deg);
    transform: scale(2) rotate(10deg);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.overview h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
    text-shadow: none;
}

.overview-box h2 {
    color: #333;
    margin: 0 20px 0;
    background: transparent;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.overview a.btn {
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
}

.overview-box a.btn {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.5s linear;
    padding: 4px 20px;
}

.overview-box:hover h2,
.overview-box:hover p,
.overview-box:hover a.btn {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.most-popular-places .col-pad {
    padding: 0 8px;
}

/** Bootstrap select start **/
.bootstrap-select {
    width: 100% !important;
    font-family: 'Nunito', sans-serif;
}

.bootstrap-select button {
    color: #999;
    border-radius: 2px;
    outline: none;
    padding: 7px 15px 0 15px;
}

.bootstrap-select .dropdown-menu li {
    padding: 0;
}

/*.bootstrap-select .dropdown-menu.abstract-filter-button li {
	padding: 0 15px;	
}*/

.bootstrap-select .dropdown-menu li a {
    padding: 10px 20px;
}

.bootstrap-select .dropdown-menu{
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: none;
    border-radius: 0;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 12px;
}

.bootstrap-select .dropdown-menu li a {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 14px;
    outline: none;
    border: 0 !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}

.bootstrap-select .dropdown-menu li a:hover {
    border: none;
    font-size: 14px;
    font-weight: 500;
	color: white;
	background: var(--accent-color);
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #eee;
    border-color: transparent !important;
    box-shadow: none !important;
}

.bootstrap-select .btn-default:hover {
    background: transparent !important;
    color: #777 !important;
    box-shadow: none !important;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent !important;
    border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent !important;
    box-shadow: none !important;
    border-color: #adadad;
}

.bootstrap-select .dropdown-menu.inner {
    border: 0;
    border-top: none;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.btn-light:hover {
    color: #999;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:focus,
.bootstrap-select .dropdown-menu > .active > a:hover {
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}

.bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton, .bs-searchbox {
    padding: 4px 8px;
    background: #EEE;
    border-bottom: 1px solid #d5d5d5;
}

.bootstrap-select .bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    height: 36px;
    border: 1px solid #ddd;
    box-shadow: none;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
    overflow: hidden;
    font-size: 14px;
    color: #777;
    font-weight: 500;
}

.bootstrap-select .dropdown-menu li a.active:hover .text {
    color: #515151;
}

/** Main title start **/
.main-title {
    margin-bottom: 50px;
    text-align: center;
}

.main-title h1 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

.main-title h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.main-title p{
    font-size: 17px;
    margin-bottom: 0;
}

/**  Why choose us start **/
.why-choose-us .container-fluid{
    padding: 0 15px;
}

.why-choose-us .photo{
    height: 520px;
    background: url(../img/img-2.jpg);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.why-choose-us .photo:before {
    opacity: 0.8;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #0000004f;
}

.why-choose-us .clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 0%, 70% 100%, 0 100%);
    position: relative;
}

.why-choose-us .service-section{
    padding: 40px 15px 10px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    left: -140px;
    background: #fff;
    position: relative;
    border-radius: 0;
}

.why-choose-us h1 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

/**  Property box start **/
.property-box  {
    font-family: 'Nunito', sans-serif;
    position: relative;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 6px;
    background: #fff;
}

.property-box:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
    -moz-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
    box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
}

.property-box .tag {
    position: absolute;
    bottom: 45px;
    right: 15px;
    z-index: 20;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: rgb(255, 255, 255);
    background: rgba(23, 23, 23, 0.298039);
    border-radius: 3px;
    padding: 7px 18px 5px;
    font-weight: 500;
}

.property-box .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 20;
    border-radius: 5px;
    font-size: 17px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    background: rgba(29, 29, 29, 0.18);
    font-weight: 600;
}

.property-box .icon i{
    color: #fff;
}

.property-thumbnail {
    position: relative;
}

.property-thumbnail:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top,rgba(51, 51, 51, 0.9) 0%,rgba(0, 0, 0, 0.45) 35%,rgba(22,22,23,0) 60%,rgba(0,0,0,0) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.property-box .detail {
    padding: 20px 20px;
    position: relative;
}

.property-box .detail .title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.property-box .detail ul li{
    float: left;
    margin-right: 20px;
    font-size:15px;
}

.property-box .detail ul li:last-child{
    margin-right: 0;
}

.property-box .detail ul li span{
    font-weight: 500;
}

.property-box .detail .title a:hover {
    color: #343a40;
}

.property-box .detail .location {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 500;
}

.property-box .detail .location a{
    color: #5f5e5e;
}

.property-box .detail .location i {
    margin-right: 10px;
}

.property-box .footer {
    border-top: 1px solid #e5e5e5;
    background: #fff;
}

.property-box .footer p {
    line-height: 48px;
    margin: 0 0 0 20px;
}

.property-box .footer p i {
    margin-right: 2px;
}

.property-box .footer ul li {
    display: inline-block;
    width: 48px;
    margin: 0 0 0 -4px;
}

.property-box .footer ul li a {
    display: block;
    font-size: 18px;
    height: inherit;
    line-height: 48px;
    text-align: center;
    width: 48px;
    border-left: 1px solid #e5e5e5;
    color: #535353;
}

.property-box .clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    position: relative;
}

.clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
    position: relative;
}

/*.now-open {
    float: left;
    position: absolute;
    transform: rotate(-45deg);
    left: -60px;
    top: 30px;
    text-align: center;
    width: 200px;
    font-size: 14px;
    margin: 0;
    color: #fff;
    font-weight: 900;
    line-height: 28px;
    animation: glow-pulse 1.5s ease-in-out infinite alternate;
}

@keyframes glow-pulse {
  0% {
    text-shadow:
      0 0 5px rgba(255, 255, 255, 0.8),
      0 0 10px rgba(255, 100, 100, 0.6);
  }
  100% {
    text-shadow:
      0 0 15px rgba(255, 255, 255, 1),
      0 0 25px rgba(255, 50, 50, 0.8);
  }
}*/

.ribbon {
  float: left;
  position: absolute;
  top: 35px;
  left: -50px;
  width: 200px;
  height: 32px;
  background: var(--accent-color);
  transform: rotate(-45deg);
  overflow: hidden;
}

.ribbon-text {
  display: inline-block;
  width: 100%;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.5px;
  color: #fff;
  transform-origin: center center;
  animation: pulse-glow 1.5s ease-in-out infinite alternate;
}

@keyframes pulse-glow {
  0% {
    /* Без glow и по-малко скалиране */
    transform: scale(1.1);
    text-shadow: none;
  }
  100% {
    /* С по-голямо скалиране и силно glow */
    transform: scale(1.3);
    text-shadow:
      /* първи слой (по-ярък бял контур) */
      0 0 8px rgba(255, 255, 255, 1),
      /* втори слой (бледо червено/розово сияние) */
      0 0 16px rgba(255,  50,  50, 0.8);
  }
}


.featured-color{
    background: #04da89;
}

.new-color{
    background: #3a7dfd;
}

.attractiveOffersItem {
	display: flex;
	width: 1240px;
	flex-wrap: wrap;
}
/** Slick slider start**/
.slick-slider-area {
    position: relative;
}

/*.slick-slide-item {
    padding: 0 15px;
}*/

.slick-arrow-buton {
    position: absolute;
    top: 43%;
}

.slick-arrow-buton {
    width: 35px;
    height: 35px;
    line-height: 35px;
    top: 43%;
    font-size: 20px;
    border-radius: 3px;
    position: absolute;
    cursor: pointer;
    color: #000;
    background: white;
    cursor: pointer;
    text-align: center;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}

.slick-next {
    right: -15px;
}

.slick-prev{
    left: -15px;
}

.slick-btn {
    text-align: center;
    max-width: 90px;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
}

.slick-btn .slick-arrow-buton-2 {
    width: 60px;
    height: 40px;
    line-height: 40px;
    color: var(--accent-color);
    cursor: pointer;
    text-align: center;
    display: block;
    float: left;
    border-right: solid 1px #e4e4e4;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    background: white;
    font-size: 20px;
    position: absolute;
    bottom: -13px;
}

.slick-btn .slick-arrow-buton-2:last-child{
    border: none;
}


.slick-btn .sab-3{
    border-radius: 0 5px 5px 0;
}

.slick-btn .sab-4{
    border-radius: 5px 0 0 5px;
}

.slick-slide, .slick-slide:focus * {
    outline: none !important;
}

*:focus {
    outline: none !important;
}

.pad-5 {
    padding: 0 5px;
}

/** listing item box 2 start **/
.property-box-2 {
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
    -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
    -moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
}

.property-box-2:hover {
    -webkit-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
    -moz-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
    box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
}

.property-box-2 .detail .title {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.property-box-2 .detail h1{
    font-size: 24px;
    margin:0px 0 20px;
    font-weight: 600;
}

.property-box-2 .detail h1 a:hover{
    color: #343a40;
}

.tib-3 .detail .title {
    font-size: 26px;
    margin: 10px 0 20px;
}

.property-box-2 .property-img img{
    width: 100%;
}

.property-box-2 .detail .title a:hover {
    color: #343a40;
}

.property-box-2 .detail{
    padding: 25px 35px 18px 20px;
}

.property-box-2 .detail p{
    margin-bottom: 15px;
}

.property-box-2 .listing-badges .featured {
    left: -51px;
}

.property-box-2 .listing-time {
    position: absolute;
    z-index: 9;
    top: 8px;
    left: 30px;
}

.hdg{
    padding: 20px;
}

.property-box-2 .ratings {
    position: absolute;
    bottom: 15px;
    left: 30px;
    z-index: 20;
    font-size: 13px;
    letter-spacing: .5px;
    color: #fff;
    font-weight: 500;
}

.property-box-2 .ratings span{
    color: #fff;
}

.property-box-2 .now-open{
    left: -40px;
}

.property-box-2 .span{
    letter-spacing: 1px;
}

.property-box-2 .icon{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 20;
    color: #fff;
    background: rgba(23, 23, 23, 0.298039);
    border-radius: 3px;
    width: 30px;
    height: 30px;
    line-height: 33px;
    font-weight: 500;
    text-align: center;
}

.property-box-2 .icon i{
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.property-box-2 .detail .location {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Nunito', sans-serif;
}

.property-box-2 .detail .location a {
    color: #5f5e5e;
}

.property-box-2 .detail .location i {
    margin-right: 5px;
}

.property-box-2 .footer{
    padding: 0 15px 0 20px;
    background: #fff;
    border-top: solid 1px #efecec;
    font-size: 13px;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.property-box-2 .footer p{
    margin-bottom: 0;
    line-height: 50px;
}

.property-box-2 .footer ul li {
    display: inline-block;
    width: 48px;
    margin: 0 0 0 -4px;
}

.property-box-2 .footer ul li a {
    display: block;
    font-size: 18px;
    height: inherit;
    line-height: 48px;
    text-align: center;
    width: 48px;
    border-left: 1px solid #e5e5e5;
    color: #535353;
}

.property-box-2 .ratings i {
    color: #ffc12b;
}

.property-box-2 .detail ul li {
    float: left;
    margin-right: 20px;
}

.property-box-2 .detail ul li span {
    font-weight: 500;
}

.text-c{
    text-align: center;
}

.ps-2 .property-box-2 .property-img img {
    height: 215px;
}

/** About text **/
.about-text {
    padding: 15px 0 0 45px;
}

.about-text p {
    margin-bottom: 20px;
}

.about-text h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 28px;
}
/** Slider btn start **/
.slider-btn-r {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    right: 5px;
    background: #1B1410;
    text-align: center;
    border-radius: 0;
}

.slider-btn-r i {
    font-size: 14px;
    color: #fff;
}

.slider-btn-l {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 45%;
    z-index: 5;
    left: 5px;
    display: inline-block;
    background: #1B1410;
    text-align: center;
    border-radius: 0;
}

.slider-btn-l i {
    font-size: 14px;
    color: #fff;
}

/** Pricing start **/
.pricing {
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.pricing .title {
    font-size: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    font-weight: 500;
}

.pricing .content {
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
}

.pricing .content ul li {
    padding: 7px 0;
    font-weight: 400;
    color: #808080;
}

.pricing .price-for-user {
    padding: 25px 0;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    color: #212529;
}

.pricing .price-for-user .price sup {
    top: -25px;
    left: -3px;
    font-size: 30px;
    color: #535353;
}

.pricing .price-for-user .price .dolar {
    font-size: 50px;
    margin-right: 10px;
    font-weight: 700;
}

.pricing .price-for-user .price .month {
    font-size: 14px;
    font-weight: 500;
    color: #535353;
}

.pricing-btn {
    padding: 9px 30px 7px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/** Agent 1 start **/
.agent-1 {
    margin: 0 auto 30px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.agent-1:hover{
    webkit-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
    -moz-box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
    box-shadow: 0 10px 30px 0 rgba(58, 87, 135, .15);
}

.agent-1 img {
    width: 100%;
}

.agent-1 .agent-details {
    padding: 25px 20px;
    text-align: center;
}

.agent-1 .agent-details h5 {
    margin-bottom: 10px;
}

.agent-1 .agent-details h5 a {
    font-size: 18px;
    color: var(--accent-color);
    font-weight: 600;
}

.agent-1 .agent-details h5 a:hover {
    color: #535353;
}

.agent-1 .agent-details p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: normal;
}

.agent-1 .social-list {
    /*position: absolute;
    top: 20px;*/
	position: relative;
	top: -380px;
	width: fit-content;
    text-align: center;
	/*z-index: 20;*/
}

.agent-1 .social-list ul{
    background: #fff;
    /*box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);*/
    padding: 20px 13px 18px;
    max-width: 45px;
    border-radius: 50px 50px 0 0;
}

.agent-1 .social-list li{
    margin: 5px -3px;
}

.agent-1 .social-list li a {
    color: #000;
}

.agent-1 .social-list.clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}

.agent-photo {
	max-height: 300px;	
	height: 300px;
}
.agent-1 .agent-photo {
    position: relative;
}

.agent-1 .clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    position: relative;
}

/** Agent 2 start **/
.agent-2 {
    margin-bottom: 50px;
    position: relative;
}

.agent-2 .photo {
    padding: 10px;
    box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, .2);
    background: #fff;
    max-width: 300px;
    border-radius: 100%;
}

.agent-2 .photo img{
    border-radius: 100%;
}

.agent-2 .detail {
    padding: 25px;
    margin-left: -50px;
    box-shadow: 0 0 75px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
}

.agent-2 .detail p{
    font-weight: 500;
}

.agent-2 .detail h6 {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 600;
    color: #5f5e5e;
}

.agent-2 .detail h4 {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
}

.agent-2 .detail h4 a {
    color: #343a40;
}

.agent-2 .detail h4 a:hover {
    color: #535353;
}

/*.agent-1 .social-list {
    position: absolute;
    top: 20px;
    text-align: center;
    z-index: 20;
}*/

.agent-2 .detail .contact ul li {
    line-height: 30px;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
}

.agent-2 .detail .contact ul li a{
    font-weight: 500;
    color: #5f5e5e;
}

.agent-2 .detail .contact ul li i {
    left: 0;
    position: absolute;
    line-height: 30px;
}

.agent-2 .detail .social-list{
    display: inline-block;
    font-size: 15px;
    position: absolute;
    top: 65px;
    right: 20px;
    text-align: center;
    z-index: 20;
}

.agent-2 .detail .social-list li {
    font-size: 16px;
}

.agent-2 .detail .social-list li a {
    margin:0 0 3px;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
}

/** Agent 3 start **/
.agent-3 .contact{
    margin-bottom: 20px;
}

.agent-3 .contact ul li {
    line-height: 30px;
    font-size: 14px;
    position: relative;
    padding-left: 22px;
}

.agent-3 .contact ul li i {
    left: 0;
    position: absolute;
    line-height: 30px;
}

.agent-3 .contact ul li a{
    font-weight: 500;
}

.agent-3 .agent-details {
    text-align: center;
    padding: 25px 25px 25px;
}

.agent-3 .agent-details h5 {
    margin-bottom: 5px;
    font-weight: 600;
}

.agent-3 .btn-user {
    cursor: pointer;
    padding: 13px 25px 12.5px 25px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    width: 100%;
}

.agent-3 .media{
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 5px;
}

.agent-3 .media img {
    width: 73px;
    border-radius: 50px;
}

.agent-3 .media h5 {
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 18px;
}

.agent-3 .media h6{
    margin-bottom: 0;
    font-size: 15px;
}

.agent-3 .media {
    font-size: 14px;
    font-weight: 500;
    color: #757474;
}

.agent-3 .ul li a {
    margin-right: 5px;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.agent-3 .social-list ul li{
    display: inline-block;
    font-size: 16px;
}

.agent-3 .social-list ul li a {
    margin-right: 0;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.agent-3 .social-list{
    margin-bottom: 25px;
}

.agent-4 {
    background: #fff;
    margin: 0 1px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.agent-4 .photo {
    position: relative;
}

.agent-4 img {
    width: 100%;
}

.agent-4 .detail {
    padding: 0 30px;
}

.agent-4 .detail h5 {
    margin: 0 0 20px;
    font-size: 13px;
    color: #535353;
    font-weight: 600;
}

.agent-4 .detail h4 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 600;
}

.agent-4 .detail .contact ul li {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
}

.agent-4 .detail .contact ul li:last-child{
    margin-bottom: 0;
}

.agent-4 .detail .contact ul li i {
    left: 0;
    position: absolute;
    line-height: 22px;
}

.agent-4 .detail .contact ul li span {
    font-weight: 600;
    margin-right: 5px;
}

.agent-4 .social-list.clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}

.agent-4 .social-list {
    position: absolute;
    top: 20px;
    text-align: center;
    z-index: 20;
    left: 20px;
}

.agent-4 .social-list ul {
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 20px 13px 18px;
    max-width: 45px;
    border-radius: 50px 50px 0 0;
}

.agent-4 .social-list li {
    margin: 5px 0;
}

.agent-4 .social-list li a {
    color: #000;
}
/** Service info start **/
.service-info {
    margin: 0 auto 30px;
}

.service-info .media-left{
    position: relative;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    margin-right: 20px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: #fff!important;
    border-radius: 5px;
}

.service-info .media-left:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    margin: auto;
    border: 1px dashed var(--primary-color);
    position: absolute;
    display: block;
    border-radius: 5px;
    content: "";
    z-index: 1;
}

.service-info h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-info p{
    margin-bottom: 0;
}

/** pages 404 start **/
.pages-404 {
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.pages-404 .pages-404-inner h1 {
    font-size: 67px;
    margin-bottom: 30px;
    font-weight: 700;
}

.pages-404 .pages-404-inner p {
    margin-bottom: 30px;
    line-height: 30px;
    font-weight: 500;
    font-size: 17px;
}

/** pages 404 start **/
.mr-0 {
    margin-right: 0;
}

.date-box span {
    font-family: 'Nunito',sans-serif;
    font-size: 19px;
    display: block;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
}

/** Blog 3 start **/
.blog-1 {
    border-radius: 0;
    border: none;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.blog-1 .blog-photo{
    position: relative;
}

.blog-1 .clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%, 0 100%);
    position: relative;
}

.blog-1 .blog-photo img {
    width: 100%;
}

.blog-1 .date-box {
    position: absolute;
    bottom: 35px;
    font-size: 13px;
    color: #fff;
    width: 55px;
    font-weight: 600;
    padding: 12px 0;
    text-align: center;
    right: 15px;
    border-radius: 50px 50px 0 0;
}

.blog-1 .date-box.db-2 {
    bottom: 60px;
}

.blog-1 .detail {
    padding: 20px 25px;
    z-index: 4;
}

.blog-1 .detail h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 30px;
}

.blog-1 .detail h1 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-1 .detail h1 a:hover{
    color: #777;
}

.blog-1 .post-meta {
    width: 100%;
    margin-bottom: 10px;
}

.blog-1 .read-more{
    margin-top: 20px!important;
}

.blog-1 .detail .post-meta span {
    margin-right: 20px;
    font-size: 13px;
    font-weight: 600;
}

.blog-1 .detail .post-meta span a i {
    margin-right: 5px;
}

.blog-1 .detail p {
    margin-bottom: 0;
}

.blog-1 .detail h3 a:hover {
    color: #777;
}

/** Blog big start **/
.blog-big:hover{
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.blog-big .detail {
    padding: 30px 20px 20px;
}

.blog-big .detail h3 {
    font-size: 25px;
}

/** Footer start **/
footer {
    padding-top: 80px;
    border-top: solid 1px #f5f6f7;
    background: #f5f6f7;
}

.footer h4 {
    font-size: 22px;
    margin-bottom: 7px;
    font-weight: 600;
    color: #4d4d4d;
}

.footer .footer-item {
    margin-bottom: 50px;
}

.footer .footer-inner .links li {
    margin-bottom: 15px;
    font-size: 15px;
}

.footer .footer-inner .links li a {
    font-weight: 500;
    color: #535353;
}

.footer .footer-inner .links li a:hover {
    color: #696b6f;
}

.footer .footer-inner p {
    color: #535353;
    font-weight: 500;
    font-size: 15px;
}

.footer .footer-inner .contact-info{
    margin: 0;
}

.footer .footer-inner .contact-info li {
    margin-bottom: 15px;
    font-size: 15px;
    color: #535353;
    font-weight: 500;
    position: relative;
    /*padding-left: 25px;*/
}

.footer .footer-inner .contact-info li i{
    left: 0;
    position: absolute;
    line-height: 22px;
}

.footer .footer-inner .contact-info li a {
    color: #535353;
}

.footer .text{
    margin-right: 30px;
}

.footer .f-logo{
    height: 40px;
}

.sub-footer .social-list li a {
    margin: 0;
    color: #353535;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.sub-footer .social-list li a:hover{
    color: #fff;
}

.sub-footer .social-list{
    float: right;
}

.sub-footer .social-list li{
    display: inline-block;
}

.sub-footer{
    padding: 20px 0;
    border-top: solid 1px #dcdcdc;
    background: #f5f6f7;
}

.sub-footer .copy {
    margin: 0;
    font-size: 14px;
    line-height: 40px;
    color: #535353;
    font-weight: 500;
}

.sub-footer .copy a {
    color: #535353;
}

.sub-footer .f-facebook-bg:hover {
    background: #3b589e;
    color: #fff;
}

.sub-footer .f-tiktok-bg:hover {
    background: black;
    color: #fff;
}

.sub-footer .f-twitter-bg:hover {
    background: #56d7fe;
    color: #fff;
}

.sub-footer .f-linkedin-bg:hover {
    background: #1c82ca;
    color: #fff;
}

.sub-footer .f-google-bg:hover {
    background: #dc4e41;
    color: #fff;
}

.sub-footer .f-rss-bg:hover {
    background: #e78701;
    color: #fff;
}

.footer .footer-inner .form-inline{
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}

.footer .footer-inner form .form-control {
    width: 80%;
    height: 45px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    outline: 0;
    border: 1px solid white;
    background: white;
}

.footer .form-inline .btn {
    width: 20%;
    border-radius: 8px;
    padding: 13.5px 13px;
    /*border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;*/
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.opening-hours ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px dashed #eaeff5;
}

.opening-hours ul li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}

.opening-hours ul li span {
    float: right;
}

.opening-hours ul li:last-child {
    border-bottom: none;
}
/** Tags box start **/
.tags-box ul li {
    display: inline-block;
}

.tags-box ul li a {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 3px;
    color: #666;
    display: inline-block;
    font-size: 14px;
    margin: 3px 3px 5px;
    padding: 5px 13px;
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.tags-box ul li a:hover {
    color: #fff;
}

/** Recent property start **/
.recently-property .media img {
    width: 70px;
    border-radius: 100px;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .4);
}

.recently-property .media h5 {
    margin-bottom: 7px;
    font-weight: 500;
}

.recently-property .media h5 a {
    font-size: 17px;
}

.recently-property .listing-post-meta {
    font-size: 14px;
    font-weight: 500;
    color: #757474;
}

.recently-property .listing-post-meta a{
    color: #757474;
}

/** TESTIMONIAL STARTED **/
.testimonial {
    padding: 100px 0;
    z-index: 0;
}

.t-bg-color{
    background: #f5f6f7;
}

.testimonial .testimonial-inner .carousel-item {
    margin-bottom: 30px;
}

.testimonial .testimonia-header {
    margin: 0 auto 50px;
    text-align: center;
}

.testimonial .testimonial-inner .testimonia-header h1 {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 700;
}

.testimonial .carousel-indicators {
    bottom: -15px;
}

.testimonial .testimonial-inner .carousel-item {
    margin-bottom: 30px;
}

.testimonial .testimonial-inner .testimonia-header h1 {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 700;
}

.testimonial .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #4d4d4d;
    cursor: pointer;
}

.testimonial .carousel-indicators li.active {
    width: 10px;
    height: 10px;
}

.testimonial .carousel-indicators {
    bottom: -15px;
}

.testimonial .testimonial-info {
    font-size: 17px;
    font-weight: 500;
    color: #757474;
    background: white;
    padding: 5px;
    max-width: 850px;
    margin: 0 auto;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    text-align: left;
    border-radius: 100px 0 0 100px;
}

.testimonial .testimonial-info h5 {
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 22px;
}

.testimonial .testimonial-info h6 {
    margin-bottom: 15px;
    font-size: 15px;
}

.testimonial .user-profile{
    margin-right: 30px;
}

.testimonial .user-profile img {
    width: 200px;
    border-radius: 100%;
}

.testimonial p{
    font-size: 15px;
    margin-bottom: 0;
}

.t2 .testimonial-info {
    border: solid 1px #efefef;
}

/** Compare table start **/
.compare-table{
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.compare-table table {
    width: 100%;
}

.compare-table tr:first-child {
    border-top: none;
}
.compare-table tr {
    border: 1px solid #ececec;
}
.compare-table tr td:first-child {
    width: 350px;
    background: #f8f9fa;
}
.compare-table tr td {
    box-sizing: border-box;
    font-size: 15px;
    padding: 20px 15px;
    text-align: center;
    width: 395px;
    font-weight: 500;
    color: #535353;
}

.heartIcon,
.compareIcon {
	z-index: 3;
}

.card .heartIcon:hover {
	color: red;
	background: #171b2093;
}

.card .compareIcon:hover {
	color: #a0badf;
	background: #171b2093;
}
/** Counters start **/
.counters {
    padding: 100px 0 60px;
    background: url(../img/img-1.jpg);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.counters::before {
    opacity: 0.8;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #00000038;
    width: 100%;
    position: absolute;
}

.counter-box {
    margin-bottom: 40px;
    padding: 10px;
    border: dashed 1px #b5b5b5;
    border-radius: 5px;
}

.counter-box h2 {
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    font-size: 30px;
}

.counter-box p {
    margin: 0;
    line-height: normal;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.counter-box .icon {
    width: 67px;
    border-radius: 2px;
    margin-right: 20px;
    background: #fff;
    height: 67px;
    text-align: center;
    line-height: 70px;
    font-size: 40px;
}

.card .heartIcon {
	padding: 4px 8px;
	position: absolute;
	top: 10px;
	right: 10px;
	height: 30px;
	text-align: center;
	color: #FFF;
	background: #2a323c73;
	border-radius: 180%;
	transition: all 360ms ease;
}

.card .compareIcon {
	padding: 4px 8px;
	position: absolute;
	top: 45px;
	right: 10px;
	width: 32px;
	height: 30px;
	text-align: center;
	color: #FFF;
	background: #2a323c73;
	border-radius: 180%;
	transition: all 360ms ease;
}
/** Contact form start **/
.contact-form {
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}

.contact-form .login-inner-form {
    max-width: 450px;
    margin: 0 auto;
    color: #717171;
    text-align: center;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.contact-form .login-inner-form .details {
    padding: 40px 30px 30px;
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.contact-form .login-inner-form img {
    margin-bottom: 5px;
    height: 40px;
}

.contact-form .login-inner-form h3 {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 600;
}

.contact-form .login-inner-form .form-group {
    margin-bottom: 25px;
}

.contact-form .login-inner-form .input-text {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    outline: 0;
    font-weight: 500;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.contact-form .login-inner-form .btn-md {
    cursor: pointer;
    padding: 14px 30px 12px 30px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
}

.contact-form .login-inner-form .social-list{
    margin-bottom: 0;
    padding: 0;
}

.contact-form .login-inner-form .checkbox a {
    font-size: 14px;
    color: #717171;
    font-weight: 500;
    float: right;
}

.contact-form .checkbox label {
    font-weight: 500;
    color: #717171;
}

.contact-form .checkbox {
    padding-left: 0;
    margin-bottom: 5px;
}

.contact-form .login-inner-form .terms{
    margin-left: 3px;
}

.contact-form .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 14px;
}

.contact-form .login-inner-form .form-check{
    float: left;
    margin-bottom: 0;
}

.contact-form .login-inner-form .form-check a {
    color: #717171;
    float: right;
}

.contact-form .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    margin-left: -25px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
}

.contact-form .login-inner-form .form-check-label {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 14px;
}

.contact-form .login-inner-form input[type=checkbox]:checked + label:before {
    font-weight: 300;
    color: #f3f3f3;
    line-height: 15px;
    font-size: 14px;
    content: "\2713";
}

.contact-form .login-inner-form input[type=checkbox], input[type=radio] {
    margin-top: 0;
}

.contact-form .login-inner-form .social-list li {
    display: inline-block;
    font-size: 16px;
    margin-top: 30px;
}

.contact-form .login-inner-form .social-list li a {
    margin:2px;
    font-size: 16px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
}

.contact-form .login-inner-form .footer {
    font-size: 14px;
    padding: 20px 30px;
    font-weight: 500;
    border-radius: 0 0 5px 5px;
    border-top: solid 1px #f5f5f5;
}

.contact-form .login-inner-form .footer span a {
    color: #535353;
}

.contact-form .login-inner-form .footer span a:hover{
    color: #737373;
}

.contact-form .login-inner-form button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.contact-form .login-inner-form .btn-theme:not([disabled]):not(.disabled).active, .btn-theme:not([disabled]):not(.disabled):active, .show > .btn-theme.dropdown-toggle {
    box-shadow: none;
}

.contact-form .login-inner-form .btn-theme.focus, .btn-theme:focus {
    box-shadow: none;
}

/** Category 2 start **/
.category-2 ul li {
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px dashed #eaeff5;
}

.category-2 ul li a {
    color: #656565;
}

.category-2 ul li:last-child {
    border-bottom: none;
    padding-top: 11px;
    line-height: normal;
}

/** Notice start **/
.notice {
    padding: 15px 15px;
    background-color: #ffffff;
    margin-bottom: 10px;
    border-radius: 2px;
    border: 1px solid #eaeff5;
    border-left: 4px solid #838992;
    box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
    -moz-box-shadow: 0px 0px 10px 1px rgba(71, 85, 95,0.08);
}

.notice-success {
    border-left-color: #74ba28;
}

.notice-success .strong {
    color: #74ba28;
}

.notice-danger {
    border-left-color: #eb344f;
}

.notice-danger .strong {
    color: #eb344f;
}

.notice-info strong {
    color: #1db4bd;
}

.notice-info {
    border-left-color: #1db4bd;
}

.notice-warning {
    border-left-color: #fea911;
}

.notice-warning strong {
    color: #fea911;
}

.notice strong{
   font-weight: 600;
}

.alert {
    position: relative;
    padding: 19px 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.progress {
    margin-bottom: 20px;
}

/** Category start **/
.categories .col-pad-2 {
    padding: 0 15px;
}

.category {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 0;
	border-radius: 5px;
}

.category:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    display: block;
    content: "";
    background-color: #4d4d4d;
    opacity: 0.4;
    z-index: -11;
    transition: 0.3s ease-out;
}

.category_bg_box {
    transition: all 0.35s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    border-radius: 5px;
}

.cat-1-bg {
    background-image: url(../img/popular-places/img-1.jpg);
}

.cat-2-bg {
    background-image: url(../img/popular-places/img-2.jpg);
}

.cat-3-bg {
    background-image: url(../img/popular-places/img-3.jpg);
}

.cat-4-bg {
    background-image: url(../img/popular-places/img-4.jpg);
}

.cat-5-bg {
    background-image: url(../img/popular-places/img-5.jpg);
}

.cat-7-bg {
    background-image: url(../img/property/img-7.jpg);
}

.cat-8-bg {
    background-image: url(../img/property/img-8.jpg);
}

.cat-9-bg {
    background-image: url(../img/property/img-9.jpg);
}

.cat-10-bg {
    background-image: url(../img/property/img-10.jpg);
}

.cat-11-bg {
    background-image: url(../img/property/img-11.jpg);
}

.cat-12-bg {
    background-image: url(../img/property/img-12.jpg);
}

.category:hover .category_bg_box {
    transform: scale(1.06);
    transition: transform 0.35s ease-out;
}

.category .category-overlay {
    border-radius: 5px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .15s linear;
    background: linear-gradient(to top,rgba(51, 51, 51, 0.9) 0%,rgba(0, 0, 0, 0.45) 35%,rgba(22,22,23,0) 60%,rgba(0,0,0,0) 100%);
}

.category-subtitle {
    white-space: nowrap;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    position: absolute;
}

.category-content {
    display: block;
    left: 20px;
    position: absolute;
    bottom: 25px;
    transition: all .15s linear;
}

.category-content h3 {
    margin-bottom: 15px;
    text-align: left;
    font-weight: 500;
	text-shadow: 1px 1px 3px #000000;
}

.category-content h3 a {
    color: #fff;
    font-size: 25px;
}

.category-overlay .icon{
    display: block;
    right: 10px;
    position: absolute;
    top: 10px;
    transition: all .15s linear;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    line-height: 55px;
    font-size: 25px;
    background: rgba(29, 29, 29, 0.5);
    font-weight: 500;
}

.icon.compare {
	top: 65px;
}

.icon.compare:hover,
.icon.heart:hover{
	background: var(--primary-color);
}

.category:hover .category-view-more {
    visibility: visible;
}

.category-overlay .facilities-list{
    width: 100%;
    height: 100%;
    margin-top: 50px;
    font-size: 13px;
    font-weight: 500;
}

.category-overlay .facilities-list li{
    float: left;
    margin:0 1px 3px;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    background: rgba(29, 29, 29, 0.18);
}

.category-overlay .facilities-list li i{
    margin-right: 5px;
    font-size: 15px;
    font-weight: 600;
}

/** Categories start **/
.categories .category-content h3 {
    margin-bottom: 40px;
}

.categories .category-content h3 a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.categories .category-subtitle {
    white-space: nowrap;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    position: absolute;
    margin-bottom: 0;
    bottom: 20px;
}

.categories .category-content {
    bottom: 0;
    text-align: center;
}

.categories .city {
    position: absolute;
    font-size: 12px;
    color: #4a4a4a;
    letter-spacing: 1px;
    width: auto;
    padding: 7px 25px 5px;
    font-weight: 600;
    background: #fff;
    top: 25px;
    text-align: center;
    right: 25px;
    border-radius: 50px;
    text-transform: uppercase;
}

.categories .category_bg_box {
    height: 230px;
}

.categories .clip-home {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%, 0 90%);
    position: relative;
}

.categories .category_long_bg {
    height: 490px;
}

.categories .category {
    margin: 0 0 30px 0;
	border-radius: 5px;
}

/** Listings parallax start **/
.listings-parallax {
    background: url(../img/img-13.jpg);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #efefef;
    padding-top: 80px;
}

.listings-parallax .text {
    display: inline-block;
}


.photo-gallery .gallery-mb{
    margin-bottom: 30px;
}

/** Social links start SOCIAL **/
.social-links .social-list li {
    display: inline-block;
    font-size: 16px;
}

.social-links .social-list li a {
    margin-right: 5px;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

/** Option bar start **/
.option-bar {
    margin-bottom: 20px;
}

.option-bar .sort {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    line-height: 35px;
}

.option-bar h3{
    font-size: 18px;
    margin-bottom: 0;
    line-height: 45px;
    font-weight: 600;
}

.sorting-options span {
    line-height: 35px;
}

.sorting-options{
    float: right;
}

.sorting-options2{
    float: right;
}

.sorting-options2 .bootstrap-select{
    width: 150px !important;
    font-family: 'Nunito', sans-serif;
}

.sorting-options2 .search-fields {
    min-height: 45px;
    line-height: 40px;
    margin-right: 5px;
    padding:0;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.12);
}

.sorting-options2 .dropdown-toggle::after {
    margin-left: .0em;
}

.sorting-options2 .search-fields button {
    border-right: none;
}

.sorting-options2 .bootstrap-select>.dropdown-toggle {
    background: #fff;
}

.sorting-options2 .bootstrap-select .dropdown-menu li a {
    padding: 2px 20px;
}

.sorting-options2 .bootstrap-select button {
    color: #999;
    border-radius: 2px;
    outline: none;
    padding: 13px 25px 8px 15px;
}

.change-view-btn {
    border-radius: 2px;
    background: transparent;
    width: 45px;
    height: 45px;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    margin: 0 2px;
    display: inline-block;
}

.change-view-btn:hover {
    color: #fff;
}

.active-view-btn {
    color: #fff !important;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

.active-view-btn:hover {
    background: transparent;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ccc !important;
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

/**  Comments start **/
.comments {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment {
    margin: 0 0 20px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

.mb-0{
    margin-bottom: 0!important;
}

.comment h5{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.comment-author {
    border-radius: 5%;
    height: 60px;
    width: 60px;
    padding: 3px;
    background: #fff;
    left: 0;
    position: absolute;
    top: 0;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .4);
}

.comment-author a img {
    bottom: 2px;
    border-radius: 5%;
    display: block;
    width: 100%;
    top: 2px;
}

.t-s {
    margin-top: 40px;
}

.t-s h2 {
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 20px;
}

.comment-content {
    padding-bottom: 0;
    border-bottom: dashed 1px #d6d6d6;
    margin: 0 0 0 80px;
}

.mrg-bdr {
    margin-bottom: 0;
    border-bottom: none;
    padding: 0;
}

.comment-content h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.comment-content h5 .f-right{
    float: right;
}

.comment-content h5 span{
    font-weight: 600;
    font-size: 13px;
    margin-left: 10px;
}

.comment-content h5 span a{
    font-size: 14px;
}

.comment-content .comment-rating {
    color: orange;
}

.comment-meta {
    margin-bottom: 10px;
    font-size: 13px;
    color: #535353;
    font-weight: 600;
}

.comment-meta a {
    margin-left: 5px;
    font-weight: 600;
}

.comments ul {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
}

.comment-b .comment-content {
    padding-bottom: 0;
    border-bottom: transparent;
    margin: 0 0 0 85px;
}

.comment-b .comment-content p{
    margin-bottom: 0;
}

.comment-b{
    margin-bottom: 0;
}

/** Coming soon start **/
.coming-soon-bg {
    background: rgba(0, 0, 0, 0.04) url(../img/img-2.jpg) top left repeat;
    background-size: cover;
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.coming-soon-inner img {
    margin-bottom: 20px;
    height: 40px;
}

.coming-soon-inner {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
    color: #fff;
}

.coming-soon-inner h1 {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 40px;
    color: #fff;
}

.coming-soon-inner h6 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.coming-soon-inner ul li {
    display: inline-block;
    margin: 2px;
}

.coming-soon-inner ul li a {
    color: #fff;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-radius: 10%;
}

.coming-soon-inner .coming-form{
    max-width: 450px;
    margin: 0 auto 30px;
}

.coming-soon-inner .bordered-right {
    border-right: 1px solid #848484;
}

.coming-soon-inner .form-control {
    width: 69%;
    height: 55px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 15px;
    outline: 0;
    border: 1px solid #ebebeb;
    border-radius: 5px 0 0 5px;
}

.coming-soon-inner .btn, .coming-soon-inner .btn:hover, .coming-soon-inner .btn:active {
    width: 31%;
    height: 55px;
    line-height: 55px;
    padding: 0 10px;
    border-radius: 0 5px 5px 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    color: #fff;
}

.coming-soon-counter {
    margin-bottom: 45px;
    border: solid 1px #777;
    border-radius: 50px;
}

.coming-soon-counter div {
    display: inline-block;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    width: 25%;
    padding:10px 10px 15px;
    text-shadow: 2px 2px rgba(12, 11, 11, 0.56);
    border-right: solid 1px #777;
    border-radius: 50px;
}

.coming-soon-counter div:last-child {
    border: none;
}

.coming-soon-counter div span {
    display: block;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.ca .agent-2 .detail {
    padding: 20px 20px 20px 25px;
    left: -0;
}

/** Contact 2 start **/
.contact-2 .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    outline: 0;
    font-weight: 500;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.contact-2 .form-control:focus {
    background-color: transparent;
    border: 1px solid #dbdbdb;
    outline: 0;
}

.contact-2 .btn-md {
    padding: 16px 30px 13px 30px;
}

.contact-2 .form-group {
    margin-bottom: 20px;
}

.contact-2 textarea {
    min-height: 240px;
}

.contact-2 .btn-message {
    border-radius: 50px;
    padding: 10px 60px 11px;
}

.contact-2 .main-title{
    margin-bottom: 60px;
}

.contact-2 .contact-info .media {
    margin-bottom: 30px;
}

.contact-2 .contact-info .media i {
    width: 50px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
    color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.contact-2 .btn-md{
    border-radius: 3px;
}

.contact-2 .contact-info .media h5 {
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    margin: 0 0 5px;
    color: #e2e2e2;
}

.contact-2 .contact-info .media p {
    margin-bottom: 0;
    font-size: 14px;
    color: #e2e2e2;
}

.contact-2 .contact-info .media p a{
    color: #e2e2e2;
}

.contact-2 .contact-info {
    padding: 35px;
    background: url(../img/contact-info-3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 10px;
}

.contact-map {
    height: 350px !important;
}

.contact-map-content .map-content {
    width: 250px;
}

/** Top header start **/
.top-header .list-inline a {
    text-decoration: none;
    color: #fff;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
}

.top-header .list-inline a i {
    margin-right: 5px;
}

.top-header ul{
    border-left: 1px solid rgba(255,255,255,.38);
}

.top-header ul li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    color: #aaa;
    font-size: 16px;
    border-right: 1px solid rgba(255,255,255,.38);
}

.top-header ul li a {
    color: #fff;
}

/** Social media box **/
.social-media-box .social-list li {
    float: left;
}

.social-media-box .social-list li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin: 0 6px 4px 0;
    border-radius: 3px;
}

/** Financing calculator **/
.financing-calculator .form-label {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #535353;
}

.financing-calculator .form-group {
    margin-bottom: 20px;
}

/** Brand start **/
.view-all{
    text-align: center;
}

.view-all ul {
    margin-bottom: 20px;
}

.view-all ul li {
    display: inline-block;
}

.mt-30 {
    margin-top: 30px;
}

/** Content area srart **/
.content-area {
    padding: 100px 0 70px;
}

.content-area-2 {
    margin-bottom: 100px;
}

.content-area-3 {
    margin-bottom: 70px;
}

.content-area-4 {
    padding: 100px 0 50px;
}

.content-area-5 {
    padding: 100px 0;
}

.content-area-6 {
    padding: 100px 0 50px;
}

.content-area-7 {
    padding:100px 0 85px;
}

.content-area-8 {
    padding: 185px 0 70px;
}

.content-area-9 {
    padding: 100px 0 90px;
}

.content-area-10 {
    padding: 100px 0 60px;
}

.content-area-11 {
    padding: 100px 0;
}

.content-area-12 {
    padding: 100px 0 50px;
}

.content-area-13 {
    padding: 100px 0 80px;
}

.content-area-14 {
    padding: 100px 0 115px;
}

.content-area-15 {
    padding: 100px 0 115px;
}

.content-area-16 {
    padding: 100px 0 70px;
}

.content-area-17{
    padding: 183.5px 0 115px;
}

.theme img {
    margin-bottom: 30px;
}

.about-listing{
    padding: 100px 0 115px;
}

/** Paginatin box **/
.pagination-box {
    margin-bottom: 25px;
}

.pagination {
    padding-left: 0;
    border-radius: 4px;
    display: inline-block;
}

.pagination li {
    display: inline-block;
}

.pagination > li > a {
    color: #4d4d4d;
    font-size: 17px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.12);
    font-weight: 500;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 0;
    padding: 13px 19px;
    text-align: center;
    border: none;
    margin: 0 2px 5px;
}

.pagination > li > a:hover {
    color: #fff;
}

.pagination > li > .active {
    color: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.page-link:focus {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.show-more-options {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    color: #4d4d4d!important;
}

.show-more-options i{
    width: 35px!important;
    line-height: 37px;
    height: 35px;
    font-weight: 400;
    text-align: center;
    border-radius: 3px;
    margin-right: 5px;
    background: #f5f6f7;
    box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, .3);
}

/**  Partners start **/
.partners {
    text-align: center;
    margin-bottom: 20px;
}

.partners img{
    max-width:160px;
    margin: 0 auto;
    padding: 10px;
    border: solid 1px #e8e8e8;
    border-radius: 3px;
}

/** Navbar buttons start **/
.navbar-buttons .btns{
    height: 45px;
    margin: 20px 0;
    padding: 3px 15px 3px 3px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #777;
}

.navbar-buttons img{
    height: 39px;
    border-radius: 50px;
    margin-right: 10px;
}

.navbar-buttons{
    float: right;
    text-align: right;
}

.navbar-buttons ul li{
    float: left;
    margin-left: 20px;
}

.navbar-buttons .btn-md{
    border-radius: 50px;
}

.header-2{
    padding: 0 15px;
}

.navbar-buttons .form-search .form-control {
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    height: 45px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.navbar-buttons .search-box{
    margin: 20px 0;
    width: 250px!important;
}

.navbar-buttons .form-search .btn i{
    font-size: 14px;
}

.navbar-buttons  .form-search .btn {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 12px 9px 13px;
}

/** Sidebar widget start **/
.sidebar-right {
	width: 350px;
    margin: 0 0 30px 0;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.sidebar-left {
    margin: 0 0 30px 0;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.widget {
    padding: 30px 25px;
    border-bottom: solid 1px #e3e3e3;
}

.widget-2 {
    margin-bottom: 40px;
    padding: 20px;
}

.widget-3 {
    margin-bottom: 20px;
    padding: 30px 25px;
}

.widget-5 {
    margin-bottom: 40px;
    padding: 20px 30px;
}

.single-block {
    margin-bottom: 30px;
}

.sidebar-title {
    font-size: 20px;
    position: relative;
    margin: 0 0 7px;
    font-weight: 600;
}

.s-border {
    width: 50px;
    height: 1px;
    margin-bottom: 2px;
    border-radius: 50px;
    background: var(--accent-color);
}

.m-border{
    width: 25px;
    height: 1px;
    border-radius: 50px;
    background: var(--accent-color);
	margin-bottom: 30px;
}

.sidebar .search-box {
    padding: 20px 20px 0 20px;
    margin-bottom: 0;
}

.sidebar-right textarea {
    min-height: 150px;
}

.form-search {
    position: relative;
}

.form-search .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    outline: 0;
    font-weight: 500;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.form-search .btn {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 12px 9px 13px;
}

.form-search .btn:active,
.form-search .btn:focus {
    box-shadow: none;
    outline: none;
}

.form-search .btn i {
    color: #777;
}

.form-search .form-group, .form-search .form-control {
    width: 100%;
}

.range-slider {
    margin-top: 15px;
    margin-bottom: 25px;
}

.range-slider .ui-slider {
    position: relative;
    text-align: left;
}

.range-slider label {
    font-size: 13px;
    color: #535353;
    font-weight: 600;
    margin-bottom: 12px;
}

.range-slider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    border: 2px solid #66676b;
    cursor: w-resize;
    outline: none;
    top: -5px;
    margin-left: -8px;
    box-shadow: none !important;
}

.range-slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}

.range-slider .ui-slider .ui-slider-handle {
}

.range-slider .ui-widget-content {
    background-color: #ccc;
}

.range-slider .ui-widget-header {
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle, .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.range-slider .ui-slider-horizontal {
    height: 4px;
    border-radius: 10px;
    width: calc(100% - 16px);
    margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.min-value:focus, .max-value:focus, .min-value, .max-value {
    width: 40%;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 12px 0 0 0;
    cursor: default;
}

.min-value {
    float: left;
    margin-left: -8px;
    width: 40%;
    margin-right: -8px;
    font-size: 12px;
    color: #535353;
    font-weight: 600;
    margin-top: 15px;
}

.max-value {
    float: right;
    width: 60%;
    text-align: right;
    margin-right: -8px;
    font-size: 12px;
    color: #535353;
    font-weight: 600;
    margin-top: 15px;
}

.sidebar .recently-property-box .detail header {
    padding-bottom: 0;
}

/** Sub Banner start **/
.sub-banner {
    background: rgba(0, 0, 0, 0.04) url(../img/banner/sub-banner.jpg) top left repeat;
    background-size: cover;
    height: 330px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.sub-banner .breadcrumb-area {
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 47%;
    right: 0;
    left: 0;
}

.sub-banner .breadcrumb-area h1 {
    margin: 0 0 15px;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}

.sub-banner .breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.sub-banner .breadcrumbs li a{
    color: #dcdbdb;
}

.sub-banner .breadcrumbs li.home{
    position: relative;
}

.sub-banner .breadcrumbs .active {
    color: #dcdbdb;
}

.sub-banner .breadcrumbs .active:before {
    content: "/";
    font-family: "FontAwesome";
    font-size: 16px;
    margin-right: 7px;
    font-weight: 600;
}

.blog-social-list {
    float: right;
}

.blog-social-list a {
    text-align: center;
    display: inline-block;
    list-style: none;
}

.blog-social-list span {
    margin-right: 10px;
    font-weight: 600;
    color: #4d4d4d;
}

.blog-social-list a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    color: rgb(255, 255, 255);
    margin: 2px 0 2px 0;
    border-radius: 5%;
}

.blog-tags a {
    display: inline-block;
    font-size: 13px;
    margin: 0 0 5px;
    border-radius: 3px;
    font-weight: 600;
    padding: 4px 11px;
    text-transform: capitalize;
    border: 1px solid #fff;
    background: #fff;
    color: #666;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.blog-tags span {
    margin-right: 10px;
    font-weight: 600;
    color: #4d4d4d;
}

/** How it work start **/
.how-it-work {
    margin-bottom: 30px;
    position: relative;
}

.how-it-work .photo {
    padding: 10px;
    box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, .2);
    background: #fff;
    border-radius: 10px;
    max-width: 300px;
}

.how-it-work .number {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    border-radius: 100px;
    position: absolute;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    top: -0px;
    left: 35px;
}

.how-it-work .photo{
    margin-right: -50px;
    border-radius: 100%;
}

.how-it-work .photo img {
    border-radius: 100%;
    width: 100%;
}

.how-it-work .media-body {
    padding: 30px;
    box-shadow: 0 0 75px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 10px;
}

.how-it-work h2 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 25px;
}

.how-it-work p {
    margin-bottom: 0;
}

/** My account box start **/
.my-address form .form-group {
    margin-bottom: 20px;
}

.my-address form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 14px;
    border: 1px solid #e8e7e7;
    outline: none;
    height: 45px;
    border-radius: 3px;
    line-height: 30px;
}

.my-address form textarea {
    min-height: 150px;
}

.my-address form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #827f7f;
}

.my-address {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
}

.profile-photo{
    position: absolute;
    bottom: -60px;
    width: 100%;
    text-align: center;
}

.profile-photo-inner {
    position: relative;
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
    padding: 0;
    max-width: 120px;
    margin: 0 auto;
    border-radius: 100%;
}

.profile-photo-inner img{
    border-radius: 100%;
    background: #fff;
    border: solid 5px #fff;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .4);
}

.change-photo-btn {
    position: absolute;
    font-size: 13px;
    bottom: -15px;
    width: 100%;
}

.photoUpload {
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}

.photoUpload span {
    color: #fff;
    font-weight: 600;
}

.photoUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.my-address {
    margin-bottom: 30px;
}

.footer .listing-meta span a {
    text-decoration: none;
    float: right;
    margin-left: 15px;
    color: #525252;
}

.footer .listing-meta span a i {
    margin-right: 4px;
}

.footer .listing-meta span a:hover {
    color: #8c8c8c;
}

.heading {
    margin: 0 0 30px;
    /* font-size: 20px; */
    font-weight: 600;
}

.heading-2 {
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 600;
}

.form-group label, .checkbox label {
    font-weight: 500;
    font-size: 15px;
    color: #535353;
}

/** Add review start **/
.add-review .change-photo-btn i{
    margin-right: 5px;
}

.add-review .change-photo-btn {
    color: #fff;
    position: static;
    float: right;
}

.add-review .leave-rating-title{
    float: left;
    font-weight: 500;
    margin-right: 10px;
}

.add-review .ratings-3 i:hover{
    color: #ffc12b;
}

.add-review .ratings-3{
    float: left;
}

.add-review-text{
    margin-top: 5px;
}

/** Dashboard nav start **/
.dashboard-content {
    padding: 0;
    position: relative;
    z-index: 10;
}

.fixed-header{
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

.dc-full{
    display: inline-block;
    width: 100%;
}

.dashboard-header {
    margin-bottom: 20px;
}

.dashboard-list {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.dashboard-list h3 {
    padding: 15px 25px;
    border-bottom: 1px solid #eee;
    font-size: 17px;
    margin: 0;
    width: 100%;
    font-weight: 600;
}

.dashboard-message {
    float: left;
    padding: 25px 25px;
    position: relative;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.dashboard-list h4 {
    padding: 15px 25px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.manage-table thead tr{
    background: #f5f6f7;
    border-radius: 10px;
    margin-bottom: 30px!important;
    border-bottom: 1px solid #eee;
}

.manage-table thead tr th:first-child {
    padding-left: 20px;
}

.manage-table thead tr th{
    padding: 10px 0;
    font-weight: 500;
    color: #535353;
    border-right: none;
}

.manage-table tbody tr td{
    padding: 25px 0 0 25px;
}

.dashboard-list .comment-content {
    padding-bottom: 0;
    margin-bottom: 0;
}

.dashboard-nav-2 {
    box-shadow: 5px 5px 35px rgba(0, 0, 0, 0.15);
    margin: 0 auto 30px;
    min-height: auto!important;
}

.dashboard-nav-2 .header{
    position: relative;
}

.dashboard-nav-2 .header .header-inner{
    padding: 30px 20px 80px;
    text-align: center;
    border: none;
    margin: 0;
    background: #f5f6f7;
}

.dashboard-nav-2 .clip-home {
    clip-path: polygon(0 0, 10% 0, 90% 0%, 145% 100%, 0 100%);
    position: relative;
}

.dashboard-nav-2 .header h2 {
    margin: 0 0 8px;
    font-size: 24px;
}

.dashboard-nav-2 .header h4 {
    font-size: 15px;
    font-weight: 500;
}

.dashboard-nav-2 .detail {
    padding-top: 100px;
    background: #fff;
}

.dashboard-nav-2 .detail .bdr{
    border-top: 1px solid #f5f5f5;
}

.dashboard-nav-2 .detail ul li a {
    border-bottom: 1px solid #f5f5f5;
    padding: 12px 20px;
    display: block;
    font-size: 16px;
    border-left: solid 3px transparent;
    font-weight: 500;
}

.dashboard-nav-2 .detail ul li a i {
    margin-right: 10px;
    font-weight: 600;
}

/** Manaage table start **/
.manage-table .listing-photoo {
    width: 22%;
}

.manage-table .listing-photoo img {
    width: 100%;
    border-radius: 4px;
}

.manage-table .title-container {
    width: 40%;
    padding: 25px 0 0 20px;
}

.manage-table .title-container h5 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 5px;
}

.manage-table .title-container p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.manage-table .title-container h6{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.manage-table .title-container h6 span{
    font-weight: 600;
}

.manage-table .action {
    width: 13%;
    padding-left: 0;
}

.manage-table .date {
    width: 13%;
    color: #535353;
    padding-left: 0;
    font-size: 14px;
    font-weight: 500;
}

.manage-table .action ul li a {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #535353;
}

.manage-table .action ul li a i {
    margin-right: 2px;
}

.manage-table .action ul li .dlt{
    background: #f5f6f7;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 13px;
}

.manage-table .title-container h5 a:hover {
    color: #4a4747;
}

/** Tab box 2 start **/
.tab-box-3 .nav-pills{
    border-bottom: solid 1px #d4d4d4!important;
    margin-bottom: 30px;
}

.tab-box-3 .nav-pills .nav-link{
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
}

/** typography start **/
.typography .heading {
    margin: 0 0 20px;
}

.typography .sd p {
    margin-bottom: 40px;
}

/**  amenities start **/
.amenities ul li {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
}

.amenities ul li i {
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 0;
    line-height: 22px;

}

.search-banner .show-more-options {
    margin-bottom: 20px;
    display: block;
}

.property-details ul li {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 13px;
}

.property-details ul li strong {
    margin-right: 5px;
    font-weight: 600;
}

.property-details-page .heading {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}

.property-details-page iframe, .modal-body iframe .element.style {
    height: 350px;
}

.property-details-page iframe, .modal-body iframe {
    width: 100%;
    border: none;
}

/** Heading property start **/
.heading-property {
    letter-spacing: 1px;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
}

.heading-property h3 {
    margin-top: 0;
    font-size: 22px;
}

.heading-property p{
    margin-bottom: 0;
    font-size: 14px;
}

.heading-property h3 span {
    font-weight: 700;
}

.heading-property h5 {
    text-align: right;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}

/** Heading property 3 start **/
.heading-listing-3{
    margin-bottom: 20px;
}

.heading-listing-3 h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 10px 3px 0;
    float: left;
}

.heading-listing-3 .rent {
    padding: 0px 10px;
    font-size: 20px;
    letter-spacing: 1px;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
}

.heading-listing-3 .location {
    font-size: 15px;
    font-weight: 500;
    color: #535353;
    margin-bottom: 5px;
}

.heading-listing-3 .location i {
    margin-right: 5px;
}

.price {
    font-weight: 900;
    font-size: 17px;
    margin-bottom: 0;
}

.price .month {
    font-size: 15px;
    color: #535353;
    font-weight: 500;
}

.Property-details-sliders .list-inline {
    white-space: nowrap;
    width: 100% !important;
}

.Property-details-sliders .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
    margin-top: 0;
}

.Property-details-sliders .carousel-indicators a {
    cursor: pointer;
}

.Property-details-sliders .carousel-indicators > li {
    height: initial;
    text-indent: initial;
}

.dd.Property-details-sliders .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

.smail-listing .list-inline-item {
    width: 70px;
    margin: 0 5px;
    border-radius: 100%;
}

.smail-listing .list-inline-item a img {
    width: 100%;
    border: none;
    border-radius: 100%;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .4);
}

.Property-details-sliders{
    margin-bottom: 75px;
}

.elements-page .tab-box p{
    margin-bottom: 0;
}

.Property-details-sliders .carousel-indicators > li.active img {
    opacity: 0.7;
}

.Property-details-sliders .right {
    position: absolute;
    right: 15px;
    top: 45%;
}

.Property-details-sliders .left {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    left: 0;
    text-align: center;
    border-radius: 0;
    background: rgba(0,0,0,.34)!important;
}

.Property-details-sliders .left i {
    font-size: 20px;
    line-height: 60px;
    margin-right: 10px;
    color: #fff;
}

.Property-details-sliders .right {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
    right: 0;
    text-align: center;
    border-radius: 0;
    background: rgba(0,0,0,.34)!important;
}

.Property-details-sliders .right i {
    font-size: 20px;
    line-height: 60px;
    margin-left: 10px;
    color: #fff;
}

.Property-details-sliders .left.clip-home {
    clip-path: polygon(0% 0, 100% 0, 75% 100%, 100% 100%, 0 100%);
}

.Property-details-sliders .right.clip-home {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 25% 100%, 0 0%);
}

.list-inline-item:not(:last-child) {
    margin-right: 1px;
}

.smail-listing {
    position: absolute;
    bottom: -35px;
    text-align: center;
    z-index: 20;
    width: 100%;
}

.hl2 {
    letter-spacing: 1px;
    position: absolute;
    bottom: 30px;
}

.hl2 h2 {
    color: #fff;
}

.hl2 .location {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.hl2 .ratings-2{
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

.hl2 .ratings-2 i {
    color: orange;
}

.hl2 .ratings-2 span {
    color: #fff;
}

.hl2 .price .month{
    color: #fff;
}


/** Tabbing box start **/
.tabbing-box .tab-pane {
    padding-top: 30px;
}

.tabbing-box .nav-tabs {
    background: #fff;
    border-bottom: solid 1px #fff;
}

.tabbing-box .nav-tabs li {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    border-radius: 0;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    border-radius: 0;
    color: #fff;
}

.tabbing-box .nav-tabs .nav-link {
    border: none;
}

/** Faq start **/
.faq-box {
    border: 1px solid transparent;
    border-radius: 0;
    margin-bottom: 0;
}

.faq-box h5 .btn-link {
    padding: 25px 20px;
    width: 100%;
    text-align: left;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #535353;
}

.faq-box .card-header {
    padding: 0;
    margin: 0;
    font-size: 14px;
    border-bottom: solid 1px #d8d8d8;
}

.faq-box .card-body p {
    line-height: 27px;
}

.faq-box .card-body span {
    font-size: 14px;
}

.faq-box .card-body span a {
    font-weight: 500;
}

.faq-accordion .card {
    margin-bottom: 0;
    border: none;
}

.faq-accordion .p-text{
    padding: 20px 0 30px;
    line-height: 30px;
    color: #535353;
    font-weight: 500;
}

.bd-none {
    border-bottom: 1px none;
}

.faq-accordion .card-title {
    margin-bottom: 0;
    width: 100%;
    background-color: transparent;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 55px;
    cursor: pointer;
    padding: 18px 20px 18px 20px;
    color: #535353;
}

.faq-accordion .card-header {
    border: none;
    padding: 0;
    margin-bottom: 10px!important;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.faq-accordion .card-header-2{
    margin-bottom: 0;
}

.faq-accordion .card-header a {
    width: 100%;
}

.faq-accordion .card-block {
    padding: 0;
}

.faq-accordion .card-header .card-title:before {
    font-family: 'FontAwesome';
    content: "\f077";
    font-size: 13px;
    font-weight: 300;
    float: left;
    text-align: center;
    width: 65px;
    padding-right: 10px;
    height: 55px;
    line-height: 55px;
    background: #e2e2e2;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border-radius: 5px 0 0 5px;
    clip-path: polygon(0 0, 100% 0, 100% 0%, 70% 100%, 0 100%);
    position: relative;
    color: #fff;
}

.faq-accordion .card-header .collapsed.card-title:before {
    content: "\f078";
    font-size: 13px;
    font-weight: 300;
    width: 65px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 5px 0 0 5px;
    background: #e2e2e2;
}

.foq-info p {
    font-size: 14px;
    line-height: 30px;
}

.foq-info {
    padding: 15px 0 35px;
}

.faq-accordion .card-header.mb-0{
    margin-bottom: 0!important;
}

/** Floor plans start **/
.floor-plans table {
    width: 100%;
    margin:20px 0 20px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.floor-plans table td {
    font-size: 13px;
}

.floor-plans table td, table th {
    padding: 10px 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    font-weight: 500;
}

.floor-plans img{
    margin-bottom: 40px;
}

.floor-plans .fp-img{
    margin-bottom: 0;
}

.floor-plans table td strong{
    font-weight: 600;
    color: #232323;
}

/** Advanced search start **/
.advanced-search .search-fields {
    min-height: 50px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.advanced-search .bootstrap-select button {
    padding: 15px 25px 10px 15px;
}

.advanced-search .search-fields {
    min-height: 50px;
    padding: 0;
}

.advanced-search .form-control {
    padding: 0 20px!important;
}

.advanced-search .search-fields button {
    border-right: none;
}

.advanced-search .bootstrap-select .dropdown-toggle .filter-option-inner {
    font-size: 16px;
    font-weight: 500;
}

.property-banner-2{
    margin-bottom: 35px;
}

/** Tab box start **/
.tab-box .nav-pills .nav-link{
    font-weight: 600;
    font-size: 14px;
    padding: 7px 25px;
}

/** Submit property start **/
.submit-property .checkbox {
    padding-left: 0;
    margin-bottom: 10px;
}

.submit-property .heading-2 {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 600;
}

.submit-address form .input-text {
    width: 100%;
    padding: 10px 17px;
    color: #6c6c6c;
    font-size: 16px;
    font-weight: 500;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.submit-address .bootstrap-select .dropdown-toggle .filter-option-inner {
    overflow: hidden;
    font-size: 14px;
    color: #777;
    font-weight: 500;
}

.submit-address form textarea {
    min-height: 160px;
}

.submit-address form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
    color: #535353;
}

.submit-address .comment:last-child {
    margin: 0;
}

.submit-address .comment-content:last-child {
    border-bottom: none;
}

.pad-20 {
    padding: 25px;
}

.pad-2 {
    padding: 25px 25px 10px;
}

.submit-address form .form-group {
    margin-bottom: 20px;
}

.dropzone-design {
    border: 2px dashed #d0d0d0;
    min-height: 100px;
}

.dropzone-design, .dropzone-design * {
    box-sizing: border-box;
}

.dropzone-design {
    min-height: 160px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

.dropzone-design.dz-clickable {
    cursor: pointer;
}

.dropzone-design.dz-clickable * {
    cursor: default;
}

.dropzone-design.dz-clickable .dz-message, .dropzone-design.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone-design.dz-started .dz-message {
    display: none;
}

.dropzone-design.dz-drag-hover {
    border-style: solid;
}

.dropzone-design.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.dropzone-design .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.dropzone-design .dz-preview:hover {
    z-index: 1000;
}

.dropzone-design .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone-design .dz-preview.dz-file-preview .dz-image {
    border-radius: 3px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone-design .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone-design .dz-preview.dz-image-preview {
    background: white;
}

.dropzone-design .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone-design .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone-design .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone-design .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone-design .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}

.dropzone-design .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone-design .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone-design .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone-design .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone-design .dz-preview .dz-details .dz-filename span, .dropzone-design .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}

.dropzone-design .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone-design .dz-preview .dz-image {
    border-radius: 3px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    transition: all 0.3s;
    display: block;
    z-index: 10;
}

.dropzone-design .dz-preview .dz-image img {
    display: block;
    filter: blur(0px);
    transition: all 0.4s;
}

.dropzone-design .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone-design .dz-preview .dz-success-mark, .dropzone-design .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.dropzone-design .dz-preview .dz-success-mark svg, .dropzone-design .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone-design .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone-design .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone-design .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone-design .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone-design .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone-design .dz-preview.dz-error .dz-error-message {
    display: block;
}

.dropzone-design .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone-design .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone-design .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}

.dropzone-design {
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    transition: all 0.3s linear;
    display: inline-block;
    width: 100%;
}

.dropzone-design:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
    background-color: #66676b;
    opacity: 0;
    z-index: 10;
    transition: all 0.3s linear;
    border-radius: 3px;
}

.dropzone-design:hover:before {
    opacity: 0.4;
}

.dropzone-design .dz-message {
    text-align: center;
    margin: 50px 0;
    font-size: 17px;
    color: #888;
    transition: all 0.3s linear;
    position: relative;
    z-index: 11;
}

.dropzone-design:hover .dz-message {
    color: #66676b;
}

.dz-message i {
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
}

.dropzone-design .dz-default.dz-message span {
    display: inline;
    line-height: 117px;
}

/**  Specifications start **/
.book-btn {
    display: block;
    height: 41px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../img/loader.gif) center no-repeat #fff;
}

.slider-section .simple-slider {
    margin-bottom: 30px;
}

/** Icons library **/
.icon-lists .heading {
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.glyph {
    text-align: center;
    margin-bottom: 20px;
}

.glyph .glyph-icon {
    font-size: 24px;
    font-weight: 500;
    color: #555;
}

.glyph fieldset,
.glyph .hidden-true {
    display: none;
}

.glyph .bshadow0 .lnr {
    font-size: 24px;
    color: #1f1f1f;
    display: block;
    line-height: 35px;
}

.bshadow0{
    background: #fff;
    text-align: center;
    padding: 20px 15px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    font-weight: 500;
    color: #555;
}

.icon-lists mark {
    margin-bottom: 30px;
    display: inline-block;
}

.font-awesome-icons .col-print-4 {
    margin-bottom: 15px;
}

.font-awesome-icons {
    font-size: 14px;
    color: #555;
}

.font-awesome-icons .text-muted {
    display: none;
}

/** Portfolio item **/
.portfolio-item {
    margin-bottom: 30px;
}

.pg-4 .portfolio-item{
    margin-bottom: 0;
}

.daterangepicker .drp-buttons .btn {
    margin: 0 0 5px 5px;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 10px;
    text-transform: none;
    color: #37404d;
}

/** Option panel **/
.option-panel {
    z-index: 9999;
    width: 215px;
    position: fixed;
    right: 0;
    top: 20%;
    padding: 20px 15px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #fff!important;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.option-panel-collased {
    right: -215px;
}

.option-panel .color-plate {
    width: 24px;
    height: 24px;
    float: left;
    margin: 3px;
    border-radius: 0;
    cursor: pointer;
}

.default-plate {
    background: #04da89;
}

.blue-plate {
    background: #2048bb;
}

.yellow-plate {
    background: #ffb400;
}

.red-plate {
    background: #ff214f;
}

.green-light-plate {
    background: #1abc9c;
}

.green-plate {
    background: #7dba21;
}

.yellow-light-plate {
    background: #faaa5d;
}

.green-light-2-plate {
    background: #0dcdbd;
}

.olive-plate {
    background: #b3c211;
}

.purple-plate {
    background: #8e44ad;
}

.midnight-blue-plate {
    background: #376bff;
}

.brown-plate {
    background: #A14C10;
}

.setting-button {
    background: #fff;
    position: absolute;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: -50px;
    color: #2b303b;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

/** Option Panel **/

.col-pad{
    padding: 0;
}
/** Full page search **/
#full-page-search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 99999;
}

#full-page-search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#full-page-search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-weight: 300;
    text-align: center;
    border: 0;
    margin: 0 auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-size: 28px;
}

#full-page-search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 20px;
    margin-left: -45px;
}

#full-page-search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 17px;
    outline: 0 auto -webkit-focus-ring-color;
    cursor: pointer;
    border-radius: 3px;
    background: #3a3a3a;
}

/* Mtb **/
.mtb-50 {
    margin: 40px 0 50px;
}

.mtb-30 {
    margin: 30px 0;
}

/* Mt **/
.mt-20{
    margin-top: 20px;
}

/* Mb **/
.mb-70 {
    margin-bottom: 70px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10{
    margin-bottom: 10px;
}

/** Option Panel **/
.option-panel {
    z-index: 9999;
    width: 215px;
    position: fixed;
    right: 0;
    top: 20%;
    padding: 20px 15px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background: #fff!important;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.option-panel-collased {
    right: -215px;
}

.option-panel h2 {
    font-size: 13px;
    margin: 0;
    text-align: center;
    font-weight: 600;
    color: #555;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.option-panel .color-plate {
    width: 40px;
    height: 40px;
    float: left;
    margin: 3px;
    border-radius: 100px;
    cursor: pointer;
}

@media all and (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
         display: block;
         max-width: 600px;
         border-radius: 5px;
         margin: auto;
         padding: 0;
     }

    .main-header .dropdown:hover > .dropdown-menu {
        padding: 10px 0;
    }

    .dropdown .dropdown-item:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .sticky-header {
        position: fixed;
        top: 0;
        z-index: 11;
        width: 100%;
        /*background: transparent;*/
        /*border-bottom: 1px solid rgba(220, 220, 220, .2);*/
    }

    .sh-2{
        position: fixed;
        background: transparent;
        top: 45px;
        z-index: 999;
        width: 100%;
        border-bottom: 1px solid rgba(220, 220, 220, .2);
    }

    .sticky-header .nav-link::after {
        display: none !important;
    }

    .sticky-header .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }

    .sticky-header .open-offcanvas {
        color: #fff;
        display: inline-block;
    }

    .th-2 {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
    }

    .th-2.th-3 {
        background: transparent;
        border-bottom: solid 1px rgba(255,255,255,.18);
    }

    .header-shrink {
        background: #fff;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        top: 0px !important;
    }

    .header-shrink .navbar-expand-lg .navbar-nav .nav-link {
        color: #515151;
    }

    .header-shrink .open-offcanvas {
        color: #515151;
    }

    .hide-carat .nav-link::after {
        display: none !important;
    }
}

/** Media **/
@media (max-width: 1200px) {
    .about-listing{
        padding: 100px 0 100px;
    }

    .main-header .navbar-expand-lg .user-account {
        padding: 30px 10px;
    }

    .none-1200{
        display: none;
    }

    .widget-5{
        margin-bottom: 40px;
        padding: 10px 10px;
    }

    .property-box-2 .detail h1{
        font-size: 22px;
        margin:0 0 15px;
    }

    .i-none{
        display: none;
    }

    .property-box-2 .detail{
        padding: 20px 35px 9px 20px;
    }

    .property-box-2 .property-img img{
        height: 200px;
    }

    .inline-search-area {
        max-width: 900px !important;
    }

    .tib-3 .detail .title {
        font-size: 24px;
        margin: 0 0 15px;
    }

    .bi-4 h3 {
        font-size: 45px;
        margin-bottom: 15px;
    }

    .bi-4 p {
        color: #fff;
    }

    .property-box-2 p {
        font-size: 15px;
        line-height: 27px;
    }

    .main-header .form-inline .submit {
        margin-left: 10px;
    }

    .about-text {
        padding:0 0 0 30px;
    }

    .about-text h3 {
        margin-bottom: 15px;
        font-size: 27px;
    }

    .counter-box .icon {
        margin-right: 15px;
    }
}

@media (max-width: 992px) {
	.banner h1,
	.banner h4 {
        display:none;
    }
	
	.banner-box-2{
		backdrop-filter: blur(10px);
	}
	
    .counter-box {
        margin-bottom:30px;
    }

    .banner .carousel-item .w-100{
        width: auto!important;
    }

    .advanced-search .range-slider {
        margin-top: 0;
        margin-bottom: 0;
    }

    .property-banner-2 .slider-listing{
        /*height: 375px!important;*/
    }

    .agent-4 .detail {
        padding: 25px;
    }

    .about-listing{
        padding: 80px 0;
    }

    .portfolio-content p {
        font-size: 14px;
        font-weight: 500;
    }

    .smail-listing {
        bottom: -35px;
    }

    .testimonial .testimonial-info {
        padding: 20px;
        border-radius: 0;
        display: inherit;
        text-align: center;
    }

    .about-slider-box:before {
        border: none;
    }

    .about-slider-box img {
        left: 0;
        top: 0;
    }

    .testimonial .user-profile {
        margin:0;
    }

    .testimonial .user-profile img {
        width: 100px;
        margin-bottom: 20px;
    }

    .bi-2 {
        bottom: 30px;
    }

    .banner-box-3 .banner-box-inner {
        background: transparent;
        padding: 0;
    }

    .banner-box-3 .inline-search-areas .search-boxs {
        background: transparent;
    }

    .banner-box-2.banner-box-3 {
        background: transparent!important;
    }

    .min-value {
        color: #ffffff;
    }

    .max-value {
        color: #fff;
    }

    .banner .text-section{
        text-align: center;
    }

    .banner .slider-mover-left{
        display: none;
    }

    .banner .slider-mover-right{
        display: none;
    }

    .bi-3 {
        top: 40%;
    }

    .banner h3 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .banner .p-text {
        margin-bottom: 25px;
    }

    .main-header .navbar-nav {
        background: #f9f9f9;
        padding: 10px 0;
    }

    .pages-404 .pages-404-inner h1{
        font-size: 50px;
    }

    .contact-2 .contact-info{
        margin: 50px 0 0 0;
    }

    .counter-box .icon {
        margin-right: 20px;
    }

    .property-box-2 .property-img img{
        height: auto;
    }

    .inline-search-area .bootstrap-select .dropdown-toggle .filter-option {
        top: 2px;
    }

    .counters{
       padding: 80px 0 50px;
    }

    .none-992{
        display: none;
    }

    .footer .footer-inner .links li{
        margin-bottom: 10px;
    }

    .footer .footer-inner .contact-info li {
        margin-bottom: 10px;
    }

    .inline-search-area.isa-2 .search-fields {
        min-height: 45px;
        padding: 5px 0;
    }

    .inline-search-area.isa-2 .bootstrap-select button {
        padding: 10px 20px 11px 15px;
        line-height: normal;
        top: 0;
    }

    .inline-search-area.isa-2 .bootstrap-select .dropdown-toggle .filter-option {
        top: 4px!important;
    }

    .inline-search-area.isa-2 .search-col .form-control, .inline-search-area.isa-2 button.btn-search {
        height: 45px;
    }

    .ps-2 .property-box-2 .property-img img {
        height: auto;
    }

    .property-box-2 .detail .title {
        font-size: 20px;
    }

    .main-header .logo {
        padding: 20px 0;
    }

    .main-header .logo-2 {
        padding: 20px 0;
    }

    .why-choose-us .service-section {
        padding: 80px 15px 50px;
    }

    .how-it-work .media-body {
        display: inline-block;
    }

    .how-it-work .photo {
        margin: 0 auto;
        margin-bottom: 30px;
        float: left;
    }

    .how-it-work.media {
        display: inherit;
    }

    .bi-6 .btn-lg {
        margin-bottom: 30px;
    }

    .banner-box-2 .banner-box-inner {
        background: transparent;
        max-width: 350px;
        padding: 0;
        border-radius: 0;
    }

    .banner-box-2 .inline-search-areas .search-boxs {
        background: transparent;
    }

    .banner-box-2 .banner-box-inner.clip-home {
        /*clip-path: polygon(0 0%, 15% 0, 100% 0%, 100% 100%, 0 100%);*/
        position: relative;
		backdrop-filter: none !important;
    }

    .banner-box-2 .banner-box-inner .mb-20{
        margin-bottom: 0;
    }

    .banner-box-2 .range-slider {
        margin: 10px 0 0;
    }

    .banner-box-2 {
        max-width: 100%;
        margin: 0 auto;
        border-radius: 0 10px 10px 10px;
    }

    .banner-box-2 .banner-box-inner {
        max-width: 100%;
        margin: 0 auto;
    }

    .banner-box-3{
        display: flex;
    }

    .banner-box h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .banner-box .location {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .banner-box ul {
        margin-bottom: 10px;
    }

    .wcu-2{
        padding-right: 35px!important;
        padding-left: 35px!important;
    }

    .why-choose-us h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .why-choose-us .service-section {
        left: -0px;
    }

    .why-choose-us .photo {
        display: none;
    }

    .widget-5{
        padding: 0;
    }

    .content-area {
        padding: 80px 0 50px;
    }

    .content-area-2 {
        margin-bottom: 80px;
    }

    .content-area-3 {
        margin-bottom: 50px;
    }

    .content-area-4 {
        padding: 80px 0 50px;
    }

    .content-area-5 {
        padding: 80px 0;
    }

    .content-area-6 {
        padding: 80px 0 50px;
    }

    .content-area-7{
        padding:80px 0 65px;
    }

    .content-area-8 {
        padding: 80px 0 50px;
    }

    .content-area-9 {
        padding: 80px 0 70px;
    }

    .content-area-10{
        padding: 80px 0 40px;
    }

    .content-area-11{
        padding: 50px 0;
    }

    .content-area-12 {
        padding: 80px 0 30px;
    }

    .content-area-13 {
        padding: 80px 0 60px;
    }

    .content-area-14 {
        padding: 80px 0 95px;
    }

    .content-area-15 {
        padding: 80px 0 95px;
    }

    .content-area-16 {
        padding: 80px 0 50px;
    }

    .content-area-17{
        padding: 80px 0 95px;
    }

    .search-area-3 {
        display: block;
    }

    .p-box {
        margin-bottom: 45px;
    }

    .photo-gallery .gallery-mb{
        margin-bottom: 20px;
    }

    .widget-4 {
        margin-bottom: 40px;
        padding: 20px 20px 0;
    }

    .listing-banner{
        height: 450px;
    }

    .main-header-2.sticky-header .navbar-expand-lg .navbar-nav .link-color {
        color: #515151;
    }

    .main-title p{
        font-size: 16px;
    }

    .isa2-pad{
        padding: 0 30px;
    }

    .bi-4 {
        top: 30%;
    }

    .bi-7 {
        top: 38%;
    }

    .amenities ul li i {
        margin-right: 7px;
    }

    .tib-3 .icon {
        right: 30px;
    }

    .tib-3 .detail {
        padding: 20px 35px 20px 35px;
    }

    .property-box-2 p {
        font-size: 16px;
        line-height: 30px;
    }

    .how-it-work .mb-70{
        margin-bottom: 50px;
    }

    .header-ml{
        margin: 0;
    }

    .inline-search-area .btn-search {
        border-radius: 3px !important;
    }

    .testimonial{
        padding: 80px 0;
    }

    .testimonial .testimonia-header {
        margin: 0 auto 40px;
    }

    .testimonial .testimonial-inner .testimonia-header h1 {
        font-size: 30px;
    }

    .tab-box-2 .nav-link {
        display: block;
        padding: .5rem .3rem;
    }

    .ui-item{
        margin-bottom: 30px;
    }

    .alert-2{
        margin-bottom: 30px;
    }

    .header-2{
        padding: 0;
    }

    .main-title {
        margin-bottom: 40px;
    }

    .main-title h1 {
        margin-bottom: 10px;
    }

    .sub-banner {
        height: 290px;
    }

    .main-header .logo img{
        height: 35px;
    }

    .main-header .logo-2 img{
        height: 35px;
    }

    .search-area {
        padding: 25px 20px 5px;
        border-radius: 0;
    }

    .search-options-btn, .search-options-btn:hover {
        padding: 7px 10px 8px 10px;
        border-radius: 3px;
    }

    .search-options-btn, .search-options-btn i {
        margin-left: 0;
    }

    .search-area .form-group{
        margin-bottom: 15px;
    }

    .about-slider-box {
        margin-bottom: 30px;
    }

    .search-area-2 .range-slider {
        margin-top: 15px;
        margin-bottom: 1rem;
    }

    .bg-grea .range-slider {
        margin-top: 15px;
        margin-bottom: 1rem;
    }

    .search-area-2{
        padding: 30px 0 10px;
    }

    .t-c{
        text-align: center;
    }

    .sub-banner .breadcrumb-area {
        top: 45%;
    }

    .banner_video_bg .carousel-item {
        /*height: 500px;*/
    }

    .main-title h1 {
        font-size: 30px;
    }

    .hidden-mb-20{
        margin-bottom: 20px;
    }

    .category_long_bg {
        height: 350px;
    }

    .main-header .search-fields button {
        background: #efefef;
    }

    .main-header .inline-search-small .inline-search-area .search-col:first-child .form-control {
        border-radius: 50px 0 0 50px !important;
        background-color: #efefef;
    }

    .service-info-2-3 .detail{
        padding: 30px 20px 30px;
    }

    .header-transparent {
        /*position: static;*/
        z-index: 9;
        width: 100%;
    }

    .pb-hediin-12{
        padding-bottom: 12px;
    }

    .service-info-2.h-bdr {
        border: solid 1px #efefef;
    }

    .contact-2 .main-title{
        margin-bottom: 40px;
    }

    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 25px;
        background: #f9f9f9;
    }
    .main-header .navbar-expand-lg .navbar-nav .link-color {
        border: none;
        margin: 0;
        color: #515151;
    }

    .main-header .navbar-expand-lg .navbar-nav .link-color:hover {
        background: #f9f9f9;
    }

    .link-color-2{
        color: #515151!important;
    }

    .main-header .dropdown-menu a {
        padding: 10px 30px;
        font-weight: 500;
    }

    .main-header .navbar-expand-lg .user-account {
        padding: 15px 10px;
    }

    .main-header .navbar-expand-lg .user-account li {
        font-size: 12px;
    }

    .main-header .form-inline .submit {
        margin: 0 0 50px 10px;
        font-size: 12px;
    }

    .navbar-light .navbar-toggler {
        border-radius: 2px;
        font-size: 18px;
        font-weight: 400;
    }

    .navbar-light .navbar-toggler span{
        color: #fff;
    }

    .navbar-toggler-icon {
        width: 1.3em;
    }

    .navbar-toggler {
        padding: 0;
        width: 30px;
        height: 30px;
        font-size: 1rem;
        border-radius: 0;
        outline: none;
    }

    .main-header-3 .navbar-light .navbar-toggler {
        border-radius: 2px;
        font-size: 18px;
        font-weight: 400;
    }

    .main-header-3 {
        box-shadow: 0 0 8px 0 rgba(0,0,0,.12)!important;
    }

    .contect-agent-photo img {
        margin-top: 40px;
    }

    .about-text {
        padding: 0;
    }
    .inline-search-area .bootstrap-select button {
        border-bottom: solid 1px #e0e0e0 !important;
    }

    .inline-search-area .bootstrap-select button {
        border-bottom: none !important;
    }

    .banner h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .banner p{
        margin-bottom: 25px;
    }

    .b p{
        margin-bottom: 0;
    }

    .inline-search-area .col-pad-0 {
        padding: 0 15px;
    }

    .inline-search-area .search-col .form-control {
        border-radius: 3px !important;
        height: 45px;
        padding: 11px 15px 10px;
    }

    .inline-search-area .bootstrap-select button {
        padding: 11px 15px 10px;
        height: 45px;
    }

    .inline-search-area .search-col .form-control, .inline-search-area button.btn-search {
        border-radius: 3px;
        height: 45px;
    }

    .inline-search-area .icon-append {
        top: 16px;
    }

    .inline-search-area .search-col.categories{
        width: 100%;
        margin: 0 0 15px;
    }

    .inline-search-area .bootstrap-select button{
        border-radius: 3px;
    }

    .inline-search-area .p-right-0 {
        padding-right: 15px;
    }

    .banner-box-3 .search-boxs{
        background: transparent;
        padding: 0;
    }

    .banner .banner-info-2{
        display: inline-flex;
    }

    .search-boxs{
        padding: 0;
        background: transparent;
    }

    .bi-4 .banner-info{
        display: none;
    }

    .main-header {
        box-shadow: none;
    }

    .inline-search-area.isa-2 .btn-search {
        height: 60px;
    }

    .inline-search-area .search-col {
        margin-bottom: 15px;
    }

    .comparison .search-boxs {
        background: transparent;
        box-shadow: none;
    }

    .comparison .inline-search-area .search-col {
        margin-bottom: 20px;
        background: #fff;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    }

    .comparison .search-fields button {
        border-right: none;
    }

    .main-header .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
    }


    .sticky-header {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
    }

    .sticky-header {
        position: fixed;
        top: 0px;
        z-index: 999;
    }

    .header-shrink {
        background: #fff;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        top: 0px !important;
    }

    .d-none-768{
        display: none;
    }
}

@media (max-width: 768px) {
    .manage-table thead{
        display: none;
    }

    .Property-details-sliders .left{
        display: none;
    }

    .Property-details-sliders .right{
        display: none;
    }

    .heading-listing-2 .rows{
        padding: 0 0!important;
    }

    .Property-details-sliders {
        margin-bottom: 65px;
    }

    .smail-listing .list-inline-item {
        width: 50px;
    }

    .smail-listing {
        bottom: -25px;
    }

    .heading-listing-3 h2{
        font-size: 22px;
    }

    .sorting-options2 {
        float: none;
    }

    .sorting-options {
        float: right;
    }

    .option-bar h3 {
        margin-bottom: 15px;
        line-height: normal;
    }

    .about-listing{
        padding: 60px 0;
    }

    .why-choose-us h1 {
        margin-bottom: 30px;
    }

    .inline-search-area.isa-2 .search-col{
        margin-bottom: 15px;
    }

    body .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .pages-404 .pages-404-inner h1{
        font-size: 40px;
    }

    .banner_video_bg .carousel-item {
        /*height: 350px;*/
    }

    .counters{
        padding: 60px 0 30px;
    }

    .listing-banner{
        height: 400px;
    }

    .none-768{
        display: none;
    }

    .manage-table.mb-30{
        margin-bottom: 0!important;
    }

    .manage-table{
        border-bottom: solid 1px #e6e6e6;
    }

    .why-choose-us .service-section {
        padding: 60px 15px 30px;
    }

    .agent-2.media {
        display: inherit;
    }

    .agent-2 .photo {
        padding: 0;
        box-shadow: none;
        background: #fff;
        max-width: 100%;
        border-radius: 0;
    }

    .agent-2{
        box-shadow: 0 0 75px rgba(0, 0, 0, 0.1);
        background: #fff;
    }

    .agent-2 .photo img{
        border-radius: 0;
    }

    .agent-2 .detail .social-list {
        display: inline-block;
        position: absolute;
        top: inherit;
        right: 20px;
        bottom: 20px;
    }

    .agent-2 .detail {
        padding: 25px;
        box-shadow: 0 0 75px rgba(0, 0, 0, 0.1);
        background: #fff;
        border-radius: 0;
        margin: 0;
    }

    .banner-box.clip-home {
        clip-path: polygon(0% 0, 100% 0, 85% 100%, 100% 100%, 0 100%);
        position: relative;
    }

    .banner-box-inner.clip-home {
        clip-path: polygon(0% 0, 100% 0, 85% 100%, 100% 100%, 0 100%);
        position: relative;
    }

    .banner h3 {
        font-size: 35px;
    }

    .bi-7 {
        top: 35%;
    }

    .banner-box ul li {
        margin-right: 20px;
    }

    .banner-box .price {
        font-size: 19px;
        right: 65px;
        margin-bottom: 0;
        line-height: 40px;
    }

    .banner-box h2 {
        font-size: 25px;
    }

    .banner-box.clip-home .btn-lg {
        padding: 8px 43px 6px 20px;
        font-size: 13px;
    }

    .wcu-2{
        padding-right: 0px!important;
        padding-left: 0px!important;
    }

    .contact-form .login-inner-form .social-list li a {
        margin:0;
    }

    .manage-table .action a{
        float: none;
    }

    .manage-table .action a {
        margin: 3px 0;
    }

    .dashboard-table-responsive .table th, .table td {
        padding: 15px 5px;
        font-size: 13px;
    }

    .sub-banner .breadcrumb-area h1{
        font-size: 27px;
        margin-bottom: 10px;
    }

    .sub-banner .breadcrumbs li {
        font-size: 15px;
    }

    .form-group-3{
        margin-bottom: 30px;
    }

    .filteriz-navigation li {
        font-size: 12px;
        letter-spacing: 1px;
        padding: 4px 15px 4px 15px;
    }

    .add-review-text{
        margin: 10px 0 10px;
    }

    .comment-meta a {
        margin-left: 10px;
    }

    .inline-search-area .icon-append {
        top: 15px;
    }

    .add-review .change-photo-btn {
        float: left;
    }

    .amenities ul li i {
        margin-right: 10px;
    }

    .property-box-2 .icon {
        right: 30px;
    }

    .property-box-2 .detail {
        padding: 25px 35px 20px 35px;
        width: 100%;
    }

    .property-box-2 .footer{
        padding: 0 15px 0 35px;
        position: static;
    }

    .property-box-2 .detail ul{
        width: 100%;
        display: block;
    }

    .partners{
       margin-bottom: 15px;
    }

    .partners img {
        max-width: 140px;
        margin: 0 auto;
    }

    .content-area-12 {
        padding: 60px 0 10px;
    }

    .content-area-13 {
        padding: 60px 0 40px;
    }

    .content-area-14 {
        padding: 60px 0 75px;
    }

    .content-area-15 {
        padding: 60px 0 75px;
    }

    .content-area-16 {
        padding: 60px 0 30px;
    }

    .content-area-17{
        padding: 60px 0 75px;
    }

    .how-it-work .mb-70{
        margin-bottom: 30px;
    }

    .testimonial{
        padding: 60px 0;
    }

    .testimonial .testimonia-header {
        margin: 0 auto 30px;
    }

    footer {
        padding-top: 60px;
    }

    .property-box-2 .price-box{
        right: 30px;
    }

    .manage-table{
        text-align: center;
    }

    .manage-table .listing-photoo {
        width: 100%;
        float: left;
        padding-left: 0;
    }

    .manage-table .listing-photoo img{
        max-width: 280px;
    }

    .manage-table .title-container h5 {
        font-size: 20px;
    }

    .manage-table .title-container {
        padding: 20px 0 10px;
        width: 100%;
        float: left;
    }

    .manage-table .date {
        width: 100%;
        padding: 0;
        float: left;
        margin-bottom: 15px;
    }

    .manage-table .action {
        width: 100%;
        float: left;
        padding: 0;
        margin-bottom: 25px;
    }

    .manage-table .action ul li{
        display: inline-block;
    }
    .manage-table .action ul li a{
        padding: 7px 15px;
        background: #f5f6f7;
        margin: 1px;
        border-radius: 50px;
    }

    .search-options-btn, .search-options-btn:hover {
        padding: 5px 8px 6px 8px;
        border-radius: 3px;
        font-size: 13px;
    }

    .banner-property-box .rent {
        padding: 5px 16px;
        font-size: 10px;
        margin-right: 10px;
    }

    .main-title {
        margin-bottom: 30px;
    }

    .search-area-2 .form-group {
        margin-bottom: 10px;
    }

    .property-meta{
        padding: 20px 5px;
    }

    .search-area-2 {
        padding: 30px 20px 10px;
    }

    .coming-soon-inner .form-control {
        width: 65%;
    }

    .coming-soon-inner .btn, .coming-soon-inner .btn:hover, .coming-soon-inner .btn:active {
        width: 35%;
    }

    .property-meta ul li{
        font-size: 14px;
    }

    .property-meta ul li i {
        margin-right: 7px;
        font-size: 17px;
    }

    .sub-banner {
        height: 250px;
    }

    .sub-banner .breadcrumbs li {
        font-size: 16px;
    }

    .footer .footer-item {
        margin-bottom: 40px;
    }

    .sub-footer .copy {
        text-align: center;
        margin-bottom: 10px;
        line-height: 30px;
    }

    .sub-footer .social-list {
        float: none;
    }

    .sub-footer {
        text-align: center;
    }

    .coming-soon-counter div {
        font-size: 30px;
        padding:10px 5px 15px;
    }

    .coming-soon-counter{
        margin-bottom: 35px;
    }

    .coming-soon-inner h1{
        font-size: 40px;
        margin-bottom: 30px;
    }

    .coming-soon-inner h6{
        margin-bottom: 30px;
    }

    .banner-property-box  .mb-30 {
        margin-bottom: 20px;
    }

    .banner .btn-md {
        padding: 9px 15px;
        font-size: 12px;
    }

    .banner .btn-lg {
        padding: 7px 15px 3px 15px;
        letter-spacing: 0;
        line-height: 24px;
        font-size: 11px;
    }

    .bi-6 .btn-lg {
        padding: 11px 32px 7px 32px;
        letter-spacing: 0.5px;
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .btn-white-lg-outline {
        padding: 5px 13px 3px 13px !important;
    }

    .banner p {
        font-size: 17px;
        margin-bottom: 25px;
    }

    .banner h1 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .blog-social-list {
        float: left;
        margin-top: 20px;
    }

    .countdown .top {
        font-size: 30px;
    }

    .setting-button {
        font-size: 14px;
        width: 36px;
        height: 36px;
        line-height: 38px;
        left: -35px;
    }

    .video iframe {
        height: 250px;
    }

    .contact-map {
        height: 250px !important;
    }

    .back-to-listings {
        height: 35px;
        line-height: 35px;
        width: 35px;
        font-size: 15px;
    }

    .search-area label {
        display: none;
    }

    .service-info-2-3 {
        margin-bottom: 65px;
    }

    .service-info-2-3.hidden-30 {
        margin-bottom: 30px;
    }

    .listings-parallax h1 {
        font-size: 25px;
        margin: 0 0 20px;
    }

    .listings-parallax{
        text-align: center;
        padding-top: 60px;
    }

    .contact-details .media .media-left {
        padding-right: 20px;
    }

    .search-area-inner {
        margin: 0 -15px;
    }

    .search-contents .col-xs-12,
    .search-contents .col-xs-6 {
        padding: 3px 10px;
    }

    .search-box .form-group {
        margin-bottom: 0;
    }

    .blog-box .detail .tags-box {
        margin-bottom: 20px;
    }

    .blog-box .detail .blog-share {
        float: left;
        text-align: left;
    }

    .comments ul {
        margin: 0 0 0 0;
    }

    .comment-body {
        margin: 10px 0 0 0;
        line-height: 20px;
        padding: 10px 0 0 0;
        font-size: 13px;
        text-align: justify;
    }

    .blog-banner {
        text-align: center;
        padding: 40px 0;
    }

    .comment-content {
        margin: 0 0 0 65px;
    }

    .comment-content p {
        font-size: 15px;
        line-height: 25px;
    }

    .comment-author {
        height: 50px;
        width: 50px;
    }

    .sec-title-three h2 {
        margin-top: 0;
    }

    .content-area {
        padding: 60px 0 30px;
    }

    .content-area-2 {
        margin-bottom: 60px;
    }

    .content-area-3 {
        margin-bottom: 30px;
    }

    .content-area-4 {
        padding: 60px 0 30px;
    }

    .content-area-5 {
        padding: 60px 0;
    }

    .content-area-6 {
        padding: 60px 0 30px;
    }

    .content-area-7{
        padding:60px 0 45px;
    }

    .content-area-8 {
        padding: 60px 0 30px;
    }

    .content-area-10{
        padding: 60px 0 20px;
    }

    .content-area-11 {
        padding: 20px 0 10px;
    }

    .content-area-9{
        padding: 60px 0 50px;
    }

    .about-text {
        padding: 0;
    }

    .search-area .form-group {
        margin-bottom: 10px;
    }

    .recently-property-box .detail .location a {
        font-size: 14px;
    }

    .about-box {
        max-width: 100%;
    }

    .my-property-box .detail .location {
        font-size: 14px;
    }

    .amenities ul li {
        list-style: none;
    }

    .property-condition ul li {
        margin-bottom: 10px;
    }

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

    .heading-property p{
        font-size: 13px;
    }

    .heading-property h5{
        font-size: 13px;
    }

    .typography-page p {
        font-size: 13px;
        line-height: 25px;
        text-align: justify;
    }

    .breadcrumb-area .btn-md {
        padding: 10px 20px;
    }

    .counter-box h1 {
        font-size: 20px;
    }

    .counter-box h5 {
        font-size: 12px;
    }

    .counter-box{
        margin: 0 auto 30px;
        max-width: 300px;
    }

    .property-banner-2{
        margin-bottom: 25px;
    }

    .bi-end{
        top: 30%;
    }

}
/*@media (max-width: 576px) {
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
}*/

@media (max-width: 1000px) {
	#filtersHome {
		margin-left: auto;
		margin-right: auto;
		/*background: hsl(149.51deg 2.51% 59.4% / 50%);*/
		border-radius: 8px;
	}	
}

@media (max-width:990px) {
	#filtersHome {
		background: hsl(149.51deg 2.51% 59.4% / 50%);
		backdrop-filter: blur(10px);
		margin-top: 50px;
	}
}

@media (max-width: 1199px) {
	
	.banner-box-2 .banner-box-inner.clip-home {
		backdrop-filter: blur(10px);
		border-radius: 10px;
	}
	
    .inline-search-area {
        max-width: 80%;
    }

    .none-580{
        display: none;
    }

    .bi-2 {
        bottom: 40px;
    }

    .sub-banner .breadcrumb-area h1 {
        font-size: 25px;
    }

    .sub-banner .breadcrumbs li {
        font-size: 15px;
    }

    .contact-form .login-inner-form .details {
        padding: 20px 20px 20px;
    }

    .comment-content h5 .f-right {
        float: none;
    }

    .coming-soon-counter div span {
        font-size: 12px;
    }

    .coming-soon-counter div{
        font-size: 25px;
    }
	.container .row {
	 padding: 10px;
	}
    .coming-soon-inner h1{
        font-size: 30px;
    }

    .bi-4 .banner-info ul .b-hidden {
        display: none;
    }
	
	.banner-box-2 {
		backdrop-filter: none;		
	}
	
	.button-theme {
		margin-top: 10px;
	}
	
	.button-theme:hover {
		box-shadow: none;	
	}
	
	/*.banner-box-2 .inline-search-areas .bootstrap-select button {
		padding: 8px 35px 5px 25px;
		}
	*/
	
	.search-col .btn-search {
		padding: 0.25rem 0.75rem !important;	
	}
    .inline-search-area .dropdown-toggle::after {
        margin-left: -7px;
        top: 8px;
    }

    .manage-table .action a i {
        margin-right: 3px;
    }

    .search-options-btn, .search-options-btn:hover {
        left: 30px;
        bottom: 0;
    }

    .setting-button {
        display: none;
    }

    .inline-search-area .btn {
        margin: 0 !important;
    }

    .inline-search-area .dropdown-toggle::after {
        margin-top: 14px;
    }

}

@media (max-width: 768px){
		.bi-6 {
		top:15% !important;	
	}
	
	
	
	.text-section img{
	 margin-top: 20px !important;
	 margin-bottom: 20px !important;
	}
	
	.banner-box-2 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}
}

.map-100vh{
    height: 100vh !important;
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
	
  .navbar-expand-lg .navbar-nav .dropdown-menu{
	top: 70% !important;
  }
	
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (max-width: 992px) and (max-height: 850px) {
	.bi-6 {
		top: 7% !important;	
	}
	
	.text-section img {
		margin-top: 20px !important;
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) and (max-height: 850px) {
		.text-section img {
		margin-top: 50px !important;		
	}
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: 215px !important;
}

.account-dropdown {
  margin-left: auto;
}

@media (max-width: 1200px) {
    .ms-auto {
      margin-left: auto !important;
    }
}
.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
	
.fancy-submit-button {
            width: 100%;
            padding: 16px 24px;
            background: linear-gradient(135deg, #1e4041 0%, #2a4f51 100%);
            color: white;
            border: none;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }
        
        .fancy-submit-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(241, 183, 101, 0.3), transparent);
            transition: left 0.5s;
        }
        
        .fancy-submit-button:hover::before {
            left: 100%;
        }
        
        .fancy-submit-button:hover {
            transform: translateY(-2px);
            box-shadow: 0 20px 40px rgba(30, 64, 65, 0.3);
        }
        
        .fancy-submit-button:active {
            transform: translateY(0);
        }
}
.heading-listing-3 .price {
	font-weight: 800 !important;
	font-size: 24px !important;
}

.property-description p {
	color: var(--dark) !important;	
}

.sidebar-filters {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}


@media (max-width: 1024px) {
    .main-header .container {
        max-width: 1024px !important;
		padding-bottom: 15px;
    }
}

@media (min-width: 1920px) {
	.listing-property.content-area .container {
		    max-width: 1800px !important;	
	}
}