.breatcome_area {
    background: url(../images/brd-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 141px 0 143px;
}

.slider_area .home-form .request-button .btn-request {
    margin-top: 15px!important;
    padding: 40px 40px;
    background: rgb(122,42,102);
    background: linear-gradient(0deg, rgba(122,42,102,1) 0%, rgba(179,61,149,1) 64%, rgba(160,55,133,1) 100%);
    border-radius: 4px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    transition: .5s;
}

.slider_area .home-form .request-button .btn-request:hover {
   background: rgb(122,42,102);
    background: linear-gradient(0deg, rgba(122,42,102,1) 0%, rgba(179,61,149,1) 64%, rgba(160,55,133,1) 100%);
}

.logo {
    margin-top: 20px!important;
}

.em-slider-descript {
    font-size: 28px!important;
    padding-top:40px!important;
    margin-bottom: 20px;
    width: -13%;
    z-index: 999;
    font-weight: 400;
    letter-spacing: 1px;
    /*color: #c5c339!important;*/
}

.btn-custom {
    background-color:#b43e97!important;
    text-transform: capitalize!important;
}

.btn-custom:hover {
    background-color:#6c255a!important;
}



/*.fa-search {
    color: #c5c339!important;
}*/

.slider_area {
    height: 900px!important;
}

.slider_content {
    height:900px!important;
}

.dreamit-header-top {
    background: rgb(122,42,102);
    background: linear-gradient(0deg, rgba(122,42,102,1) 0%, rgba(179,61,149,1) 64%, rgba(160,55,133,1) 100%);
}

.slider_area .home-form {
    background: transparent;
}

.branding-banner {
    margin-bottom: 40px!important;
}

.mb-0 {
    margin-bottom:0px!important;
}

.title-mb-5 {
    margin-bottom:60px!important;
}

.single_dreamitory_meta span {
    font-size: 14px;
}

.single_dreamitory_thumb_content p {
    color: #fff;
    background: #b43e97;
    padding: 2px 10px;
    border-radius: 30px;
    font-size: 12px;
}

.profile_setting_button_center a {
        background: #b43e97;
    padding: 8px 15px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}

    


@media (max-width: 767px) {
    .em-slider-descript {
        display: block!important;
        font-size: 20px!important;
}

#mapArea {
    height: 320px!important;
}

#mapDirectory {
    height:640px!important;
}

}



@media (min-width: 768px) {

#mapArea {
    height: 500px!important;
}

#mapDirectory {
    height:960px!important;
}

.btn-custom {
    font-size: 32px!important;
}



}



