:root {
    --custom: #004D72;
    --custom-opacity: #004D7244;
    --custom-opacity-2: #004D7222;
}

@import url("../css/bootstrap-icons.woff");
@import url("../css/all.min.css");

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: normal;
    src: local("Lato Regular"), url("fonts/Lato-Regular.woff") format("woff");
}

@font-face {
    font-family: "Lato-500";
    font-style: normal;
    font-weight: normal;
    src: local("Lato Hairline"), url("fonts/Lato-Hairline.woff") format("woff");
}

@font-face {
    font-family: "Lato-300";
    font-style: normal;
    font-weight: normal;
    src: local("Lato Light"), url("fonts/Lato-Light.woff") format("woff");
}

@font-face {
    font-family: "Lato-bold";
    font-style: normal;
    font-weight: normal;
    src: local("Lato Bold"), url("fonts/Lato-Bold.woff") format("woff");
}

@font-face {
    font-family: "Lato-black";
    font-style: normal;
    font-weight: normal;
    src: local("Lato Black"), url("fonts/Lato-Black.woff") format("woff");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

input::placeholder {
    text-transform: capitalize;
}
.form-check-input:checked{
    background: #004D72!important;
}
body {
    overflow-x: hidden;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    line-height: 24px;
}

.hero-banner {
    background: linear-gradient(to bottom, #446e83c7, #446e83c7), url("../../images/homepage-bg.png") no-repeat;
    background-size: cover;
    min-height: 100vh;
    background-blend-mode: multiply;
}

.banner-heading {
    color: #fff;
    font-size: 4.375rem;
    font-weight: 900;
}

a,
a:hover {
    text-decoration: none;
}

a.btn {
    color: #fff !important;
}

.btn-primary {
    background: #004D72 !important;
    border-color: #004D72 !important;
}

.btn-secondary {
    background: #ff4f86 !important;
    border-color: #ff4f86 !important;
}

a.phone-link {
    font-size: 1.5rem;
    color: #004D72 !important;
}

.text-container {
    padding: 0 2rem 7rem;
    z-index: 1024;
}

.text {
    font-size: 1rem;
    color: #fff;
}

.heading {
    font-size: 2.9rem;
    font-family: "Lato-black", sans-serif;
    font-weight: 900;
}

.padder {
    margin: 5rem 0rem;
}

.sub-heading {
    color: #150a42;
    font-size: 2.4rem;
    font-family: "Lato-bold", sans-serif;
    font-weight: 700;
}

.why-choose h5 {
    margin-top: 1rem;
    font-size: 1.4rem;
    font-family: "Lato-bold", sans-serif;
    font-weight: 700;
}

.sub-banner {
    background: rgb(66, 83, 161, 0.9) url("../../images/homepage-bg.png") no-repeat;
    background-size: cover;
    min-height: 400px;
    background-blend-mode: multiply;
    padding: 160px 0px;
}

form {
    position: relative;
}

.box-title.display,
.form-label.display {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tooltip {
    position: relative;
    display: contents;
    cursor: pointer;
}

[lang="ar"] .tooltip .tooltiptext {
    left: 1px !important;
}

.tooltip .tooltiptext {
    display: none;
    width: 100px;
    background-color: #f5f6f7;
    color: #000;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 18px;
    /* right: 10px; */
    font-size: 12px;
    font-weight: 400;
}

.tooltip:hover .tooltiptext {
    display: block;
}

.info-icon {
    width: 18px;
}

label.radio_label.partner_id {
    height: 120px;
}
.col-12.viewtable.mt-3 table thead th {
    font-size: 14px;
}


/* select.form-control:not([size]):not([multiple]) {
    height: 48px !important;
    box-shadow:0 0 0 !important
} */
.form-label-group input.form-control ~ label,
.form-label-group select.form-control ~ label {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="number"],
.form-group input[type="textarea"],
.form-group select.custom-select,
.form-group input[type="file"] {
    /* margin-top:1rem; */
    font-weight: 500;
    font-family: "Lato500-", sans-serif;
    font-size: 13px;
    line-height: 16px;
    height: 40px;
    /*padding: 0 30px; */
    border-radius: 4px;
    color: #000;
    border: 1px solid #e2e2e2;
    box-shadow: 0 0 0 !important;
}

/*
input[type="file"]::file-selector-button {
    display: none;
} */

.form-label-group .form-control:focus ~ label,
.form-label-group input.form-control:not(:placeholder-shown) ~ label,
.form-label-group select.custom-select ~ label,
label {
    font-size: 13px;
    line-height: 16px;
    opacity: 1;
}

.flex-radio span {
    font-size: 13px;
}

.pointer {
    cursor: pointer;
}

.card-custom {
    border: none;

    padding: 3rem;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 20%);
}

.text-small {
    font-size: 14px;
}

span.bold {
    font-weight: bold;
}

@media (max-width: 767px) {
    .banner-heading {
        color: #fff;
        font-size: 3rem;
        font-weight: 900;
        font-family: "Lato-black", sans-serif;
    }

    .padder {
        margin: 3rem 0rem;
    }
}

@media screen and (max-width: 570px) {
    .d-flex.mt-4,
    .d-flex.mt-5.justify-content-center {
        display: flex;
        flex-direction: column;
    }

    .banner-heading {
        color: #fff;
        font-size: 2.5rem;
        font-weight: 900;
        font-family: "Lato-black", sans-serif;
    }

    .heading {
        font-size: 2.5rem;
        font-family: "Lato-black", sans-serif;
        font-weight: 900;
    }

    .text {
        font-size: 1.8rem;
        line-height: 2.2rem;
        color: #fff;
    }

    .padder {
        margin: 2.5rem 0rem;
    }

    .sub-heading {
        color: #150a42;
        font-size: 2rem;
        font-family: "Lato-bold", sans-serif;
        font-weight: 700;
    }

    .sub-banner {
        padding: 100px 0px;
    }
}

.min-height {
    min-height: 50vh !important;
}

.flex-bb {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
}

.d-box {
    padding: 1.5rem;
    background: #fff;
    border-radius: 6px;
    height: 100%;
}

h2.box-title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.kyc-info {
    font-family: "Noto Sans Arabic", sans-serif;
    background: #fcfcfc;
    border: 1px solid #f7f7f7;
    border-radius: 6px;
    padding: 1rem;
    font-weight: 500;
    font-family: "Lato-bold", sans-serif;
    font-size: 16px;
    line-height: 150%;
    color: #828282;
}

p.grey-heading {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #828282;
    margin-bottom: 4px;
}

p.stats {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 4px;
    text-align: right;
}

.form-arabic p.stats {
    text-align: left !important;
}

.bg-primary {
    background: var(--custom) !important;
}

.tab-heading {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Lato-bold", sans-serif;
    transform: translateY(-40px);
    color: var(--custom);
}

/*=====Radio Button Styling====*/
.flex-inner {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]:not(:disabled) ~ label.radio_label {
    cursor: pointer;
}

input[type="radio"]:disabled ~ label.radio_label {
    color: hsla(150, 5%, 75%, 1);
    border-color: hsla(150, 5%, 75%, 1);
    box-shadow: none;
    cursor: not-allowed;
}

label.radio_label {
    height: 100%;
    width: 180px;
    line-height: 100%;
    display: block;
    background: white;
    border: 2px solid var(--custom);
    border-radius: 6px;
    padding: 1rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
    position: relative;
}

input[type="radio"]:checked + label.radio_label {
    background: var(--custom-opacity);
    color: #000;
    box-shadow: 0px 0px 20px var(--custom-opacity);
}

input[type="radio"]:not(:checked) + label.radio_label {
    background: #fff;
}

input[type="radio"]:checked + label.radio_label::after {
    color: var(--custom);
    border: 2px solid var(--custom);
    content: url(../images/check-blue.svg);
    font-size: 24px;
    padding-top: 6px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px var(--custom-opacity);
}

input[type="radio"]:not(:checked) + label.radio_label::after {
    border: 2px solid var(--custom);
    color: var(--custom);
}

label.radio_label p {
    font-weight: 900;
    font-family: "Lato-black", sans-serif;
    margin-bottom: 0;
}

@media only screen and (max-width: 700px) {
    section {
        flex-direction: column;
    }

    .flex-inner {
        justify-content: center;
    }
}

/*======Animation Tick======*/

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4caf50;
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #ffffff;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4caf50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #ffffff;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

.load-holder {
    position: relative;
}

.loader {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    transform: translateY(-50%, -50%) !important;

    z-index: 999;
}

.loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 8px solid #0000;
    border-right-color: #004D72;
    position: relative;
    animation: s4 1s infinite linear;
}

.loading:before,
.loading:after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: inherit;
    animation: inherit;
    animation-duration: 2s;
}

