@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/YekanBakh\(FaNum\)_05_Medium.woff') format(woff);
    /* IE9 Compat Modes */


}

body {
    direction: rtl;
}

.form-group label {
    direction: rtl;
    float: right;
}


.img-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px;
    
}

.img-logo img{
    width: 50px;
}

.box {
    direction: rtl;
    font-family: YekanBakh;
    -webkit-box-shadow: 0 3px 25px 0 rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 25px 0 rgb(0 0 0 / 7%);
    background-color: #FFF;
    padding: 20px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin-bottom: 20px !important;
}

input.form-control,
select.form-control,
textarea.form-control {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    height: 45px;
    border: 1px solid #ced4da;
}

input[type=text],
textarea,
select {
    width: 100%;
    height: 45px;
    background-color: #FFFFFF;
    border: 1px solid transparent;
    padding: 0px 20px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    height: 45px;
    border: 1px solid #ced4da;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: YekanBakh;
    font-size: inherit;
    line-height: inherit;
}

.pric{
    display: flex;
    justify-content: center;
    align-items: center;
}

.pric span{
    margin: 18px;
}

.btn-1{
    padding: 11px 20px;
    background-color: rgb(92, 148, 7);
margin: 10px;
border-radius: 10px;

border: none;
outline: none;
}

.btn-20{
    padding: 11px 50px;
margin: 10px;
border-radius: 10px;
border: none;
outline: none;
}

.error{
    color: rgb(219, 0, 0);
    font-size: 13px;
    display: none;
}