@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
body{
    direction: rtl;
    font-family: 'Alexandria', sans-serif !important;
}

.banner-all{
    background-image: url(../img/background-1.png);
    background-attachment: fixed;
}
.home-banner{
    margin: 110px 0;
}
.home-banner .na-logo{
    text-align: center;
}
.banner-bg-home{
    color: #fff;
    padding: 56px 0;
    text-align: center;
    background-image: url(../img/home-bg.jpg);
    background-attachment: fixed;
}
.banner-bg-home .banner-desc h2{
    margin-bottom: 16px;
}
.banner-bg-home .banner-desc h5{
    font-family: 'Permanent Marker', cursive;
    font-size: 25px;
}
.banner-bg-home .banner-cta button{
    margin: 24px 0;
    padding: 16px 32px;
    background-color: #130e23 !important;
    color: #ffffff;
}
.banner-bg-home .banner-cta button:hover{
    font-weight: 500;
    transition: .5s;
}

.multisteps-form__progress-btn:after{
    right: 28px;
    left: inherit;
}
.multisteps-form__progress-btn span{
    right: 7px;
    left: inherit;
}
.multisteps-form__progress-btn i{
    margin-left: 15px;
    margin-right: 0;
}
.multisteps-form__progress-btn{
    margin-right: 32px;
    margin-left: 0;
}
@media(max-width:768px)
{
    .multisteps-form__progress-btn {
        margin-left: 20px;
        margin-right: 0;
        /*padding-bottom: 50px;*/
    }
}
/* ------- */
.wizard-v3-progress{
    text-align: right;
    left: 50px;
    bottom: 50px;
    right: inherit;
}
.wizard-v3-progress .progress:before{
    right: 30%;
    left: inherit;
}
.wizard-v3-progress .progress:after{
    right: 45%;
    left: inherit;
}
.wizard-v3-progress .progress .progress-bar:after{
    right: 75%;
    left: inherit;
}
/* ----------- */
.line{
    right: 28.4%;
    left: inherit;
}

.wizard-photo-upload label{
    right: 16px;
    left: inherit;
}

.wizard-form-field .wizard-form-input .wizard-checked span{
    margin-right: 5px;
    margin-left: 0;
}

.wizard-form-field .form-field-text{
    padding-right: 230px;
    padding-left: 0;
    text-align: right;
}


.checkbox-circle{
    padding-right: 40px;
    padding-left: 0;
}
.checkbox-circle .checkmark{
    right: 0;
    left: inherit;
}
/* -------wizrd2 */
.wizard-note-subject{
    margin-left: 25px;
    margin-right: 0 ;
}
.slick-list{
    direction: ltr;
}
.extend-divs label{
    font-weight: normal !important;
}

