html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Aref Ruqaa', serif;
    background-color: #FFFFFF;
}

.w-mx-1440 {
    max-width: 1440px;
}

.navbar-first {
    background-color: #C52F33;
    padding: 5px 100px;
    top: 40px;
}

.navbar-first .container.px-0 {
    max-width: 1072px;
}

.txt-topnavbar-left {
    font-family: 'Poppins', serif;
    font-weight: 700;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 19.5px;
}

.txt-topnavbar-right,
.txt-topnavbar-right a {
    font-family: 'Poppins', serif;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    text-decoration: none;
}

@media (max-width: 922px) {
    .navbar-first {
        padding: 3px 10px;
        height: 40px;
    }
}

.navbar-second {
    background-color: #FFFFFF !important;
    padding: 0px 100px;
    border-bottom: 2px solid #F0C238;
    height: 110px;

}

.navbar-second .container-fluid.p-0 {
    max-width: 1072px;
}

.navbar-second .navbar-brand img {
    height: 50px;
    width: 260px;
}

.navbar-second .navbar-nav .nav-link {
    font-family: 'Poppins', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
    margin: 0 10px;
}

.navbar-second .navbar-nav .nav-link:hover {
    color: #000000;
}

.navbar-second .btn-navbar-regstr {
    background-color: #C52F33;
    border: none;
    border-radius: 70px;
    padding: 8px 20px;
    font-family: 'Poppins', serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-nav.mx-auto {
    margin-left: 52px !important;
}

.navbar-second .btn-navbar-regstr:hover {
    background-color: #C52F33;
}

@media (max-width: 991.98px) {
    .navbar-second {
        padding: 20px 0px 23px 0px !important;
    }

    .navbar-second .navbar-brand {
        margin: 0 auto;
    }

    .navbar-second .whatsapp-button {
        padding: 8px;
        display: flex;
        align-items: center;
    }
}

@media (min-width: 992px) and (max-width: 993px) {
    #offcanvasNavbar {
        display: none;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .navbar-second .whatsapp-button {
        display: block !important;
    }
}

.whatsapp-button {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    overflow: hidden;
    border: none;
    background-color: transparent;
}

.whatsapp-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.custom-toggler {
    border: none;
    padding: 0.5rem;
    outline: none;
}

.custom-toggler:active,
.custom-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.custom-toggler .navbar-toggler-icon {
    background-image: none;
    position: relative;
    width: 26px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-toggler .navbar-toggler-icon::before,
.custom-toggler .navbar-toggler-icon::after,
.custom-toggler .navbar-toggler-icon span {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000000;
    transition: all 0.3s ease;
}

.custom-toggler .navbar-toggler-icon::before {
    transform: translateY(0) rotate(0);
}

.custom-toggler .navbar-toggler-icon::after {
    transform: translateY(0) rotate(0);
}

.custom-toggler .navbar-toggler-icon span {
    opacity: 1;
}

.custom-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: translateY(7.5px) rotate(45deg);
}

.custom-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: translateY(-7.5px) rotate(-45deg);
}

.custom-toggler[aria-expanded="true"] .navbar-toggler-icon span {
    opacity: 0;
}

footer {
    background-color: #524747;
    color: #FFFFFF;
    padding: 40px 0px 0px 0px;
    margin-top: auto;
}

footer h5 {
    font-family: 'Poppins', serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 22.5px;
}

footer a,
footer .foter-cntent {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Poppins', serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 28px;
}

footer a:hover {
    color: #cccccc;
}

.social-icons a {
    margin-right: 15px;
    font-size: 23px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li a {
    color: #ffffff;
}

.footer-links li a:hover {
    color: #cccccc;
}

.copyright {
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 500px) {
    footer .col-12 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

footer .col-6 {
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
}

.footer-bottom {
    background-color: #050505;
    height: fit-content;
    padding: 20px 60px;

}

.islamic-patter-bg {
    background-image: url('../Images/islamic-pattern 1.png');
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    width: 100%;
    height: 100%;
    padding-top: 18px;
}

.islamic-patter-bg-txt-head {
    font-weight: 700;
    font-size: 45px !important;
    line-height: 70.34px;
    color: #008349;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.inner-page-txt-head {
    font-weight: 700;
    font-size: 45px !important;
    line-height: 70.34px !important;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.islamic-patter-bg-txt-head span {
    font-weight: 700;
    font-size: 26px;
    line-height: 40.64px;
    color: #000000;
    display: block;
    margin-top: 10px;
}

.islamic-patter-bg-txt-head img {
    height: 38px;
    width: 57.5px;
}

.responsive-br {
    display: none;
}

@media (max-width: 764px) {
    .islamic-patter-bg-txt-head {
        font-size: 25px !important;
        line-height: 35px !important;
        text-align: center;
    }

    .islamic-patter-bg-txt-head span {
        font-size: 17px !important;
        line-height: 26.57px;
    }

    .islamic-patter-bg-txt-head img {
        height: 33px;
        width: 49.93px;
    }

    .islamic-patter-bg-txt-head span.inner-page-txt-head {
        font-size: 25px !important;
    }

    .abt-box-body.l-height-30.mb-5 {
        margin-bottom: 20px !important;
    }

    .responsive-br {
        display: block;
    }
}

.islamic-patter-bg-txt-head span img {
    margin-left: 10px;
    vertical-align: text-top;
    transform: translateY(-2px);
}

.cmpn-dtls-grd {
    background-color: #524747;
    width: 100%;
    padding: 0px 120px 30px 120px;
}

.cmpn-dtls-grd .col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cmpn-dtls-grd-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

#cmpn-dtls-img-1 img {
    height: 53.89px;
    width: 64px;
}

#cmpn-dtls-img-2 img {
    height: 55.19px;
    width: 64px;
}

#cmpn-dtls-img-3 img {
    height: 47px;
    width: 47.06px;
}

