
/*--media width max-width 1440---*/
@media (max-width: 1440px) {
    .home-img-wrapper {
        background: url(../images/building_user-home_lt.png) center center no-repeat;
    }
}




    /*--media width min-width 992---*/
    @media (min-width: 992px) {
        .navbar .nav-item {
            margin: 0 10px;
        }
    }

    /*--media width max-width 992---*/
    @media (max-width: 992px) {
        .navbar-dropdown {
            order: 3;
        }

        .top-menu .navbar-collapse {
            order: 4;
        }

        .navbar-brand img {
            width: 60px;
        }

        header {
            padding: 5px 0;
        }
        .home-container h5 {
            margin-bottom: 100px;
        }
    }


    /*--media width max-width 991---*/
    @media (max-width: 991px) {
        .regiter-bg-img {
            display: none;
        }

        .create-form-container {
            width: 90%;
        }

        .create-form-scroll {
            height: inherit;
        }

        .min-h-body {
            min-height: calc(100vh - 230px);
        }
    }

    /*--media width max-width 767px---*/
    @media (max-width:767px) {
        .capcha-input {
            width: 100px
        }

        #withdrawl-div table th, #memberfund-div table th, #subscription-div table th, #commission-div table th {
            white-space: nowrap
        }

        .srCodeBlog {
            padding: 15px 40px;
        }

        .rqSectionBox {
            width: 100%
        }

        .rqSectionBox {
            padding: 20px
        }

        .qrCodeImg {
            margin-right: 10px
        }

        .subscription-alert {
            float: none;
            display: block
        }

        .detailQrCode a.copy-address {
            margin-bottom: 10px;
            display: inline-block
        }

        h1 {
            font-size: 28px
        }

        .congratulation_cont {
            padding: 20px;
            font-size: 16px
        }

        .home-container h1 {
            font-size: 46px;
        }

        .home-container h5 {
            font-size: 32px;
        }

        .header-logo {
            width: 70px;
        }

        .login-bg-img, .cart-bg-img {
            display: none;
        }

        .login-input-wrapper {
            margin-bottom: 50px;
            height: calc(100vh - 334px);
        }

        .congratulation_cont h1 {
            margin: 30px 0;
            font-size: 28px;
        }

        .plan-img-wrapper {
            padding: 30px;
        }

        .plan-info-content-paragraph {
            min-height: inherit;
        }

        #history_tab.tab-list {
            margin: 0 -5px;
        }

            #history_tab.tab-list li {
                flex: 0 0 50%;
                margin: 0px;
                padding: 5px;
            }

                #history_tab.tab-list li a {
                    display: block;
                    border: solid 1px #ddd;
                    text-align: center;
                }

        .cartListBlog thead tr th:nth-child(1), .cartListBlog thead tr th:nth-child(2) {
            min-width: 160px
        }

        .payment-div input, .payment-div textarea {
            min-width: 150px
        }

        .home-img-wrapper {
            min-height: calc(100vh - 164px);
        }
    }

    /*--media width max-width 567px---*/
    @media (max-width:567px) {
        .plan-logo-inline {
            min-height: auto;
        }

        .graph-col img {
            width: 80px;
        }

        .choose-plan-btn-gp .themebtn {
            margin-bottom: 20px;
        }

        .plan-container h1 {
            font-size: 30px;
        }

        .plan-img-wrapper {
            min-height: calc(100vh - 160px);
        }

        .sub-plan-content ul.sub-plan-label-list li,
        .sub-plan-content ul.sub-plan-label-list li label {
            width: 100%;
        }

        .pmt-dt-list {
            font-size: 14px;
        }
    }
    /*--media width max-width 480px---*/
    @media (max-width:480px) {
        .timezone-cont {
            width: 182px
        }
    }
