﻿.img-fluid{
    width:100%;
    height:400px;
}
.login-form {
    border: none;
    box-shadow: 0 -2px 10px 0 rgb(0 0 0 / 15%);
    margin: 110px auto;
    padding: 20px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.form-group{
    margin-bottom:15px;
    margin-right:0px;
}
.form-group p a{
    color: #3f91f5;
}
.form-control {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    transition: all .4s ease;
}
.form-control {
    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;
}
.login-form .btn-blue.btn-full {
    width: 100%;
}
.login-form .btn-blue {
    background: #08436b;
    border-radius: 0 !important;
    color: #fff;
    font-size: 15px !important;
    line-height: 1.5;
    padding: 0.5rem 1rem;
}
.info-agents p{
margin-bottom:15px !important;
}
@media (min-width: 1100px) {
    .w90 {
        width: 90%;
    }
}
.padtop30 {
    padding-top: 30px;
}
.search-box {
    margin-bottom: 30px;
    margin-top: 0;
}
.search-box {
    background: #f6f6f6;
    margin-top: 20px;
    padding: 1em 0.75em;
}
.search-box-items{
    padding:15px;
}
.search-box .input-has-icon {
    position: relative;
}
.search-box .input-has-icon i {
        color: #ccc;
        position: absolute;
        right: 10px;
        top: 10px;
 }
.search-box-items label{
    color:#212529;
    margin-bottom:8px;
    font-size:15px;
    font-weight:400;
}
.search-box-items .form-control {
    font-weight: 400;
    font-size:13px;
    height:37px; 
    font-family:inherit;
}
.search-box-items .select--arrow {
    position: relative;
}
.search-box-items .select--arrow i {
    color: #ccc;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.search-box-items .button-search-wrapper{
   margin-top:31px;
}
.search-box-items .button-search-wrapper .btn-full {
    background-color: #2ECA6A;
    color: white;
}
.search-box-items .button-search-wrapper .btn-full:hover {
        background-color: #1d9f20;        
}
.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.5em;
    justify-content: space-around;
    padding: 0 .2em;
    text-align: center;
    width: 5em;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ccc;
    cursor: pointer;
}

