.resd-search {
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.home1-advnc-search ul li {
    line-height: 2;
    margin-bottom: 5px;
}

.home1-advnc-search ul li:nth-child(3) .form-group .form-control {
    width: 450px;
}

.home1-advnc-search>.nav-tabs li.nav-item a.nav-link.active {
    background-color: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
}

.home1-advnc-search>.nav-tabs .nav-link {
    border-color: #e9ecef #e9ecef #dee2e6;
    border-radius: 0.25rem;
    background-color: #fff;
}

.home1-advnc-search>.nav-tabs {
    border-bottom: 0px;
}

.home1-advnc-search .custom-control {
    margin-top: 10px;
}
@media only screen and (max-width: 767.98px)
{
    .home1_bgi1 {
        height: 960px;
    }
    .home1-advnc-search ul li:nth-child(3) .form-group .form-control {
      width: 100%;;
    }
    .resd-search {
        display: block;
    }
}

@media only screen and (max-width: 520px){
    .home1-advnc-search>.nav-tabs li{
        margin-right: 0;
        width: auto;
    }
}

.home1-advnc-search>.nav-tabs li.nav-item a.nav-link {
    background-color: #ffffff;
    border-radius: 8px;
    color: #1b2032;
    font-size: 16px;
    height: 50px;
    width: 128px;
    text-align: center;
    line-height: 35px;
}

.home1-advnc-search>.nav-tabs.nav-item {
    margin-bottom: 0px;
}