.fix-phone-block{
    background: #712f7e;
    color: gold;
    font-weight: bold;
}
.fix-whatsapp-button{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 90px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fix-whatsapp-button:hover{
    color: #FFF;
}
.fix-cta-button{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 160px;
    right: 20px;
    background-color: #712f7e;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 19px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fix-cta-button > img{
    width: 30px;
}
.fix-cta-button:hover{
    color: #FFF;
}
.fix-filter-form{
    padding-bottom: 0;
    padding-top: 20px;
}
.fix-navbar-collapse{
    z-index: 1;
}
.fix-schedule-button{
    position: absolute;
    z-index: 10;
    margin-top: auto;
    margin-bottom: auto;
    bottom: 20px;
    right: 120px;
}
.fix-schedule-button:hover{
    border-color: #712f7e;
    color: yellow;
}
.fix-in-top{
    z-index: 30 !important;
}
.marker-new {
    z-index: 9 !important;
}
.pgl-advanced-search{
    border-bottom: 0;
}
@media only screen and (max-width: 480px) {
    .logo{
        top: 0px;
        height: 80px;
        width: 210px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo img {
        position: initial;
        left: initial;
        top: initial;
    }
}
@media only screen and (max-width: 992px) {
    .fix-filter-form{
        padding-top: 52px;
    }
}

.dropdown-select-area{
    width: 100%;
    height: 40px;
    text-align: left;
    padding-left: 12px;
    position: static!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-select-area > .caret{
    display: none;
}

.dropdown-select-area-group > .dropdown-menu{
    background-color: #fff;
    width: 400px;
}


@media only screen and (max-width: 600px) {
    .dropdown-select-area-group > .dropdown-menu{
        width: auto;
    }

    .dropdown-select-label{
        margin-top: 20px;
    }

    .form-group > .chosen-container > a{
        width: 100%!important;
    }

}

@media only screen and (max-width: 992px) {
    .dropdown-select-label{
        margin-top: 20px;
    }

    .dropdown-select-area-group > .dropdown-menu{
        width: 90%;
        overflow: hidden;
    }

    .dropdown-select-area > .caret{
        display: inline-block;
        float: right;
    }
    
    .dropdown-select-area{
        width: 100%!important;
    }

    .form-group > .chosen-container > a{
        width: 100%;
    }
}

.search-btn{
    border-radius: 50px;
}

.search-btn:hover{
   color: #faef2c;
}

@media only screen and (min-width: 992px) {
    .form-group > .chosen-container > a{
        width: 100%!important;
    }

    .btn-small{
        width: 100%!important;
    }
}

.form-group > .chosen-container > a{
    border-radius: 20px;
}

.rounded-input, .dropdown-rounded{
    border-radius: 20px;
}

.modal-cta > .modal-dialog > .modal-content {
    padding: 10px;
    border-radius: 0px;
}

.modal-cta > .modal-dialog > .modal-content > .modal-body-cta{
    border: 12px solid #f5b221;
    padding: 20px;
}

.modal-body-cta-text{
    margin-top: 40px;
}
.modal-body-cta-text > p{
    font-size: 27px;
    text-align: center;
}

.modal-body-cta-actions{
    text-align: center;
    margin-top: 50px;
}

.modal-body-cta-actions > button > img{
    width: 20px;
}