﻿body {
}

@media screen and (max-width: 1025px) {
    .hbtn.btn-block {
        width: 100%
    }
}

    @media screen and (max-width: 769px) {
        .navbar-collapse.collapse {
            display: none !important;
        }

            .navbar-collapse.collapse.show {
                display: block !important;
            }
    }


    @media screen and (max-width: 600px) {
        .main-menu .collapse {
            max-height: unset !important;
        }

        .navbar-collapse.collapse {
            display: none !important;
        }

            .navbar-collapse.collapse.show {
                display: block !important
            }


        .main-menu-wrapper {
            background: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            min-height: 101px;
            width: 100%;
            padding: 25px 30px;
            transition: background-color 2s ease-out;
            -webkit-transition: background-color 2s ease-out;
            -moz-transition: background-color 2s ease-out;
            -o-transition: background-color 2s ease-out;
            -webkit-box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
        }

        .main-menu-wrapper-outer.sticky.sticky-nav {
            position: relative !important;
        }
    }

    @media screen and (max-width: 425px) {
        .banner h1 {
            font-size: 22px !important
        }

        .banner h2, .banner h1 {
            width: 100% !important;
            min-width: 0 !important;
            text-align: center;
            margin: 0 auto;
            float: none;
            display: block !important;
        }

        .main-menu-wrapper {
            padding-top: 0;
            min-height: 95px !important;
        }

        .main-menu-wrapper {
            padding-top: 23px !important;
            background: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            min-height: 100px;
            width: 100%;
            padding: 0 30px;
            transition: background-color 2s ease-out;
            -webkit-transition: background-color 2s ease-out;
            -moz-transition: background-color 2s ease-out;
            -o-transition: background-color 2s ease-out;
            -webkit-box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
        }
    }


    .main-menu .collapse > ul li.dropdown .dropdown-btn {
        background-color: transparent !important
    }