@media (max-width: 764px) {
    #cmpn-dtls-img-1 img {
        height: 37px;
        width: 43.94px;
    }

    #cmpn-dtls-img-2 img {
        height: 45.57px;
        width: 54px;
    }

    #cmpn-dtls-img-3 img {
        height: 34px;
        width: 34.04px;
    }
}

.cmpn-dtls-grd-txt {
    font-family: 'Poppins', serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.cmpn-dtls-grd-txt span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 767.98px) {
    .cmpn-dtls-grd {
        padding: 20px 45px;
    }

    .cmpn-dtls-grd .row {
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 0px;
    }

    .cmpn-dtls-grd .col-md-4 {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .cmpn-dtls-grd .col-md-4 {
        flex: 0 0 auto;
        width: auto;
    }

    .cmpn-dtls-grd-item {
        flex-direction: column;
        text-align: start;
        gap: 0px;
    }

    .cmpn-dtls-grd-item img {
        margin-bottom: 10px;
    }

    .cmpn-dtls-grd-txt {
        font-size: 26px;
        line-height: 39px;
    }

    .cmpn-dtls-grd-txt span {
        font-size: 10px;
        line-height: 15px;
    }
}

.abt-contfrm-grid {
    padding: 10px 100px;

}

.abt-box {
    padding: 75px 0px;
}

.abt-box-head {
    font-weight: 700;
    font-size: 28px;
    color: #000000;
    line-height: 43.76px;
}

.abt-box-body {
    font-family: 'Poppins', serif;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 25px;
    color: #000000;
    display: flex;
    flex-direction: column;
}

.abt-box-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.btn-lrn-more {
    font-family: 'Poppins', serif;
    background-color: #FFFFFF;
    border: 2px solid #C52F33;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #C52F33;
    line-height: 21px;
}

.btn-why-us {
    font-family: 'Poppins', serif;
    background-color: #008349;
    border: 2px solid #008349;
    border-radius: 70px;
    border: none;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 21px;
}

@media (max-width: 767.98px) {
    .abt-contfrm-grid {
        padding: 10px;
    }

    .abt-box {
        padding: 20px;
    }

    .abt-box-head {
        font-size: 25px;
        line-height: 39.07px;
    }

    .abt-box-body {
        font-size: 15px !important;
        line-height: 22.5px;
    }

    .cont-frm-box {
        min-width: 100%;
        margin-bottom: 34px !important;
    }

    .abt-body-part .abt-box-body {
        font-size: 15px !important;
    }
}

.cont-frm-box {
    background-color: #C52F33;
    border-radius: 15px;
    padding: 40px;
    width: 85%;
    margin-top: 45px;
    margin-bottom: 60px;
}

.cont-frm-box .abt-box-head {
    color: #FFFFFF !important;
}

.cont-frm-box .form-control {
    border: none;
    background-color: transparent;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 15px;
    border-radius: 0px;
    padding: 5px 1px;
}

#frmContactUs .form-control.error-border {
    /* border: none !important; */
    border: 1px solid #e50f0f !important;
}

#frmContactUs .form-control:focus {
    /* border: none !important; */
    border: 1px solid #e50f0f !important;
}


#frmContactUs label.error {
    color: #e50f0f;
    font-size: 16px;
    margin-left: 5px;
}