.line.line2{
    right: 0;
    left: inherit;
}
.wizard-document-upload{
    text-align: right;
}
.custom-file-label::after{
    left: 0 !important;
    right: inherit;
}
.custom-file-input ~ .custom-file-label::before{
    left: 165px !important;
    right: inherit;
}
/* ---------NOTE */
.note-info{
    text-align: right;
    padding: 9px 16px;
    border-right: 0.25rem solid #f80;
    background-color: #fff;
    box-shadow: rgba(29, 39, 59, 0.04) 0 2px 4px 0;
    margin-bottom: 15px;
    border-radius: 6px;
}
.note-info p{
    font-size: 14px;
}
/* .note-info .add-cta{
    text-align: left;
}
.note-info .add-cta i{
    margin-left: 8px;
} */
.note-info i{
    background-color: #208FEE;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

/**.accordion, .accordion button{
    text-align: right !important;
}*/

/* --------------- */

.divs-open-onerow{
    text-align: right;
    background: #fff;
    box-shadow: rgba(29, 39, 59, 0.04) 0 2px 4px 0;
    border-radius: 5px;
    margin: 16px 0 !important;
    padding: 16px;
    border: 2px dashed #ddd;
}
.divs-open-onerow .wizard-form-input{
    margin-bottom: 0 !important;
}
.divs-open-onerow input{
    width: 100% !important;
    text-align: right;
}
.body-repeate-divs .row{
    border: 2px dashed #eee;
    /* background-color: #f1f1f1; */
    margin: 0 !important;
    padding: 0 !important;
    border-top: 0;
}
br {
    display: none !important;
    }
.divs-title{
    text-align: center;
    background: #fff;
    padding: 10px 0;
    margin-bottom: 6px;
}
.body-repeate-divs .row .col-md-4{
    margin-bottom: 16px;
}
.body-repeate-divs label{
    display: block;
    padding: 4px;
    font-weight: normal;
}

.head-repeate-divs{
    margin: 10px 0;
    padding: 16px;
    background-color: #f7f7f7;
}

.cta-right-position{
    text-align: right !important;
}
.cta-right-position button{
    width: 22% !important;
}

.cta-delete-action{
    background: transparent;
    padding: 8px 16px;
    border: 2px solid #d9d9d9;
    border-radius: 2px;
    font-size: 15px;
    width: 100%;
    height: 50px;
    border-radius: 3px;
}
.cta-delete-action i{
    background-color: #ff000096 !important;
    color: #fff;
    padding: 4px;
    font-size: 10px;
    border-radius: 10px;
}
.cta-delete-action{
    width: 100% !important;
}
.repeate button, .footer-repeate-btn button{
    background: transparent;
    padding: 8px 16px;
    border: 2px solid #d9d9d9;
    border-radius: 2px;
    font-size: 15px;
    /* width: 70%; */
}
.repeate button i, .footer-repeate-btn button i{
    background: #f80;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    border-radius: 50%;
    padding: 1px;
    font-size: 12px;
    text-align: center;
}
.cta-addBoxAnother{
    text-align: left !important;
}
.cta-addBoxAnother button{
    width: 50%;
}
.fa-trash{
    background-color: #ff000096 !important;
}
.footer-repeate-btn button i{
    background-color: #208FEE;
}
.footer-repeate-btn{
    margin-top: 16px;
   /* text-align: center; */
}

.card{
    margin-bottom: 16px;
}
.accordion, .accordion button {
   /** text-align: right !important;**/
    text-decoration: none;
    color: #252525;
    font-family: 'Alexandria' !important;
}
.accordion button .fa-angle-down{
    float: left;
    font-size: 24px;
    color: #000;
}

/* THANKS--------------- */
.thank-you-wrapper {
    margin: 50px 0px;
    position: relative;
    -webkit-box-shadow: 0px 5px 79px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 5px 79px 0px rgba(0, 0, 0, 0.29);
    font-family: 'Alexandria', sans-serif !important;
}
.thank-you-wrapper .thank-you-close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 48px;
    height: 48px;
    font-size: 19px;
    font-weight: 700;
    line-height: 40px;
    border-radius: 100%;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-box-shadow: 0px 5px 59px 0px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 5px 59px 0px rgba(0, 0, 0, 0.56);
}
.thank-you-wrapper .thank-you-close:hover {
    color: #fff;
    background-color: #208FEE;
}
.thank-you-wrapper.thank-wrapper-style-one {
    padding: 90px 0px 150px;
}
.thank-you-wrapper.thank-wrapper-style-one .thank-txt {
    margin: 0 auto;
    max-width: 755px;
}
.thank-you-wrapper.thank-wrapper-style-one .thank-txt .thank-icon {
    margin-bottom: 50px;
}
.thank-you-wrapper.thank-wrapper-style-one .thank-txt h1 {
    font-size: 50px;
    color: #208FEE;
    font-weight: 700;
    padding-bottom: 15px;
}
.thank-you-wrapper.thank-wrapper-style-one .thank-txt p {
    font-size: 33px;
    color: #208FEE;
    padding-bottom: 65px;
}
.thank-you-wrapper.thank-wrapper-style-one .thank-txt a {
    color: #fff;
    height: 60px;
    width: 220px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    background-color: #208FEE;
}
.thank-you-wrapper.thank-wrapper-style-one .th-bottom-vector {
    left: 25px;
    bottom: 20px;
}
.thank-you-wrapper.thank-wrapper-style-two .thank-txt {
    padding: 80px 0px 50px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4161b1), to(#208FEE));
    background-image: -webkit-linear-gradient(bottom, #4161b1 0%, #208FEE 100%);
    background-image: -o-linear-gradient(bottom, #4161b1 0%, #208FEE 100%);
    background-image: linear-gradient(0deg, #4161b1 0%, #208FEE 100%);
    background-image: linear-gradient(0deg, #4161b1 0%, #208FEE 100%) !important;
    /*background-image: url(../img/gift-bgg.png) !important;
    background-size: cover;*/

  /*  background-image: url(../img/gift-bgg.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #005e9d;*/
}
.thank-you-wrapper.thank-wrapper-style-two .thank-txt .text-area-thank {
    max-width: 90%;
    margin: 0 auto;
}
.thank-you-wrapper.thank-wrapper-style-two .thank-txt .text-area-thank h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    padding: 15px 0;
    letter-spacing: 2px;
}
.thank-you-wrapper.thank-wrapper-style-two .thank-txt .text-area-thank p {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
    font-family: 'Alexandria', sans-serif !important;
}
.thank-you-wrapper.thank-wrapper-style-two .thank-txt-part2 {
    margin: 0 auto;
    max-width: 720px;
    text-align: right;
}
.thank-you-wrapper.thank-wrapper-style-two .thank-txt-part2 a {
    color: #61b348;
    font-size: 27px;
    margin-bottom: 10px;
    text-decoration: underline;
}
.thank-you-wrapper.thank-wrapper-style-two .thank-txt-part2 p {
    font-size: 27px;
    color: #208FEE;
}
.thank-you-wrapper.thank-wrapper-style-two .thank-txt-part2 .okey-btn {
    width: 100%;
    height: 90px;
    margin-top: 60px;
    line-height: 90px;
    border-radius: 3px;
    background-color: #208FEE;
}
.thank-you-wrapper.thank-wrapper-style-two .thank-txt-part2 .okey-btn a {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-decoration: none;
}
.thank-you-wrapper.thank-wrapper-style-three {
    background-size: cover;
    padding-bottom: 100px;
    background-image: url(../img/thbg3.png);
}
.thank-you-wrapper.thank-wrapper-style-three .thank-icon {
    margin-top: 30px;
}
.thank-you-wrapper.thank-wrapper-style-three .thank-you-close {
    top: 15px;
    right: 5px;
    color: #fff;
    font-size: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.thank-you-wrapper.thank-wrapper-style-four {
    padding-bottom: 20px;
}
.thank-you-wrapper.thank-wrapper-style-four .thank-txt-part2 {
    position: relative;
    padding-top: 5px;
}
.thank-you-wrapper.thank-wrapper-style-four .thank-txt-part2:before {
    left: 0;
    right: 0;
    top: -40px;
    content: '';
    height: 75px;
    width: 120px;
    margin: 0 auto;
    position: absolute;
    background-image: url(../img/tra.png);
}
.thank-you-wrapper.thank-wrapper-style-four .thank-txt-part2 .okey-btn {
    margin-bottom: 30px;
}
.thank-you-wrapper.thank-wrapper-style-four .thank-txt-part2 span {
    font-size: 26px;
    font-weight: 600;
    color: #208FEE;
    margin-right: 60px;
}
.thank-you-wrapper.thank-wrapper-style-four .thank-txt-part2 span img {
    margin-right: 15px;
}
.thank-you-wrapper.thank-wrapper-style-four .thank-vectoritem {
    bottom: 0;
}
.thank-you-wrapper.thank-wrapper-style-four .thank-vector3 {
    right: 0;
}

/*---------------------------------------------------- */
@media(max-width:768px)
{
    .sidebar-logo{
        display: none;
    }
    .boxed-version{
        width: 100%;
    }
    .pb-100 {
        padding-bottom: 0 !important;
    }
    .wizard-photo-area{
        margin-left: auto !important;
    }
    .note-info p{
        font-size: 11px;
        font-weight: normal;
        text-align: center;
    }
    .cta-right-position button{
        width: 100% !important;
    }
    .repeate button, .footer-repeate-btn button{
        width: 100%;
        font-size: 13px;
    }
    .thank-icon img{
        width: 50px !important;
    }
    .thank-you-wrapper.thank-wrapper-style-two .thank-txt .text-area-thank h1{
        font-size: 27px;
    }
    .thank-you-wrapper.thank-wrapper-style-two .thank-txt .text-area-thank p{
        font-size: 15px;
    }
    .thank-you-wrapper.thank-wrapper-style-two .thank-txt{
        padding: 50px 0 25px;
    }
    .user-info span{
        padding-right: 8px !important;
    }
    .Escorts-boxes{
        padding: 0 18px;
    }
    .Escorts-boxes .col-md-4{
        padding: 0;
        margin: 0;
    }
}

.benf-id-sec{
    padding-bottom: 16px;
    margin-bottom: 16px;
    background-color: transparent;
}
.benf-id-sec::before{
    content: "";
    position: absolute;
    top: 0;
    left: 27%;
    height: 80px;
    width: 3px;
    border: 1px dashed #fff;
}
.benf-id-sec:hover img{
    transform: rotate(0deg) translate(0, 10%)!important;
    transition: .4s;
}
.benf-id-sec::after{
    content: "";
    position: absolute;
    top: 0;
    right: 27%;
    height: 80px;
    width: 3px;
    border: 1px dashed #fff;
    z-index: -1;
}
.benf-id-sec h5{
    color: #252525;
    padding: 10px 0;
    background-color: #ffff;
}
/* ------------------------------ */
.body-repeate-divs .row .col-md-2, .body-repeate-divs .row .col-md-3{
    padding: 4px !important;
}
.body-repeate-divs .row .col-md-2 input, .body-repeate-divs .wizard-form-input select{
    font-weight: normal;
    font-size: 12px !important;
    text-align: right;
}
.body-repeate-divs input{
    width: 100% !important;
}
[type="file"] {
    color: #878787;
    padding-top: 6px;
}
[type="file"]::-webkit-file-upload-button {
    background: #f4971e46;
    /* background-color: transparent; */
    color: #252525 !important;
    border: 1px solid #f4971e;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    outline: none;
    padding: 6px 12px;
    text-transform: uppercase;
    transition: all 1s ease;
}
/* 
[type="file"]::-webkit-file-upload-button:hover {
    background: #fff;
    border: 2px solid #535353;
    color: #000;
} */
::-webkit-inner-spin-button {
    display:none;
}
::-webkit-calendar-picker-indicator { background-color:white}
input[type=date]{
    font-size: 17px;
}
::-webkit-datetime-edit-text { color:#555555}
::-webkit-datetime-edit-month-field { color:#555555 }
::-webkit-datetime-edit-day-field { color: #555555; }
::-webkit-datetime-edit-year-field { color:#555555; }
::-webkit-calendar-picker-indicator{
    background-image: url(http://icons.iconarchive.com/icons/dakirby309/simply-styled/256/Calendar-icon.png);
    background-position:center;
    background-size:20px 20px;
    background-repeat:no-repeat;
    color:rgba(204,204,204,0);
}
#preloader h4{
    color: #fff !important;
    margin: 24px 0;
    font-family: 'Alexandria';
}
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #1B1B1B;
    background: #1b1b1bab;
    z-index: 999999;
    right: 0;
    top: 0;
}
.ani{
    background: #1b1b1bcf;
    border-radius: 10px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
#preloader-status img{
    width: 350px;
    background: #fff;
    border-radius: 10px;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 55px;
    height: 55px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 55px;
    height: 55px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #f80;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.hidden-msg{
    position: absolute;
    top: -22px;
    right: 19.7%;
    color: #f00;
    font-size: 12px;
    width: max-content;
    background-color: #fcffdfcf;
    border-radius: 2px;
    padding: 2px 8px;
    border-right: 2px solid #f00;
}
.hidden-msg small{
    color: #000;
}
.hidden-msg, .image-msg{
    position: absolute;
    top: -22px;
    right: 19.7%;
    color: #f00;
    font-size: 12px;
    width: max-content;
    background-color: #fcffdfcf;
    border-radius: 2px;
    padding: 2px 8px;
    border-right: 2px solid #f00;
}
.image-msg{
    right: 0;
}
.hidden-msg small{
    color: #000;
}
@media(max-width:768px)
{
    .w-75{
        width: 100% !important;
    }
    .multisteps-form__panel.js-active{
        top: 120px !important;
    }
    .wizard-title{
        padding-bottom: 16px !important;
    }
    .multisteps-form__progress-btn {
        margin-left: 20px;
        margin-right: 0;
    }
    .hidden-msg{
        top: inherit !important;
        bottom: -22px !important;
        right: 0 !important;
    }
}

.wizard-form-input label.necessary::after {
    content: "*";
    color: #f00;
    font-size: 18px;
    padding-right: 8px;
}

.iban, .ph-number{
    background-image: url(/namaa_social_research_web/static/src/img/ksa-number.png) !important;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: left;
}
.iban{
    background-image: url(/namaa_taskin/static/src/img/sa.png) !important;
}
.accordion > .card{
    overflow: unset !important;
}