body.home nav.navbar {
    border: 0;
    margin-bottom: 0;
}

body.home nav.navbar .navbar-toggle {
    display: none !important;
}

body.home nav.navbar .navbar-brand img.logo {
    transform: translateY(-4px);
}

body.home .main-banner {
    min-height: 770px;
    padding: 290px 0 0;
}

body.home .home-title {
    color: #ffffff !important;
    font-size: 36px;
    line-height: 1.22;
    letter-spacing: 0;
    margin-bottom: 28px;
}

body.home .home-description {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 auto 58px;
    max-width: 1060px;
}

body.home .home-search-form fieldset {
    background: #ffffff;
    border: 0;
    border-radius: 42px;
    margin: 0 auto !important;
    max-width: 810px !important;
    padding: 6px !important;
    width: 100% !important;
}

body.home .home-search-form .row {
    align-items: stretch;
    background: #ffffff;
    border-radius: 42px;
    display: flex;
    margin-left: 0;
    margin-right: 0;
}

body.home .home-search-form .no-pad {
    margin: 0;
    padding: 0;
}

body.home .home-search-form .col-md-9.no-pad {
    flex: 1 1 auto;
    width: auto;
}

body.home .home-search-form .col-md-3.no-pad {
    flex: 0 0 206px;
    width: 206px;
}

body.home .home-search-form select,
body.home .home-search-form .select2-container--bootstrap4 .select2-selection--single {
    background: #ffffff;
    border: 0 !important;
    border-radius: 36px 0 0 36px;
    box-sizing: border-box;
    color: #6b797c;
    height: 62px;
    min-height: 62px;
    padding: 0 48px 0 22px;
}

body.home .home-search-form select:focus,
body.home .home-search-form .select2-container--bootstrap4 .select2-selection--single:focus {
    box-shadow: none !important;
    outline: none !important;
}

body.home .home-search-form .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    color: #6b797c;
    font-size: 16px;
    line-height: 62px !important;
    padding-left: 0;
    text-align: left;
}

body.home .home-search-form .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    height: 62px;
    right: 24px;
    top: 0;
    width: 16px;
}

body.home .home-search-form .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b,
body.home .home-search-form .select2-container--bootstrap4.select2-container--open .select2-selection--single .select2-selection__arrow b,
body.home .home-search-form .select2-container--bootstrap4.select2-container--open .select2-selection .select2-selection__arrow b {
    border: 0;
    border-bottom: 2px solid #6b797c;
    border-right: 2px solid #6b797c;
    height: 8px;
    margin: -5px 0 0 -5px;
    transform: rotate(45deg);
    width: 8px;
}

body.home .home-search-btn {
    align-items: center;
    background: #00c736;
    border: 0;
    border-radius: 34px !important;
    color: #ffffff;
    display: flex;
    font-size: 16px !important;
    font-weight: 700;
    gap: 8px;
    height: 62px;
    justify-content: center;
    line-height: 1.2;
    min-height: 62px;
    padding: 7px 16px !important;
    text-transform: uppercase;
    width: 100%;
}

body.home .home-search-btn .fa-search {
    font-size: 16px;
}

body.home .showcase {
    padding-top: 70px;
}

