@font-face {
    font-family: "myFont";
    src: url("/css/Al-Jazeera-Arabic\ Regular.ttf");
}

@font-face {
    font-family: "sfproar";
    src: url("/css/fonts/SFProAR_semibold.ttf");
}

body {
    font-family: myFont;
    background-color: #fff;
}


/* body .enquiry-form label.label-text {
    font-family: Arial;
} */

h1,
h2,
h3,
p {
    direction: rtl;
    font-family: myFont !important;
}

h4,
h5,
h6,
p {
    font-family: sfproar !important;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: right;
}

.form-control {
    text-align: right;
}

.card .card-body {
    padding: 1.88rem 1.81rem;
    overflow: scroll;
}

#footer {
    background: #34404e;
}

.brand-logo-mini {
    padding-right: 10px !important;
}

h1,
h2,
h3,
h4,
h5,
p {
    text-align: center;
}

.bottom-border:after {
    border-top: 3px solid #039697;
}


/* 
.process-summary {
    color: black;
} */

.report {
    margin-top: 18px;
}

input,
button {
    font-family: myFont !important;
}


/*scroll bar styles*/


/* width */

::-webkit-scrollbar {
    width: 3px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #888;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}