.loading:after {
    animation-duration: 4s;
}

@keyframes s4 {
    100% {
        transform: rotate(1turn);
    }
}

/*======Sepper=========*/
.card {
    z-index: 0;
    position: relative;
}

#progressbar {
    margin-bottom: 3rem;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: var(--custom);
}
#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 11.11%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
    /*zoom: 80%;*/
    line-height: 17px;
}

#progressbar .partner:before,
#progressbar li:nth-child(1):before {
    content: url(../images/bank-icon.svg);
}

#progressbar .KYC:before,
#progressbar li:nth-child(3):before {
    content: url(../images/business-info.png);
    padding-top: 8px;
}

#progressbar .KYB:before,
#progressbar li:nth-child(4):before {
    content: url(../images/manager-info.png);
    padding-top: 8px;
}

#progressbar .Summary:before,
#progressbar li:nth-child(9):before {
    content: url(../images/ion_document.png);
    padding-top: 8px;
}

#progressbar .Compliance:before,
#progressbar li:nth-child(10):before {
    content: url(../images/summary.svg);
    padding-top: 8px;
}

#progressbar .LM:before,
#progressbar li:nth-child(5):before {
    content: url(../images/lock-icon.png);
    padding-top: 8px;
}

#progressbar .LM:before,
#progressbar li:nth-child(6):before {
    content: url(../images/bank-icon.png);
    padding-top: 8px;
}
#progressbar .LM:before,
#progressbar li:nth-child(11):before {
    content: url(../images/mdi_file-document.png);
    padding-top: 8px;
}
#progressbar .BD:before,
#progressbar li:nth-child(8):before {
    content: url(../images/bank-icon.png);
    padding-top: 8px;
}

