html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: poppins-bold;
    src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: poppins-light;
    src: url(../fonts/Poppins-Light.ttf);
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: Poppins-Semibold;
    src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: "Bahij TheSansArabic-Plain";
    src: url("../fonts/Bahij_TheSansArabic-Plain.eot?") format("eot"), url("../fonts/Bahij_TheSansArabic-Plain.woff") format("woff"), url("../fonts/Bahij_TheSansArabic-Plain.ttf") format("truetype"), url("../fonts/Bahij_TheSansArabic-Plain.svg#BahijTheSansArabic-Plain") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bahij TheSansArabic-Bold";
    src: url("../fonts/Bahij_TheSansArabic-Bold.eot?") format("eot"), url("../fonts/Bahij_TheSansArabic-Bold.woff") format("woff"), url("../fonts/Bahij_TheSansArabic-Bold.ttf") format("truetype"), url("../fonts/Bahij_TheSansArabic-Bold.svg#BahijTheSansArabic-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bahij TheSansArabic-SemiLight";
    src: url("../fonts/Bahij_TheSansArabic-SemiLight.eot?") format("eot"), url("../fonts/Bahij_TheSansArabic-SemiLight.woff") format("woff"), url("../fonts/Bahij_TheSansArabic-SemiLight.ttf") format("truetype"), url("../fonts/Bahij_TheSansArabic-SemiLight.svg#BahijTheSansArabic-SemiLight") format("svg");
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 80px;
}

h2 {
    font-family: 'Poppins-Medium', sans-serif;
}

h3 {
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 60px;
}

body {
    font-family: 'poppins-light', sans-serif;
    font-size: 50px;
    color: #000000;
}

img {
    text-align: center;
}

a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    font-size: 50px;
}

.greybg {
    background: #fce696;
    padding: 40px;
}

.nomargin {
    margin: 0px;
}

.container {
    padding: 40px;
}

.fontsize16 {
    font-size: 26px;
}

.borderBottom {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
    color: #000000;
}

p {
    font-size: 50px;
    color: #2c2d2d;
}

.goldenBorder {
    border-color: #edca3e;
}


/* go to top button*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #172246;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

#myBtn:hover {
    background-color: #555;
}

.container.policy-20 {
    padding: 0px 5px 120px 5px;
    font-size: 17px;
}

.policy-20 p {
    margin: 0;
}

.policy-20 p+p {
    margin-top: 24px;
}

.policy-20 p {
    font-size: 17px;
    line-height: 28px;
}

.policy-20 h3 {
    font-size: 20px;
    margin: 24px 0 5px;
}

.policy-20 p.no-margin {
    margin-top: 0;
}

.policy-20 p a {
    font-size: 17px;
    color: #002872;
}

button.small {
    width: 60px !important;
    height: 60px !important;
    bottom: 60px !important;
}

button.small img {
    width: 24px;
    height: 24px;
}