.et_menu_container{
    display: flex;
    justify-content: center;
}
#et-top-navigation{
    padding-left: 0px !important;
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    padding-top: 25px !important;
}
#top-menu-nav{
    float: none !important;
}
.et_header_style_left .logo_container{
    left: 2%;
}
#main-header.template-4-header {
    background-color: #fff;
}
#main-header.template-4-header.et-fixed-header{
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px !important;
}
#top-menu li{
    border-right: 2px solid #c9e2fe;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 0px 11px;
}
#top-menu>li:last-child{
    padding: 0px 11px !important;
}
#top-menu li a{
    padding: 10px 0px !important;
}
#top-menu-nav>ul>li>a:hover{
    opacity: 1 !important;
    color: #0177fb !important;
}
.top-login {
    z-index: 1;
    margin-left: 26px;  
    /*position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);*/
}
#menu-login-buttons{
    line-height: 0;
}
.top-login .top-submit-btn a {
    background-color: #000;
    padding: 10px 28px;
    border-radius: 30px;
    color: #ffffff !important;
}
.top-login .top-submit-btn{
    margin-left: 15px;
}
.top-login-btn a:before {
    content: '\f879';
    display: inline-block;
    color: #0177fb;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 700;
    background-color: #fde9eb;
    padding: 15px 13px;
    border-radius: 50%;
    margin-right: 10px;
}
.top-login ul li a{
    color: #000000 !important;
    padding: 10px 0px;
    line-height: 1em;
}
.top-login ul li {
    display: inline-block;
    /*padding: 0px 15px;*/
    margin-bottom: 0px !important;
}
.banner-3-slider .et_pb_slide_content{
    width: 100%;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
}
#home-banner-3 .search-butn{
    background-color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 30px;
    color: #ffffff !important;
}
#home-banner-3 .floor-plan-search-code .et_pb_code_inner{
    background-color: #ffffff;
    padding: 24px;
    border-radius: 5px;
}
#home-banner-3 .floor-plan-search-code .filter-main form .form-group input,
#home-banner-3 .filter-main form .form-group select{
    color: #000000 !important;
    font-family: 'Rubik',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    font-size: 16px !important;
}
#home-banner-3 .filter-main form .form-group label {
    color: #a1a1a1 !important;
}
ul.template-4-footer-links {
    padding: 0px !important;
}

/*media query*/
@media only screen and (max-width: 1600px){
    .home-banner-3-search{
        bottom: 10% !important;
    }
}

@media only screen and (max-width: 1440px){

}

@media only screen and (max-width: 1400px){

}

@media only screen and (max-width: 1366px){
    .banner-3-slider h2.et_pb_slide_title{
        width: 90% !important;
    }
}

@media only screen and (max-width: 1280px){

}

@media only screen and (max-width: 1152px){

}

@media only screen and (max-width: 1024px){

}

@media only screen and (max-width: 768px){ 
    .home-banner-3-search.et_pb_fullwidth_code_0{
        position: relative !important;
        bottom: auto !important;
    }
    .banner-3-slider .et_pb_slide_content{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px){

}