body {
    font-family: "Roboto", sans-serif;
    /* "Alexandria", sans-serif  arbi font
    Noto Sans Devanagari hindi
    */
    font-weight: 400;
    font-style: normal;
}

.arab {
    font-family: "Alexandria", sans-serif;
}

.pagination {
    text-align: center;
    justify-content: center;
}

.pagination a,
.badge {
    border-radius: 0 !important;
    color: #000
}

.pagination .active {
    background-color: #000;
    border-color: #000
}

.fs-10px {
    font-size: 10px !important;
}

.fs-11px {
    font-size: 11px !important;
}

.fs-12px {
    font-size: 12px !important;
}

.fs-13px {
    font-size: 13px !important;
}

.fs-14px {
    font-size: 14px !important;
}

.fs-15px {
    font-size: 15px !important;
}

.fs-16px {
    font-size: 16px !important;
}

.fs-17px {
    font-size: 17px !important;
}

.fs-18px {
    font-size: 18px !important;
}

.fs-19px {
    font-size: 19px !important;
}

.fs-20px {
    font-size: 20px !important;
}

.fs-24px {
    font-size: 24px !important;
}

.fs-25px {
    font-size: 25px !important;
}

.fs-26px {
    font-size: 26px !important;
}

.fs-27px {
    font-size: 27px !important;
}

.fs-28px {
    font-size: 28px !important;
}

.ic_12 {
    width: 12px !important;
    height: 12px !important;
}

.ic_16 {
    width: 16px !important;
    height: 16px !important;
}

.ic_18 {
    width: 18px !important;
    height: 18px !important;
}

.ic_24 {
    width: 24px !important;
    height: 24px !important;
}

.ic_32 {
    width: 32px !important;
    height: 32px !important;
}

.ic_42 {
    width: 42px !important;
    height: 42px !important;
}

.ic_48 {
    width: 48px !important;
    height: 48px !important;

}

.ic_64 {
    width: 64px !important;
    height: 64px !important;

}


a {
    text-decoration: none !important;
    color: #000;
}

a:hover {
    color: #096
}

.image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.image-modal .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.image-modal .caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.image-modal .modal-content,
.image-modal .caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.image-modal .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.image-modal .close:hover,
.image-modal .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.ic {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}

.ic_check {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    background-image: url(../img/ic_check.svg);
}

.banner .video {
    background-color: #FFDD00;
    position: relative;
    overflow: hidden;
}

.banner .video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 177.78vh;
    transform: translate(-50%, -50%);
}

input,
select,
textarea {
    border: solid 1px #ddd !important
}

.modal-content,
.btn,
input,
select,
textarea {
    border-radius: 0 !important;
}

.btn-primary {
    background-color: #fab700;
    color: #000 !important;
    border-color: #fab700 !important;
}

.btn-secondary {
    background-color: white;
    color: #000;
    border-color: #fff
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background-color: #ddd;
    color: #000;
    border-color: #ddd
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #ebb010 !important;
    color: #000 !important;
    border-color: #ebb010 !important;
}

.btn-outline-primary {
    border-color: #fab700;
    color: #fab700
}

.card {}

.download-cards {
    background-color: #eee;
}

.download-cards .card {
    border: solid 1px #ddd;
}

.bg-secondary {
    background-color: #000 !important;
}

.accordion-button:not(.collapsed) {
    background-color: #ddd;
    color: black;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0 !important;
}

.toast {
    border-radius: 0 !important;
}

.color {
    background-image: linear-gradient(140deg, #FFDD00, #FBB034);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.color-bg {
    background-image: linear-gradient(140deg, #FFDD00, #FBB034);
}

.shake-animation {
    animation: shake 1s forwards;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px) rotate(-2deg);
    }

    50% {
        transform: translateX(5px) rotate(2deg);
    }

    75% {
        transform: translateX(-5px) rotate(-2deg);
    }

    100% {
        transform: translateX(0);
    }
}

header {
    border-bottom: solid 1px #ddd;
}

header .logo {
    height: 28px;
}

header .menu .drop-down {
    display: none;
}

header .menu span:hover .drop-down {
    display: block;
    position: absolute;
    min-width: 200px;
    text-align: left;
    font-size: 14px;
    z-index: 999;
    right: 0;

}

header .menu span:hover .drop-down .sub-menu {
    margin-top: 16px;
    background-color: #222;

    padding: 16px;
    border-top-width: 0;
}

header .menu span:hover .drop-down .sub-menu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    /* Position the arrow above the box */
    right: 32px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #222 transparent;
    margin-bottom: -16px;
}

header .menu span:hover .drop-down a {
    display: block;
    padding: 0.2rem;
    color: #fff
}

header .menu span:hover .drop-down a:hover {
    color: #09c
}

header .menu {
    display: flex;
}

.limited-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
    line-height: 1.5em;
}

.share-icon-facebook,
.share-icon-twitter,
.share-icon-email,
.share-icon-whatsapp,
.share-icon-copy {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 6px;
}

.share-icon-copy {
    background-image: url('../img/share_copy.svg');
    background-color: #ccc;
}

.share-icon-facebook {
    background-image: url('../img/share-facebok.svg');
}

.share-icon-twitter {
    background-image: url('../img/share-twitter.svg');

}

.share-icon-email {
    background-image: url('../img/share-email.svg');

}

.share-icon-whatsapp {
    background-image: url('../img/share-whatsapp.svg');

}