.theme-color {
    color: #014a70 !important;
}

.theme-green-bg {
    background-color: #014a70;
}

.justify-space-between {
    justify-content: space-between;
}

.ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    z-index: 999;
    overflow-y: auto !important;
    background: #014a70;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
}

#sidebar .mCustomScrollBox {
    max-height: 900px !important;
    overflow: auto !important;
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #014a70;
    background: #ffffff;
    border: 2px solid #2d2d2d;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #014a70;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li {
    padding: 0px 10px;
}

#sidebar ul li.nav-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: inline-block;
}

#sidebar ul li a {
    padding: 10px;
    display: block;
    color: #fff;
    background: #014a70;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 15px;
}

#sidebar ul li a i {
    margin-right: 7px;
}

#sidebar ul li a:hover {
    color: #1b2029;
    background: #fff;
}

/* Top Header Social Icons */
.social-icons a i {
    background-color: #ffffff;
    /* padding: 15px 0px; */
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #014a70;
    transition: 0.5s ease-in;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 25%);
}

.social-icons a:hover i {
    background-color: #014a70;
    color: #ffffff;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}


/*Tooltip*/
.strip-title {
    position: relative;
    display: inline-block;
}

.strip-title .tooltiptext {
    visibility: hidden;
    width: 120px;
    font-size: 12px;
    font-weight: 500;
    background-color: #014a70;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.strip-title .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #014a70 transparent transparent transparent;
}

.strip-title:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Menu Items */
.profile-dropdown {
    width: 180px;
    text-align: center;
}

.profile-dropdown .dropdown-menu {
    padding: 0;
}

.profile-dropdown .dropdown-menu a {
    padding: 5px 20px;
}

.city-dropdown .dropdown-menu {
    width: 55em;
    max-height: 20em;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Scrollbar Styling */
.city-dropdown .dropdown-menu::-webkit-scrollbar,
.search-tab #budgetDropdown .search_min_max::-webkit-scrollbar {
    width: 5px;
}

.city-dropdown .dropdown-menu::-webkit-scrollbar-track,
.search-tab #budgetDropdown .search_min_max::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.city-dropdown .dropdown-menu::-webkit-scrollbar-thumb,
.search-tab #budgetDropdown .search_min_max::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #bfbcbc;
}

.selected_location p {
    font-weight: bold !important;
}

.city-name .dropdown-item {
    -ms-flex: 0 0 13.666667%;
    flex: 0 0 13.666667%;
    max-width: 13.666667%;
}


/* Search Tab */
.search-tab-section {
    /* background-image: url("../images/main-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 65px 0 65px; */
}

.search-tab-section .search-area{
    position: absolute;
    top: 40%;
    /* margin-top: 250px; */
    bottom: 30%;
    left: 10%;
    right: 10%;
}

.search-tab-section .carousel img{
    max-height: 80vh;
    min-height: 80vh;
}

.search-tab-section h4, .breadcrumb h4 {
    font-size: 40px;
    color: #014a70;
    font-weight: bold;
}

.search-tab {
    background-color: #ffffffc7;
    border-radius: 5px;
    margin-top: 25px;
}

/* Floor Plans Tab */
.floor-plans-tab {
    margin: 15px auto;
}

.floor-plans-tab .nav {
    display: inline-flex !important;
}

.floor-plans-tab .nav-tabs {
    border: none;
    margin-bottom: 25px;
}

.floor-plans-tab .nav-tabs .nav-item.show .nav-link,
.floor-plans-tab .nav-tabs .nav-link.active {
    background-color: #014a70;
    color: #ffffff;
}

.floor-plans-tab .nav-tabs .nav-link {
    color: #2d2d2d;
    border: 1px solid #D3DEE8;
    border-radius: unset;
    padding: 10px 25px;
    font-weight: bold;
}

.floor-plans-tab .nav-tabs .nav-item:nth-child(even) .nav-link {
    border-left: unset;
    border-right: unset;
}