#progressbar .RV:before,
#progressbar li:nth-child(7):before {
    content: url(../images/mdi_file-document.png);
    padding-top: 8px;
}

#progressbar .TOS:before,
#progressbar li:nth-child(2):before {
    content: url(../images/terms-and-conditions.png);
    padding-top: 8px;
}

#progressbar .confirm:before,
#progressbar li:last-child:before {
    content: url(../images/bxs_like.png);
    padding-top: 8px;
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 1px auto;
    padding: 2px;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--custom);
}

#progressbar li.active:before {
    content: url(../images/check-all.png);
    padding-top: 8px;
}

.tab-one {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 767px) {
    #progressbar li {
        list-style-type: none;
        font-size: 10px;
        width: 20%;
        overflow-wrap: break-word;
        float: left;
        position: relative;
        font-weight: 400;
        text-align: center;
        margin-bottom: 10px;
    }

    /* #progressbar li:not(:nth-last-child(-n+4)) {
       width: 20%;
   } */
    #progressbar li strong {
        word-wrap: break-word;
        overflow-wrap: break-word;
        line-height: 12px;
    }

    .tab-one {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.show_tos {
    color: #150a42;
    cursor: pointer;
}

.tos {
    border-radius: 6px;
    padding: 1rem;
    font-size: 14px;
    line-height: 20px;
    background: rgba(198, 198, 198, 0.1);
    color: #000;
    overflow: auto;
}

.tos p:last-child {
    margin-bottom: 0;
}

.mt-small {
    margin-top: 3px;
}

/*=====Arabic Form=======*/
.arabic {
    font-family: "Noto Sans Arabic", sans-serif !important;
    direction: rtl;
}

.arabic select.form-control:not([size]):not([multiple]) {
    height: 48px !important;
    box-shadow: 0 0 0 !important;
}

.arabic #progressbar li {
    float: right;
}

.arabic .form-label-group > label,
.arabic .form-label-group > .custom-select > label {
    top: 18px;
    right: 35px;
}

.arabic .form-label-group .form-control:focus ~ label,
.arabic .form-label-group input.form-control:not(:placeholder-shown) ~ label,
.arabic .form-label-group select.custom-select ~ label {
    left: unset;
    right: 36px;
}

.arabic .tab-one {
    text-align: right;
}

@media (max-width: 440px) {
    #progressbar li {
        list-style-type: none;
        font-size: 10px;
        width: 33.33%;
        float: left;
        position: relative;
        font-weight: 400;
        text-align: center;
        margin-bottom: 10px;
    }

    #progressbar li:last-child {
        width: 100%;
    }

    /* #progressbar li:not(:nth-last-child(-n+3)) {
      width: 33.33%;
  } */
}

@media (max-width: 300px) {
    label.radio_label {
        width: 160px;
    }
}

/*
=====PoliticalExposed Radio BUtton======*/
.flex-radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.position-relative {
    position: relative;
}

.arabic-side {
    direction: rtl;
}

.switcher {
    position: relative;
    /* top: 50%; */
    right: 0;
    width: 150px;
    height: 50px;
    text-align: center;
    margin: 0;
    background: #11ce00;
    transition: all 0.2s ease;
    border-radius: 25px;
}

.arabic-side .switcher {
    right: unset;
    left: 0;
}

.switcher span {
    position: absolute;
    width: 20px;
    height: 4px;
    top: 50%;
    left: 50%;
    margin: -2px 0px 0px -4px;
    background: #fff;
    display: block;
    transform: rotate(-45deg);
    transition: all 0.2s ease;
}

.arabic-side .switcher span {
    display: none;
}

.switcher span:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 12px;
    margin-top: -8px;
    background: #fff;
    transition: all 0.2s ease;
}

input[type="radio"] {
    display: none;
}

.switcher label {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.2);
    width: 60px;
    line-height: 50px;
    transition: all 0.2s ease;
}

label[for="yes"],
label[for="yes-arabic"] {
    position: absolute;
    left: 0px;
    height: 20px;
}

label[for="no"],
label[for="no-arabic"] {
    position: absolute;
    right: 0px;
}

#no:checked ~ .switcher,
#no-arabic:checked ~ .switcher {
    background: #eb4f37;
}