.cont-frm-box .form-control::placeholder {
    color: #FFFFFF;
    font-family: 'Poppins', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.cont-frm-box .form-control:focus {
    border: none;
}

.btn-submit-frm {
    background-color: #FFFFFF;
    border: none;
    border-radius: 70px;
    font-family: 'Poppins', serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #000000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-top: 30px
}

.our-mssn-grid-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.our-mssn-grid {
    padding: 55px 90px;
    background-image: url('../Images/our-mssn-bg-grid.png');
    background-color: #008349;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.our-mssn-grid-head {
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 43.76px;
}

.our-mssn-grid-body {
    font-weight: 700;
    font-size: 25px;
    color: #FFFFFF;
    line-height: 28px;
}

@media (max-width: 992px) {
    .our-mssn-grid {
        padding: 50px 45px;
    }

    .our-mssn-grid-head {
        font-size: 25px;
        line-height: 39.07px;
    }

    .our-mssn-grid-body {
        font-size: 20px;
        line-height: 26px;
    }

    .sim-stp-how-works .sshm-photo-grid {
        margin-bottom: 25px !important;
    }

    .sim-stp-how-works .sshm-photo-grid img {
        height: 144.5px !important;
        width: 154px !important;
    }
}

.sim-stp-how-works {
    padding: 10px;
}

.sshw-text {
    font-weight: 700;
    font-size: 28px;
    line-height: 43.76px;
    color: #000000;
    text-align: center;
}

.sshm-photo-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.sshw-grids {
    background-color: #C52F33;
    border-radius: 70px;
    height: fit-content;
    width: fit-content;
}

#sshw-grids-1 {
    padding: 18px 17px;
}

#sshw-grids-1 img {
    height: 36px;
    width: 39px;
}

#sshw-grids-2 {
    padding: 20px 19px;
}

#sshw-grids-2 img {
    height: 32px;
    width: 33px;
}

#sshw-grids-3,
#sshw-grids-4 {
    padding: 19px 19px;
}

#sshw-grids-3 img {
    height: 34px;
    width: 34px;
}

@media (max-width: 764px) {
    #sshw-grids-1 {
        padding: 14.2px 13.5px;
    }

    #sshw-grids-1 img {
        height: 30px;
        width: 32px;
    }

    #sshw-grids-2 {
        padding: 14.5px 14.6px;
    }

    #sshw-grids-2 img {
        height: 29px;
        width: 29.91px;
    }

    #sshw-grids-3 {
        padding: 12.5px 12.5px;
    }

    #sshw-grids-3 img {
        height: 28px;
        width: 28px;
    }

    #sshw-grids-4 {
        padding: 15.5px 16.5px;
    }

    #sshw-grids-4 img {
        height: 25px;
        width: 26px;
    }
}

.how-it-wrks-page {
    margin-top: 80px;
}

.lr-p-5 {
    padding-left: 50px;
    padding-right: 50px;
}

.sshw-card {
    padding: 20px 0px;
    font-family: 'Poppins', serif;
    color: #000000;
    text-align: center;
}

.sshw-card-head {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.sshw-card-body {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.line-with-arrow {
    position: absolute;
    top: 15%;
    left: 70%;
    width: calc(100% - 120px);
    height: 4px;
    background-color: #008349;
    transform: translateY(-50%);
}

.line-with-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    width: 17px;
    height: 26px;
    background-image: url('../Images/arrow-to-right.svg');
    background-size: cover;
    transform: translateY(-50%);
}

.vertical-line-with-arrow {
    display: none;
    position: relative;
    width: 4px;
    height: 40px;
    background-color: #008349;
    margin: 15px 15px 20px 15px;
}

.vertical-line-with-arrow::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 98%;
    width: 28px;
    height: 17px;
    background-image: url('../Images/arrow-to-down.svg');
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateX(-55%);
}

.position-relative {
    position: relative;
}

@media (max-width: 992px) {
    .sshw-card {
        padding: 20px 50px;
    }

    .sshw-text {
        font-size: 25px;
        line-height: 39.07px;
    }

    .sshw-card-head {
        font-size: 14px;
        line-height: 21px;
    }

    .sshw-card-body {
        font-size: 12px;
        line-height: 15px;
    }

    .line-with-arrow {
        display: none;
    }

    .vertical-line-with-arrow {
        display: block;
    }
}

.why-mr-grid {
    padding: 10px 50px;
}

.why-mr-grid-subtct {
    color: #C52F33;
    font-weight: 700;
    font-size: 17px;
    line-height: 26.57px;
    text-align: center;
}

.whymr-card {
    font-family: 'Poppins', serif;
    border-radius: 15px;
    background-color: #F6F6F6;
    padding: 0px;
    display: flex;
    flex-direction: column;
}

.whymr-card img {
    width: 100%;
    height: 110px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
}

.whymr-card.col-lg-3 {
    width: 23.4% !important;
    max-width: 280px;
}

.why-mr-crd-head {
    font-weight: 700;
    font-size: 15px;
    color: #008349;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.why-mr-crd-body {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    line-height: 19.5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 58.5px;
}

.why-mr-grid .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.whymr-card {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .why-mr-grid .row {
        padding: 0.25rem !important;
    }

    .whymr-card.col-5 {
        min-width: 48% !important;
    }

    .whymr-card {
        margin-bottom: 15px !important;
    }

    .why-mr-crd-head {
        font-size: 13px;
        line-height: 19.5px;
        height: 40px;
    }

    .why-mr-crd-body {
        line-height: 18px;
        -webkit-line-clamp: 5;
        height: 88.5px;
        font-size: 12px;
    }

    .why-mr-grid-subtct {
        font-size: 15px;
        line-height: 20px;
    }
}