.nav-justified .nav-item {
    flex-basis: unset;
    flex-grow: unset;
}

.search-tab .vertical .tab-content {
    padding: 15px;
}

.search-tab .nav-tabs .nav-link.active{
    background-color: #ffffff00 !important;
}

.search-tab .tab-content.vertical .nav-tabs,
.account-tab .tab-content.vertical .nav-tabs {
    /* background-color: #ffffff; */
    border-bottom: 1px solid #D3DEE8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.search-tab .tab-content.vertical .nav-tabs .nav-link,
.account-tab .tab-content.vertical .nav-tabs .nav-link {
    text-transform: capitalize;
    color: #7B7B7B;
    font-size: 16px;
    /* border-right: 1px solid #fff; */
    margin: 15px 25px;
    padding: 0px;
    border-radius: 0px;
    font-weight: 600;
}

.search-tab .tab-content.vertical .nav-tabs .nav-link.active {
    border-color: transparent;
}

.search-tab .tab-content.vertical .nav-tabs .nav-link.active span,
.account-tab .tab-content.vertical .nav-tabs .nav-link.active span {
    border-bottom: 2px solid #014a70;
    background: transparent;
    color: #2d2d2d;
}

.search-tab .nav-tabs .nav-link:focus, .search-tab .nav-tabs .nav-link:hover,
.search-tab .nav-tabs .nav-link.active .account-tab .nav-tabs .nav-link:focus, .account-tab .nav-tabs .nav-link:hover,
.account-tab .nav-tabs .nav-link.active {
    border-color: transparent;
}

.search-tab #propertyTypeDropdown,
.search-tab #budgetDropdown {
    position: absolute;
    width: 90%;
    background: #ffffff;
    padding: 10px;
    box-shadow: 0px 4px 4px 2px rgba(45, 45, 45, 0.2);
    border-radius: 0px 0px 5px 5px;
    z-index: 9;
}
.search-tab #propertyTypeDropdown{
    width: 200%;
}
.search-tab .post-property-form#propertyTypeDropdown .radio__label{
    margin-left: 5px;
    border-left: 1px solid #D3DEE8;
}

.search-tab #budgetDropdown .btn-theme-white,
.search-tab #budgetDropdown .btn-theme-green {
    padding: 5px 25px;
    width: 100%;
}

.search-tab #budgetDropdown .search_min_max {
    color: #7B7B7B;
    max-height: 15rem;
    overflow-y: scroll;
}
.search-tab #budgetDropdown .search_min_max .search_min_max_item{
    margin: 10px;
    cursor: pointer;
}

/* Home Introduction Section */
.introduction {
    padding: 50px 0;
}

.introduction h3 {
    font-size: 45px;
    font-weight: 600;
}

.introduction h3, .introduction p {
    color: #2d2d2d;
}

.introduction p {
    font-size: 17px;
}

.features {
    background: #f9fdff;
    border-radius: 2px;
    padding: 25px 50px;
    border-left: 9px solid #014a70;
    margin: 35px 0;
}

.features p {
    font-size: 25px;
    color: #2d2d2d;
    margin-bottom: 0;
}

.features .feature-number {
    font-size: 35px;
    font-weight: 600;
    margin-right: 10px;
    color: #014a70;
}

.intro-icon {
    display: flex;
    margin-top: 15px;
}

.intro-icon span {
    background: #f9fdff;
    padding: 15px;
}

.intro-icon h4 {
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 15px;
}

/* Home Why Choose Us */

