@media only screen and (min-width : 3840px) {
    .account-box {
        height: auto;
    }
}

@media only screen and (min-width: 2560px) {
    .sign-area {
        height: 100vh;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .l-content .table-pm {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    .form-group {
        padding: 0;
    }
    .clearfix {
        padding: 0 15px;
    }

    .c-bottom, .c-geo {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mainmenu-area #primary-menu > ul > li > a {
        padding: 30px 12px;
    }
    .header-area {
        padding-top: 100px;
        padding-bottom: 100px;        
                
    }
    .header-text {
        background: url('../images/shape-1.png') no-repeat scroll center center / 30% auto;
    }
    .account-box {
        height: 300px;
    }
    .account-area .account-right {
        display: block;
    }
    .account-area .account-left {
        display: none;
    }
    .box {
        padding: 30px 15px;
    }    
    .item-btc, .item-bch, .item-eth, .item-ltc {
        width: 170px;
        height: 40px;
    }

    .c-block .c-right {
        padding: 0;
        margin-bottom: 10px;
    }

    .number-margin {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 13px;
    }
    .header-area {
        padding-bottom: 100px;
        height: auto;
    }
    .header-text {
        background: url('../images/shape-1.png') no-repeat scroll center center / 40% auto;
    }
    .header-text h2 {
        font-size: 40px;
    }           
    .mainmenu-area .navbar-toggle {
        margin-top: 13px;
    }
    .mainmenu-area .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    .mainmenu-area #primary-menu {
        background-color: #2849f8;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIxMDAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiM0MjcyZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzIyNDFmMyIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
        background-image: -webkit-gradient(linear, 100% 0%, 0% 100%,color-stop(0, rgb(17, 128, 243)),color-stop(1, rgb(34, 65, 243)));
        background-image: -webkit-repeating-linear-gradient(top right,rgb(17, 128, 243) 0%,rgb(34, 65, 243) 100%);
        background-image: repeating-linear-gradient(to bottom left,rgb(17, 128, 243) 0%,rgb(34, 65, 243) 100%);
        background-image: -ms-repeating-linear-gradient(top right,rgb(17, 128, 243) 0%,rgb(34, 65, 243) 100%);
    }
    @media \0screen\,screen\9 {
        .mainmenu-area #primary-menu {
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff4272ff",endColorstr="#ff2241f3",GradientType=0);
        }
    }
    .mainmenu-area #primary-menu ul {
        overflow-y: auto;
        max-height: 70vh;
        margin: 0;
    }
    .mainmenu-area #primary-menu > ul > li > a {
        padding: 15px;
        overflow: hidden;
    }    
    .mainmenu-area .dashboard{
        margin-left: 0;
    }    
    .box {
        padding: 30px 15px;
        height: auto;
    }
    .account-box {
        height: 260px;
    }
    .account-area .account-right {
        display: block;
    }
    .account-area .account-left {
        display: none;
    }
    .mainmenu-area .logo {
        margin-left: 15px;
    }
    .item-btc, .item-bch, .item-eth, .item-ltc {
        width: 220px;
        height: 51px;
        margin-bottom: 20px;
    }
    .footer-middle {
        padding: 0 20px;
    }
    .footer-middle .f-padding {
        margin-bottom: 40px;
    }
    .footer-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }
    .terms-row {
        padding: 0 25px;
    }
    .signin-btn, .button-signin, .button-signin-pending {
        width: 100%;
    }
    .cont-notify {
        width: 270px;
    }
    .notify {
        width: 270px;
    }
    .notify-text {
        width: 65%;
    }
    .close-icon {
        width: 45px;
        height: 45px;
    }

    .c-block .c-right {
        padding: 0 10px;
        margin-bottom: 10px;
    }
    .c-right .r-content {
        padding: 40px;
    }
    .c-block .c-left {
        padding: 0 10px;
    }

    .number-margin {
        padding-bottom: 15px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {}

@media only screen and (max-width: 480px) {
    .c-right .r-content {
        padding: 40px 30px;
    }
    .total-pay .tp-value {
        font-size: 14px;
    }
    .cntr .apply-balance {
        font-size: 15px;
        line-height: 43px;
    }
    #inc-countries, #exc-countries {
        display: block;
    }
    .fileform #file_label {
        display: none;
    }
    .fileform #file_label_res {
        display: block;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .mainmenu-area .logo h2 {
        letter-spacing: 0;
        font-size: 1.3em;
    }
    .mainmenu-area .icon-logo {
        margin-top: 0;
    }
    .mainmenu-area .navbar-toggle {
        margin-top: 11px;
    }
    .account-box {
        height: 350px;
    }
    .account-area .account-right {
        display: block;
    }
    .account-area .account-left {
        display: none;
    }
    .item-btc, .item-bch, .item-eth, .item-ltc {
        width: 200px;
        height: 46px;
    }
    .button, .button-signin, .button-signin-pending {
        font-size: 1.1em;
    }
    .caption-photo .advertisers, .caption-photo .publishers {
        width: 300px;
        height: 300px;
    }
}

@media only screen and (max-width: 320px){
    .logo-name {
        display: none;
    }
    .logo-name-short {
        display: block;
    }
    .account-box {
        height: 490px;
    }
    .account-area .account-right {
        display: block;
    }
    .account-area .account-left {
        display: none;
    }
    .caption-slider h2 {
        font-size: 1.7em;
    }
    .button, .button-signin, .button-signin-pending {
        font-size: 1em;
    }
    .caption-photo .advertisers, .caption-photo .publishers {
        width: 220px;
        height: 220px;
    }
    .cont-notify {
        width: 200px;
    }
    .notify {
        width: 200px;
    }
    .notify-text {
        width: 60%;
    }
    .close-icon {
        width: 35px;
        height: 35px;
    }

    .total-pay .tp-value {
        font-size: 8px;
    }
}