.add-block-grid {
    background-color: #E5E0E0;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', serif;
    font-weight: 700;
    line-height: 42px;
    font-size: 28px;
    color: #877474;
    width: 100%;
}


.fundr-msg-grid {
    background-color: #FBF4F5;
    border-radius: 15px;
    padding: 35px 75px 55px 60px;
    width: 100%;
}

.fundr-msg-grid .col-lg-1 {
    width: 13%;
}


.fundr-msg-grid-head-txt {
    color: #C52F33;
    font-weight: 700;
    font-size: 28px;
    line-height: 43.76px;
}

.fundr-name-txt {
    font-weight: 700;
    font-size: 19px;
    color: #008349;
    line-height: 29.7px;
}

.fundr-designtn-txt {
    font-family: 'Poppins', serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 21px;
}

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

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

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

.l-height-29 {
    line-height: 29px !important;
}

.l-height-21 {
    line-height: 21px !important;
}

.l-height-18 {
    line-height: 18px !important;
}

@media (max-width: 992px) {
    .add-block-grid {
        height: 130px;
    }

    .fundr-msg-grid-head-txt {
        font-size: 25px;
    }

    .fundr-name-txt {
        font-size: 16px;
        line-height: 25.01px;
    }

    .fundr-designtn-txt.font-size-17 {
        font-size: 14px !important;
        line-height: 21px;
    }

    .fundr-msg-grid .row .col-12.col-lg-10 .fundr-designtn-txt.mb-4 {
        font-size: 12px !important;
    }

    .fundr-msg-grid .row .col-12.col-lg-10 .fundr-designtn-txt {
        font-size: 14px !important;
    }

    .our-mssn-grid-container .gallery-grid-box img {
        margin-top: 17px !important;
    }

    .our-mssn-grid-container .gallery-grid-box .row .col-12.col-lg-8 .col-12.pe-0 {
        padding-right: 14px !important;
    }
}

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

.font-size-18 {
    font-size: 17px;
}

.font-size-18-18 {
    font-size: 18px;
}

.stff-dtls-grid {
    background-color: #F0F0F0;
    padding: 20px 50px 30px 50px;
}

.trff-dtls-card-grid-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 20px 15px 2px 15px;
}

.trff-dtls-card-grid-top .categry {
    font-family: 'Poppins', serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trff-dtls-card-grid-top .amnt {
    font-family: 'Poppins', serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trff-dtls-card-grid-bottom {
    background-color: #FFFFFF;
    padding: 9px 12px;
}


.trff-dtls-card-grid-footer {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 15px;
    font-family: 'Poppins', serif;
    font-weight: 700;
    font-size: 12px;
    color: #000000;
}

.bg-FF7C62 {
    background-color: #FF7C62;
}

.bg-F0C238 {
    background-color: #F0C238;
}

.bg-3ABDF1 {
    background-color: #3ABDF1;
}

.bg-A056E4 {
    background-color: #A056E4;
}

.bg-FADBD5 {
    background-color: #FADBD5;
}

.bg-FCEAB5 {
    background-color: #FCEAB5;
}

.bg-CDF0FE {
    background-color: #CDF0FE;
}

.bg-EDDFFA {
    background-color: #EDDFFA;
}

.stff-dtls-icon-grid {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: #FFFFFF;
    border-radius: 50%;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
}

.stff-dtls-grid .col-12.col-lg-3.mb-3 {
    position: relative;
    padding-top: 50px;
}

#tariff-icon-1 img {
    width: 29px;
    height: 43px;
}

#tariff-icon-2 img {
    width: 45px;
    height: 43px;
}

#tariff-icon-3 img {
    width: 54px;
    height: 40px;
}

#tariff-icon-4 img {
    width: 54px;
    height: 41px;
}

.sucss-strs-grid {
    background-color: transparent;
    padding: 20px 50px;
}

@media (max-width: 992px) {
    .sucss-strs-grid {
        padding: 20px 10px;
    }

    .sucss-strs-grid .col-12.col-lg-3 {
        justify-content: center !important;
    }

    .trff-dtls-card-grid-top .categry {
        justify-content: end;
    }

    .sucss-strs-grid .abt-box-head {
        font-size: 28px !important;
    }

    .scss-str-img-grid img {
        height: 192px !important;
        width: 192px !important;
    }

    .mobile-content .scess-stry-persn-dtls {
        font-size: 15px;
    }
}

.scss-str-img-grid {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid #000000;
    overflow: hidden;
}

.scss-str-img-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scess-str-contnt-grid {
    padding: 20px;
    font-family: 'Poppins', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
}

.scess-stry-persn-dtls {
    color: #008349;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.l-height-30 {
    line-height: 30px !important;
}

.font-size-13 {
    font-size: 13px;
}