.why-choose-us {
    background-image: url("../images/why-choose-us.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 65px 0 0px;
}

.why-choose-us h3 {
    color: #ffffff;
    /* font-weight: bold; */
    font-size: 40px;
    text-align: center;
}

.why-choose-description {
    background: #ffffff;
    padding: 100px 50px;
    position: relative;
    top: 5rem;
    box-shadow: 0 20px 20px rgb(90 90 90 / 10%);
}

.why-choose-icon span {
    background: #EEF7FF;
    padding: 15px;
    display: inline-block;
    width: 80px;
    height: 80px;
}

.why-choose-icon h4 {
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 15px;
}

/* Home Featured properties */
.featured-properties {
    background: #f9fdff;
    padding: 65px 0 0px;
}


.btn-theme-green {
    background: #c1000b;
    color: #fff;
    font-size: 17px;
    padding: 15px 30px;
    border-radius: 3px;
    text-transform: capitalize;
    border: 1px solid #c1000b;
}

.btn-theme-green svg {
    margin-right: 10px;
}

.btn-theme-green:hover {
    background: #ffffff;
    color: #c1000b;
    border: 1px solid #c1000b;
}

.btn-theme-green:hover svg path {
    fill: #014a70;
}

.btn-theme-white {
    background: #ffffff;
    color: #c1000b;
    font-size: 17px;
    padding: 10px 30px;
    border: 1px solid #c1000b;
    border-radius: 3px;
    text-transform: capitalize;
}

.btn-theme-white:hover {
    background: #c1000b;
    color: #ffffff;
}

.a-hyperlink {
    color: #014a70;
    text-decoration: underline;
    font-size: 17px;
}

.a-hyperlink:hover {
    color: #014a70;
    text-decoration: none;
}

.btn-download,
.btn-download:hover,
.btn-download:focus {
    text-transform: capitalize;
    box-shadow: none;
    font-size: 17px;
    font-weight: bold;
    color: #2d2d2d;
    box-shadow: unset;
}

.btn-download:hover {
    color: #014a70;
}

/* properties design type 2*/
.property-type-2 {
    padding-top: 25px;
}
.property-type-2 .recent-properties .image-container img{
    max-height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px 15px 0 0;
}
.property-type-2 .property-config-details p:after {
    left: 5px;
}

.property-type-2 .property-details .property-config {
    border-top: 1px solid #D3DEE8;
    border-bottom: 1px solid #D3DEE8;
    display: flex;
    justify-content: space-between;
}

.property-type-2 .property-summary .property-price-tag {
    position: relative;
    background-color: #ffffff;
    top: 25%;
    left: 0;
}

.property-type-2 .property-summary .property-price-tag p {
    color: #2d2d2d;
    text-align: left;
}

.property-type-2 h3 {
    margin-bottom: 5px;
}

/* properties design type 1*/
.property {
    padding-top: 25px;
}

.property h3, .property-type-2 h3 {
    color: #2d2d2d;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 15px;
}

.property p {
    font-size: 16px;
    letter-spacing: 0;
}

.property p svg, .property-type-2 p svg {
    margin-right: 5px;
}

.property .btn {
    top: -25%;
}

.property .property-details, .property-type-2 .property-details {
    padding: 25px;
    box-shadow: inset 0 10px 30px rgb(0 115 225 / 6%);
    border: 1px solid #D3DEE8;
    border-top: none;
    border-radius: 0 0 15px 15px;
}

.property .image-container img {
    width: 100%;
    max-height: 230px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px 15px 0 0;
}

.property-summary .image-container img.img-fluid {
    min-height: 230px;
}

.property .property-details h3,
.property-type-2 .property-details h3 {
    font-size: 20px;
}
.property-config .property-config-details p{
    display: flex;
    margin-bottom: 0;
}
.property .property-details .property-config {
    border-top: 1px solid #D3DEE8;
    padding-top: 15px;
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

.property .property-details .property-title ~ p
.property-type-2 .property-details .property-title ~ p{
    min-height: 85px;
}
 

.property .property-details .property-title p {
    text-align: right;
}

.property .property-details .property-title p span {
    margin-left: 10px;
}

.property .property-details .property-location {
    margin: 1rem 0;
}
.property-config-details img {
    width: unset !important;
    margin-right: 10px;
}
.property-config-details p:after {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #D3DEE8;
    left: 15px;
    position: relative;
    display: inline-flex;
    top: 0px;
}

.property-config-details:last-child p:after {
    background-color: #ffffff;
}

.property-tag {
    position: absolute;
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 2px;
    padding: 5px 10px;
    top: 15px;
    left: 30px;
}

.property-tag p {
    font-weight: bold;
    margin-bottom: 0;
}

.property-tag p i {
    margin-right: 5px;
    font-size: 13px;
}

.property-tag p i.theme-green {
    color: #014a70;
}

.property-tag p i.theme-blue {
    color: #014a70;
}

.property-tag p i.theme-yellow {
    color: #cd7f0b;
}

.property .property-summary .property-price-tag {
    position: absolute;
    background: #014a70;
    border-radius: 2px;
    padding: 5px 10px;
    top: 11rem;
    left: 30px;
    min-width: 110px;
}

.property-summary .property-price-tag p {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0;
    text-align: center;
}

.verified-builder-tag {
    font-size: 14px;
    color: #014a70;
}

/*Bank Owl Carousel */
.bank-owl-carousel .item img{
    max-width: 200px;
    object-fit: cover;
    object-position: center;
}
/* Owl Carousel Nav Button */
.owl-nav {
    float: right
}

.owl-nav .owl-nav-btn {
    font-size: 25px;
    margin: 15px 0;
    border: 1px solid #c1000b;
    border-radius: 50%;
    color: #c1000b;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: 0.5s ease-in;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 25%);
}

.owl-nav-btn:hover {
    background-color: #c1000b;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}

.prev-btn {
    margin-right: 20px;
}

/* Owl Carousel Filter */
.owl-filter-bar {
    margin-bottom: 25px;
}

.owl-filter-bar a {
    color: #2d2d2d;
    font-size: 18px;
    margin-right: 15px;
}

.owl-filter-bar a.active {
    color: #014a70;
}

/* Breadcrumb Section */
.breadcrumb-area {
    background-image: url("../images/main-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0 150px;
}

.breadcrumb-area .breadcrumb-title h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    color: #014a70;
}

.breadcrumb-content-text {
    margin-top: 50px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}

.breadcrumb-content-text .breadcrumb-link {
    background: #FFFFFF;
    border-radius: 6px 6px 0px 0px;
    padding: 10px 25px;
    font-size: 17px;
    display: flex;
    justify-content: space-between;
}

.breadcrumb-content-text .breadcrumb-link a {
    color: #2d2d2d;
}

.breadcrumb-content-text .breadcrumb-link a::after {
    content: "";
    width: 2px;
    height: 25px;
    background-color: #D3DEE8;
    left: 0px;
    position: relative;
    display: inline-flex;
    top: 8px;
    margin: 0 15px;
}

.breadcrumb-content-text .breadcrumb-link a:nth-child(even) {
    cursor: text;
    color: #014a70;
}

.breadcrumb-content-text .breadcrumb-link a:nth-child(even)::after {
    background-color: transparent;
    top: 10px;
    margin: 0;
    left: 0;
}

.breadcrumb-area-2 {
    padding: 50px 0 50px;
    background-color: #014a70;
}

.breadcrumb-area-2 .breadcrumb-content-text {
    margin-top: 0;
}

/* Section Area*/
.section-area {
    padding: 50px 0;
}

/* Authentication Card*/

.authentication {
    border: 1px solid #D3DEE8;
    padding: 30px;
}

.authentication h4 {
    font-weight: bold;
    font-size: 30px;
    color: #2A2C30;
}

.authentication-form {
    padding-top: 15px;
}

.authentication-form label,
.authentication-form a {
    font-size: 18px;
    color: #2d2d2d;
    margin-top: 15px;
}

.authentication-form .form-control {
    border: 1px solid #D3DEE8;
    box-sizing: border-box;
    border-radius: 2px;
    height: 60px;
}

.authentication-form a {
    color: #2d2d2d;
}

.authentication-form .btn {
    width: 100%;
    margin: 15px 0;
    font-size: 18px;
}

#resend-otp{
    color: #014a70;
    border: 0;
    background: #fff;
}

.authentication-form #i_am,
.post-property-form #for {
    margin-top: unset;
    margin-right: 15px;
    color: #5E5E5E;
    font-size: 15px;
}

.modal h3,
.authentication-form h6 {
    font-weight: 600;
}

.authentication-form [type="radio"]:checked,
.authentication-form [type="radio"]:not(:checked),
.circle-radio-btn [type="radio"]:checked,
.circle-radio-btn [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.authentication-form [type="radio"]:checked+label,
.authentication-form [type="radio"]:not(:checked)+label,
.circle-radio-btn [type="radio"]:checked+label,
.circle-radio-btn [type="radio"]:not(:checked)+label {
    margin-top: unset;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #2d2d2d;
    margin-right: 15px;
    font-size: 15px;
}

.authentication-form [type="radio"]:checked+label:before,
.authentication-form [type="radio"]:not(:checked)+label:before,
.circle-radio-btn [type="radio"]:checked+label:before,
.circle-radio-btn [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.authentication-form [type="radio"]:checked+label:after,
.authentication-form [type="radio"]:not(:checked)+label:after,
.circle-radio-btn [type="radio"]:checked+label:after,
.circle-radio-btn [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #014a70;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.authentication-form [type="radio"]:not(:checked)+label:after,
.circle-radio-btn [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.authentication-form [type="radio"]:checked+label:after,
.circle-radio-btn [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Star Rating */

.rating-box {
    display: inline-block;
}

.rating-container {
    direction: rtl !important;
}

.rating-container input {
    display: none;
}

.rating-container label {
    display: inline-block;
    margin: 0px 0;
    color: #d4d4d4;
    cursor: pointer;
    font-size: 35px;
    transition: color 0.2s;
}

.rating-container label:hover,
.rating-container label:hover~label,
.rating-container input:checked~label {
    color: gold;
}

.agent-profile .card {
    height: 100px;
}
.agent-profile .card .bg-image {
    height: 100%;
}
.agent-profile .card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Feedback Message */
.title {
    font-size: 18px;
}

.feedback {
    border-radius: 5px;
    border: 1px solid #D3DEE8;
    box-shadow: 0px 10px 30px rgba(0, 115, 225, 0.06);
}

.feedback .feedback-title {
    border-bottom: 1px solid #D3DEE8;
    margin: 25px 30px;
    padding-bottom: 25px;
    margin-bottom: 0px;
}

.feedback .feedback-title h3 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 5px;
}

.feedback .feedback-title p {
    color: #7B7B7B !important;
    font-size: 14px;
}

.feedback .feedback-title .feedback-star svg {
    margin-right: 10px;
    margin-bottom: 5px;
}

.feedback .feedback-msg {
    padding: 25px;
}

.feedback .feedback-msg svg {
    position: absolute;
}

.feedback .feedback-msg p {
    margin-left: 12%;
}

/* Hide arrow from number input field */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Custom Input Type File */


.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    font-size: 15px;
    /* 20px */
    font-weight: 100;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.375rem 1rem;
    line-height: 3;
    min-width: 100%;
    height: 60px;
}

.inputfile+label span:nth-child(2) {
    color: #014a70;
    margin: 0 5rem;
}

.inputfile+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-2+label {
    color: #2d2d2d;
    border: 1px solid #D3DEE8;
}

.inputfile-2:focus+label,
.inputfile-2.has-focus+label,
.inputfile-2+label:hover {
    color: #014a70;
}


/* Custom checkbox style 1 */
.span_pseudo,
.checkbox-type-1 span:before,
.checkbox-type-1 span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.checkbox-type-1 {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.checkbox-type-1 p {
    margin-bottom: 20px;
    text-align: center;
}

.checkbox-type-1 input {
    display: none;
}

.checkbox-type-1 input:checked~span {
    background: #014a70;
    border-color: #014a70;
}

.checkbox-type-1 input:checked~span:before {
    width: 1rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}

.checkbox-type-1 input:checked~span:after {
    width: 0.5rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
}

.checkbox-type-1 input:disabled~span {
    background: #ececec;
    border-color: #dcdcdc;
}

.checkbox-type-1 input:disabled~label {
    color: #dcdcdc;
}

.checkbox-type-1 input:disabled~label:hover {
    cursor: default;
}

.checkbox-type-1 label {
    padding-left: 3rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
    margin-top: 0;
}

.checkbox-type-1 span {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
}

.checkbox-type-1 span:before {
    transform: rotate(-45deg);
    top: 1rem;
    left: 0.4rem;
}

.checkbox-type-1 span:after {
    transform: rotate(45deg);
    bottom: 0.4rem;
    left: 0.2rem
}


#city_modal .modal-content {
    padding: 50px 25px;
}

#city_modal .modal-content img {
    margin-top: 25px;
}

#city_modal .modal-content p,
#city_modal .modal-content h3 {
    text-align: center;
    margin-bottom: 25px;
}

#city_modal .modal-content h3 {
    font-size: 28px;
    font-weight: bold;
    color: #2d2d2d;
}

#city_modal .modal-content h4 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
}

