.subpage-sidebar-sublist-item a:before {
    right: 0;
}

.subpage-sidebar-sublist-item {
    padding-right: 20px;
}

[v-cloak] {
    display: none !important;
}

.Banner-block .banner-text-title,
.Banner-block .text_type_2 {
    color: #fff !important;
    font-family: Cordale, Cairo, Tahoma, Arial, sans-serif;
    font-weight: 700;
}

.Banner-block .banner-text-button,
.Banner-block .banner-text-button:hover {
    color: #fff !important;
    font-family: Cordale, Cairo, Tahoma, Arial, sans-serif;
    padding-left: 0 !important;
    padding-right: 35px !important;
}

.Banner-block .banner-text-button::before,
.Banner-block .banner-text-button::after {
    color: #fff !important;
    left: auto !important;
    right: 0 !important;
}

.Section-block.section-2 {
    background: url("../images/QNB_Gradient_Sapphire_Sky_Master_RGB-4.jpg") center center / cover no-repeat !important;
}

.products-static {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.products-static .carousel-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.products-static .consectetur-adipiscing-item-title {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
    padding: 18px 20px;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
}

.products-static .consectetur-adipiscing-item-title h2 {
    font-size: 2rem;
    font-weight: 400;
    color: #001b5c;
    margin: 0;
    flex: 1;
    text-align: right;
}

.products-static .consectetur-adipiscing-item-title i,
.products-static .explore-more i {
    display: inline-block;
    flex-shrink: 0;
    color: #870052;
}

.products-static .consectetur-adipiscing-item-title i {
    font-size: 30px;
    transform: rotate(180deg);
}

.products-static .explore-more i {
    font-size: 1.5rem;
    transform: rotate(180deg);
}

.products-static .icon-Hemen_Basvur_ok-right .path1::before {
    color: #c60651;
    opacity: 1;
}

.products-static .icon-Hemen_Basvur_ok-right .path2::before {
    color: #870052;
}


.products-static .carousel-image,
.products-static .carousel-item > a:nth-child(2) {
    display: block;
    width: 100% !important;
    max-width: none !important;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    right: inherit !important;
}

.section-3 .products-static .carousel-image img,
.products-static .carousel-image img {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    height: 220px;
    max-height: none !important;
    object-fit: cover;
    display: block !important;
    margin: 0 !important;
    transition: transform 0.3s ease;
}

.products-static .carousel-item:hover .carousel-image img {
    transform: scale(1.03);
}

.products-static .explore-more {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    padding: 14px 20px;
    border-top: 1px solid #f0f0f0;
    text-decoration: none;
    color: #3a3a3a;
    font-size: 1.65rem;
    font-weight: 400;
    background: #fff;
}

.products-static .explore-more:hover {
    color: #870052;
}

@media (max-width: 991px) {
    .products-static {
        grid-template-columns: 1fr;
    }

    .products-static .carousel-image img {
        height: 200px;
    }
}

.conversion > p {
    background: rgba(17, 111, 196, 1);
    color: #fff;
    padding: 12px 20px;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    line-height: 2.4rem;
}

.chat {
    margin-top: 3rem;
    margin-bottom: 10rem;
}

.field {
    border-top: 1px solid #e5e5e5;
    background: #f6f6f6;
    padding: 16px 15px 22px;
    margin: 30px -15px 0;
}

.reply {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-direction: column;
}

.reply input {
    height: 45px;
    box-sizing: border-box;
    border: 0.08em solid #98e0ef;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15) inset;
    padding: 10px 20px;
    border-radius: 25px;
    width: 100%;
    text-align: right;
}

.reply button {
    background: #870052;
    color: #fff;
    border-radius: 25px;
    font-family: inherit;
    font-size: 16px;
    margin-top: 2px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
}

.reply button svg {
    transform: scaleX(-1);
    fill: #fff;
    width: 27px;
    margin-right: 2px;
}

.chat .loader {
    display: block;
    position: relative;
    height: 12px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
}

.chat .loader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #870052;
    animation: 30s prog ease-in infinite;
    -webkit-animation: 30s prog ease-in infinite;
}

@keyframes prog {
    to {
        width: 100%;
    }
}

.chat .loading {
    display: flex;
    flex-direction: column;
    width: 240px;
    align-items: center;
}

.chat .loader + span {
    font-size: 12px;
    font-weight: 300;
    margin-top: 9px;
}

.chat .loading-wrap {
    display: flex;
    justify-content: center;
    margin: 10rem 0 11rem;
}

.chat-head {
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 13px;
}

.v-enter-active,
.v-leave-active {
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
}

.v-enter-from,
.v-leave-to {
    opacity: 0;
}

@media (min-width:768px) {

    .reply button {
        width: 150px;
    }

    .reply {
        flex-direction: row;
    }

    .field {
        margin: 30px -30px 0;
        padding: 16px 40px 22px;
    }

    .reply input {
        flex: 1;
    }

    .chat {
        margin-bottom: 0;
    }
}

