@import url('../fonts/IRANYekan/iranyekan/WebFonts/css/fontiran.css');
*{
    font-family: 'iranyekan' ,'roboto' ,'Arial' !important;
}
::-moz-selection {
    background: #fbe787;
    color: #1d1d1d;
}
::selection {
    background: #fbe787;
    color: #1d1d1d;
}
body{
    margin: 0;
    padding: 0;
    background-color: #fff;
    direction: rtl;
    text-align: right;
}
a:hover,
a:active,
a:visited{
    text-decoration: none !important;
}
.no_p{
    padding: 0 !important;
}
.header{
    border-bottom: 3px solid #f5dd66;
    height: auto;
    padding: 8px 0 !important;
}
.logo{
    width: 50px;
}
.responsive_menu{
    display: inline-block;
    height: 50px;
    padding: 10px;
}
.responsive_menu ul{
    padding: 0;
}
.responsive_menu ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 15px;
    transition: .3s;
    border-radius: 6px;
}
.responsive_menu ul li a{
    text-decoration: none;
    color: #373536;
}
.responsive_menu ul li:hover{
    background: linear-gradient(to right, rgba(249, 220, 75, 1) 0%, rgba(251, 210, 3, 1) 100%);
    transition: .3s;
}
.userAccount{
    background: linear-gradient(to right, rgba(249, 220, 75, 1) 0%, rgba(251, 210, 3, 1) 100%);
    border-radius: 30px;
    padding: 10px 0 !important;
    position: absolute;
    left: 0;
}
.userAccount > a{
    padding: 10px 20px;
}
.main_content{
    margin: 40px 0;
}
.form_box{
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 0 0 0 !important;
    border-radius: 10px;
    min-height: 60vh !important;
    height: auto;
    box-shadow: 0 0 5px 1px rgba(193, 193, 193, 0.3);
    overflow: hidden;
}
.form_box_title{
    color: #373536;
    line-height: 2.2;
    text-align: center;
    font-weight: 300;
}
.form_box_title2{
    color: #373536;
    line-height: 2;
    text-align: center;
    font-weight: 300;
}
.input_group{
    margin: 15px 0;
    padding: 0 15px;
}
.input_group_2 {
    margin: 15px 0;
    padding: 0 15px;
}
.input_box{
    width: 100%;
    border: 1px solid #ddd;
    height: 40px;
    border-radius: 30px;
    padding: 0 45px 0 15px;
    font-weight: 300;
    color: #373536;
    outline: none;
}
.textarea_box{
    width: 100%;
    border: 1px solid #ddd;
    height: 100px;
    border-radius: 15px;
    padding: 10px 45px 10px 10px;
    resize: none;
    color: #373536;
    font-weight: 300;
    outline: none;
}
#mobile_icon{
    background: url('../img/icons/phone.svg')no-repeat 97% 6px;
    background-size: 15px;
}
#warning_icon {
    background: url('../img/icons/warning.svg')no-repeat 97% 10px;
    background-size: 18px;
}
#location_icon{
    background: url('../img/icons/location.svg')no-repeat 97% 10px;
    background-size: 18px;
}
#card_icon {
    background: url('../img/icons/credit-card.svg')no-repeat 97% 10px;
    background-size: 20px;
}
#code_icon{
    background: url('../img/icons/code.svg')no-repeat 97% 10px;
    background-size: 20px;
}
.input_group_label{
    background-color: #F9DD4B;
    position: absolute;
    left: 3px;
    top: 3px;
    height: 34px;
    line-height: 2.4;
    padding: 0 17px;
    border-radius: 30px;
    font-weight: 300;
}
.price_box{
    position: relative;
}
.submit_req{
    background: linear-gradient(135deg, rgba(249, 220, 75, 1) 0%, rgba(249, 191, 75, 1) 100%);
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    line-height: 2.6;
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
}
.menu_bar{
    display: none;
    width: 28px;
    float: left;
    margin: 13px 0 0 10px;
    cursor: pointer;
}
.dark_back{
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
}


/* login & register */
.user_back{
    height: 100vh;
    background: url('../img/login_back.svg')no-repeat center center;
    background-size: 44%;
}
.user_logo{
    width: 80px;
    text-align: center;
    margin: 0 0 20px 0;
}
.user_box{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    transform: translateX(-50%) translateY(-50%);
    height: auto;
    border-radius: 8px;
}
.user_main_box{
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(214, 214, 214, 1);
    -moz-box-shadow: 0 0 9px 0 rgba(214, 214, 214, 1);
    box-shadow: 0 0 9px 0 rgba(214, 214, 214, 1);
    overflow: hidden;
    border-radius: 8px;
}
.user_box_header{
    background-color: #F9DD4B;
    height: 50px;
    opacity: .7;
}
.user_box_header h4{
    margin: 0;
    font-weight: 300;
    line-height: 2.7;
}
.user_box_avatar{
    width: 60px;
    margin: 25px 0 5px 0;
}
.user_box_has_link{
    background-color: #F9DD4B;
    opacity: .7;
    color: #373536;
    font-weight: 300;
    padding: 10px 15px;
    border-radius: 30px;
    float: left;
    margin-top: 15px;
    font-size: 12px;
    text-decoration: none;
}
.user_box_has_link:hover {
    color: #373536;
}
.user_icon{
    background: url('../img/icons/user.svg')no-repeat 97% 8px;
    background-size: 20px;
}
#email_icon{
    background: url('../img/icons/email.svg')no-repeat 97% 12px;
    background-size: 20px;
}
.social_icon{
    width: 20px;
    opacity: .8;
}
.social_icon_link{
    padding: 12px;
}
.dir_ltr{
    direction: ltr !important;
}
.main_body{
    height: auto;
    min-height: 100vh;
}
.p_main_body{
    padding-top: 20px !important;
    /*padding-bottom: 20px !important;*/
}
.m-b-50{
    margin-bottom: 50px !important;
}







.page_titles{
    margin: 40px 0 15px 0;
    color: #373536;
    font-weight: bold;
}
.page_des{
    line-height: 2.6;
    font-weight: 300;
    text-align: justify;
    font-size: 15px;
}
@media only screen and (max-width: 1250px) {
    .user_box {
        width: 42%;
    }
    .user_back {
        background-size: 62%;
    }
}