/* Property Details */
.property-thumbnail .img-count {
    position: absolute;
    background: #014a70;
    border-radius: 2px;
    padding: 5px 10px;
    bottom: 0;
    left: 0;
    width: 110px;
}

.property-thumbnail .inventory-count {
    position: absolute;
    background: #014a70;
    border-radius: 2px;
    padding: 5px 10px;
    bottom: 0;
    right: 0;
    width: auto;
    cursor: pointer;
}

#inventoryModal .modal-content{
    border-radius: 20px;
    text-align: center;
    max-width: 300px;
    margin: auto;
}

#inventoryModal .inventory-title{
    color: #014a70;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 22px;
}

#inventoryModal .inventory-count-text{
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600;
}


#inventoryModal button{
    background-color: #c1000b !important;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 14px;
}

.inventory-count p{
    color: #fff;
    margin: 0;
    font-size: 18px;
}

/* Shine */
.inventory-count:after {
	content:'';
    top:0;
	transform:translateX(100%);
	width: 65%;
	height: 40px;
    margin-left: 100px;
	position: absolute;
	z-index:1;
	animation: slide 1.5s infinite 3s; 
/* 
CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
*/
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.5)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

/* animation */
@keyframes slide {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(100%);}
}

.property-thumbnail .img-count p,
.property-details-section .floor-plans .img-count p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
    text-align: center;
}

