@media only screen and (max-width: 1110px) {
    nav ul a {
        padding: 0.5rem;
    }
}

@media only screen and (max-width: 991px) {

    .ptb-80 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    header {
        padding: 1rem;
        height: unset;
    }
    #ham-menu {
        display: block;
        color: #ffffff;
        float: left;
    }
    nav #ham-menu {
        font-size: 2rem;
    }
    nav ul {
        background-color: #042033;
        position: fixed;
        left: -100vw;
        top: 73.6px;
        width: 100vw;
        height: calc(100vh - 73.6px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        transition: 1s;
        gap: 0;
        justify-content: unset;
    }
    nav ul li {
        padding: 1rem 0;
    }
    .main_title {
        text-align: center;
        margin-top: 20px;
    }
    .Elforma_main {
        width: 300px;
        height: 272px;
        display: block;
        margin: 0 auto;
    }
    .discraption_text {
        display: none;
    }
    .discraption_text_phone {
        font-size: 0.9rem;
        text-align: justify;
        font-family: 'Cairo', sans-serif;
        color: #767676;
        line-height: 1.5;
        display: inline-block;
        direction: rtl;
    }
    .app_Elforma {
        width: 300px;
        height: 341px;
        margin-top: 10px;
    }
    .center-image-main {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .app_Elforma-test {
        width: 100%;
        height: 900px;
        margin-right: 24%;
    }
    .phone_number {
        min-width: 300px;
        display: block;
        margin: 5px auto;
    }
    .reg_but {
        min-width: 300px;
        margin: 15px auto;
    }
    .rectangle {
        margin-top: -56px !important;
    }
    .card_blog {
        height: 115px;
    }
    .article_section {
        padding: 5px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #first_article {
        width: -webkit-fill-available;
        min-height: 50px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #second_article {
        margin-top: 5px;
        width: -webkit-fill-available;
        min-height: 50px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #third_article {
        margin-top: 5px;
        width: -webkit-fill-available;
        min-height: 50px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .sectigo_seal {
        width: unset;
        margin: 0 auto;
        padding: 0;
        display: block;
        text-align: center;
    }
    .sup_title_rules {
        text-align: center;
        padding-right: 0px;
    }
    .price_title {
        text-align: center;
        padding-right: 0;
    }
    .div_icon {
        min-width: unset;
        float: unset;
        margin: 0rem auto;
    }
    .phone_media {
        display: flex !important;
    }
    .ul_footer {
        display: table;
    }
}

@media only screen and (max-width: 575px) {
    header {
        padding: 1rem;
    }
    nav ul {
        top: 60.18px;
        height: calc(100vh - 60.18px);
        justify-content: unset;
    }
    .footer_keyword {
        display: table-cell;
    }
    .popup-test {

        max-height: 70% !important;
        height: 70% !important;
        max-width: 90% !important;

    }
}
