﻿@media only screen and (min-width: 1051px) and (max-width: 1300px) {
    .entry-form {
        width: 35%;
    }
}

@media only screen and (min-width: 1301px) {
    .entry-form {
        width: 26%;
    }
}

@media (max-width: 1023px) {
    .responsive-column {
        width: 50%;
        flex: 1 1 calc(50% - 20px);
    }

    .course-row {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1050px) {
    .entry-form {
        width: 50%;
    }
}

@media (max-width: 768px) {
    #courses-tabstrip .k-hstack, #projects-tabstrip .k-hstack {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: space-around;
        z-index: 999;
    }

        #courses-tabstrip .k-hstack p, #projects-tabstrip .k-hstack p {
            font-size: 10px;
        }


    .responsive-column {
        text-align: center;
    }

    .icon-background {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .margin-top {
        margin-top: 10px;
    }

    .certificate-responsive {
        height: 60dvh;
    }

    .entry-form {
        width: 70%;
    }

    #downloadCertificate {
        display: block !important;
    }
}

@media only screen and (max-width: 425px){
    .certificate-block-wrapp{
        width: 100%;
    }

    .certificate-responsive {
        height: 40dvh;
    }
}


@media only screen and (max-width: 500px) {
    .entry-form {
        width: 90%;
    }
}
