.form-group {
    text-align: left;
    width: 99%;
}

.form-group.error {
    margin-bottom: 0rem;
}

.form-group.error > .bootstrap-select {
    border: 1px solid;
    border-radius: 5px;
}

.form-group.error input {
    border: 2px solid red;
    border-radius: 5px;
}

.form-group.validate {
    margin-bottom: 0rem;
}

.form-group.has-error + label.error {
    position: absolute;
    bottom: 0;
    left: 15px;
    color: red;
}

.form-group {
    text-align: left;
}

.form-group.has-error + label.error {
    position: absolute;
    bottom: 0;
    left: 15px;
    color: red;
}

.select2.has-error {
    border: 3px solid red;
    border-radius: 7px;
}

.error .form-control {
    border: 2px solid red !important;
    border-radius: 5px;
}

.has-error + input.error {
    border: 1px solid red;
    border-radius: 5px;
}

.error {
    color: red;
}

.error input {
    border: 1px solid red;
    border-radius: 5px;
}

.modal {
    background: #000000a3;
}

.modal-body.alert b {
    font-weight: bold;
}

.modal-body.alert label {
    color: #fff;
    font-size: 15px;
}

.modal-body.alert.alert-success b {
    color: #006400;
}

.modal-body.alert.alert-danger b {
    color: #8b0000;
}

.table.editable td {
    position: relative;
}

.paddingnil {
    padding: 1px;
}

.marginnil {
    margin: 0px;
}

#divError,
#divSuccess {
    z-index: 100000000;
}

.chk-box {
    height: 200px;
    overflow: auto;
    border: 1px solid #ddd;
    padding: 10px;
}

.preloader.transparency {
    background-color: rgba(125, 122, 122, 0.5);
    display: block !important;
    z-index: 100;
    width: 100%;
    height: 100%;
    position: absolute;
}

.checkbox label::before {
    border: 1px solid rgba(120, 130, 140, 1);
}

.column-select-box {
    height: 35px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #acb0b8;
    display: inline-block;
    min-width: 200px;
    margin-bottom: 15px;
    float: right;
    position: relative;
}

.column-select-box:before {
    content: "\25bc";
    color: white;
    padding-left: 0px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
}

.column-select-box .evt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    cursor: pointer;
}

.column-select-box h3 {
    font-size: 14px;
    margin: -2px;
    margin-left: 10px;
    cursor: pointer;
}

.column-select-box .columns {
    display: none;
    position: absolute;
    padding-left: 8px;
    padding-right: 8px;
    left: 0px;
    right: 0px;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #666;
    border-top: none;
}

.column-select-box .columns label {
    font-size: 16px;
    cursor: pointer;
}

.circle-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.circle-img img {
    max-width: 100%;
    max-height: 100%;
    margin-top: 0px;
}

.alert-danger {
    color: #ea1125;
    background-color: #fc5b78;
    border-color: #d91b2f;
    font-weight: 500;
}

.text-red {
    color: red;
}

.text-underline {
    text-decoration: underline;
}

.error-border {
    border: 1px solid red;
}