#no:checked ~ .switcher span,
#no-arabic:checked ~ .switcher span {
    background: #fff;
    margin-left: -8px;
}

#no:checked ~ .switcher span:after,
#no-arabic:checked ~ .switcher span:after {
    background: #fff;
    height: 20px;
    margin-top: -8px;
    margin-left: 8px;
}

#yes:checked ~ .switcher label[for="yes"],
#yes-arabic:checked ~ .switcher label[for="yes-arabic"] {
    color: #fff;
}

#no:checked ~ .switcher label[for="no"],
#no-arabic:checked ~ .switcher label[for="no-arabic"] {
    color: #fff;
}

@media (max-width: 767px) {
    .flex-radio {
        flex-direction: column;
    }
}

.radio-buttons label {
    display: flex;
    cursor: pointer;
    gap: 15px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
}

.radios-buttons label input {
    position: absolute;
    left: -9999px;
}

.radios-buttons label input:checked + span {
    background-color: var(--custom-opacity);
}

.radios-buttons label input:not(:checked) + span {
    background-color: #fff;
}

.radios-buttons label input:checked + span:before {
    box-shadow: inset 0 0 0 0.4375em var(--custom);
}

.radios-buttons label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
    background: #fff;
}

.arabic-side .radios-buttons label span {
    padding: 0.375em 0.375em 0.375em 0.75em;
}

.radios-buttons label span:hover {
    background-color: var(--custom-opacity);
}

.radios-buttons label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em var(--custom);
}

.arabic-side .radios-buttons label span:before {
    margin-right: unset;
    margin-left: 0.375em;
}

/*+==================
Landing Page setting==
====================*/
.bg-gray {
    background: #eee;
}

.pointer {
    cursor: pointer !important;
}

.margin-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.margin-50 {
    margin-top: 50px;
}

.bg-theme-light {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 2rem;
    height: 100%;
}

.icon-haeding {
    font-size: 1.2rem !important;
}

.icon-text {
    font-size: 1rem !important;
}

.bg-img-holder {
    height: 100%;
}

.bg-img-holder img {
    border-radius: 8px 0px 0px 8px;
    height: 100%;
    object-fit: cover;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.light-bg {
    background: #f5f5f5;
}

.about-text {
    font-size: 1rem;
    line-height: 24px;
}

.about-text:last-child {
    margin-bottom: 0;
}

.mb-50 {
    margin-bottom: 50px;
}

p.more-info {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #004D72;
    margin-bottom: 5px;
}

.about-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #004D72;
    position: relative;
}

.about-link:before {
    content: "hi";
    width: 20px;
    left: 0px;
    color: #A1A1A1;
    margin-right: 10px;
}

/*=======OTP===========*/

.bgWhite {
    background: white;
}

.title-otp {
    font-weight: 600;
    margin-top: 20px;
    font-size: 24px;
    margin-bottom: 20px;
}

.otp-text,
.otp-verify {
    color: #848484;
    font-size: 14px;
    margin-bottom: 0;
}

.otp-verify .otp-req {
    color: #000;
    margin-left: 5px;
    cursor: pointer;
    text-decoration: underline;
}

.customBtn {
    border-radius: 0px;
    padding: 10px;
}

.form-otp input.otp {
    display: inline-block;
    width: 50px !important;
    height: 50px !important;
    text-align: center;
    /* border-radius: 50%; */
}
.forCircleInput{
    border-radius: 50%;
    width: 60px !important;
    height: 60px !important;
}
.btn-verify,
.btn-verify:hover {
    background: var(--custom);
    color: #fff;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px;
    text-align: center;
}

.otp-time {
    color: red;
    margin-left: 5px;
}

.tos p,
.disclmr p {
    font-size: 12px;
}

.tos h1,
.tos h2,
.tos h3 {
    font-size: 1.2rem;
}

.tos dl,
.tos ol,
.tos ul {
    margin-top: 0;
    padding-left: 2rem;
    font-size: 12px;
    margin-bottom: 1rem;
}

.bg-light-custom {
    background: rgb(0, 0, 0, 0.3);
}

.form-arabic.arabic ol {
    padding-right: 2rem;
}

