.primaryBtn{
    background: #40896c;
    border-radius: 50px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #fff;
    padding: 15px;
    width: -webkit-fill-available;
    border-color: transparent;
}

.invalidOtpErr{
    margin-left: 10%;
    margin-top: 5%;
}
.apartment-image-booking{
    width: 113px !important;
    height: 97px !important;
    border-radius: 12px;
    object-fit: cover;
}

button.add_card{
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #fff;
    background: #40896c;
    border-radius: 50px;
    padding: 15px 48px;
    border: 0
}

header .navbar-nav li .dropdown button img{
    width: 35PX;
    height: 35PX;
    border-radius: 100%;
}

.account_detail_profile{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.action-button.mode-upload{
    bottom: 0;
}

.rating_profile_image{
    width: 49px;
    height: 49px;
    border-radius: 100%;
}
.rating_box_image{
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.login .form-control{
    border-radius: 0px !important;
}
.form-control{
    caret-color: black !important;
    /* padding-left: 10px !important; */
    /* border-radius: 0px !important; */
}

button:disabled{
    opacity: 0.5;
}


.stars {
    display: inline-block;
    font-size: 24px;
    color: #ddd;
}

.stars input {
    display: none;
}

.stars label {
    color: #ddd;
    cursor: pointer;
    font-size: 14px;
    padding: 2px;
}

.stars input:checked ~ label {
    color: #f8cf41;
}

.stars label:hover, .stars label:hover ~ label {
    color: #f8cf41;
}

.stars label {
    float: right;
}

.property-listing-image{
    width: 343px;
    height: 179px;
    border-radius: 20px;
    object-fit: cover;
}

.ads-content{
    height: 300px;
    background: #f7f7f7;
    align-content: center;
}

.ads-content p{
    justify-self: center;
    color: #968f8f;
}

.need-help-modal {
    backdrop-filter: blur(20px);
    background-color: #000 80;
}
.need-help-modal .modal-dialog {
    max-width: 450px;
    margin: auto;
}
.need-help-modal .modal-dialog .modal-content {
    box-shadow: 0px -6.1px 24.38px 0px #000 1a;
    background: #fff;
    border-radius: 37px;
    padding: 35px 25px;
}
@media (max-width: 600px) {
    .need-help-modal .modal-dialog .modal-content {
        padding: 20px 15px;
   }
}
.need-help-modal .modal-dialog .modal-content .modal-header {
    display: block;
    border: 0;
    background: transparent;
    padding: 0;
    margin-bottom: 30px;
}
.need-help-modal .modal-dialog .modal-content .modal-header h5 {
    font-size: 26px;
    font-weight: 700;
    line-height: 31.43px;
    color: #1b1b1b;
    margin-top: 13px;
}
.need-help-modal .modal-dialog .modal-content .modal-header p {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.98px;
    color: #1b1b1b;
    margin: 0;
}
.need-help-modal .modal-dialog .modal-content .modal-header .close-btn {
    border: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
}
.need-help-modal .modal-dialog .modal-content .modal-body {
    padding: 0;
}
.need-help-modal .modal-dialog .modal-content .modal-body .form-wrapper textarea {
    width: 100%;
    height: 190px;
    background-color: #f4f4f4;
    padding: 24px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #757575;
    resize: none;
}
.need-help-modal .modal-dialog .modal-content .modal-body .form-wrapper .email-us-btn {
    width: 100%;
    padding-block: 15px;
    border-radius: 50px;
    background-color: #00c5b4;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.34px;
    text-align: center;
    color: #fff;
}

.checkin-btn{
    width: 131px;
    height: 41px;
    border-radius: 50px;
    background-color: #2BD793;
    text-decoration: none;
    color: #fff;
    padding: 12px 15px;
}

.checkout-btn{
    width: 131px;
    height: 41px;
    border-radius: 50px;
    background-color: #FF0000;
    text-decoration: none;
    color: #fff;
    padding: 12px 15px;
}