@font-face {
    font-family: 'Bahij';
    src: url('../fonts/BahijTheSansArabic-Bold.eot');
    src: url('../fonts/BahijTheSansArabic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BahijTheSansArabic-Bold.woff2') format('woff2'),
        url('../fonts/BahijTheSansArabic-Bold.woff') format('woff'),
        url('../fonts/BahijTheSansArabic-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

*,
:focus {
    outline: 0px !important;
    box-sizing: border-box
}

body {
    font-family: 'Bahij' !important;
    font-weight: 500 !important;
    overflow-x: hidden;
    width: 100%;
    color: #000;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
   
}

*,
:focus {
    scroll-behavior: smooth;
    outline: 0px !important;
}

::selection {
    background-color: #f5e8da !important;
    color: #000 !important;
}

::-webkit-scrollbar {
    width: 0px;
}



ul {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul li {
    display: inline-block;
}

a,
a:hover,
a:focus {
    cursor: pointer;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}

.form-group {
    margin-bottom: 15px;
}

textarea.form-control {
    min-height: 150px;
    resize: none;
}

::placeholder {
    color: rgb(255, 255, 255);
    opacity: 1;
}

.w-100 {
    width: 100% !important;
}

.mb_20 {
    margin-bottom: 20px;
}

.mt-0 {
    margin-top: 0 !important;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.d-inline-flex {
    display: inline-flex;
}

.justify-content-end {
    justify-content: end;
}

.justify-content-between {
    justify-content: space-between;
}

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

.align-items-center {
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.wizard {
    background-color: #fff;
    padding: 0;
    width: 100%;
    margin: auto;
    max-width: 580px;
    z-index: 9999;
    position: relative;
    display: none;
}

.wizard-inner {
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.tab-content>.tab-pane {
    display: none
}


.tab-content>.active {
     display: block ;
     -webkit-animation: slide-down 0.8s ease-out; 
            -moz-animation: slide-down 0.8s ease-out; 
   /*opacity: 1;
  transform: translate(0);*/

}
@-webkit-keyframes slide-down { 
    0% { 
        opacity: 0; 
        margin-top: 100%;
       
    } 

    100% { 
        opacity: 1; 
        margin-top: 0%;
        
    } 
} 

@-moz-keyframes slide-down { 
    0% { 
        opacity: 0; 
        margin-top: 100%;
    } 

    100% { 
        opacity: 1; 
        margin-top: 0%;
    } 
} 


.step_btn {
    font-family: 'Bahij' !important;
    border: 2px solid #fff;
    border-radius: 25px;
    font-size: 16px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px 0 0;
    overflow: hidden;
    cursor: pointer;
    
}

.step_btn.confirm img,
.step_btn.next-step img {
    background-color: #f5e8da;
    width: 40px;
    height: 40px;
    object-fit: contain;
    padding: 14px;
    margin-inline-start: 30px;
}

.prev-step {
    padding: 0;
    border-radius: 15px;
    transform: rotateY(180deg);
}

.prev-step img {
    background-color: #fff;
    width: 40px;
    height: 40px;
    object-fit: contain;
    padding: 14px;
}

.step_content .media {
    width: 100%;
    border: 10px solid #f5e8da;
    height: 350px;
    object-fit: cover;
    margin: auto ;
}

.product_title {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.product_title .price {
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    background-color: #f5e8da;
    line-height: 35px;
    padding: 0 35px;
}

.form-group {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f3f3f3;
}

.form-group.border-0 {
    margin: 0 0 30px;
    border-top: 0;
    padding-top: 0;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 30px;
}

.form-group.border-0 div {
    margin-top: 20px;
}

.form-group.custom {
    padding-top: 0;
    border-top: 0;
    margin: 20px 0;
}

.form-group.border-0 label {
    font-size: 14px;
    margin: 0 0 8px;
    display: block;
    padding-inline-start: 8px;
}

.form-group.custom label {
    font-size: 14px;
    margin: 0 0 8px;
    display: block;
    padding-inline-start: 8px;
}

.form-group label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.form-group label img {
    display: inline-block;
    margin-inline-end: 15px;
}

.radio_group {
    margin-top: 24px;
}

.radio_group .radio_item {
    min-width: 120px;
    margin-bottom:10px;
}

.radio_group .radio_item input {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-inline-end: 10px;
}

.radio_group .radio_item>div {
    min-width: 100px;
}

.guid img {
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}

.dimn span {
    min-width: 75px;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    background-color: #f5e8da;
    line-height: 35px;
    padding: 0 35px;
    font-size:15px;
    
}

.dimn span:nth-child(2) {
    min-width: auto;
    margin: 0 10px;
}

.tab-pane {
    height: 100vh;
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #f5e8da !important;
    outline: none !important;
    padding: 0 15px;
    line-height: 5px;
    height: 45px;
    font-size: 14px;
    color: #000;
    border-radius: 15px;
    box-shadow: none;
    font-family: 'Bahij' !important;
}

h3 {
    margin: 0;
}

h3 img {
    margin: 0;
    margin-inline-end: 15px;
    font-size: 16px;
}

.qr {
    margin: 30px auto;
    width: 130px;
    height: 165px;
}

ul li {
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid #f3f3f3;

}

ul li span {
    min-width: 70px;
    display: inline-block;
    margin-inline-end: 40px;
}

.attach {
    margin-top: 50px;
}

.attach {
    margin-bottom: 50px;
}

.attach p {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.attach p img {
    margin-inline-end: 10px;
}

.attach .attach_btn {
    position: relative;
}

.attach .attach_btn input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    opacity: 0;
    border-radius: 25px;
    overflow: hidden;
}

.attach .attach_btn button {
    font-family: 'Bahij' !important;
    background-color: #f5e8da;
    border-radius: 25px;
    font-size: 16px;
    border: 0;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    line-height: 40px;
    width: 124px;
    text-align: center;
}

.sucess {
    min-height: 100vh;
    background-color: #fff;
    padding: 30px 15px 15px;
    width: 100%;
    margin: auto;
    max-width: 768px;
    border-top: 10px solid #f5e8da;
    z-index: 9999;
    position: relative;
    display: none;
}

.sucess h3 {
    margin: 35px auto 15px;
    font-size: 18px;
}

.sucess p {
    font-size: 12px;
    margin: 0;
}

.sucess a {
    color: #000;
    margin-top: 160px;
    border-color: #f5e8da;
}

.loader {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background-color: #fdfbfc;
}

.loader img {
    margin-top: -205px;
    width: 280px;
}

.preloader {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background-color: transparent;
}

.preloader p {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 14px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 130px;
    text-align: center;
    top: -140px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: -150px;
    margin: auto;
    max-width: 100%;
    width: 200px;
    border: 0px;
    height: 10px;
    overflow: hidden;
    background-color: #fdfbfc;
    border: 2px solid #5e5d5b;
}

.pace .pace-progress {
    z-index: 9999999;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #f4ede5;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.whats {
    position: fixed;
    bottom: 65px;
    left: 0px;
    z-index: 9999;
}

.step_content {
    height: calc(100% - 75px);
    overflow: hidden;
    border-top: 10px solid #f5e8da;
    overflow-y: auto;
    padding: 15px;
}

.step_actions {
    position: absolute;
    bottom: 0;
    z-index: 9999;
    padding: 15px;
    display: flex;
    align-items: center;
    border-top: 1px solid #f5e8da;
    background-color: #f5e8da;
}