.btn-gr-red {
    background: -moz-linear-gradient(top, #a2080e, #d5161b) !important;
    background: -webkit-gradient(linear, center top, center bottom, from(#a2080e), to(#d5161b)) !important;
    border: 1px solid #d5161b;
    color: white;
}

.btn-gr-red:hover {
    color: white;
    box-shadow: 0px 2px 10px 0px #390707;
}

.zoomer {
    transition: transform 0.9s;
}

.zoomer:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}

.sm-zoomer {
    transition: transform 0.9s;
}

.sm-zoomer:hover {
    -ms-transform: scale(1.6); /* IE 9 */
    -webkit-transform: scale(1.6); /* Safari 3-8 */
    transform: scale(1.6);
}

.d-i-b_f-n {
    display: inline-block;
    float: none;
}

.text-th-color {
    color: #990000;
}

.b-600 {
    font-weight: 600;
}

.b-300 {
    font-weight: 300;
}

.text-green {
    color: #28a745;
}

.text-orange {
    color: #f06009;
}

.bg-gr-red {
    background: -moz-linear-gradient(top, #6f1b1b, #d5161b) !important;
    background: -webkit-gradient(linear, center top, center bottom, from(#6f1b1b), to(#d5161b)) !important;
}

.bg-grd-grey {
    background: -moz-linear-gradient(top, #cccaca, #6c6c6c) !important;
    background: -webkit-gradient(linear, center top, center bottom, from(#cccaca), to(#6c6c6c)) !important;
}

.text-align-end {
    text-align-last: end;
}

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

.text-left-last {
    text-align-last: left;
}

.btn-green {
    background: -moz-linear-gradient(top, #147714, #2aaa2a) !important;
    background: -webkit-gradient(linear, center top, center bottom, from(#147714), to(#2aaa2a)) !important;
    border: 1px solid #3b9d3b;
    color: white;
}

.btn-green:hover {
    color: white;
    box-shadow: 0px 2px 10px 0px #390707;
}

.btn-blue {
    background: #2d159c !important;
    border: 1px solid #2d159c;
    color: white !important;
}

.btn-blue:hover {
    color: white;
    box-shadow: 0px 2px 10px 0px #2d159c;
}

.border-white {
    border: 1px solid white;
}

.rotate360 {
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.text-black {
    color: black;
}

.display-block {
    display: block;
}

.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.remove-row-margin {
    display: flex;
}

.icheckbox_line-red.checked {
    background: #115e02 !important;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-right {
    justify-content: right;
}

.menu-icon-font-size {
    font-size: 24px;
}

.white-box {
    background: white;
    padding: 20px;
}

.text-white {
    color: white;
    margin-top: 1%;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hide {
    display: none;
}

.bdg-warning {
    text-align: center;
}

.bdg-warning h3 {
    color: #aaa;
}

.bdg-line-through {
    text-decoration: line-through;
    color: #ec1c24 !important;
}

.ft-dp {
    padding: 0 20px 10px;
}

.disable-btn {
    color: #ec1c24;
    background-color: white;
    cursor: not-allowed;
}

.required-msg,
.required-msg2 {
    color: #ec1c24;
    font-size: 14px;
    margin-left: 4px;
}

.admin_dashboard_logo {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10%;
}

.areaSelect {
    margin-bottom: 10px;
}

.custom-tab {
    cursor: pointer;
}

.custom-tab:focus {
    border-color: red !important;
}

.listing_tab .nav-item.show .listing_tab_link,
.listing_tab_link.active:focus {
    border-color: red !important;
}

#minDownError,
#minMonthlyError,
#minPriceError {
    color: #ec1c24;
}

.d-none {
    display: none;
}

.text-dark.font-weight-bold.mb-4 {
    color: #ea1125 !important;
}

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

.p-0 {
    padding: 0px !important;
}

.panel:last-child {
    margin-bottom: 0;
}

.panel {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgb(63 63 68 / 5%), 0 1px 3px 0 rgb(63 63 68 / 15%);
    border-radius: 3px;
    margin-bottom: 20px;
}

.title-bar {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0;
}

.panel .panel-title {
    padding: 17px 20px;
    border-bottom: 1px solid #dfe4e8;
    position: relative;
}

.panel .panel-body {
    padding: 20px;
}

.mm-0 {
    min-height: 702px !important;
    z-index: 10000000000;
}

.add_room_unit {
    margin-bottom: 5%;
}

.search_heading {
    margin-top: 3%;
}

.ribbon .txt {
    position: absolute;
    top: -23px;
    left: 15px;
    font-size: 15px;
    font-weight: 400;
}

.ribbon {
    -webkit-transform: rotate(
        -0deg
    );
    -moz-transform: rotate(-0deg);
    -ms-transform: rotate(-0deg);
    -o-transform: rotate(-0deg);
    transform: rotate(
        -0deg
    );
    border-right: 20px solid transparent;
    border-top: 25px solid #ec1c24;
    position: absolute;
    top: 0px;
    padding: 0 50px;
    width: 200px;
    color: white;
    font-family: sans-serif;
    size: 13px;
    opacity: 1;
}

.parallax #titlebar {
    background-color: transparent;
    position: relative;
    z-index: 999;
    padding: 90px 0;
}

#titlebar h1, #titlebar h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
}

#breadcrumbs {
    position: absolute;
    right: 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #888;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#breadcrumbs ul li:before {
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #f9f9f9;
    font-size: 14px;
    margin-right: 12px;
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: #333;
    opacity: 0.4;
}

.sidebar .widget {
    margin-bottom: 30px;
    position: relative;
}

.utf-sidebar-widget-item .utf-boxed-list-headline-item {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

.utf-sidebar-widget-item {
    margin-bottom: 30px;
    display: block;
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 8px rgb(0 0 0 / 5%);
}

.utf-social-icons {
    padding-left: 5px;
}

.utf-social-icons li {
    display: inline;
    float: left;
    text-align: left;
    margin-right: 16px;
    margin-top: 11px;
    /* transform: scale(1.19); */
    -webkit-transform: scale(1.19);
    /* -webkit-filter: blur(radius); */
}

.utf-social-icons.rounded li a {
    border-radius: 50px;
}

.utf-social-icons li a {
    width: 38px;
    height: 38px;
    display: inline-block;
    background-color: #ec1c24;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.parallax #titlebar h1, .parallax #titlebar h2, .parallax #titlebar #breadcrumbs ul li, .parallax #titlebar #breadcrumbs ul li a, .parallax #titlebar #breadcrumbs ul li::before {
    color: #fff;
}

.utf-photo-section-block {
    position: absolute;
    content: '';
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url(../assets/images/background/bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
    display: block;
    position: relative;
}

.utf-photo-section-block::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.85;
    display: block;
    position: absolute;
    top: 0;
}

.utf-photo-text-content {
    background: transparent;
    padding: 70px 0px 0 0;
    font-weight: 500;
    z-index: 99;
    position: relative;
}

.utf-photo-text-content h2 {
    margin-bottom: 15px;
    line-height: 46px;
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
}

.utf-photo-text-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
    opacity: 0.85;
}

ul.utf-download-text {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    margin-bottom: 20px;
    list-style-type: none;
}

ul.utf-download-text li {
    float: left;
    margin: 0;
    margin-top: 0px;
    margin-top: 15px;
    transition: 0.35s;
}

ul.utf-download-text li a i {
    position: absolute;
    left: 8px;
    top: 10px;
    font-size: 45px;
}

ul.utf-download-text li a p {
    float: left;
    width: 100%;
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
}

ul.utf-download-text li a {
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.6);
    width: 175px;
    height: 65px;
    border-radius: 4px;
    margin-right: 25px;
    padding-left: 60px;
    color: #ffffff;
    position: relative;
    padding-top: 7px;
    transition: 0.35s;
}

.utf-sidebar-widget-item .utf-boxed-list-headline-item {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

.utf-boxed-list-headline-item h3 {
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 8px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.utf-boxed-list-headline-item h3::before {
    background: #e33324;
    border: 0 none;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -2px;
    width: 40px;
    border-radius: 30px;
}

.desktop_tab {
    width: 100%;
}

.desktop_tab_housing {
    width: 50%;
}

.cal_split_txt {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: normal;
}

.cal_input {
    display: block;
    width: 100%;
    height: 48px;
    margin-bottom: 5%;
    padding: 10px 14px;
    font-size: 15px;
    line-height: 17px;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.cal_input1 {

    width: 100%;
    height: 48px;
    margin-bottom: 5%;
    padding: 10px 14px;
    font-size: 15px;
    line-height: 17px;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.terms_condition_widget .utf-boxed-list-headline-item h3 {
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 8px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.terms_condition_widget .utf-boxed-list-headline-item h3::before {
    background: #e33324;
    border: 0 none;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -2px;
    width: 40px;
    border-radius: 30px;
}

.text-builder {
    font-weight: 700;
    color: #ec1c24 !important;
}

.desktop_tab_housing_content {
    width: 100%;
}

.cal_img {
    width: 20%;
    /* margin: 0 auto;*/
    float: left;
    display: block;
}

.utf-sidebar-widget-item .utf-boxed-list-headline-item h3 {
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 8px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.utf-sidebar-widget-item .utf-boxed-list-headline-item h3::before {
    background: #e33324;
    border: 0 none;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    bottom: -2px;
    width: 40px;
    border-radius: 30px;
}

ul.utf-download-text li a span {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

ul.utf-download-text li a {
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.6);
    width: 175px;
    height: 65px;
    border-radius: 4px;
    margin-right: 25px;
    padding-left: 60px;
    color: #ffffff;
    position: relative;
    padding-top: 7px;
    transition: 0.35s;
}

.service-wishlist {
    bottom: 10px;
    position: absolute;
    left: 50px;
    font-family: nunito;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 30px;
    background-color: #FA6742;
    height: 35px;
    margin-right: 0px;
    opacity: 1;
    text-align: center;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tip-content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% - 20px));
    -ms-transform: translate(-50%, -100%);
    background: #333;
    color: #fff;
    padding: 13px 15px;
    min-width: 225px;
    max-width: 225px;
    font-size: 13px;
    border-radius: 3px;
    line-height: 19px;
    pointer-events: none;
    z-index: 999;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.featured_properties_title {
    font-weight: 600 !important;
}

.map_icon {
    padding-right: 2px;
    line-height: 0;
    color: #dc3139;
    font-size: 18px;
    top: 2px;
    position: relative;

}

.map_icon_txt {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #909090;
}

.utf-listing-price {

    background: #2c6218;
    padding: 3px 12px;
    margin-bottom: 3%;
    line-height: 26px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.service-heart {
    bottom: 10px;
    position: absolute;
    left: 10px;
    font-family: nunito;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 30px;
    background-color: #ec1c24;
    height: 35px;
    margin-right: 5px;
    opacity: 1;
    text-align: center;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-t-20 {
    margin-top: 20px;
}

.text-uppercase {
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .agent-photo {
        float: unset;
        display: block;
    }

    ul#top-menu {
        overflow: auto;
        white-space: nowrap;
        width: 100%;
        padding: 12px 6px 9px 7px;
    }

    button.btn.btn-block.btn-thm.form-btn {
        float: unset;
        top: 0px;
    }

    ul#myTab li {
        padding: 0px 0 0 14px;
    }

    ul#myTab li a {
        font-size: 13px;
    }

    ul.social-new button.btn.btn-social {
        min-width: 100%;
        font-size: 11px;
        font-weight: 200 !important;
        border-radius: 7px;
    }

    .image-grid {
        display: none;
    }

    .home1-advnc-search li.list-inline-item.home-filter {
        width: 100%;
    }

    .home_content .home-text p {
        font-size: 20px;
    }

    .home-one .home-text h2, .home_content.home4 .home-text h2, .banner-style-one .banner-title, .home-text.home6 h2 {
        font-size: 25px;
    }

    .home-one .home-text {
        padding: 37px 15px;
    }

    .utf-photo-text-content h2 {
        font-size: 25px;
        text-align: center;
    }

    .utf-photo-text-content p {
        font-size: 16px;
        text-align: center;
        font-weight: 400;
        line-height: 25px;
        color: #ffffff;
        opacity: 0.85;
    }

    ul.utf-download-text {
        display: none;
    }

    .utf-section-headline-item h3 {
        font-size: 20px;
    }

    .search_heading {
        margin-top: 3%;
    }

    .select2-container {

        width: 100% !important;
    }
}


.btn span.glyphicon {
    opacity: 0;
}

.btn.active span.glyphicon {
    opacity: 1;
}


.form-check {
    display: block;
    margin-bottom: 15px;
}

.form-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-check label {
    position: relative;
    cursor: pointer;
    font-size: 15px;
}

.form-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #ea1125;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ea1125;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.amenities_checkbox {
    display: inline-block !important;
}

.utilities_checkbox {
    display: inline-block !important;
}

button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    cursor: no-drop;
}

.no-padding {
    padding: 0px !important;
}

small.help-block {
    color: red;
}

/*.select2-container--default.select2-container--focus .select2-selection--multiple {*/

/*  height: 100%;*/

/*}*/

/*.select2-container--default .select2-selection--multiple*/
/*{*/
/*  height: 100%;*/
/*}*/

/*.select2-container--default .select2-selection--multiple{*/

/*  height: 50px;*/
/*}*/

/*.select2-container {*/

/*  width: 190px !important;*/
/*}*/