.cl-C52F33 {
    color: #C52F33;
}

.left-angle-bracket {
    width: 23px;
    height: 23px;
    border-left: 3px solid #C52F33;
    border-bottom: 3px solid #C52F33;
    transform: rotate(45deg);
}

.right-angle-bracket {
    width: 23px;
    height: 23px;
    border-right: 3px solid #C52F33;
    border-top: 3px solid #C52F33;
    transform: rotate(45deg);
}

.mobile-content {
    display: none;
}

@media (max-width: 767.98px) {

    .desktop-content {
        display: none;
    }

    .mobile-content {
        display: block;
    }

    .footer-bottom .col-12.col-md-5.order-1.order-md-2 {
        justify-content: center !important;
    }
}

.about-patter-bg {
    background-image: url('../Images/about-use-pattern-bg.png');
    background-color: #FFFFFF;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    width: 100%;
    height: 100%;
    padding: 100px 20px 10px 100px;
}

.abt-body-part {
    padding: 20px 100px;
}

.txt-abt-grid-head {
    font-size: 28px;
    font-weight: 700;
    line-height: 43.76px;
    color: #008349;
    padding: 25px 0px 0px 0px;
}

.txt-abt-grid-head span {
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .fundr-msg-grid {
        padding: 20px;
    }

    .about-patter-bg {
        justify-content: center !important;
        align-items: center;
        padding: 30px;
        text-align: center;
    }

    .abt-body-part {
        padding: 20px;
    }

    .txt-abt-grid-head {
        font-size: 25px;
    }
}


.hwitwrks-head-txt {
    font-weight: 700;
    font-size: 45px;
    color: #000000;
    line-height: 70.43px;
}

.hwitwrks-body-txt {
    font-family: 'Poppins', serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    color: #000000;
}

.hwitwrks-dtls-grid {
    padding: 60px 90px 10px 50px;
}

@media (max-width: 767.98px) {
    .hwitwrks-head-txt {
        font-size: 25px !important;
        line-height: 39.07px !important;
    }

    .hwitwrks-dtls-grid .hwitwrks-head-txt.mb-3 {
        margin-bottom: 5px !important;
    }

    .hwitwrks-dtls-grid {
        padding: 10px 0px 10px 0px;
    }

    .hwitwrks-body-txt {
        font-size: 15px !important;
        line-height: 23px !important;
    }

    .row.mb-5.mt-5 {
        margin-bottom: 0px !important;
    }

    .fundr-msg-grid.w-100 {
        padding: 10px !important;
        text-align: center;
        font-size: 14px !important;
    }

    .txt-req-gthrng-body {
        font-size: 13px !important;
    }
}

.txt-req-gthrng-head {
    font-family: 'Poppins', serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
    color: #008349;
}

.txt-req-gthrng-body {
    font-family: 'Poppins', serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    padding-right: 25px;
}

.hwitwrks-note-pnt {
    font-family: 'Poppins', serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
}

@media (max-width: 767.98px) {
    .hwitwrks-note-pnt {
        font-size: 15px !important;
        line-height: 20px !important;
    }
}

.faqs-grid-box {
    background-color: #F6F6F6;
    padding: 18px 20px 22px 20px;
    border-radius: 10px;
    margin-bottom: 6px;
    font-family: 'Poppins', serif;
}

