
@media only screen and (max-width: 992px) {
    .specialcenter {
        text-align:center;
        justify-content: center;
    }

    .dblockformobile {
        display:block !important;
    }

    .w100formobile {
        width:100% !important;
    }

    .pt50 {
        padding-top:25px !important;
    }

    .pb50 {
        padding-bottom:25px !important;
    }

    .slideheading {
        font-size:2rem !important;
    }

    .sectionfeatures h3 {
        font-size:1rem !important;
    }

    .sectionfeatures p {
        font-size:1rem !important;
    }
}

@media (max-width: 767px) {
    .slideheading {
        font-size:1.4rem !important;
        margin: 1.5rem !important;
        margin-bottom: .75rem !important;
    }
    .slide-text-content {
        max-width:390px;
        font-size:1rem !important;
    }
    .home-slider .slider-pagination {
        bottom:0 !important;
    }
    .row.cols-2 > * {
        padding-right: 0;
        padding-left: 0;
    }
    .cols-2 > div:nth-child(even) {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left:6px;
    }
    .cols-2 > div:nth-child(odd) {
        padding-right:6px;
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .cols-3 > div:nth-child(even) {
        padding-right:6px;
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .cols-3 > div:nth-child(odd) {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left:6px;
    }
}

@media only screen and (min-width: 992px) {
    .specialcenter {
        text-align:left;
        justify-content: left;
    }

    .w70 {
        width:70% !important;
    }

    .pt50 {
        padding-top:50px !important;
    }

    .pb50 {
        padding-bottom:50px !important;
    }
}

.color-modes {
    display:none !important;
}