.property-thumbnail .property-thumbnail-img,
.floor-plans .property-thumbnail-img {
    width: 100%;
    height: 500px;
    background-size: cover;
    transform: scale(1, 1);
    transition: all 300ms ease;
}

.floor-plans .property-thumbnail-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hidden {
    display: none;
}

.property-details-section .property-details h3 {
    margin-top: 15px;
    font-size: 24px;
    font-weight: bold;
}

.property-details-section .property-details svg {
    margin-right: 10px;
}

.property-details-section .property-details p {
    font-size: 17px;
}

.property-details-section .property-content {
    padding-bottom: 25px;
    border-bottom: 1px solid #D3DEE8;
}

.property-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
    margin-top: 25px;
}

.property-details-section .about-property p {
    margin: 15px 0px;
}

.property-details-section .property-content p {
    color: #2d2d2d;
    margin-bottom: 0;
    letter-spacing: 0;
}

.property-details-section .property-content p strong {
    font-weight: bold;
}

.property-content .property-amenities {
    padding: 15px;
    border: 1px solid #D3DEE8;
    margin-top: 20px;
}

.property-content .property-amenities p {
    text-align: center;
}

.property-content .property-amenities p svg {
    margin-right: 5px;
}

.property-details-section .floor-plans {
    padding: 15px;
    border: 1px solid #D3DEE8;
}

