@import url('https://smc.org.in/fonts/manjari.css');

html {
    font-family: 'Manjari', sans-serif;
}

body {
    background-image: url("bg.jpg");
}

.color-heading {
    color: black;
    background-color: #C3C018;
}

.color-sub-heading {
    color: white;
    /*background-color: #1baf1b;*/
    background-color: #337ab7;
}

.btn-main {
    color: white;
    /*background-color: #1baf1b;*/
    background-color: #337ab7;
}

.color-zakat {
    color: white;
    background-color: #ea4747;
}

.zakat-value {
    font-weight: bold !important;
}

.item-spacing {
    margin-top: 5px;
}


@font-face {
    font-family: 'ManjariRegular';
    src: url('https://smc.org.in/downloads/fonts/manjari/Manjari-Regular.woff2');
}

.font-regular {
    font-family: ManjariRegular;
    font-size: 24px;
    font-weight: bold;
    color: #337ab7;
}

.font-ayat {
    font-family: ManjariRegular;
    font-size: 20px;
    color: #153476;
}

.font-toc {
    font-family: ManjariRegular;
    font-size: 19px;
    color: #337ab7;
}

.intl-tel-input {
    width: 100%;
}

.iti.iti--allow-dropdown {
    width: 100%
}

.answer_div {
    margin-left: 17%;
    margin-right: 17%;
    margin-top: 3%;

}

.label-white {
    color: white;
}

.label-quiz {
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.question {
    color: white;
    font-weight: bold;
    font-size: 15px;
}
.date-color {
    color: #C3C018;
    font-weight: bold;
    font-size: 16px;
}