.base-timer {
    position: relative;
    width: 150px;
    height: 150px;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__path-remaining.red {
    color: red;
}

.base-timer__label {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.bg-default {
    background: var(--custom);
}

.flex-mode {
    display: flex;

    gap: 1rem;

    padding: 0.8rem 0;
    margin-bottom: 1rem;
}

.flex-mode:last-child {
    margin-bottom: 0;
}

.flex-heading,
.flex-text {
    font-size: 14px;
    line-height: 20px;
    color: #1e1e1e;
    margin-bottom: 0;
    text-align: right;
}

.flex-text {
    font-weight: 600;
    text-align: right;
}

.form-arabic,
.form-arabic ol {
    direction: rtl;
    text-align: right !important;
}

.form-arabic ol {
    margin-right: 15px;
}

.form-arabic .flex-text {
    min-width: 80px;
}

.otp-ltr {
    direction: ltr;
}

.arabic-lang-landingpage {
    direction: rtl;
    text-align: right;
    position: relative;
}

.arabic-lang-landingpage p.img-before:before {
    right: -2rem;
}

.arabic-lang-landingpage .padding-right-4 {
    padding-right: 4rem;
}

.arabic-lang-landingpage .img-arrow-pink1 {
    transform: rotate(180deg);
}
.gColor{
    color: #747474;
}
.progress-bar1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    counter-reset: step;
    margin-bottom: 30px;
}

.progress-bar1::before,
.progress1 {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 100%;
    background-color: #dcdcdc;
    z-index: -1;
}

.progress1 {
    background-color: var(--blue-color);
    width: 0;
    transition: .5s;
}

.progress-step1 {
    width: 35px;
    height: 35px;
    background-color: #dcdcdc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-step1::before {
    counter-increment: step;
    content: counter(step);
}

.progress-step1::after {
    content: attr(data-title);
    position: absolute;
    top: calc(100% + 0.20rem);
    font-size: 0.85rem;
    color: black !important;
}

.progress-step1.active {
    background-color: var(--blue-color);
    color: white;
}

@keyframes animate {
    from {
        transform: scale(1, 0);
        opacity: 0;
    }

    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}
.add-exp-btn {
    color: #577d4c;
    border-right: 2px solid #577d4c;
    border-bottom: 2px solid #577d4c;
    padding: 0 10px 10px 0;
    text-decoration: none;
    font-weight: 600;
    border-bottom-right-radius: 6px;
    cursor: pointer;
}

.add-experience {
    margin-bottom: 20px;
}

.ml-auto {
    margin-left: auto;
}


/* Form */

.form {
    background-color: white;
    width: clamp(320px, 30%, 430px);
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 0.35rem;
    padding: 1.5rem;
    z-index: 1;
}

.input-group {
    margin: 0.5rem 0;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
    transform-origin: top;
    animation: animate .5s;
}


/* Button */
.btn-group {
    display: flex;
    justify-content: space-between;
}

.btn {
    padding: 0.75rem;
    display: block;
    text-decoration: none;
    width: min-content;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-next {
    background-color: var(--blue-color);
    color: white;
    float: right;
}

.btn-prev {
    background-color: #777;
    color: #fff;
}

.btn:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--blue-color);
}

textarea {
    resize: vertical;
}

/* Prefixes */

.input-box {
    display: flex;
    align-items: center;
    /* max-width: 300px; */
    background: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    padding-left: 0.5rem;
    overflow: hidden;
    font-family: sans-serif;
}
.text-normal{
    font-weight: 400!important;
}
.text-bold{
    font-weight: 700;
}
.input-box .prefix {
    font-weight: 300;
    font-size: 14px;
    color: rgb(117, 114, 114);
}

.input-box input {
    border: none;
    outline: none;
}

.input-box:focus-within {
    border-color: #777;
}

/* End Prefixes */
.padder-11y{
    padding: 11.6rem 0;
}
.upload-chooseFile{
    padding: 0.2rem!important;
}
.upload-chooseFile::file-selector-button{
    background-color: transparent;
    color: #004D72;
    border: 1px solid #004D72;
    height: 100%;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 0.5rem;
}
/* .radio-display{
    display: block!important;
    width: 16px;
    height: 16px;
    border-color: #9B9B9B;
    margin-top: 0.4rem;
} */
.radio-display[type="radio"]:checked + label,
.radio-display[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.radio-display[type="radio"]:checked + label:before,
.radio-display[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid #9B9B9B;
    border-radius: 100%;
    background: #fff;
}
.radio-display[type="radio"]:checked + label:before{
    border: 2px solid #004D72;
}
.radio-display[type="radio"]:checked + label:after,
.radio-display[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #004D72;
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-display[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-display[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.custom-select{
    background: #fff url("./../../images/icons/arrow_down.svg") no-repeat right .75rem center;
}
.divSet-border{
    padding: 1.5rem 1.3rem;
    border: 1px solid var(--custom);
    border-radius: 6px;
    margin-bottom: 1rem;
}
.show-allDetail{
    display: flex;
    justify-content: center;
    text-decoration: underline;
    color: var(--custom);
    font-weight: bold;
}
.show-allDetail:hover{
    color: var(--custom-opacity);
    opacity: 0.9;
}
.flex-custom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
h3.welcome-heading {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.btn-search,
.btn-search:hover{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    background-color: var(--themeSearch);
    color: #fff;
    border-radius: 6px;
}
label.radio_label.partner_id {
    height: 120px !important;
}
.bg-body{
    background-color: #F3F3F3;
}
.btn-theme {
    background: #004D72;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    border-color: #004D72;
}
.bg-banner{
    background-image: url('./../../images/steps-banner.jpg');
    background-color: skyblue;
    background-size: cover;
    background-position: center;

}
.bg-body{
    background-color: #F3F3F3;
}
.btn-theme {
    background: #004D72;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    border-color: #004D72;
}
.bg-banner{
    background-image: url('./../../images/steps-banner.jpg');
    background-color: skyblue;
    background-size: cover;
    background-position: center;

}
.bg-body{
    background-color: #F3F3F3;
}
.btn-theme {
    background: #004D72;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    border-color: #004D72;
}
.header-banner{
    background-image: url('./../../images/steps-banner.jpg');
    background-color: skyblue;
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
}
.header-banner h2{
    color: #FFF;
    font-size: 54px;
    font-weight: 700;
}
.btn-select{
    background-color: green;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    padding: 6px;
}
section.hero-banner .bg-light {
    background-color: #FFF!important;
}
#progressbar {
    display: flex !important;
}
div#leiCustomCheckDiv > div > div {
    height: 100%;
    align-items: center;
}
div#leiCustomCheckDiv {
    height: 85px;
}
div#leiCustomCheckDiv > div {
    height: 100%;
}

div#leiCustomCheckDiv > div > div {
    height: 100%;
    align-items: center;
}