.property-details-section .floor-plans .img-count {
    position: absolute;
    background: #014a70;
    border-radius: 2px;
    padding: 5px 10px;
    right: 20%;
    bottom: 10%;
    width: 110px;
}

/* Post Property Form */

.post-property-form {
    border: 1px solid #D3DEE8;
    border-radius: 5px;
    padding: 100px 50px;
}

.post-property-form h4 {
    font-size: 28px;
    font-weight: bold;
    color: #2d2d2d;
    margin-bottom: 50px;
}

.post-property-form h5 {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 15px 0;
}

.post-property-form label {
    color: #2d2d2d;
    font-size: 16px;
    margin-top: 15px;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #014a70 !important;
}

.custom_select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
}

.custom_select::after {
    content: "";
    position: relative;
    top: -5px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 0.15em solid #2d2d2d;
    border-top: 0.15em solid #2d2d2d;
    transform: rotate(135deg);
    margin-right: 0.7em;
    margin-top: 0.7em;
    float: right;
}
.custom_select.active::after{
    border-left: 0.15em solid #2d2d2d;
    border-bottom: 0.15em solid #2d2d2d;
    border-right: unset;
    border-top: unset;
    top: 0px;
}

.post-property-form input.form-control,
.post-property-form select.form-control {
    border: 1px solid #D3DEE8;
    box-sizing: border-box;
    border-radius: 2px;
    height: 50px;
}