button:hover {
    opacity: 0.9;
}

.error {
    color: red;
    font-weight: normal;
    margin-top: 6px;
    display: block;
    margin-right: 10px;
    font-size: 11px;
}

.page-subpage-content h3 {
    margin-top: 28px;
    line-height: 2.8rem;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    direction: rtl;
}

.page-subpage-content h3::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 6px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 18l-6-6 6-6' stroke='%23870052' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center / contain no-repeat;
}

.btn.send {
    width: 250px;
    background: #000;
    color: #fff;
}

.button.button-full.button-apply-now {
    margin-top: 40px;
    float: none;
}

.jobs label {
    font-size: 1.4rem;
}

.jobs input,
.jobs select {
    border: 1px solid #d8d8d8;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    color: #272a2a;
    height: 40px;
}

.jobs .select2.select2-container.select2-container--default {
    display: none;
}

.jobs .field-wrap {
    margin-bottom: 15px;
}

.forms-wrap {
    background: #f0f0f0;
    padding: 15px;
}

.jobs {
    background: #fff;
    border-radius: 8px;
    padding: 20px 15px 50px 15px;
    box-sizing: border-box;
}

.success {
    color: green;
}

/* Checker */

.c-modal li:before {
    display: none;
}

.c-modal li {
    padding-right: 0 !important;
    margin-bottom: 12px;
}

.c-modal li span:first-child {
    font-weight: bold;
}

.c-modal li span {
    display: block;
}

.storageHash {
    background: none;
    border: 0;
    font-size: 13px;
    color: #bfb5a9;
}

.checker {
    direction: ltr;
    text-align: left;
}

.btn-primary.new {
    color: #fff;
    border: 0;
    background: linear-gradient(to top, #5f013e, #78014f);
    width: 200px;
    height: 40px;
    margin-top: 20px;
    line-height: 25px;
    font-weight: bold;
}

.btn-primary.new:hover {
    opacity: 0.9;
}

.incorrect-tag {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 500;
    flex-direction: column;
}

.d-flex-input {
    border-top: 1px solid #e5e5e5;
    background: #f6f6f6;
    padding: 16px 15px 22px;
    margin: 30px -15px 0;
}

.d-flex-input .field {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0 0 14px 0;
}

button.btn {
    background: #870052;
    color: #fff;
    border-radius: 25px;
    font-family: inherit;
    font-size: 16px;
    margin-top: 2px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    transition: opacity 0.15s linear;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    max-width: 300px;
}

button.btn:hover {
    opacity: 0.9;
    color: #fff !important;
}

.d-flex-input input {
    height: 45px;
    box-sizing: border-box;
    border: 0.08em solid #98e0ef;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15) inset;
    padding: 10px 20px;
    border-radius: 25px;
    width: 100%;
    text-align: right;
}

.required::after {
    display: none;
}

/* #region Loading */

#loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    right: 0;
    top: 0;
    display: flex;
    z-index: 1000;
}

#loading > div {
    margin: auto;
    z-index: 2;
}

#loading:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 1;
}

.cir-load .loader {
    margin: 100px auto;
    font-size: 15px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load5 {

    0%,
    100% {
        box-shadow: 0 -2.6em 0 0 #000034, 1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2), 2.5em 0 0 0 rgba(0, 0, 52, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 52, 0.2), 0 2.5em 0 0 rgba(0, 0, 52, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 52, 0.2), -2.6em 0 0 0 rgba(0, 0, 52, 0.5), -1.8em -1.8em 0 0 rgba(0, 0, 52, 0.7);
    }

    12.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 52, 0.7), 1.8em -1.8em 0 0 #000034, 2.5em 0 0 0 rgba(0, 0, 52, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 52, 0.2), 0 2.5em 0 0 rgba(0, 0, 52, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 52, 0.2), -2.6em 0 0 0 rgba(0, 0, 52, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 52, 0.5);
    }

    25% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 52, 0.5), 1.8em -1.8em 0 0 rgba(0, 0, 52, 0.7), 2.5em 0 0 0 #000034, 1.75em 1.75em 0 0 rgba(0, 0, 52, 0.2), 0 2.5em 0 0 rgba(0, 0, 52, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 52, 0.2), -2.6em 0 0 0 rgba(0, 0, 52, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2);
    }

    37.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 52, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 52, 0.5), 2.5em 0 0 0 rgba(0, 0, 52, 0.7), 1.75em 1.75em 0 0 #000034, 0 2.5em 0 0 rgba(0, 0, 52, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 52, 0.2), -2.6em 0 0 0 rgba(0, 0, 52, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2);
    }

    50% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 52, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2), 2.5em 0 0 0 rgba(0, 0, 52, 0.5), 1.75em 1.75em 0 0 rgba(0, 0, 52, 0.7), 0 2.5em 0 0 #000034, -1.8em 1.8em 0 0 rgba(0, 0, 52, 0.2), -2.6em 0 0 0 rgba(0, 0, 52, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2);
    }

    62.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 52, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2), 2.5em 0 0 0 rgba(0, 0, 52, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 52, 0.5), 0 2.5em 0 0 rgba(0, 0, 52, 0.7), -1.8em 1.8em 0 0 #000034, -2.6em 0 0 0 rgba(0, 0, 52, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2);
    }

    75% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 52, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2), 2.5em 0 0 0 rgba(0, 0, 52, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 52, 0.2), 0 2.5em 0 0 rgba(0, 0, 52, 0.5), -1.8em 1.8em 0 0 rgba(0, 0, 52, 0.7), -2.6em 0 0 0 #000034, -1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2);
    }

    87.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 52, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2), 2.5em 0 0 0 rgba(0, 0, 52, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 52, 0.2), 0 2.5em 0 0 rgba(0, 0, 52, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 52, 0.5), -2.6em 0 0 0 rgba(0, 0, 52, 0.7), -1.8em -1.8em 0 0 #000034;
    }
}