@media (min-width: 768px) {
    body.home nav.navbar {
        height: 80px;
        min-height: 80px;
    }

    body.home nav.navbar > .container {
        align-items: center;
        display: flex;
        height: 80px;
    }

    body.home nav.navbar .navbar-header {
        flex: 0 0 auto;
    }

    body.home nav.navbar .navbar-toggle {
        display: none !important;
    }

    body.home nav.navbar .navbar-brand {
        align-items: center;
        display: flex;
        height: 80px;
        padding: 0 15px;
    }

    body.home nav.navbar .navbar-collapse {
        align-items: center;
        display: flex !important;
        flex: 1 1 auto;
        height: 80px;
        justify-content: flex-end;
    }

    body.home nav.navbar .navbar-nav {
        align-items: center;
        display: flex;
        float: none !important;
        height: 80px;
        margin: 0;
    }

    body.home .mobile-dropdown > ul[data-in] {
        order: 1;
    }

    body.home .firm-phone + .firm-menu + .firm-menu {
        order: 2;
    }

    body.home .firm-phone + .firm-menu {
        order: 3;
    }

    body.home .firm-menu {
        align-items: center;
        align-self: center;
        display: flex;
        height: 80px;
        margin: 0 !important;
    }

    body.home .firm-menu > li {
        align-items: center;
        display: flex;
        height: 80px;
    }

    body.home .firm-phone {
        align-items: center;
        align-self: center;
        display: flex;
        height: 80px;
        margin: 0 0 0 28px;
        order: 4;
    }

    body.home nav.navbar.bootsnav ul.nav > li > a {
        color: #6b797c;
        font-size: 16px;
        line-height: 1.2;
        padding: 0 15px;
    }

    body.home .firm-menu > li > a {
        align-items: center;
        border-radius: 18px !important;
        color: #ffffff !important;
        display: flex;
        font-size: 16px;
        font-weight: 700;
        gap: 7px;
        height: 46px;
        line-height: 1.2 !important;
        margin: 0 4px !important;
        min-height: 46px;
        padding: 0 17px !important;
    }

    body.home .firm-menu .btn-login {
        background: #007bff !important;
    }

    body.home .firm-menu .btn-register {
        background: #28a745 !important;
    }

    body.home .firm-phone p,
    body.home .firm-phone span {
        color: #6b797c;
        display: block;
        font-size: 16px;
        line-height: 1.25;
        margin: 0;
    }

    body.home .firm-menu .dropdown-menu {
        display: none !important;
        list-style: none;
        margin: 0;
        min-width: 170px;
        padding: 5px 0;
        position: absolute;
        top: 100%;
        z-index: 1000;
    }

    body.home .firm-menu .dropdown.open > .dropdown-menu,
    body.home .firm-menu .dropdown:hover > .dropdown-menu {
        display: block !important;
    }

    body.home .firm-menu .dropdown-menu > li {
        display: block;
        float: none;
    }
}

@media (max-width: 767px) {
    body.home nav.navbar {
        min-height: 93px;
    }

    body.home nav.navbar > .container {
        padding-left: 0;
        padding-right: 0;
    }

    body.home nav.navbar .navbar-header {
        align-items: center;
        display: flex;
        justify-content: center;
        min-height: 93px;
        position: relative;
        width: 100%;
    }

    body.home nav.navbar .navbar-toggle {
        background: transparent;
        border: 0;
        color: #6b797c;
        display: block !important;
        float: none;
        font-size: 28px;
        left: 24px;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    body.home nav.navbar .navbar-brand {
        float: none;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }

    body.home nav.navbar .navbar-brand img.logo {
        display: block;
        margin-top: 0 !important;
        max-width: 62vw;
        transform: none;
        width: 340px;
    }

    body.home .main-banner {
        min-height: 660px;
        padding: 8px 30px 80px;
    }

    body.home .home-title {
        font-size: 34px !important;
        line-height: 1.22;
        margin-bottom: 14px;
    }

    body.home .home-description {
        font-size: 20px;
        line-height: 1.38;
        margin-bottom: 16px;
        max-width: 560px;
    }

    body.home .home-search-form fieldset {
        border-radius: 48px;
        max-width: 580px;
        padding: 0;
    }

    body.home .home-search-form .row {
        border-radius: 48px;
        display: block;
        overflow: hidden;
    }

    body.home .home-search-form .col-md-9.no-pad,
    body.home .home-search-form .col-md-3.no-pad {
        width: 100%;
    }

    body.home .home-search-form select,
    body.home .home-search-form .select2-container--bootstrap4 .select2-selection--single {
        border-radius: 48px 48px 0 0;
        height: 90px;
        min-height: 90px;
        padding-left: 38px;
    }

    body.home .home-search-form .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
        font-size: 26px;
        line-height: 90px !important;
    }

    body.home .home-search-form .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
        height: 90px;
        right: 30px;
    }

    body.home .home-search-btn {
        border-radius: 46px !important;
        font-size: 24px !important;
        height: 80px;
        margin: 10px;
        min-height: 80px;
        width: calc(100% - 20px);
    }

    body.home .home-search-btn .fa-search {
        font-size: 27px;
    }

    body.home .showcase {
        padding-top: 56px;
    }

    body.home .showcase .heading {
        padding-left: 28px;
        padding-right: 28px;
    }

    body.home .showcase .custom-page-title {
        font-size: 32px;
        font-weight: 700;
        line-height: 1.25;
        text-align: center;
    }

    body.home .showcase .heading p {
        font-size: 26px;
        line-height: 1.55;
        text-align: center;
    }
}