.post-property-form .radio {
    display: block;
    overflow-y: auto;
    /* border: 1px solid #014a70;
    border-radius: 3px; */
}


.post-property-form .radio__input {
    display: none;
}

.post-property-form .radio__label {
    padding: 5px 25px;
    font-size: 15px;
    font-family: sans-serif;
    color: #2d2d2d;
    background-color: #fff;
    cursor: pointer;
    transition: background 0.1s;
    margin: 0;
    text-align: center;
    border: 1px solid #D3DEE8;
    margin-left: -5px;
    /* min-width: 150px; */
}

.post-property-form .radio span:nth-child(1) .radio__label {
    border-left: 6px solid #D3DEE8;
}

.radio__input:checked+.radio__label {
    background: #014a70;
    color: #fff;
}

.radio__input:disabled+.radio__label:hover {
    cursor: no-drop;
}

.radio__input:disabled+.radio__label {
    color: #aaa;
}

/* My Account Section */
.my-account .my-account-section {
    padding: 25px 50px 15px 50px;
}

.my-account .my-account-section .row {
    background: #f9fdff;
}

.my-account .my-account-section h4,
.my-account .my-account-section p,
.my-account .my-subscription-plans h4,
.my-account .my-subscription-plans p {
    font-size: 16px;
    color: #2d2d2d;
    margin-bottom: 0;
}

.my-account .my-account-section h4 {
    font-size: 18px;
    font-weight: 600;
}

.my-account .my-account-section .property-tag {
    position: relative;
    background-color: transparent;
    top: 0;
    left: 0;
    padding: 0;
    opacity: 1;
}

.my-account .my-account-section .property-tag h4~p {
    font-weight: 100;
}

.my-account .my-account-section .property-tag p strong {
    font-weight: bold;
}

.my-account .my-account-section p,
.my-account .my-subscription-plans p {
    text-align: left;
}

.my-account .my-account-section .right-section p {
    font-weight: bold;
    float: right;
    margin-bottom: 10px;
}

.my-account .my-account-section .right-section .btn {
    width: 100%;
    margin: 0;
}

.my-account .my-account-section img {
    width: 150px;
    height: 130px;
    object-fit: cover;
    object-position: center;
}

.my-account h3 {
    font-size: 28px;
    font-weight: bold;
}

.my-account h3,
.my-account p {
    color: #2d2d2d;
    text-align: center;
}

.my-account p strong {
    font-size: 17px;
    font-weight: 600;
}

.my-account .account-details p,
.my-account .account-label p {
    text-align: left;
    font-size: 17px;
}

.my-account .account-details p span {
    color: #014a70;
}

.my-account .tab-content .tab-pane {
    border: 1px solid #D3DEE8;
    margin-top: 25px;
}