@keyframes load5 {

    0%,
    100% {
        box-shadow: 0 -2.6em 0 0 #000034, 1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2), 2.5em 0 0 0 rgba(0, 0, 52, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 52, 0.2), 0 2.5em 0 0 rgba(0, 0, 52, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 52, 0.2), -2.6em 0 0 0 rgba(0, 0, 52, 0.5), -1.8em -1.8em 0 0 rgba(0, 0, 52, 0.7);
    }

    12.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 52, 0.7), 1.8em -1.8em 0 0 #000034, 2.5em 0 0 0 rgba(0, 0, 52, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 52, 0.2), 0 2.5em 0 0 rgba(0, 0, 52, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 52, 0.2), -2.6em 0 0 0 rgba(0, 0, 52, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 52, 0.5);
    }

    25% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 52, 0.5), 1.8em -1.8em 0 0 rgba(0, 0, 52, 0.7), 2.5em 0 0 0 #000034, 1.75em 1.75em 0 0 rgba(0, 0, 52, 0.2), 0 2.5em 0 0 rgba(0, 0, 52, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 52, 0.2), -2.6em 0 0 0 rgba(0, 0, 52, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2);
    }

    37.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 52, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 52, 0.5), 2.5em 0 0 0 rgba(0, 0, 52, 0.7), 1.75em 1.75em 0 0 #000034, 0 2.5em 0 0 rgba(0, 0, 52, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 52, 0.2), -2.6em 0 0 0 rgba(0, 0, 52, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2);
    }

    50% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 52, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2), 2.5em 0 0 0 rgba(0, 0, 52, 0.5), 1.75em 1.75em 0 0 rgba(0, 0, 52, 0.7), 0 2.5em 0 0 #000034, -1.8em 1.8em 0 0 rgba(0, 0, 52, 0.2), -2.6em 0 0 0 rgba(0, 0, 52, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2);
    }

    62.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 52, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2), 2.5em 0 0 0 rgba(0, 0, 52, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 52, 0.5), 0 2.5em 0 0 rgba(0, 0, 52, 0.7), -1.8em 1.8em 0 0 #000034, -2.6em 0 0 0 rgba(0, 0, 52, 0.2), -1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2);
    }

    75% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 52, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2), 2.5em 0 0 0 rgba(0, 0, 52, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 52, 0.2), 0 2.5em 0 0 rgba(0, 0, 52, 0.5), -1.8em 1.8em 0 0 rgba(0, 0, 52, 0.7), -2.6em 0 0 0 #000034, -1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2);
    }

    87.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 52, 0.2), 1.8em -1.8em 0 0 rgba(0, 0, 52, 0.2), 2.5em 0 0 0 rgba(0, 0, 52, 0.2), 1.75em 1.75em 0 0 rgba(0, 0, 52, 0.2), 0 2.5em 0 0 rgba(0, 0, 52, 0.2), -1.8em 1.8em 0 0 rgba(0, 0, 52, 0.5), -2.6em 0 0 0 rgba(0, 0, 52, 0.7), -1.8em -1.8em 0 0 #000034;
    }
}

/* #endregion Loading */

.comm .step-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.random-number .number {
    font-weight: bold;
    font-size: 34px;
}

.random-number .currency {
    font-size: 12px;
    font-weight: bold;
}

.random-number {
    color: #001b5c;
    margin-bottom: 9px;
}

.comm .step-2 h3 {
    font-size: 16px;
}

/* Desktop */
@media (min-width:900px) {

    .d-flex-input {
        margin: 30px -30px 0;
        display: flex;
        gap: 14px;
        padding: 16px 30px 22px;
    }

    .d-flex-input .btn {
        width: 200px;
    }

    .d-flex-input .field {
        flex: 1;
    }
}

.Mobile-menu-bottom .select.select2-hidden-accessible,
.Mobile-menu-bottom li:last-child > span:last-child {
    display: none;
}

.incorrect-tag {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    flex-direction: column;
}
