body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

select, textarea, input {font-size: 14px;}
.form-control {font-size: 14px;border-color: #c9c9c9!important;}
.form-control:focus {border-color: #ff3c23 !important;box-shadow: none !important;}
select {width: 100% !important;}
table, table tr th, table tr td {border-color: #c9c9c9 !important;}
.form-check-label {font-weight: 400!important;}
.tar {text-align: right;}

.w-50 {width: 50%;}
.w-100-p {width: 100% !important;}
.w-30-p {width: 30% !important;}
.w-40-p {width: 40% !important;}
.w-60-p {width: 60% !important;}
.w-70-p {width: 70% !important;}
.w-100 {width: 100px !important;}

.w-60 {width: 60px !important;}
.w-80 {width: 80px !important;}
.w-100 {width: 100px !important;}
.w-150 {width: 150px !important;}
.w-200 {width: 200px !important;}
.w-300 {width: 300px !important;}
.w-400 {width: 400px !important;}

.h-100 {height: 100px !important;}
.h-150 {height: 150px !important;}
.h-200 {height: 200px !important;}
.h-250 {height: 250px !important;}
.h-300 {height: 300px !important;}
.h-350 {height: 350px !important;}
.h-400 {height: 400px !important;}


.btn:first-child:hover,
:not(.btn-check)+.btn:hover {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}

.btn-sm-custom {
    font-size: 12px;
    padding-top: 3px;
}

.badge.bg-success {
    background: #11af33 !important;
}

.badge.bg-danger {
    background: #ff3c23 !important;
}

.bg-website {
    background: #d92228 !important;
    border: 0;
}

.ml-auto {margin-left: auto !important;}

a {transition: 0.35s;text-decoration: none;}
a:hover {text-decoration: none;}
p {font-weight: 400;}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #d92228;
}

.primary-color {
    color: #d92228;
}

.primary-color:hover {
    color: #333;
}

@media (max-width: 585px) {
    .slider {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .slider .text {
        padding-top: 40px !important;
    }

    .slider .text h2 {
        margin-left: 0px !important;
        margin-right: 0px !important;
        font-size: 28px !important;
    }

    .slider .text p {
        font-size: 16px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

/* Heading Area */
.main-nav {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
}

.main-nav .navbar {
    padding-left: 0;
    padding-right: 0;
}

.main-nav nav .navbar-nav .nav-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    top: 86px !important;
    background: #ffffff !important;
    padding: 0 !important;
    border: 2px solid #f5f5f5 !important;
    border-radius: 0 !important;
    width: 200px !important;
    z-index: 999999 !important;
}

.main-nav nav .navbar-nav .nav-item a {
    color: #333;
    font-weight: 400;
    text-transform: none !important;
    font-size: 15px !important;
    transition: all 0.5s;
    position: relative;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #444;
    border-bottom: 1px solid #dbdbdb;
}

.mobile-nav.mean-container .mean-nav ul li a.active,
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active,
.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #d92228;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #d92228 !important;
}

.main-nav nav .navbar-nav .nav-item:nth-last-of-type(1) {
    border-radius: 4px;
    background: #d92228;
    margin-left: 10px;
}

.main-nav nav .navbar-nav .nav-item:nth-last-of-type(1) a {
    color: #fff !important;
}

.main-nav img {
    height: 50px;
}

.mobile-nav img {
    height: 40px;
}

.mean-container .mean-bar {
    background-color: #fff;
    height: 60px;
    z-index: 999999 !important;
}

.mean-container .logo {
    top: 5px;
}

.mean-container img {
    height: 50px;
}

.mean-container a.meanmenu-reveal span {
    background: #d92228;
}

.mean-container a.meanmenu-reveal {
    color: #d92228;
}

@media (max-width: 991px) {
    .mobile-nav .logo {
        z-index: 999999!important;   
    }
}



/* Scroll to Top */
.scroll-top {
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 20px;
    right: 20px;
    background: #d92228;
    color: #fff;
    opacity: 0.7;
    z-index: 999999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.scroll-top:hover {
    opacity: 1;
    color: #fff;
    background: #313131;
}

/* Advertisement */
.ad-section-1 img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Home Slider */
.slider {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 140px;
    padding-bottom: 140px;
}

.slider .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #000;
}

.slider .text {
    position: relative;
    z-index: 99;
    text-align: center;
}

.slider .text h2 {
    font-size: 45px;
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
}

.slider .text p {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.5px;
    margin: 0 250px;
}

/* Search Section */
.search-section {
    margin-top: 30px;
}

.search-section .inner {
    border: 1px dashed #e0e0e0;
    padding: 20px 20px;
    position: relative;
    z-index: 99999;
    border-radius: 6px;
}

.search-section .form-control,
.search-section .form-select {
    font-size: 15px;
    font-weight: 400;
}

.search-section button[type="submit"] {
    width: 100%;
    font-size: 15px;
    background: #d92228;
    border: 1px solid #d92228;
    font-weight: 400;
}

.search-section button[type="submit"]:hover {
    background: #fff;
    border-color: #fff;
    color: #d92228;
}

@media (max-width: 991px) {
    .search-section .form-control,
    .search-section .form-select,
    .select2-container .select2-selection--single {
        margin-bottom: 10px;
    }
    .slider .text p {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Home Page - Why Choose */
.why-choose {
    padding-top: 60px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

.why-choose:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #3b3b3b;
    z-index: 1;
}

.why-choose .heading {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.why-choose .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.why-choose .heading p {
    color: #fff;
}

.why-choose .inner {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.why-choose .inner .icon {
    text-align: center;
    margin-bottom: 20px;
}

.why-choose .inner .icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    font-size: 35px;
}

.why-choose .inner .text {
    text-align: center;
}

.why-choose .inner .text h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.why-choose .inner .text p {
    font-size: 14px;
    color: #fff;
}

/* Home Page - Property */
.property {
    padding-top: 50px;
    padding-bottom: 50px;
}

.property .heading {
    text-align: center;
    margin-bottom: 30px;
}

.property .heading h2 {
    font-size: 30px;
    font-weight: 700;
}

.property .heading p {
    color: #696969;
}

.property .item {
    margin-bottom: 25px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    text-align: center;
    transition: all 0.5s;
    position: relative;
}
.property .item .photo {
    position: relative;
}
.property .item .photo img.main {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
@media only screen and (max-width: 767px) {
    .property .item .photo img.main {
        height: auto;
        object-fit: none;
    }
}
.property .item .photo .top {
    position: absolute;
    left: 10px;
    top: 10px;
}
.property .item .photo .top .featured {
    background: #d92228;
    color: #fff;
    padding: 1px 10px;
    border-radius: 16px;
    font-size: 13px;
    margin-right: 10px;
    float: left;
}
.property .item .photo .top .status-sale,
.property .item .photo .top .status-rent {
    color: #fff;
    padding: 1px 10px;
    border-radius: 16px;
    font-size: 13px;
    margin-right: 10px;
    float: left;
}
.property .item .photo .top .status-sale {
    background: #2895c4;
}
.property .item .photo .top .status-rent {
    background: #22b638;
}
.property .item .photo .price {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    border: 1px solid #c8c8c8;
    background: #fff;
    color: #d92228;
    padding: 1px 16px;
    border-radius: 36px;
}
.property .item .photo .wishlist {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 30px;
    color: #fff;
}
.property .item .photo .wishlist a {
    color: #fff;
}
.property .item .text {
    width: 100%;
    text-align: left;
    position: relative;
    padding: 10px;
}
.property .item .text h3 {
    font-size: 20px;
    font-weight: 600;
}
.property .item .text h3 a {
    color: #d92228;
}
.property .item .text .detail {
    margin-top: 10px;
    position: relative;
}
.property .item .text .detail .stat {
    text-align: left;
}
.property .item .text .detail .stat .i1 {
    margin-right: 10px;
    display: inline-block;
}
.property .item .text .detail .stat .i2 {
    margin-right: 10px;
    display: inline-block;
}
.property .item .text .detail .stat .i3 {
    margin-right: 0px;
    display: inline-block;
}
.property .item .text .detail .address {
    margin-top: 5px;
    color: #757575;
}
.property .item .text .detail .type-location {
    margin-top: 5px;
    color: #757575;
    text-align: left;
}
.property .item .text .detail .type-location .i1 {
    display: inline-block;
    margin-right: 10px;
}
.property .item .text .detail .type-location .i2 {
    display: inline-block;
}
.property .item .text .agent-section {
    font-size: 14px;
    font-weight: 600;
    border-top: 1px dashed #cbcbcb;
    margin-top: 10px;
    padding-top: 10px;
}
.property .item .text .agent-section .agent-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.property .item .text .agent-section a {
    color: #000;
}
@media (max-width: 480px) {

    
}




/* Home Page - Blog */
.blog {
    padding-top: 70px;
    padding-bottom: 50px;
}

.blog .heading {
    text-align: center;
    margin-bottom: 30px;
}

.blog .heading h2 {
    font-size: 30px;
    font-weight: 700;
}

.blog .heading p {
    color: #696969;
}

.blog .item {
    margin-bottom: 40px;
}

.blog .item .photo {
    margin-bottom: 10px;
}

.blog .item .photo img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog .item .text h2 {
    font-size: 18px;
}

.blog .item .text h2 a {
    color: #333;
}

.blog .item .text .short-des p {
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}

.blog .item .text .button a {
    background: #d92228;
    border: 0;
}

@media (max-width: 1199px) {
    .blog .item .photo img {
        height: 180px;
    }
}

@media (max-width: 991px) {
    .blog .item .photo img {
        height: 210px;
    }
}

@media (max-width: 767px) {
    .blog .item .photo img {
        height: auto;
    }
}



/* Agent */
.agent {
    padding-top: 60px;
    padding-bottom: 0px;
}
.agent .heading {
    text-align: center;
    margin-bottom: 30px;
}
.agent .heading h2 {
    font-size: 30px;
    font-weight: 700;
}
.agent .heading p {
    color: #696969;
}
.agent .item {
    margin-bottom: 30px;
}
.agent .item .photo {
    margin-bottom: 10px;
}
.agent .item .photo img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 6px;
}
@media only screen and (max-width: 1199px) {
    .agent .item .photo img {
        height: 216px!important;
    }
}
@media only screen and (max-width: 767px) {
    .agent .item .photo img {
        height: 246px!important;
    }
}
@media only screen and (max-width: 575px) {
    .agent .item .photo img {
        object-fit: none!important;
        height: auto!important;
    }
}
.agent .item .text h2 {
    font-size: 18px;
    text-align: center;
}
.agent .item .text h2 a {
    color: #333;
    font-weight: 600;
}
.agent .item .text .short-des p {
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}
.agent .item .text .button a {
    background: #d92228;
    border: 0;
}
@media (max-width: 1199px) {
    .agent .item .photo img {
        height: 180px;
    }
}
@media (max-width: 991px) {
    .agent .item .photo img {
        height: 210px;
    }
}
@media (max-width: 767px) {
    .agent .item .photo img {
        height: auto;
    }
}



.agent-detail {
    padding-top: 60px;
    padding-bottom: 0px;
}
.agent-detail .inner {
    padding: 30px 50px;
    border: 1px solid #cccccc;
    border-radius: 6px;
}
.agent-detail .photo {
    text-align: center;
    margin-right: 10px;
}
.agent-detail .photo img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    height: auto;
}
.agent-detail .detail {
    padding-top: 10px;
    text-align: center;
}
.agent-detail .detail h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}
.agent-detail .detail h4 {
    font-size: 16px;
    color: #646464;
    margin-bottom: 25px;
}
.agent-detail .detail .contact {
    margin-top: 25px;
    margin-bottom: 25px;
}
.agent-detail .detail .contact .item {
    font-size: 14px;
    margin-bottom: 7px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 700;
}
.agent-detail .detail ul.agent-detail-ul {
    padding-left: 0;
}
.agent-detail .detail ul.agent-detail-ul li {
    list-style-type: none;
    margin-right: 5px;
    display: inline-block;
}
.agent-detail .detail ul.agent-detail-ul li a i {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    display: block;
    background: #d92228;
    color: #fff;
}



/* Location */
.location {
    padding-top: 60px;
    padding-bottom: 0px;
}

.location .heading {
    text-align: center;
    margin-bottom: 30px;
}

.location .heading h2 {
    font-size: 30px;
    font-weight: 700;
}

.location .heading p {
    color: #696969;
}

.location .item {
    margin-bottom: 30px;
}

.location .item .photo {
    margin-bottom: 10px;
}

.location .item .photo img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

@media only screen and (max-width: 1199px) {
    .location .item .photo img {
        height: 216px !important;
    }
}

@media only screen and (max-width: 767px) {
    .location .item .photo img {
        height: 246px !important;
    }
}

@media only screen and (max-width: 575px) {
    .location .item .photo img {
        object-fit: none !important;
        height: auto !important;
    }
}

.location .item .text h2 {
    font-size: 18px;
    text-align: center;
}

.location .item .text h2 a {
    color: #333;
    font-weight: 600;
}
.location .item .text h4 {
    text-align: center;
    font-size: 14px;
    color: #575757;
}

.location .item .text .short-des p {
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}

.location .item .text .button a {
    background: #d92228;
    border: 0;
}

@media (max-width: 1199px) {
    .location .item .photo img {
        height: 180px;
    }
}

@media (max-width: 991px) {
    .location .item .photo img {
        height: 210px;
    }
}

@media (max-width: 767px) {
    .location .item .photo img {
        height: auto;
    }
}



/* Footer */
.footer {
    background: #222;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer h2.heading {
    font-size: 20px;
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 0.4px solid #e0e0e0;
}

.footer p,
.footer ul li,
.footer ul li a,
.footer .list-item .right {
    font-weight: 400;
    font-size: 15px;
}

.footer input[type="submit"] {
    width: 100%;
    background: #d92228;
    border: 0;
    margin-top: 10px;
}

.footer .list-item {
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: 400;
}

.footer .list-item .left {
    width: 30px;
    height: auto;
    float: left;
    padding-top: 2px;
}

.footer .list-item .left i {
    font-size: 20px;
}

.footer .list-item .right {
    width: calc(100% - 40px);
    height: auto;
    float: left;
}

.footer ul.social {
    padding: 0;
    margin-bottom: 25px;
    overflow: hidden;
}

.footer ul.social li {
    list-style-type: none;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}

.footer ul.social li a {
    color: #fff;
    background: #d92228;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
}

.footer ul.social li a:hover {
    color: #d92228;
    background: #fff;
}

.footer ul.useful-links {
    padding: 0;
}

.footer ul.useful-links li {
    list-style-type: none;
    margin-right: 6px;
    margin-bottom: 6px;
    position: relative;
    padding-left: 12px;
}

.footer ul.useful-links li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
}

.footer ul.useful-links li a {
    color: #fff;
}

@media (max-width: 991px) {
    .footer .item {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 767px) {
    .footer-bottom .copyright {
        text-align: center !important;
        margin-bottom: 10px !important;
    }

    .footer-bottom .right ul {
        text-align: center !important;
    }
}

/* Page Top */
.page-top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.page-top h2 {
    position: relative;
    z-index: 99;
    color: #fff;
    opacity: 1;
    text-align: center;
    font-weight: 700;
}

.page-top .button {
    position: relative;
    z-index: 99;
    text-align: center;
}

.page-top .button a {
    background: #d92228;
    border: 0;
}

.page-top .button a:hover {
    background: #d92228;
    opacity: 0.8;
}

.page-top .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #232323;
    color: #fff;
    opacity: 0.6;
    z-index: 99;
}

.page-top .breadcrumb-container {
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.page-top .breadcrumb {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .page-top {
        padding-top: 120px;
    }

    .page-top-company-single .item .text .detail-1 .email,
    .page-top-company-single .item .text .detail-1 .phone {
        display: inline-block;
    }
}

@media (max-width: 767px) {

    .page-top-company-single .item .text .detail-1 .category,
    .page-top-company-single .item .text .detail-1 .location,
    .page-top-company-single .item .text .detail-1 .email,
    .page-top-company-single .item .text .detail-1 .phone {
        margin-bottom: 10px;
    }
}

/* Page Content */
.page-content {
    padding-top: 40px;
    padding-bottom: 20px;
}

.page-content .featured-photo {
    margin-bottom: 15px;
}

.page-content .featured-photo img {
    width: 100%;
    height: auto;
}

.page-content .sub {
    overflow: hidden;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.page-content .sub .item {
    float: left;
    margin-right: 15px;
    color: #969696;
}

.page-content .sub .item a {
    color: #969696;
    text-decoration: underline;
}

.page-content .main-text {
    margin-bottom: 25px;
}

.page-content .share-content {
    margin-bottom: 20px;
}

.page-content .share-content h2 {
    font-size: 24px;
}

/* Contact Page */
.contact-form textarea {
    height: 200px;
}

.map iframe {
    width: 100%;
    height: 450px;
}

@media (max-width: 1199px) {
    .map iframe {
        height: 400px;
    }
}

/* FAQ Page */
.faq .accordion {
    width: 70%;
}

.faq .accordion-button {
    color: #d92228;
    font-weight: 700;
    background: #ebebeb;
}

.faq .accordion-button.collapsed {
    background: none;
}

.faq .accordion-button:focus {
    box-shadow: none !important;
}

.faq .accordion-item {
    margin-bottom: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.faq .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 700;
    background-image: none;
    transform: none;
    color: #d92228;
}

.faq .accordion-button.collapsed::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 700;
    background-image: none;
}

.faq .accordion-item .accordion-button {
    border-radius: 0 !important;
}

.faq .accordion-body {
    font-weight: 400;
}

.faq .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq .accordion-item:last-of-type {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

@media (max-width: 991px) {
    .faq .accordion {
        width: 100% !important;
    }
}

/* Testimonial */
.testimonial {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonial .bg {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.7;
}

.testimonial h2.main-header {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    position: relative;
}

.testimonial .item {
    text-align: center;
    color: #fff;
    padding: 30px;
}

.testimonial .description {
    margin: 0 auto;
    padding-left: 120px;
    padding-right: 120px;
}

.testimonial .description p {
    position: relative;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 0;
}

.testimonial .description p:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 3px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background: #fff;
}

.testimonial .photo {
    width: 95px;
    height: 95px;
    margin: 0 auto;
}

.testimonial .photo img {
    width: 100%;
    height: auto;
}

.testimonial .text {
    margin-top: 15px;
}

.testimonial .text h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.testimonial .text p {
    font-size: 15px;
    margin: 0;
}

.testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    background: #d92228;
    border: 7px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 24px;
    height: 24px;
    background: #313131;
    border: 7px solid #fff;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    line-height: 48px;
    background: #fff;
    color: #d92228;
    margin-top: -25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.testimonial-carousel .owl-nav .owl-prev {
    left: 0;
}

.testimonial-carousel .owl-nav .owl-next {
    right: 0;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #d92228;
    background: #fff;
}

@media (max-width: 991px) {
    .testimonial .description {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.property-filter {
    padding-top: 50px;
    padding-bottom: 50px;
}

.property-filter .widget {
    margin-bottom: 20px;
}

.property-filter .widget input[type="text"] {
    font-size: 15px;
}

.property-filter .advertisement {
    margin-top: 50px;
}

.property-filter .advertisement img {
    width: 100%;
    height: auto;
}

.property-filter h2 {
    font-size: 18px;
    font-weight: 600;
}

.property-filter .filter-button button {
    width: 100%;
    background: #d92228;
    border: 0;
    color: #fff;
}

.clearfix {
    width: 100%;
    clear: both;
}

.nice-select {
    width: 100%;
    height: auto;
    line-height: 24px !important;
    border-color: #ced4da;
    font-size: 15px;
}

.nice-select.open .list {
    width: 100%;
    box-shadow: none;
    border: 1px solid #ced4da !important;
}

.property .search-result-header {
    background: #d92228;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .property-filter {
        padding-bottom: 0 !important;
    }
}

.page-top-job-single {
    padding-top: 0;
    padding-bottom: 0;
}

.page-top-job-single .property-single {
    z-index: 999;
    padding-top: 30px;
    padding-bottom: 20px;
}

.page-top-job-single .property-single .item {
    border: 0;
}

.page-top-job-single .property-single .item .text h3,
.page-top-job-single .property-single .item .text h3 a {
    color: #fff;
    font-size: 38px;
}

.page-top-job-single .property-single .item .text .detail-1,
.page-top-job-single .property-single .item .text .detail-1 .category:before,
.page-top-job-single .property-single .item .text .detail-1 .location:before,
.page-top-job-single .property-single .item .text .detail-1 .email:before,
.page-top-job-single .property-single .item .text .detail-1 .phone:before,
.page-top-job-single .property-single .item .text .detail-2 .date,
.page-top-job-single .property-single .item .text .detail-2 .date:before,
.page-top-job-single .property-single .item .text .detail-2 .budget,
.page-top-job-single .property-single .item .text .detail-2 .budget:before {
    color: #e3e3e3;
}

.page-top-job-single .property-single .item .text .apply {
    position: absolute;
    right: 0;
    top: 35px;
}

.page-top-job-single .property-single .item .text .apply a {
    background: #e9e9e9;
    color: #d92228;
    border: 0;
    padding: 8px 20px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .page-top-job-single .property-single .item {
        display: block !important;
    }

    .page-top-job-single .property-single .item .logo {
        margin-right: 0;
    }

    .page-top-job-single .property-single .item .text .apply {
        position: relative;
    }

    .page-top-job-single .property-single .item .text {
        text-align: center;
    }

    .page-top-job-single .property-single .item .text h3 {
        padding-right: 0;
    }

    .page-top-job-single .property-single .item .text .detail-1,
    .page-top-job-single .property-single .item .text .detail-2,
    .page-top-job-single .property-single .item .text .special {
        display: block !important;
        text-align: center;
    }

    .page-top-job-single .property-single .item .text .detail-1 .category,
    .page-top-job-single .property-single .item .text .detail-1 .location,
    .page-top-job-single .property-single .item .text .detail-2 .date,
    .page-top-job-single .property-single .item .text .detail-2 .budget,
    .page-top-job-single .property-single .item .text .detail-2 .expired,
    .page-top-job-single .property-single .item .text .special .featured,
    .page-top-job-single .property-single .item .text .special .type,
    .page-top-job-single .property-single .item .text .special .urgent {
        display: inline-block !important;
    }

    .page-top-job-single .property-single .item .text .apply {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 480px) {

    .page-top-job-single .property-single .item .text .detail-1 .category,
    .page-top-job-single .property-single .item .text .detail-1 .location,
    .page-top-job-single .property-single .item .text .detail-2 .date,
    .page-top-job-single .property-single .item .text .detail-2 .budget,
    .page-top-job-single .property-single .item .text .detail-2 .expired {
        padding-left: 0 !important;
        margin-right: 0 !important;
    }

    .page-top-job-single .property-single .item .text .detail-1 .category:before,
    .page-top-job-single .property-single .item .text .detail-1 .location:before,
    .page-top-job-single .property-single .item .text .detail-2 .date:before,
    .page-top-job-single .property-single .item .text .detail-2 .budget:before,
    .page-top-job-single .property-single .item .text .detail-2 .expired:before {
        position: relative;
        top: 2px;
        left: -7px;
    }
}

.property-result .left-item {
    margin-bottom: 30px;
}
.property-result .left-item .main-photo {
    margin-bottom: 25px;
}
.property-result .left-item .main-photo img {
    width: 100%;
    height: auto;
}

.property-result .left-item h2 {
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}

.property-result .left-item .related-property {
    padding-top: 20px;
}

.property-result .left-item .apply {
    margin-bottom: 50px;
}

.property-result .left-item .apply a {
    background: #d92228;
    border: 0;
}

.property-result .right-item {
    margin-bottom: 30px;
}

.property-result .right-item h2 {
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}
.property-result .right-item .agent-right .left {
    margin-right: 10px;
}
.property-result .right-item .agent-right .left img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.property-result .right-item .agent-right .right h3 {
    font-size: 20px;
    font-weight: 700;
}
.property-result .right-item .agent-right .right h3 a {
    color: #000;
}
.property-result .right-item .agent-right .right h4 {
    font-size: 16px;
    font-weight: 700;
    color: #575757;
}
.property-result .right-item .agent-right .right p {
    font-size: 14px;
}
.property-result .right-item ul.agent-ul {
    padding-left: 0;
}
.property-result .right-item ul.agent-ul li {
    list-style-type: none;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.property-result .right-item ul.agent-ul li a i {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    display: block;
    background: #d92228;
    color: #fff;
}

.property-result .right-item .location-map iframe {
    width: 100%;
    height: 200px;
}

.property-result .right-item .enquery-form button {
    background: #d92228;
    border: 0;
}
.property-result .right-item .amenity ul.amenity-ul {
    padding-left: 0;
}
.property-result .right-item .amenity ul.amenity-ul li {
    list-style-type: none;
    margin-bottom: 5px;
}

.property-result .right-item .summary table tr tr,
.property-result .right-item .summary table tr td {
    border: 1px solid #c7c7c7;
}
.property-result .left-item .share a {
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    border-radius: 6px;
    padding: 3px 10px;
}
.property-result .left-item .share a.facebook {
    background: #3b5998;
}
.property-result .left-item .share a.twitter {    
    background: #00acee;
}
.property-result .left-item .share a.linkedin {
    background: #0072b1;
}

@media (max-width: 991px) {
    .property-result .right-item .location-map iframe {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .property-result .right-item .location-map iframe {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .property-result .right-item .location-map iframe {
        height: 350px;
    }
}

.photo-all .item {
    position: relative;
    margin-bottom: 25px;
}

.photo-all .item-delete {
    margin-bottom: 0px;
}

.photo-all img {
    width: 100%;
    height: auto;
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
}

.video-all .item {
    position: relative;
    margin-bottom: 25px;
}

.video-all .item-delete {
    margin-bottom: 0px;
}

.video-all img {
    width: 100%;
    height: auto;
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
}

.photo-all .item .icon,
.video-all .item .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.photo-all .item .icon {
    font-size: 20px;
}

.video-all .item .icon {
    font-size: 40px;
}

.photo-all .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.3;
    border-radius: 6px;
}

.video-all .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.3;
    border-radius: 6px;
}

@media only screen and (max-width: 1199px) {
    .photo-all img,
    .video-all img {
        height: 120px;
    }
}

@media only screen and (max-width: 991px) {
    .photo-all img,
    .video-all img {
        height: 190px;
    }
}

@media only screen and (max-width: 767px) {
    .photo-all img,
    .video-all img {
        height: 320px;
    }
}

@media only screen and (max-width: 575px) {
    .photo-all img,
    .video-all img {
        height: 320px;
    }
}

@media only screen and (max-width: 475px) {
    .photo-all img,
    .video-all img {
        height: 280px;
    }
}

@media only screen and (max-width: 400px) {
    .photo-all img,
    .video-all img {
        height: 220px;
    }
}

.login-form .nav-item {
    margin-right: 10px;
}

.login-form .nav-link {
    background: #bbcdff;
    color: #3661ef;
    font-weight: 600;
}

/* Pricing */
.pricing .card-title {
    font-size: 34px;
    font-weight: 700;
    color: #d92228;
    text-align: center;
}

.pricing .card-price {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.pricing .card-day {
    font-size: 16px;
    color: #555555;
    text-align: center;
}

.pricing ul li {
    margin-bottom: 10px;
}

.pricing .buy {
    width: 100%;
}

.pricing .buy a {
    display: block;
    background: #d92228;
    border: 0;
}

/* Footer Bottom */
.footer-bottom {
    background: #222;
    color: #fff;
    border-top: 1px solid #3c3c3c;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom .copyright {
    background: #222;
    color: #fff;
    text-align: left;
    font-size: 14px;
}

.footer-bottom .right ul {
    width: 100%;
    text-align: right;
}

.footer-bottom .right ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.footer-bottom .right ul li a {
    color: #fff;
    font-size: 14px;
}

/* User Panel */
.user-panel {
    padding-bottom: 50px;
}

.user-panel h3 {
    font-size: 18px;
    font-weight: 600;
}

.user-panel h4 {
    font-size: 16px;
    font-weight: 600;
}

.user-panel .card {
    width: 100% !important;
    padding: 0;
    border-radius: 0;
}

.user-panel .list-group-item {
    padding: 0;
    width: 100%;
}

.user-panel .list-group-item a {
    display: block;
    color: #d92228;
    font-weight: 600;
    transition: 0.4s;
    padding: 8px 15px;
}

.user-panel .list-group-item a:hover {
    background: #d92228;
    color: #fff;
}

.user-panel .list-group .active {
    border-color: #d92228 !important;
}

.user-panel .list-group .active a {
    background: #d92228 !important;
    color: #fff !important;
}

.user-panel .box1,
.user-panel .box2,
.user-panel .box3 {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.user-panel .box1 h4,
.user-panel .box2 h4,
.user-panel .box3 h4 {
    font-weight: 700;
    font-size: 28px;
}

.user-panel .box1 {
    background: #c0d5ff;
}

.user-panel .box2 {
    background: #ffc3c8;
}

.user-panel .box3 {
    background: #dcffe2;
}

.user-panel input[type="submit"] {
    background: #d92228;
    border: 0;
}

.user-panel .logo {
    height: 80px;
}

.user-panel .user-photo {
    width: 150px;
}

.user-panel label {
    font-weight: 600;
}

.user-panel table.upgrade-plan-table tr td:first-child {
    width: 250px;
}

.user-panel table.upgrade-plan-table .select2-selection--single {
    width: 100%;
}

.user-panel table.upgrade-plan-table .buy-button {
    width: 200px;
}

@media (max-width: 991px) {
    .user-panel .card {
        margin-bottom: 30px;
    }
}

.select2-container {
    z-index: 99999 !important;
}
.select2-container--default .select2-selection--single {
    border-color: #c9c9c9 !important;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 35px !important;
    line-height: 35px !important;
    padding-top: 0 !important;
    font-size: 15px !important;
}

h4.resume {
    color: #d92228;
    font-size: 22px;
    font-weight: 700;
}

.main-select-user {
    margin-top: 50px;
    margin-bottom: 50px;
}
.main-select-user .select-customer {
    background: #c7dbfb;
    text-align: center;
    padding: 60px;
}
.main-select-user .select-customer a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}

.main-select-user .select-agent {
    background: #d3fdd9;
    text-align: center;
    padding: 60px;
}
.main-select-user .select-agent a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}

.table-border-0,
.table-border-0 tr,
.table-border-0 tr th,
.table-border-0 tr td {
    border: none!important;
}
.tar {text-align: right;}

.invoice-container {
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    padding: 25px;
}

.invoice-top-right {
    text-align: right;
}
.invoice-top-right h4 {
    font-size: 26px;
    text-transform: uppercase;
}
.invoice-top-right h5 {
    font-size: 16px;
    color: #757575;
}

.invoice-middle {
    margin-top: 40px;
    margin-bottom: 40px;
}
.invoice-middle-left p,
.invoice-middle-right p {
    color: #757575;
    font-size: 16px;
}
.invoice-middle-left h4,
.invoice-middle-right h4 {
    font-size: 20px;
}
.invoice-middle-right {
    text-align: right!important;
}

.invoice-item-table,
.invoice-item-table tr td,
.invoice-item-table tr th {
    border-color: #b9b9b9;
}


.invoice-bottom {
    margin-top: 40px;
}
.invoice-bottom-payment h4 {
    font-size: 18px;
    font-weight: 700;
}
.invoice-bottom-total-box p {
    margin-bottom: 0;
    font-size: 16px;
}
.invoice-bottom-total-box span {
    width: 70px;
    display: inline-block;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url(loading.gif) no-repeat center center;
    z-index: 10000;
}