div#leiCustomCheckDiv > div {
    height: 100%;
}
/* custom media */
@media(max-width: 480px) {
    section.sub-banner a.btn.btn-lg.mt-3.btn-primary {
        margin: 0 auto ;
    }
    section.sub-banner h2.sub-heading.text-white {
        font-size: 32px;
    }
    section.padder .heading {
        font-size: 32px;
    }
    section.hero-banner .banner-heading {
        font-size: 32px;
    }
    section.hero-banner .text {
        font-size: 18px;
    }
    section.hero-banner a.btn.btn-lg.btn-primary.mt-4 {
        font-size: 14px;
    }
    .wrapper section.py-5 .heading {
        font-size: 32px;
    }
    section.padder h2.sub-heading {
        font-size: 26px;
        padding-top: 20px;
    }
    section.padder .col-md-6.my-auto.pr-md-5.order-md-3 p.p-theme-set.pb-2 {
        font-size: 16px;
    }
    section.padder .col-md-6.my-auto.pr-md-5.order-md-3 li {
        font-size: 14px;
    }
    section.padder .row.justify-content-center.mt-4 .col-10 p {
        font-size: 14px;
    }
    .cardStyleClass {
        padding-left: 0px !important;
        padding-right: 0px;
    }
    section.hero-banner .d-flex.align-items-center.justify-content-between.py-2.flex-column.flex-md-row {
        flex-direction: row !important;
    }

    a.phone-link {
        font-size: 16px !important;
    }
    section.hero-banner .d-flex.align-items-center.justify-content-between.py-2.flex-column.flex-md-row img {
        width: 80px;
        margin-right: 0px !important;
    }
    .hero-banner {
        min-height: unset !important;
    }
    .hero-banner  .text-container {
        padding: 89px 0;
    }
    footer.p-4.text-center {
        font-size: 14px;
    }
    section.padder.choose img {
        height: 40px;
    }
    .frameStyle .btn-group.forPosition a {
        margin: 0 auto !important;
        display: block !important;
    }
    .frameStyle .padder-xy ul li {
        font-size: 13px;
        font-weight: 700;
    }
    ul#progressbar {
        overflow-x: scroll;
    }
    .header-banner h2 {
        font-size: 32px !important;
    }
    .frameStyle div#output_bgImage0 {
        background-image: linear-gradient(0deg, rgb(255 255 255 / 50%), rgb(255 255 255 / 50%)), url(http://127.0.0.1:8000/images/about-img.jpg) !important;
    }
}

div#accordionExample button.btn.btn-block.text-left.arrowbgTab.collapsed {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div#authorized_person_div {
    display: none !important;
}

/* custom end media */