.my-account .btn {
    padding: 5px 15px;
    text-align: left;
}

.my-account .tab-content .tab-pane .row:first-child .account-label,
.my-account .tab-content .tab-pane .row:first-child .account-details {
    padding-top: 50px;
}

.my-account .tab-content .tab-pane .row:last-child .account-label,
.my-account .tab-content .tab-pane .row:last-child .account-details {
    padding-bottom: 50px;
}

.my-account .account-label {
    background-color: #f9fdff;
    padding: 10px 30px;
}

.my-account .account-details,
.my-account .account-details-update-btn {
    padding: 10px;
}

.my-account .inputfile+label {
    line-height: 25px;
    height: 38px;
    margin-bottom: -5px;
}

.my-account .form-control {
    border: 1px solid #D3DEE8;
    box-sizing: border-box;
    border-radius: 2px;
    color: #2d2d2d;
}

.my-account .form-group {
    margin-bottom: 0;
}

.my-account .input-group {
    justify-content: space-between;
}

.my-account .input-group .form-control {
    border-right: unset;
}

.my-account .input-group .form-control:focus~.input-group-prepend .input-group-text {
    border-color: #014a70;
}

.my-account .input-group p {
    margin-bottom: 0;
}

.my-account .input-group p~.input-group-prepend .input-group-text {
    border-color: transparent;
}

.my-account .account-details .input-group-text {
    background-color: #ffffff;
    border-left: unset;
}

.my-account .my-subscription-plans {
    padding: 25px;
}

.my-account .my-subscription-plans .subscription-plans {
    padding: 15px;
    border: 1px solid #D3DEE8;
}

.my-account .my-subscription-plans h4 {
    font-size: 20px;
    font-weight: 600;
    color: #014a70;
    margin-bottom: 15px;
}

.my-account .my-subscription-plans .theme-green-bg {
    align-items: center;
    display: grid;
}

.my-account .my-subscription-plans .btn {
    text-align: center;
    box-shadow: unset;
}

.my-account .my-subscription-plans .btn:hover {
    box-shadow: unset;
    background-color: #c1000b;
    color: #ffffff;
}

.my-account .my-subscription-plans .btn-theme-green:hover svg path {
    fill: #ffffff;
}

.my-account .my-subscription-plans h5 {
    font-weight: 600;
}

.my-account .my-subscription-plans h5 del {
    margin-right: 25px;
    text-decoration-color: #FF0000;
    color: #6c6c6c;
}

.my-account .my-property-alert .row:last-child,
.my-account #property-tab-pane .row:last-child {
    background-color: transparent;
}

.my-account .my-property-alert .btn {
    width: 100%;
    text-align: center;
}

.my-account .my-property-alert h4 {
    margin-bottom: 10px;
}

.my-account .my-property-alert .right-section p,
.my-account .my-property-alert .right-section h4 {
    text-align: right;
    float: unset;
    margin-bottom: 10px;
}

.my-account .raised-ticket h4, .my-account .raised-ticket p {
    margin-bottom: 10px;
}

#add_alert_modal .post-property-form {
    border: unset;
    padding: 50px;
}

/* Footer Section */
.footer {
    padding: 40px 0px;
    background-position: top;
    margin-top: 50px;
    background: #ffffff;
    border: none;
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.1);
}

/* Footer App Store Download icon */
.footer-content .social-icons a i {
    background-color: #014a70;
    /* padding: 15px 0px; */
    font-size: 20px;
    line-height: 38px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    margin-right: 15px;
    border: 1px solid #014a70;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 25%);
    transition: 0.5s ease-in;
}

.footer-content .social-icons a:hover i {
    background-color: #ffffff;
    color: #014a70;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}

.app-store-icon {
    align-items: center;
}

.app-store-icon h3 {
    font-size: 18px;
}

.app-store-icon img {
    width: 30px;
    margin-right: 15px;
}

.owl-carousel .owl-item .image-container img
{
    min-height:230px!important;
}

