
/* // Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {

}
@media (min-width: 1200px) {
    
}

/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .home-display .title-graphic {
        margin: 0px;
    }
    .paidout-section {
        overflow: hidden;
    }
    .paidout-blk {
        flex-direction: column;
    }
    .paidout-blk .lf-side {
        width: 100%;
        height: 200px;
        border-top-right-radius: 10px;
	    border-bottom-left-radius: 0px;
    }
    .paidout-blk .rt-side {
        width: 100%;
        padding: 30px;
    }
    .paidout-blk .coin {
        top: calc(200px - 48px);
        left: auto;
        right: 50px;
    }
    .paidout-blk .xdeco-f-yl {
        top: auto;
        right: auto;
        bottom: -50px;
        left: -70px;
    }
    .paidout-blk .xdeco-black-sm {
        top: -50px;
        left: -50px;
        z-index: -1;
    }
    .steps-section .img-d {
        margin-top: 20px;
    }
    .steps-section {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .splide__slide {
        opacity: .8;
    }
    .splide__slide.is-visible {
        opacity: 1;
    }
    .sct-free-trial .logo-icon {
        display: block;
        visibility: visible;
    }
}
@media (min-width: 992px) {

}

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
    .top-panel {
        padding-bottom: 10px;
    }
	.home-display .xdeco-s-yl {
        width: 160px;
    }
    .home-display {
        padding-top: 30px;
        padding-bottom: 30px;
        background-size: 120%;
    }
    .steps-section {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .steps-section .tlt {
        margin-bottom: 15px;
    }
    .recent-section {
        background-size: 120%;
    }
    .paidout-blk .rt-side {
        padding: 20px;
    }
    .paidout-blk .coin {
        display: none;
        visibility: hidden;
    }
    .paidout-section {
        padding-bottom: 45px;
        padding-top: 30px;
    }
    .paidout-blk .xdeco-f-yl {
        bottom: -40px;
    }
    .purchase-section {
        padding-top: 30px;
        padding-bottom: 15px; 
    }
    .purchase-section .para,
    .footer-section .para,
    .modal-purchase .para,
    .paidout-blk .rt-side .txt {
        font-size: 1.1rem;
    }
    .purchase-section .tlt,
    .paidout-blk .rt-side .tlt,
    .steps-section .tlt,
    .footer-section .tlt,
    .modal-purchase .tlt {
        font-size: 2rem;
    }
    .paidout-blk .rt-side .sm-tlt,
    .steps-section .step-tlt,
    .modal-purchase .sb-txt-form,
    .modal-purchase .sb-txt {
        font-size: 1.6rem;
    }
    .footer-section {
        padding-top: 30px;
        padding-bottom: 80px;
        background-size: auto 60px;
    }
}
@media (min-width: 768px) {

}
/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) {
    .top-panel .ctx-txt .tlt {
        font-size: 22px;
    }
    .top-panel .ctx-txt .vle {
        font-size: 26px;
    }
    .splide__arrow--prev {
	    visibility: hidden;
	    display: none;
	}
	.splide__arrow--next {
	    visibility: hidden;
	    display: none;
	}
    .trustpilot-section .score {
        flex-direction: column;
    }
    .footer-section {
        background-size: auto 50px;
    }
}
@media (min-width: 576px) {

}