.NavHmdesign a.nav-link {
    font-size: 15px;
    color: #000 !important;
    font-weight: 400;
}
.gapNav {
    gap: 34px;
}
nav.navbar.navbar-expand-lg.navbar-light {
    background-color: #f5f6f7 !important;
}
.gapNav img {
    width: 20px;
}
.brder-style-button {
    border-radius: 26px;
    background: #000;
    padding: 8px 16px;
}
.texStyle {
    color: #000;
    font-size: 15px;
    font-weight: 550;
    padding-left: 20px;
}
.gifStyle img {
    padding-right: 21px;
}
.forBorder {
    border-left: 2px solid #000;
}
.arabic-lang-landingpage .forBorder {
    border-right: 2px solid #000;
    padding-right: 30px;
    margin-right: 20px;
    border-left: 0;
}
li.nav-item.bg-light {
    background-color: #eee !important;
    padding: 0px;
    border-radius: 6px;
}
li.nav-item.bg-light .nav-link {
    padding: 8px 14px !important;
}
.flexDecs {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 1rem 0rem;
}
.thirdDisc {
    margin: 3rem 0rem;
}
.frtFlex {
    display: flex;
    background-color: #102032;
    border: 1.5px solid #25466B;
    width: fit-content;
    padding: 0px 34px;
    gap: 52px;
    border-radius: 60px;
}
.flexBtn {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 12px 0px;
}
.flexBtn img {
    width: 45px;
}
.vertical-line {
    width: 1px;
    background-color: #25466B;
    margin: 0 auto;
}
section.leadinSection {
    padding: 4rem;
}
.sub-heading2 {
    font-size: 1.5rem;
    padding-bottom: 4rem;
    font-weight: 700;
    color: #000;
}
.mainTopHeader {
    font-size: 3.25rem;
}
.maindev h3.text-white {
    font-size: 2.5rem;
}
.maindev h3.text-dark {
    font-size: 2.5rem;
}
.howApply h2 {
    font-size: 3.25rem;
}
.styAccrobtn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    border: 0;
    font-size: 1.5rem;
    font-weight: 700;
    background-color: #fff;
    transition: 0.4s all ease-in-out;
    /* color: #3ce17d !important; */
}
.arabic-lang-landingpage .owl-stage-outer {
    direction: ltr;
}
.arabic-lang-landingpage .owlTab.owl-carousel .owl-nav.disabled {
    right: auto !important;
    left: 0;
}
.card-header.active {
    border-radius: 12px 12px 0px 0px !important;
}
.BenefitsStyle {
    background-color: #FF976A;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 550;
}
.styH2 {
    font-size: 3.25rem;
    font-weight: 600;
}
.styPtag {
    font-size: 1.125rem;
    color: #5E5E5E;
    line-height: 27px;
    font-weight: 500;
}
.maindev {

    padding: 3rem 2.7rem;
    border-radius: 23px;
}
.bgClr1 {
    background: #FFE5F9;
}
.bgClr2 {
    background-color: #DBECFF;
}
.bgClr3 {
    background-color: #DBFFDC;
}
.bgClr4 {
    background-color: #FFE9CA;
}
.maindev.bg-black {
    background-color: #090909;
    height: 100%;
}
.imgWidthfix {
    width: 95px;
    height: 95px;
}
.imgWidthfixSign {
    width: 327px;
    height: 157px;
}

.maindev.bg-black p {
    color: #B5B3B7;
}
.maindev.bg-black .plusImg {
    width: 42px;
}
a.btn.btn-light.applyNow {
    color: black !important;
    border-radius: 32px;
}
.maindev.bg-black.pad2 {
    display: flex;
    align-items: center;
}
section.posbusiness {
    background-color: #FFE5F9;
    padding: 8rem 0rem;
}
.bgStyleChild:nth-child(3n+1) .styleBg{
    background-color: #DBFFDC;
}

.bgStyleChild:nth-child(3n+2) .styleBg{
    background-color: #DBECFF;
}

.bgStyleChild:nth-child(3n+3) .styleBg {
    background-color: #DBECFF;
}
.styleBg .plusImg {
    width: 42px;
}
.maindev.bg-black.pad3 {
    padding: 6rem 3rem;
}
.lineTxt {
    background: #fff;
    width: 59px;
    height: 2px;
    margin-top: 12px;
    margin-left: 9px;
}
.styleNumber {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 220px;
    transition: transform 0.5s ease, opacity 0.5s ease;
}
.hoverEffect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.pbgHover {
    position: absolute;
    top: 0;
    left: 15;
    width: 97.8%;
    height: 0;
    background-color: #ccc;
    transition: height 0.3s ease;
}
.maindev2 {
    position: relative;
    height: 350px;
}
.cstm {
    opacity: 1;
    transform: translateY(0);
}

.onHover {
    opacity: 0;
    transform: translateY(100%);
}

.hoverEffect:hover .cstm {
    opacity: 0;
    transform: translateY(-100%);
}

.hoverEffect:hover .onHover {
    opacity: 1;
    transform: translateY(0);
}
.maindev p {
    font-size: 16px;
}
.hoverEffect:hover .pbgHover {
    height: 341px;
}
.pBg1 {
    background: #53A8FC;
    padding: 9px;
    margin: 0;

}
.pBg2 {
    background: #886AD9;
    padding: 9px;
    margin: 0;
}
.pBg3 {
    background: #F29F7B;
    padding: 9px;
    margin: 0;
}
section.businessFunds {
    padding: 4rem 0rem;
}
section.testomonil {
    background: #000;
    padding: 4rem 0rem;
    position: relative;
}

