.custom-bannerimage {
    display: inline-block;
}

#social-container > .at-social > * {
    padding-right: 5px;
}
.at-info-box {
    text-align: center;
    border: 0px solid #eeeeee;
    padding: 30px;
}
.main-search-field-two .at-search-box {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 10px 0px 10px;
}

.main-search-field-two {
    padding-top: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.at-col-default-mar {
    margin-bottom: 10px;
}

.at-sec-title {
    font-size: 36px;
    margin-bottom: 0px;
}


.cover-logo {
    z-index: 400;
    border-radius: 20px;
    margin-bottom: 100px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


.at-agents-sec-two {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.at-Call-sec {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: -1px;
}

.at-main-footer {
    padding: 60px 0 30px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.custom-logo {
    display: inline-block;
    padding-left: 10px;
}


.at-navbar .navbar-brand img {
    width: auto;
    height: 66px;
    border-radius: 5px;
}

.at-over-layer-black:before {
    background-color: rgba(0, 0, 0, .6);
}

.at-over-layer-black.custom-at-over-layer-black:before {
    background-color: rgba(0, 0, 0, .9);
}

.at-footer-logo{
    text-align: center;
}

.at-main-footer .at-footer-logo img {
    width: auto;
    height: 120px;
}


.main-search-field-two.at-over-layer-black:before {
    background-color: rgba(0,0,0,.3);
}

.at-property-sec {
    padding: 100px 0 35px;
}



/* Row height fix */
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}


@media only screen and (max-width: 420px){
    .main-search-field-two h1 {
        font-size: 26px;
        line-height: 36px;
        padding-top: 35px;
    }
}

@media only screen and (max-width: 991px) {
    .at-Call-right {
        padding-bottom: 0px;
    }
    .at-inside-Call{
        padding-left: 30px;
    }
}

@media only screen and (max-width: 700px) {
    .hidden-mobile {
        display:none;
    }

    .main-search-field-two {
        padding-top: 300px;
    }

    .margin-mobile {
        margin-top: -305px;
    }

    .margin-bottom {
        margin-bottom: -147px;
    }

    .at-property-sec {
        padding:25px 0 25px;
    }
}
