
/* tajawal-regular - arabic_latin */
@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/tajawal-v3-arabic_latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Tajawal'), local('Tajawal-Regular'),
    url('../webfonts/tajawal-v3-arabic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../webfonts/tajawal-v3-arabic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../webfonts/tajawal-v3-arabic_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../webfonts/tajawal-v3-arabic_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../webfonts/tajawal-v3-arabic_latin-regular.svg#Tajawal') format('svg'); /* Legacy iOS */
}



body{
    direction: rtl;
    text-align: right;
    font-family: 'Tajawal', sans-serif;
}
h3,h4,h5,p{

}
h3,p{
  /*  color: white;*/
}

.btn-success {
    color: #fff;
    background-color: #00b345;
    border-color: rgba(255, 255, 255, 0.57);
    font-weight: bold;
}
.btn-warning {
    background-color: #ccc;
    border-color: rgba(255, 255, 255, 0.57);
    color: #ffffff;
    font-weight: bold;
}




.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
    margin: 0.5rem 0;
}

.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;

    font-weight: bold;
}

.pricing .card-price {
    font-size: 3rem;
    margin: 0;
}

.pricing .card-price .period {
    font-size: 0.8rem;
}

.pricing ul li {
    margin-bottom: 0.3rem;
}

.pricing .text-muted {
    opacity: 0.7;
}

.pricing .btn {
    font-size:100%;
    border-radius: 3px;

    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
        opacity: 1;
    }
}
.nav-link {
   padding: 0;
}

#myBtn {

    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 11px;
    border: none;
    outline: none;
    background-color: #ccc;
    color: white;
    cursor: pointer;
    padding: 7px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #ff7044;
}
span.msg_error {
    color: #ea0f0f;
    font-weight: bold;
    font-size: 12px;
}