@media (min-width: 1400px){
    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl, 
    .container-xxl {
        max-width: 1199px;
    }
    .mx-1280 {
        max-width: 1280px;
    }
}
@media (max-width: 1600px){
    body {
        font-size: 15px;
    }
    .main-heading span:before {
        height: 45px;
    }
}
@media(max-width: 1366px){
    .pgb-number {
        font-size: 5em;
        left: -50px;
    }
    .reverse-plan .pgb-number {
        left: inherit;
        right: -70px;
    }
}
@media(max-width: 1280px){
    .banner-img-block .banner-pos {
        top: 55%;
    }
    .lg-title {
        font-size: 2.8em;
    }
    .lg-btn {
        font-size: 1em;
        padding: 10px 44px;
    }
    .main-heading {
        font-size: 2em;
    }
    .main-heading span:before {
        height: 40px;
    }
    .hiw-icon {
        width: 65px;
        height: 65px;
        margin-bottom: 20px;
    }
    .about-icon {
        min-width: 47px;
    }
    .about-video-block {
        width: 400px;
        height: 400px;
        border-width: 10px;
    }
    .about-video-box {
        right: 30px;
        top: 30px;
    }
    .mining-icon {
        width: 140px;
        height: 140px;
        line-height: 140px;
    }
    .real-time-flex .main-heading {
        font-size: 1.8em;
    }
    .rt-icon img {
        max-width: 50px;
    }
    .plan-header {
        padding: 15px 15px;
    }
    .plan-body {
        padding: 15px 15px 25px;
    }
    .get-app-screen img {
        max-width: 340px;
        margin: 0 auto;
        display: block;
    }
    .affiliate-box {
        width: 250px;
        min-width: 250px;
        height: 250px;
        padding:98px 30px 15px 30px;
    }
    .affiliate-box:before {
        width: 210px;
    }
    .affiliate-img img {
        max-width: 85px;
    }
    .affiliate-img {
        top: -95px;
    }
    .affiliate-box p {
        margin-top: 5px;
    }
    .affiliate-outer-circle {
        padding: 20px;
    }
    .white-sm-bg:before {
        top: 41px;
    }
    .white-sm-bg:after {
        top: 41px;
    }
    .affiliate-block {
        margin-top: 100px;
    }
    .logos-wrap img {
        max-height: 22px;
    }
    .common-arrows .owl-nav button {
        width: 65px;
        height: 37px;
    }
    .sm-title {
        font-size: 1.2em;
    }
    .plan-gradient-box p {
        margin-bottom: 0.6rem;
    }
    .price.mt-10.mb-10 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
}
@media(max-width: 1200px){
    body {
        font-size: 14px;
    }
    .container {
        max-width: 90%;
        padding-left: 25px;
        padding-right: 25px;
    }
    .main-logo {
        position: relative;
        left: inherit;
        top: inherit;
        transform: inherit;
    }
    .header-block {
        display: flex;
        align-items: center;
        padding: 10px 0;
    }
    .main-logo img {
        max-width: 150px;
    }
    .mobile-inner-header {
        display: block;
        margin-top: 13px;
        margin-left: 15px;
        width: 40px;
        height: 24px;
        position: relative;
    }
    .mobile-inner-header-icon {
        color: #fff;
        font-size: 25px;
        text-align: center;
        float: right;
        position: relative;
        -webkit-transition: background .5s;
        -moz-transition: background .5s;
        -o-transition: background .5s;
        transition: background .5s;
        margin-top: 6px
    }
    .mobile-inner-header-icon {
        color: #fff;
        height: 20px;
        font-size: 25px;
        text-align: center;
        float: right;
        width: 40px;
        position: relative;
        -webkit-transition: background .5s;
        -moz-transition: background .5s;
        -o-transition: background .5s;
        transition: background .5s;
        z-index: 99;
        margin-top: 4px
    }
    .mobile-inner-header-icon:hover {
        cursor: pointer
    }
    .mobile-inner-header-icon span {
        position: absolute;
        left: calc((100% - 20px)/ 2);
        top: calc((100% - 21px)/ 2);
        width: 25px;
        height: 2px;
        background-color: #fff;
    }
    .inner-header .mobile-inner-header-icon span {
        background-color: #000;
    }
    .mobile-inner-header-icon span:nth-child(1) {
        transform: translateY(4px) rotate(0)
    }
    .mobile-inner-header-icon span:nth-child(2) {
        transform: translateY(-4px) rotate(0)
    }
    .mobile-inner-header-icon span:nth-child(3) {
        display: none
    }
    .mobile-inner-header-icon-click span:nth-child(1) {
        animation-duration: .5s;
        animation-fill-mode: both;
        animation-name: clickfirst
    }
    .mobile-inner-header-icon-click span:nth-child(2) {
        animation-duration: .5s;
        animation-fill-mode: both;
        animation-name: clicksecond
    }
    @keyframes clickfirst {
        0% {
            transform: translateY(4px) rotate(0)
        }
        100% {
            transform: translateY(0) rotate(45deg)
        }
    }
    @keyframes clicksecond {
        0% {
            transform: translateY(-4px) rotate(0)
        }
        100% {
            transform: translateY(0) rotate(-45deg)
        }
    }
    .mobile-inner-header-icon-out span:nth-child(1) {
        animation-duration: .5s;
        animation-fill-mode: both;
        animation-name: outfirst
    }
    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: .5s;
        animation-fill-mode: both;
        animation-name: outsecond;
        margin-top: 3px;
        top: calc((100% - 19px)/ 2)
    }
    .mobile-inner-header-icon-out span:nth-child(3) {
        display: block;
        top: calc((100% - 17px)/ 2)
    }
    @keyframes outfirst {
        0% {
            transform: translateY(0) rotate(-45deg)
        }
        100% {
            transform: translateY(-4px) rotate(0)
        }
    }
    @keyframes outsecond {
        0% {
            transform: translateY(0) rotate(45deg)
        }
        100% {
            transform: translateY(4px) rotate(0)
        }
    }
    .mobile-inner-header-icon {
        right: 15px;
        position: relative;
    }
    .mobile-inner-header-icon.mobile-inner-header-icon-click {
        z-index: 10;
        position: fixed;
        top: 40px;
    }
    .mobile-inner-header-icon.mobile-inner-header-icon-click span {
        background-color: #000;
    }
    .main-menu {
        background: #fff;
        position: fixed;
        z-index: 9;
        top: 0;
        right: -100%;
        width: 360px;
        transition: all .5s ease-in-out 0s;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: none;
        overflow-y: auto;
        height: 100%;
        display: block !important;
        padding-top: 70px;
    }
    .main-menu.active {
        right: 0;
    }
    .main-menu>ul {
        margin: 0;
        width: 100%;
        text-align: left;
        display: block;
        padding: 0 0 0 20px;
    }
    .main-menu>ul>li {
        display: block;
        padding: 0;
        border-bottom: solid 1px #e4e4e4
    }
    .main-menu>ul>li>a{
        display: block;
        padding: 14px 0;
        font-size: 1.1em;
        font-weight: 500;
        color: #323232;
    }
    .main-menu>li.active a:after {
        left: 0;
        bottom: -1px;
        transform: inherit;
        width: 80%;
        background: #087E8B;
    }
    .overflow-active {
        overflow: hidden;
    }
    .overlay-bg {
        background: rgba(0, 0, 0, 0.2);
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        display: none;
    }
    .overlay-bg.active {
        z-index: 1;
        display: block;
    }
    .pgb-number {
        font-size: 3.5em;
        left: -30px;
    }
    .reverse-plan .pgb-number {
        left: inherit;
        right: -40px;
    }
    .fpb-right .col-md-6 {
        width: 100%;
    }
    .fpb-right .lg-btn {
        margin-top: 20px;
    }
}
@media(max-width:992px) {
    .affiliate-block {
        margin-top: 0;
    }
    .affiliate-block .col-lg-4 {
        margin-top: 120px;
    }
    .about-left {
        padding-right: 50px;
    }
    .mxw-875 {
        max-width: 505px;
    }
    .lg-title {
        font-size: 2.4em;
    }
    .mt-50 {
        margin-top: 30px !important;
    }
    .progress {
        height: 10px;
    }
    .progress .progress-bar:after {
        width: 24px;
        height: 24px;
        right: -8px;
        top: -8px;
    }
    .price-value {
        font-size: 0.9em;
    }
    .custom-form .form-group {
        margin-bottom: 20px;
    }
    .coin-icon img {
        max-width: 20px;
    }
    .custom-accordion .accordion-button {
        font-size: 1em;
    }
    .custom-accordion .accordion-body p {
        margin-bottom: 0;
        font-size: 0.8em;
    }
    .about-video-block {
        width: 340px;
        height: 310px;
    }
    .about-right .about-video-block {
        width: 340px;
        height: 310px;
    }
    .about-video-box .play-icon img {
        width: 55px;
    }
    .profitability-left {
        padding-right: 40px;
    }
    .profitability-right .mt-20 {
        margin-top: 0 !important;
    }
    .sm-title {
        font-size: 1.1em;
    }
    .choose-plan-wrap .col-sm-6 {
        margin-bottom: 20px !important;
    }
    .blog-list-wrap  {
        padding-top: 0 !important;
    }
    .bloglist-box .bl-right {
        padding-left: 30px;
    }
    .bloglist-box {
        margin: 0 0 30px;
    }
    .pricing-plan-wrap .plan-gradient-box {
        display: block !important;
        margin-top: 30px;
    }
    .pricing-plan-wrap .plan-box {
        padding: 30px 30px 50px 30px;
    }
    .plan-box-flex .plan-box {
        width: 240px;
    }
    .pp-right {
        padding-left: 25px;
        width: calc(100% - 240px);
    }
    .common-block .white-box {
        padding: 30px 30px;
    }
}
@media(max-width:768px) {
    .container {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
    .footer-top {
        padding: 30px 0 20px;
        text-align: center;
    }
    .f-content p {
        line-height: 1.8em;
    }
    .footer-top .text-end {
        text-align: center !important;
    }
    .social-links {
        margin-top: 20px;
    }
    .footer-menu {
        margin-top: 15px;
    }
    .latest-blog-wrap .col-md-4 {
        margin-bottom: 25px;
    }
    .latest-blog-wrap .blog-box {
        max-width: 450px;
        margin: 0 auto;
    }
    .pt-80 {
        padding-top: 40px !important;
    }
    .pb-80 {
        padding-bottom: 40px !important;
    }
    .customer-say-wrap .main-heading {
        text-align: center !important;
    }
    .common-arrows .owl-nav button {
        width: 45px;
        height: 27px;
    }
    .main-heading {
        font-size: 1.5em;
    }
    .main-heading span:before {
        height: 33px;
        width: 4px;
    }
    .about-icon {
        min-width: 36px;
    }
    .main-heading span:after {
        width: 50px;
        height: 3px;
    }
    .main-heading span {
        padding: 2px 13px 10px;
    }
    .logos-wrap {
        padding: 10px 0;
    }
    .logos-wrap img {
        max-height: 19px;
    }
    .logos-wrap .d-flex {
        flex-wrap: wrap;
    }
    .logos-wrap .d-flex div {
        width: 50%;
        text-align: center;
        padding: 20px 0;
    }
    .footer-logo img {
        max-width: 180px;
    }
    .get-app-content {
        text-align: center;
        padding-top: 40px;
    }
    .real-time-wrap .d-flex {
        flex-wrap: wrap;
    }
    .real-time-left {
        width: 100%;
    }
    .real-time-right {
        width: 100%;
    }
    .rt-max-width {
        max-width: 100%;
        text-align: center;
        float: none;
    }
    .rt-max-width .main-heading {
        text-align: center !important;
    }
    .rt-max-width p {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .real-time-right {
        text-align: right;
        padding-top: 40px;
        display: none;
    }
    .real-time-right img {
        max-width: 70%;
    }
    .profitability-flex {
        flex-wrap: wrap;
    }
    .profitability-left {
        padding-right: 0;
        text-align: center;
        width: 100%;
    }
    .banner-pos {
        padding: 0 25px;
    }
    .lg-title {
        font-size: 2em;
    }
    .mxw-875 {
        max-width: 100%;
    }
    .banner-pos .mt-50 {
        margin-top: 20px !important;
    }
    .banner-text-block {
        padding: 26px 0;
    }
    .banner-text-block .d-flex {
        flex-wrap: wrap;
    }
    .banner-text-block .banner-text {
        text-align: center;
        padding-bottom: 20px;
        width: 100%;
    }
    .banner-text-block .ml-auto {
        width: 100%;
        text-align: center;
    }
    .how-it-work-block .white-box {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        min-height: inherit;
        padding: 20px;
        text-align: center;
    }
    .hiw-icon {
        margin-left: auto;
        margin-right: auto;
    }
    .how-it-work-block {
        margin-top: 10px !important;
    }
    .how-it-work-block .col-md-4 {
        margin-top: 20px;
    }
    .about-left {
        padding-right: 0;
    }
    .about-video-block {
        margin: 40px auto 80px;
    }
    .mining-box  {
        margin: 0 auto;
        max-width: 350px;
    }
    .pt-100 {
        padding-top: 50px !important;
    }
    .start-mining-wrap .col-md-4 + .col-md-4 {
        margin-top: 30px;
    }
    p {
        font-size: 0.9em;
    }
    .real-time-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-banner-wrap {
        overflow: hidden;
    }
    .home-banner-wrap img {
        height: 360px;
        max-width: inherit;
        width: auto;
        border-radius: 0;
    }
    .banner-img-block .banner-pos {
        top: 58%;
    }
    .lg-title {
        font-size: 1.7em;
    }
    .about-list {
        margin-top: 20px;
    }
    .about-list li {
        padding: 5px 0;
    }
    .footer-menu ul a {
        padding: 10px;
    }
    .custom-accordion .accordion-item + .accordion-item {
        margin-top: 15px;
    }
    .profitability-left img {
        max-width: 230px;
    }
    .benifits-block .order-2 {
        order:  inherit !important;
    }
    .benifit-col1 .benifit-box:before,
    .benifit-col3 .benifit-box:before {
        display: none;
    }
    .benifit-box {
        padding: 15px 0;
    }
    .benifits-block:before,
    .benifits-block:after  {
        width: 170px;
        height: 95px;
    }
    .benifit-img {
        margin: 0 auto 20px;
    }
    .benifit-screen img {
        max-width: 230px;
    }
    .mt-60 {
        margin-top: 30px !important;
    }
    .inner-heading {
        font-size: 1.6em;
    }
    .bloglist-box {
        display: block !important;
    }
    .bloglist-box .bl-left {
        width: 100%;
        text-align: center;
    }
    .bloglist-box .bl-left img {
        width: 100%;
    }
    .bloglist-box .bl-right {
        width: 100%;
        background: #f5f7fc;
        text-align: center;
    }
    .bloglist-box .bl-right:before {
        display: none;
    }
    .bloglist-box .bl-right {
        padding: 50px 20px 20px;
        margin-top: -30px;
        border-radius: 0 0 15px 15px;
    }
    .pgb-number {
        display: none;
    }
    .pricing-plan-wrap .plan-box {
        display: block !important;
        padding: 30px 30px 50px 30px;
    }
    .pp-right {
        padding-left: 0;
        width: 100%;
        padding-top: 25px;
    }
    .reverse-plan .plan-box-flex .plan-box {
        text-align: left;
        border-radius: 15px 15px 180px 15px;
    }
    .reverse-plan .plan-box-flex .pp-right {
        padding-right: 0;
    }
}
@media(max-width:575px) {
    .how-we-do-top .col-md-3 {
        text-align: center;
    }
    .how-we-do-top .col-md-3 + .col-md-3 {
        margin-top: 20px;
    }
    .common-block .white-box {
        padding: 20px;
    }
}
@media(max-width:420px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about-video-block {
        width: 290px;
        height: 260px;
        margin: 30px auto 60px;
        border-width: 5px;
    }
    .about-right .about-video-block {
        width: 290px;
        height: 260px;
    }
    .about-video-box {
        right: 15px;
        top: 15px;
    }
    .lg-btn {
        padding: 10px 28px;
    }
    .profitability-right .lg-btn,
    .get-app-content .lg-btn {
        padding: 10px 10px;
    }
    .get-app-screen img {
        max-width: 260px;
    }
    .rt-max-width .main-heading {
        font-size: 1.3em;
    }
    .rt-max-width p {
        max-width: 100%;
    }
    .customer-slider .item {
        padding: 8px;
    }
    .customer-slider .white-box {
        padding: 20px;
    }
    .main-menu {
        width: 85%;
    }
    .mt-40 {
        margin-top: 25px;
    }
    .about-left h5 {
        font-size: 1.1em;
        margin-top: 25px;
    }
}