@media (min-width: 992px) and (max-width: 1199px) {
    .header_area {
        padding: 0;
    }

    .navbar-brand {
        margin-right: 30px;
    }

    .dorne-search-btn>a,
    .dorne-signin-btn>a {
        margin-right: 15px;
        font-size: 14px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 7px;
        padding-left: 7px;
        font-size: 14px;
    }

    .hero-content h2 {
        font-size: 50px;
    }

    .hero-social-btn {
        bottom: 130px;
    }

    .hero-search-form .tab-content .tab-pane form .custom-select {
        padding: 0 50px 0 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-toggler {
        border: 2px solid #fff;
        color: #fff;
        margin: 37px 0;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }


    .sticky .navbar-toggler {
        margin: 17px 0
    }

    #dorneNav {
        padding: 30px;
        background-color: #341a79;
        box-shadow: 1px 9px 10px rgba(255, 255, 255, 0.15);
        border-radius: 0 0 3px 3px
    }

    .dorne-search-btn>a,
    .dorne-signin-btn>a {
        margin-right: 0;
        margin-left: 15px;
        padding: 10px 0;
    }

    .hero-content h2 {
        color: #fff;
        font-size: 42px;
    }

    .hero-social-btn {
        bottom: 140px;
        left: 30px;
        z-index: 0;
    }

    .hero-search-form .tab-content .tab-pane form .custom-select {
        padding: 0 10px;
        margin-right: 5px;
    }

    .dorne-btn {
        min-width: 150px;
    }


}

@media (min-width: 320px) and (max-width: 767px) {
    .header_area {
        padding: 0;
    }
    

    .breadcrumb {
        position: relative;
        top: 58px;
    }

    .form-filter-group {
        width: 100%;
        margin-bottom: 18px;
    }

    .footer__container {
        grid-template-columns: repeat(2, 1fr);
    }

    .fon {
        font-size: 19px;
        position: relative;
        left: 10px;
        top: -25px;
    }

    .mos {
        position: relative;
        left: -46px;
        top: -55px;
    }

    .de {
        position: relative;
        left: -34px;
        top: 48px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .navbar-toggler {
        border: 2px solid #fff;
        color: #fff;
        margin: 37px 0;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
    }

    .sticky .navbar-toggler {
        margin: 17px 0
    }

    #dorneNav {
        padding: 15px;
        background-color: #341a79;
        box-shadow: 1px 9px 10px rgba(255, 255, 255, 0.15);
        border-radius: 0 0 3px 3px
    }

    .dorne-search-btn>a,
    .dorne-signin-btn>a {
        margin-right: 0;
        margin-left: 15px;
        padding: 10px 0;
    }

    .hero-content h2 {
        color: #fff;
        font-size: 24px;
    }

    .hero-social-btn {
        display: none;
    }

    .hero-search-form .tab-content .tab-pane form .custom-select {
        padding: 0 10px;
        margin-right: 5px;
    }

    .dorne-btn {
        min-width: 150px;
    }

    .all-catagories {
        top: 0;
        padding: 30px 0;
    }

    .hero-content h4 {
        padding-left: 0;
        font-size: 16px;
    }


    .hero-search-form .tab-content .tab-pane form {
        display: block;
        display: flex;
        width: 104%;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    button.search-btn1.btn.btn-primary {
        background: #392694;
        border-color: #392694;
        width: 165%;
    }

    .form-control {
        width: 181%;
    }

    .sha {
        width: 158%;
        position: relative;
        margin-bottom: 12px;
        left: -74px;

    }


    .hero-search-form .tab-content .tab-pane form .custom-select {
        padding: 0 50px 0 20px;
        margin-right: 0;
        margin-bottom: 11px;
        width: 100%;
    }



.hero-search-form .tab-content .tab-pane {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}
}

@media (min-width: 576px) and (max-width: 767px) {
    .hero-content h2 {
        font-size: 36px;
    }

    .greens {
        bottom: -7501px;
        position: relative;

    }

    .hero-search-form .tab-content .tab-pane form .custom-select {
        display: flex;
    }


}