.mandev2 {
    background-color: #131313;
    padding: 1rem;
    border-radius: 12px;
}
.mandev2 p.text-light {
    color: #B5B3B7 !important;
}
.owlTab.owl-carousel .owl-nav.disabled {
    display: block;
}
.owlTab.owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    top: -120px;
    right: 0;
}
.owlTab.owl-carousel .owl-nav.disabled button img {
    width: 55px;
    margin: 10px;
}
.mandev2 .ratingStar {
    width: 28px !important;
    margin-right: 6px;
    margin-bottom: 6px;
}
.owlTab.owl-carousel .owl-nav.disabled button img:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.owlTab.owl-carousel .owl-nav.disabled button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
section.howApply {
    padding: 5rem 0rem;
}
.maindev4 {

    padding: 3rem;
    border-radius: 12px;
}
.mainBg1 {
    background-color: #FFE5F9;
}
.mainBg2 {
    background-color: #FFE9CA;
}
.mainBg3 {
    background-color: #DBFFDC;
}
.maindev4 .applImg {
    width: 100%;
    max-height: 180px;
    min-height: 180px;
}
.devsty {
    padding: 8px 28px;
    margin-top: 2rem;
    border-radius: 50px;
}

.accordion-title:before {
    float: right !important;
    content: "+";
    font-size: 22px;
    font-weight: 700;
    color: #3CE17D;
    padding: 2px 8px;
    border: 1px solid #3CE17D;
    border-radius: 33px;
}
.accordion-title.collapsed:before {
    float: right !important;
    content: "+";
    font-size: 22px;
    font-weight: 700;
    color: #3CE17D;
    padding: 2px 8px;
    border: 1px solid #3CE17D;
    border-radius: 33px;
}
.styAccrobtn:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    transition: 0.4s all ease-in-out;
}
div#accordionExample .card {
    margin-bottom: 1rem;
}
div#accordionExample .card-header {
    background-color: rgb(255 255 255);
    border-bottom: 0px;
    padding: 1.6875rem 2.5rem;
    border-radius: 10px;
    transition: 0.4s all ease-in-out;
}
.card-header.active {
    background: #3ce17d !important;
    color: #000 !important;
    border-bottom: 0px !important;
}
.card-header.active .styAccrobtn {
    background: #3ce17d;
    color: #000 !important;
    transition: 0.4s all ease-in-out;
}
.card-header.active .accordion-title:before {
    color: #000;
    border: 1px solid #000;
}
/* .main.collapse {
    background-color: #3ce17d;
} */
div#accordionExample .card {
    border-radius: 12px;
}
.main .card-body {
    background: #3ce17d;
    border-radius: 0px 0px 12px 12px;
}
.card.clr {
    background: #3ce17d;
    border: 2px solid #D8D8D8;
}
.footerStyle {
    padding: 3rem;
    background-color: #000;
}
.stySocialimg a {
    padding: 1.5rem 2rem;
    border: 1px solid #fff;
    margin: 5px;
    border-radius: 62px;
}
.stySocialimg img {
    width: 21px;
}
.stySocialimg .facIcon {
    width: 21px;
}
section.quest {
    margin-bottom: 5rem;
}
.gifStyle img {
    width: 130px;
}
 /* Brand logo slider */
 .brands {
    position: relative;
    overflow: hidden;
    height: 8.5rem;
}

.brands:hover .brands__wrapper,
.brands:hover .brands__preWrapper {
    animation-play-state: paused;
}

.brands__preWrapper {
    position: relative;
    width: 100%;
    height: 8.5rem;
    transform: translateX(0%);
    animation: scroll1 10s linear infinite;
    animation-delay: 4s;
    animation-direction: alternate;

    will-change: transform;
}

.brands__wrapper {
    position: absolute;
    white-space: nowrap;
    transform: translateX(0%) translateZ(0);
    animation: scroll2 10s linear infinite;
    animation-delay: 4s;
    animation-direction: alternate;

    will-change: transform;
    display: flex;
}

.brands__wrapper>a,
.brands__wrapper>img {
    position: relative;
    display: inline-block;
    margin: 0 1rem;
    vertical-align: middle;
    display: flex;
}

.brands__wrapper>a img {
    width: 20rem !important;
    height: 2.5rem;
    padding: 0rem 5rem;
}

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

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

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

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


@media screen and (max-width: 500px) {
    .imgWidthfixSign {
        width: 181px;
        height: 100px;
    }
    .frtFlex {
        padding: 0px 0px;
        gap: 0px;
        zoom: 80%;
    }
    .owlTab .owl-nav img {
        width: 46px;
    }
}
@media screen and (max-width: 991px) {
    .owlTab .owl-nav {
        text-align: end;
        margin-top: 3rem;
    }
    .owlTab button.owl-prev {
        margin: 0rem 1rem;
    }
    button:focus {
        outline: 0px dotted;
        outline: 0px auto -webkit-focus-ring-color;
    }
    .stySocialimg {
        zoom: 60%;
    }
    .footerStyle {
        padding: 4rem 1rem;
    }
    .flexBtn {
        gap: 9px;
        padding: 12px 10px;
    }
    .text-container {
        padding: 0 0.7rem 7rem;
    }
    .container-fluid.px-lg-5 {
        padding: 0px;
        margin-top: 1rem;
    }
}
