﻿.a1 {
    color: whitesmoke;
}

.a2 {
    display: flex;
    flex-direction: row-reverse;
}

@media(orientation:landscape) {
    .a3 {
        font-size: 23px !important;
        padding-bottom: 1%;
        direction:rtl
    }
}

@media(orientation:portrait) {
    .a33 {
        font-size: 19px !important;
        padding-bottom: 1%;
        direction: rtl;
        line-height: 1.6 !important;
    }

    .a4 {
        font-size: 13px !important;
    }
}



@media (orientation: portrait) {

    .fa-bars:before {
        content: "\f0c9";
        color: white !important;
    }


    .cur2 {
        width: 43.59px;
        padding-top: 6px;
    }

}

.cur {
    font-size: 21px;
    margin: 0% 0.2% 0% 0.2%;
    border: 2px solid;
}

@media (orientation: landscape) {
    .cur3 {
        width: 43.59px;
        padding-top: 0.5%;
    }
}



@media screen and (max-width: 575px) {
    .page-title-section h1 {
        font-size: 23px;
    }
}

.page-title-section h1 {
    font-size: 23px;
}