.faqs-grid-box-head {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.faqs-grid-box-body {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 14px;
    line-height: 22.4px;
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 24px;
}

.btn-load-more {
    background-color: #C52F33;
    border-radius: 70px;
    border: none;
    padding: 9.5px 100.4px;
    color: #FFFFFF;
    font-family: 'Poppins', serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
}

.team-tagline {
    font-family: 'Poppins', serif;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
}

.stff-dtls-grid {
    border: 1px solid #D6D6D6;
    padding: 25px;
    flex-direction: column;
    background-color: #F0F0F0;
    height: 100%;
}

.stff-txt-body {
    flex-grow: 1;
}

@media (max-width: 767.98px) {
    .stff-dtls-grid {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .stff-dtls-grid .abt-box-head {
        font-size: 27px;
        line-height: 43.76px;
    }

    .faqs-grid-box {
        margin-bottom: 15px !important;
    }
}

.stff-txt-head {
    font-family: 'Poppins', serif;
    font-weight: 700;
    font-size: 16px;
    color: #008349;
    line-height: 24px;
}

.stff-txt-body,
.stff-txt-body a {
    font-family: 'Poppins', serif;
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    line-height: 19.5px;
}

.cont-frm-box.contact-page-box {
    background-color: #008349;
    border-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.map-contact-frm-grid {
    display: flex;
    flex-direction: column;
}

.map-contact-frm-grid .row {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

.map-contact-frm-grid .col-12.col-lg-7,
.map-contact-frm-grid .col-12.col-lg-5 {
    display: flex;
    flex-direction: column;
}

.map-contact-frm-grid .col-12.col-lg-7 .map-container {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.map-contact-frm-grid .cont-frm-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 45px;
}

@media (max-width: 991.98px) {
    .map-contact-frm-grid .col-12.col-lg-7 .map-container {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        min-height: 250px;
    }

    .map-contact-frm-grid .cont-frm-box {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .btn-submit-frm {
        height: 37px !important;
    }

    .team-tagline.l-height-30,
    .team-tagline.l-height-26 {
        font-size: 15px !important;
        line-height: 25px !important;
    }

    .mt-5.mb-3 {
        margin-top: 25px !important;
    }

    .txt-abt-grid-head.mb-2 {
        padding: 0px !important;
    }

    .team-tagline.l-height-25.text-center.mt-3 {
        font-size: 15px !important;
    }
}

.gallery-grid-box .row {
    display: flex;
    flex-wrap: wrap;
}

.gallery-grid-box .col-12.col-lg-7,
.gallery-grid-box .col-12.col-lg-5 {
    display: flex;
    flex-direction: column;
}

.gallery-grid-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px !important;
}

.add-box-grid {
    background-color: #E5E0E0;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 42px;
    color: #877474;
    width: 100%;
    height: 100%;
    min-height: 230px;
}

.gallery-grid-box .row {
    display: flex;
    flex-wrap: wrap;
}

.gallery-grid-box .col-12.col-lg-8,
.gallery-grid-box .col-12.col-lg-4 {
    display: flex;
    flex-direction: column;
}

.gallery-grid-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.gallery-grid-box .add-box-grid {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    border-radius: 10px;
}


.staff-page .row {
    display: flex;
    flex-wrap: wrap;
}

.staff-page .col-12.col-lg-8,
.staff-page .col-12.col-lg-4 {
    display: flex;
    flex-direction: column;
}

.staff-page img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.staff-page .first-row,
.staff-page .second-row {
    display: flex;
    flex-grow: 1;
}

.staff-page .col-12.col-lg-6 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.staff-page .col-12.mb-4 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.carousel-grid {
    display: flex;
    justify-content: center;
    position: relative;
    background: url('../Images/islamic-pattern 1.png');
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    overflow: hidden;
    padding: 30px 100px 20px 100px;
}

.carousel-grid::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12%;
    background-color: #524747;
    z-index: 1;
}

.carousel-item {
    border-radius: 15px;
    height: 390px;
}

#carouselExampleControls {
    position: relative;
    z-index: 2;
    max-width: 1440px;
}

.carousel {
    overflow: visible;
}

.carousel-control-prev,
.carousel-control-next {
    width: 45px;
    height: 45px;
    background-color: #C52F33;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    position: absolute;
}

.carousel-control-prev {
    left: -18px;
}

.carousel-control-next {
    right: -18px;
}

.carousel-control-prev-icon {
    background-image: url('../Images/carousel-left-icon.svg');
    width: 10px;
    height: 16px;
    background-size: cover;
}

.carousel-control-next-icon {
    background-image: url('../Images/carousel-right-icon.svg');
    width: 10px;
    height: 16px;
    background-size: cover;
}

@media (max-width: 991.98px) {
    .carousel-item {
        height: 378px;
    }

    .carousel-item img {
        border-radius: 15px;
    }

    .carousel-grid::after {
        height: 20%;
    }

    .carousel-grid {
        padding: 10px 40px 10px 40px;
    }
}


body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #e9ecef;
    border-radius: 4px;
}

body::-webkit-scrollbar-thumb {
    background: #524747;
    border-radius: 4px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #524747;
    border-radius: 4px;
}


.lr-p-10 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

@media (max-width: 767px) {

    .m-lr-p-10 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

}

.lr-p-68 {
    padding-right: 87px !important;
    padding-left: 91px !important;
}

@media (max-width: 992px) {
    .lr-p-10 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .lr-p-68 {
        padding-right: 18px !important;
        padding-left: 15px !important;
    }
}

.lr-p-33 {
    padding-right: 33px !important;
    padding-left: 33px !important;
}

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

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

.desktop-br {
    display: block;
}

@media (max-width: 992px) {

    .desktop-br {
        display: none;
    }
}

.body-part-two {
    max-width: 1440px;
}

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

.stff-dtls-grid-box {
    border: 1px solid #D6D6D6;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
}

.blog-txt-head {
    font-weight: 700;
    font-size: 45px;
    color: #000000;
    margin-bottom: 10px;
}

.blog-card-box {
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 15px;
    padding: 0px;
    display: flex;
    flex-direction: column;
}

.blog-card-box img {
    width: 100%;
}

.blog-card-box-head {
    font-family: 'Poppins', serif;
    font-size: 17px;
    font-weight: 700;
    color: #008349;
    line-height: 25.5px;
    padding-right: 30px;
    height: 60px;
}

.blog-card-time-stmp {
    font-family: 'Poppins', serif;
    font-size: 12px;
    font-weight: 400;
    color: #C52F33;
    line-height: 18px;
}

.blog-card-box-body {
    font-family: 'Poppins', serif;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 19.5px;
}

.blog-card-grid {
    display: flex;
    justify-content: center;
    gap: 28px;
    padding: 0px;
}

.blog-card-box.col-lg-4 {
    width: 30.666666% !important;
}

.blog-card-box:hover {
    border: 1px solid #0C9458;
}

@media (max-width: 992px) {
    .blog-card-grid {
        padding: 20px;
    }

    .blog-card-box.col-lg-4 {
        width: 98% !important;
    }

    .blog-txt-head {
        text-align: center;
        font-size: 25px !important;
    }

    .stff-dtls-grid-box {
        text-align: center;
    }

    .mt-mobile {
        margin: 0px !important;
        padding: 10px !important;
    }
}

.navbar-mobile .row {
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 0;
}

.navbar-mobile .txt-topnavbar-left {
    font-size: 12px;
}

.offcanvas-start {
    width: 85% !important;
    padding: 10px 0px;
}

.offcanvas-logo-grid {
    height: 40px;
}

.btn-offcanvas-close {
    border: none;
    border-radius: 26px;
    padding: 9.3px 18.9px;
    background-color: #C52F33;
    color: #FFFFFF;
    font-family: 'Poppins', serif;
    font-weight: 700;
    font-size: 13px;
}

.offcanvas-grid-box {
    padding: 20px 30px;
}

.offcanvas-nav-grid-box {
    padding: 20px;

}

.offcanvas-overfloe-grid {
    overflow-x: auto;
    height: 100%;
}

.offcanvas-nav-grid {
    font-family: 'Poppins', serif;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}

.offcanvas-footer {
    padding-left: 20px;
    padding-right: 20px;
}

.btn-offcns-login {
    background-color: #C52F33;
    border: 2px solid #C52F33;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: 'Poppins', serif;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
}

.btn-offcns-login a {
    color: #FFFFFF;
    text-decoration: none;
}

.btn-offcns-newmem {
    background-color: #FFFFFF;
    border: 2px solid #C52F33;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: 'Poppins', serif;
    font-weight: 700;
    font-size: 14px;
    color: #C52F33;
}

.btn-offcns-newmem a {
    color: #C52F33;
    text-decoration: none;
}


.navbar-web {
    display: block;
}

.navbar-mobile {
    display: none;
}

@media (max-width: 993px) {
    .navbar-web {
        display: none;
    }

    .navbar-mobile {
        display: block;
    }
}

.l-height-26 {
    line-height: 26px !important;
}

.l-height-25 {
    line-height: 25px !important;
}

.rupee-symbol {
    font-family: 'Avenir Next', sans-serif;
    margin-right: 3px;
}

.footer-txt-cll {
    font-family: 'Poppins', serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.fndr-img-inner-page {
    height: 207px;
    width: 207px;
}

@media (max-width: 992px) {
    .fndr-img-inner-page {
        height: 108.91px;
        width: 108.91px;
    }
}

.pr-25 {
    padding-right: 25px !important;
}

.fundr-msg-grid.note-point {
    padding: 16px 33px 16px 33px;
}

.mt-9 {
    margin-top: 9px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-11 {
    margin-top: 11px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-13 {
    margin-top: 13px;
}

.mt-14 {
    margin-top: 14px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-17 {
    margin-top: 17px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-19 {
    margin-top: 19px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-21 {
    margin-top: 21px;
}

.mt-22 {
    margin-top: 22px;
}

.mt-23 {
    margin-top: 23px;
}

.mt-44 {
    margin-top: 44px;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.custm-hr {
    border: 1px solid #AAAAAA;
    opacity: 1;
}

.container.register {
    max-width: 1072px;
}

.register-pg-bg {
    background-color: #F1F3F4;
    padding: 15px 50px;
}

.register-pg-bg .register-heading {
    color: #263238;
    font-size: 28px;
    font-weight: 800;
    text-align: center;
}

.register-form-hd {
    font-family: 'Poppins', serif;
    color: #455A64;
    font-size: 14px;
    font-weight: 600;
}

.register-terms {
    color: #78909C;
    font-size: 14px;
    font-weight: 500;
}

.Register-button {
    font-family: 'Poppins', serif;
    background: #33691E;
    padding: 5px 40px;
    border-color: transparent;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 1072px) {
    .container.register {
        width: 90%;
    }

    .register-pg-bg {
        padding: 10px 20px 20px 20px !important;
    }

    .register-pg-bg .register-heading {
        padding-bottom: 10px;
        font-size: 24px;
    }

    .Register-button {
        padding: 5px 30px;
        font-size: 16px;
    }
}

.form-control.error-border,
.form-select.error-border {
    border: 2px solid #F31313 !important;
}


label.error {
    color: #F31313;
    font-size: 16px;
    margin-left: 5px;
}

.youtube-marketing-grid img {
    height: 300px;
    width: 522px;
    border-radius: 15px;
}

.newspaper-marketing-grid img {
    height: 550px;
    width: 338px;
    border-radius: 20px;
}

.marketing-tagling {
    font-family: 'Poppins', serif;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    line-height: 21px;
}

.outdoor-marketing-grid img {
    height: 210px;
    width: 250px;
    border-radius: 10px;
}

.unique-marketing-grid img {
    height: 350px;
    width: 250px;
    border-radius: 10px;
}

.newspaper-dates-marketing-grid a {
    background-color: #F6F6F6;
    padding: 10px 31px;
    border-radius: 10px;
    font-family: 'Poppins', serif;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.mb-15 {
    margin-bottom: 15px !important;
}


/* New Pages */
.career-block-mr {
    padding: 0 100px;
}

.page-heading-txt {
    font-weight: 600;
    font-size: 28px;
    color: #C52F33;
}

.prfl-dtls-grid {
    background-color: #FFFFFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 15px 20px 13px 15px;
    border-radius: 10px;
}

.prfl-dtls-grid-head {
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.txt-dtls {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #424040;
}

.txt-dtls span {
    font-weight: 400;
    font-family: 'Poppins', serif;
    font-size: 14px;
    word-spacing: 1.8px;
}

.edit-info-grid {
    font-family: 'Poppins', serif;
    font-size: 16px;
    word-spacing: 1.8px;
}

.down-side-arrow {
    height: 10px;
    width: 13px;
    cursor: pointer;
}

.down-side-arrow.rotate {
    transform: rotate(180deg);
    transition: transform 0.3sease;
}

@media (max-width: 992px) {
    .career-block-mr {
        padding: 0 10px !important;
    }

    .profile-dtls.page {
        margin: 0 auto;
    }
}

.txt-dtls.line div {
    border-bottom: 1px solid #D9D9D9;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

nav ul li {
    position: relative;
    padding: 10px 0;
    cursor: pointer;
}

nav ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 4px;
    background-color: #C52F33;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

nav ul li:hover::after {
    width: 100%;
    left: 0;
}

#carouselTwoControls {
    position: relative;
    z-index: 2;
}

#carouselTwoControls .carousel-item {
    height: fit-content;
}

#carouselTwoControls .carousel-inner {
    width: 90%;
}

#carouselTwoControls .carousel-control-prev,
#carouselTwoControls .carousel-control-next {
    width: 45px;
    height: 45px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    position: absolute;
}

#carouselTwoControls .carousel-control-prev {
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

#carouselTwoControls .carousel-control-next {
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

#carouselTwoControls .carousel-control-prev-icon {
    background-image: url('../Images/left_arrow-filled.svg');
    width: 32px;
    height: 64px;
    background-size: cover;
}

#carouselTwoControls .carousel-control-next-icon {
    background-image: url('../Images/right_arrow-filled.svg');
    width: 32px;
    height: 64px;
    background-size: cover;
}

@media (max-width:991px) {
    .desktop-con .float-start {
        float: none !important;
    }

    .scess-str-contnt-grid .float-start {
        float: none !important;
        text-align: center !important
    }
}

button,
a {
    cursor: pointer;
}

.faqs-grid-box {
    display: none;
}

.tariff-bg {
    background: #F3F4F5;
    padding: 10px 30px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .footer-align {
        width: 25% !important;
    }
}

@media (max-width: 767px) {
    .copy-right-txt {
        justify-content: center !important;
    }
}

@media (max-width: 820px) {
    .nw-ftr-align {
        flex-direction: column !important;
    }
}

.login-screen-body {
    background-image: url(../Images/login-screen-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: repeat-y;
    width: 100%;
    height: fit-content;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.login-form-grid {
    max-width: calc(100% - 400px);
    background-color: #FFFFFF;
    border-radius: 20px;
}

@media (max-width: 1200px) {
    .login-form-grid {
        max-width: calc(100% - 0px) !important;
    }
}

.txt-login-frm-head {
    font-family: 'Poppins', serif;
    font-weight: 600;
    font-size: 24px;
    color: #C52F33;
}

.horizotal-line {
    border: 1px solid #acaeb1;
    margin-bottom: 0px !important;
}

.new-reg-txt {
    width: 100%;
    padding: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #676767;
}

.new-reg-txt .span1 {
    font-weight: 700;
    color: #008349;
}

.new-reg-txt .span2 {
    font-weight: 700;
    color: #C52F33;
}

.bg-C52F33 {
    border-bottom-right-radius: 20px;
    background-color: #C52F33;
}

.btn-new-reg {
    background-color: #C52F33;
    padding: 15px;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
}

.btn-login {
    font-family: 'Poppins', serif;
    background-color: #008349;
    border-radius: 5px;
    padding: 10px 50px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
}

.login-form-grid input,
.form-select {
    background-color: #E8F0FE;
}

.loader {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}

.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #C52F33;
    animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}