.star-rating :checked ~ label {
    color: #f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #fc0;
}
textarea.form-control {
    height: auto;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
.reviewsSection li{
list-style-type:none;
margin-top:10px;
}
.reviewsSection p {
    font-family: Arial,"sans-serif";
    font-style:italic;
}
.btn-head {
    background-color: #2ECA6A;
    color: white;
    margin-right: 5px;
    font-weight: 300;
}
.btn-head:hover {
        background-color: #17a033;
        color: white;
}
.select--arrow {
    position: relative;
}
.form-group--inline .form-control {
    border-color: var(--primary-color);     
}
.select--arrow i {
    color: #ccc;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
}
.form-group__content-1 {
    width: 15%;
    margin-left: 20px;
}
.form-group__content-2 {
    width: 40%;
    float: right;
    margin-right: 20px;
}
.card-body-a .heart {
    color: white;
    float: right;
    font-weight:bold;
}
.generic-form-my .head {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0 0 15px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.property-contact{
    margin-top:-45px;
}
.Agent-contact{
    margin-top:90px;
}
.ratingsSection {
    padding: 15px 0 0;
    margin: 0 -20px;
    display: flex;
}

.ratingsSection .ratingsBox:first-child {
        border-right: #f0f0f0 solid 1px;
        text-align: center;
 }
.ratingsSection .ratingsBox {
        padding: 0 30px;
        display: block;
        width: 50%;
}
.ratingsSection .ratingsBox big {
            padding: 5px 0 0px;
            font-size: 40px;
            font-weight: 600;
            color: #333;
            display: block;
 }
.ratingsSection .ratingsBox big ~ .starRating {
                margin: 12px auto;
 }
.ratingsSection .ratingsBox .starRating {
            margin-top: 30px;
 }
.starRating.staticBox {
    flex-direction: row;
    pointer-events: none;
}
.starRating {
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    font-size: 25px;
    width: 200px;
}
.starRating.staticBox label.active {
        color: #f9c000;
 }
.starRating label {
        color: #ccc;
        cursor: pointer;
 }
.starRating.staticBox label ~ label {
        margin: 0 0 0 10px;
 }
.starRating label ~ label {
        margin-right: 10px;
 }
.starRating label {
        color: #ccc;
        cursor: pointer;
    }
strong {
    font-weight: 600;
}

body, ul, ol, li, h1, h2, h3, h4, h5, h6, figure, p, strong {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: Arial,"sans-serif";
}
.ratingsSection .ratingsBox {
    padding: 0 30px;
    display: block;
    width: 50%;
}
.ratingsSection .ratingsBox ul {
        display: block;
}

.ratingsSection .ratingsBox ul li {
            padding: 0 40px;
            display: flex;
            position: relative;
            height: 30px;
            color: #333;
 }
.ratingsSection .ratingsBox ul li num {
                position: absolute;
                top: 0;
                left: 0;
                width: 40px;
                font-size: 14px;
 }

.ratingsSection .ratingsBox ul li em {
                position: absolute;
                top: -1px;
                left: 15px;
                width: 40px;
 }
.ratingsSection .ratingsBox ul li .bar {
                display: block;
                width: 100%;
                background: #e6e6e6;
                height: 4px;
                border-radius: 5px;
                position: relative;
                top: 10px;
 }
.ratingsSection .ratingsBox ul li .bar span {
                    display: block;
                    background: #f9c000;
                    height: 4px;
                    border-radius: 5px;
 }
.ratingsSection .ratingsBox ul li small {
                padding-left: 10px;
                position: absolute;
                top: 0;
                right: 0;
                width: 40px;
                font-size: 14px;
 }
@media screen and (max-width: 480px) {
    .my-rating-8 .jq-star {
        width: 20px !important;
        height: 20px !important;
    }
}
@media screen and (max-width: 480px) {
    .my-rating-8 {
       padding-left:12px;
    }
}
.reviewsSection {
    margin: 20px 0 -15px;
    display: block;
}
.reviewsSection li {
        padding-top: 15px;
        display: block;
        position: relative;
        z-index: 1;
        border-top: #f0f0f0 solid 1px;
}
.reviewsSection li h5 {
            margin-bottom: 5px;
            display: block;
            font-size: 14px;
            font-weight: 600;
            color: #333;
 }
.reviewsSection li p {
            /*padding-bottom: 20px;*/
            font-style: italic;
}
.stars-lg {
    background-image: url("/images/stars_lg.gif");
    background-repeat: no-repeat;
    height: 18px;
    width: 102px;
    position: absolute;
}
.stars-lg-5 {
    background-position: 0 -222px;
    position: absolute;
}
.stars-sm {
    background-image: url("/images/stars_sm.gif");
    background-repeat: no-repeat;
    height: 16px;
    width: 82px;
    position: absolute;
}

.stars-sm-5 {
    background-position: 0 -180px;
    position: absolute;
}

.starRating-con {
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    font-size: 25px;
    width: 102px;
    padding: 10px 0px;
    position: relative;
}
.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.5em;
    justify-content: space-around;
    padding: 0 .2em;
    text-align: center;
    width: 5em;
}
.star-rating input {
        display: none;
 }
.star-rating label {
        color: #ccc;
        cursor: pointer;
 }
.star-rating :checked ~ label {
        color: #f90;
 }
.star-rating label:hover,
.star-rating label:hover ~ label {
        color: #fc0;
 }
.btnBox {
    padding: 30px 0 0;
    display: block;
    border: 0;
}
.amenities-list .bi-check-circle-fill {
    color: #2ECA6A;
}
.amenities-list .bi-x-circle-fill {
    color: red;
}

