@font-face {
    font-family: Vazir FD WOL;
    src: url('../fonts/Vazir-FD-WOL.eot');
    src: url('../fonts/Vazir-FD-WOL.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Vazir-FD-WOL.woff2') format('woff2'),
        url('../fonts/Vazir-FD-WOL.woff') format('woff'),
        url('../fonts/Vazir-FD-WOL.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Vazir FD WOL;
    src: url('../fonts/Vazir-Bold-FD-WOL.eot');
    src: url('../fonts/Vazir-Bold-FD-WOL.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Vazir-Bold-FD-WOL.woff2') format('woff2'),
        url('../fonts/Vazir-Bold-FD-WOL.woff') format('woff'),
        url('../fonts/Vazir-Bold-FD-WOL.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Vazir FD WOL;
    src: url('../fonts/Vazir-Thin-FD-WOL.eot');
    src: url('../fonts/Vazir-Thin-FD-WOL.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Vazir-Thin-FD-WOL.woff2') format('woff2'),
        url('../fonts/Vazir-Thin-FD-WOL.woff') format('woff'),
        url('../fonts/Vazir-Thin-FD-WOL.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: Vazir FD WOL;
    src: url('../fonts/Vazir-Light-FD-WOL.eot');
    src: url('Vazir-Light-FD-WOL.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Vazir-Light-FD-WOL.woff2') format('woff2'),
        url('../fonts/Vazir-Light-FD-WOL.woff') format('woff'),
        url('../fonts/Vazir-Light-FD-WOL.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Vazir FD WOL;
    src: url('../fonts/Vazir-Medium-FD-WOL.eot');
    src: url('../fonts/Vazir-Medium-FD-WOL.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Vazir-Medium-FD-WOL.woff2') format('woff2'),
        url('../fonts/Vazir-Medium-FD-WOL.woff') format('woff'),
        url('../fonts/Vazir-Medium-FD-WOL.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Vazir FD WOL;
    src: url('../fonts/Vazir-Black-FD-WOL.eot');
    src: url('../fonts/Vazir-Black-FD-WOL.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Vazir-Black-FD-WOL.woff2') format('woff2'),
        url('../fonts/Vazir-Black-FD-WOL.woff') format('woff'),
        url('../fonts/Vazir-Black-FD-WOL.ttf') format('truetype');
    font-weight: 900;
}

.wpyar_fix_cff {
    position: fixed;
    bottom: 40px;
    right: 50px;
    display: flex;
    flex-direction: column-reverse;
    background: #e67e22;
    padding: 10px;
    border-radius: 100%;
}

.wpyar_icon_cff {
    width: 35px;
    height: 35px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.wpyar_fix_cff .tooltip_Wpyar {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 15px;
    z-index: 1;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 20px rgba(25, 63, 125, .15);
    pointer-events: none;
    color: #989cad;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    white-space: nowrap;
      font-family: Vazir FD WOL;
 }

.wpyar_fix_cff .tooltip_Wpyar:before {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 21px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0 0 4px 0;
    background-color: inherit;
    box-shadow: 12px 12px 15px rgba(25, 63, 125, .15);
}

.base_form_wpyar_cff {
    background-color: rgba(255, 255, 255, .9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: all 5s ease-in-out;

}

.box_bg_wpyar_cff {
    width: 70%;
    background-color: #ffffff;
    margin: auto;
    min-height: 300px;
    box-shadow: 0 8px 50px rgba(52,72,107,.1);
    z-index: 100;
    position: relative;
    display: flex;
}

.box_bg_wpyar_cff .right {
    border-radius: 0 5px 5px 0;
    text-align: right;
    width: 33.3333%;
    z-index: 99;
    overflow: hidden;
    position: relative;
    padding: 41px 20px;
}

.box_bg_wpyar_cff .right:before {
    background: linear-gradient(-45deg, #55bf5e 0, #8cc948 100%);
    z-index: 2;
    top: 0;
    transform: skewX(8deg);
    transform-origin: right top;
    border-radius: 50px 0 0 15px;
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    height: 100%
}

.box_bg_wpyar_cff .right:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    background: #f5f8fc;
    z-index: 1;
    top: 0;
    transform: skewX(-4deg);
    transform-origin: right bottom;
    border-radius: 0 0 0 50px;
}

.modal_wpyar_cff_logo {
    position: relative;
    z-index: 999;
    display: flex;
    padding: 10px 0 70px 0;
    align-items: center;
}
.modal_wpyar_cff_logo img{
    margin-right: 35px;
    width: 55px;
}
.title_wpyar_cff{
    font-size: 30px;
    color: #fff;
    font-family: Vazir FD WOL;
    margin: 0 20px 0 0;
}
.content_wpyar_cff{
    position: relative;
    z-index: 999;
}
.content_wpyar_cff{
    color: #fff;
    font-family: Vazir FD WOL;
}
.box_bg_wpyar_cff .left{
    background: #fff;
    width: 66.6666%;
    padding-top: 50px;
}
.left_title_wpyar_cff{
    font-family: Vazir FD WOL;
    margin-right: 30px;
}
.left_title_wpyar_cff h4{
    color: #474b53;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 5px;
}

.left_title_wpyar_cff p{
    color:#85878d;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}
.form_content_wpyar_cff{
    padding: 15px 15px 15px 40px;
}

.form_content_wpyar_cff .wpcf7-form span input::placeholder{
    color:#
    949494;
}

.form_content_wpyar_cff .wpcf7-form span input{
    text-align: right;
    direction: rtl;
    font-family: Vazir FD WOL;
    border-radius: 4px;
    border: 1px solid #eaeff5;
    height: 45px;
    font-size: 13px;
}
.form_content_wpyar_cff .wpcf7-form span:nth-child(odd) .w_cff_50{
    /* color: #ff0707; */
    width: 47%;
    float: right;
    margin: 10px 0;
}
.form_content_wpyar_cff .wpcf7-form span:nth-child(even) .w_cff_50{
    width: 47%;
    float: left;
    margin: 10px 0;
}

.w_cff_100{
    margin-top: 8px !important;
    display: block !important;
    float: right;
    width:100%;
}
.ersal_btn_wpyar_cff{
    float: left;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border-radius: 5px !important;
    background: #6ac847;
    color: #fff !important;
    font-family: Vazir FD WOL;
    font-size: 14px !important;
    text-align: center !important;
    width: 150px;
    text-decoration: none !important;
}
.iclose_wpyar_cff{
    cursor: pointer;
    height: 30px;
    position: absolute;
    left: 40px;
    top: 40px;
    width: 30px;
    z-index: 82;
}
.iclose_wpyar_cff:after, .iclose_wpyar_cff:before {
    background-color: #d7dbe0;
    bottom: 0;
    content: '';
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    z-index: 82;

}
.iclose_wpyar_cff:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.iclose_wpyar_cff::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wpcf7-response-output{
    font-family: Vazir FD WOL;
    font-size: 16px;
    float: right;
    margin: 0;
}
.wpcf7-not-valid{
    border: solid 1px #ff0000 !important;
}
.wpcf7-not-valid-tip{
    display: none !important;
}


@media screen and (max-width:991px){
    .base_form_wpyar_cff{
        overflow-y: scroll;
    }
    .box_bg_wpyar_cff{
        flex-direction: column;
        overflow-y: scroll;
    }
    .box_bg_wpyar_cff .right {
        width: 100%;
        z-index: 8;
        overflow-x: hidden;
     }
     .box_bg_wpyar_cff .left {
        width: 100%;
    }
    
    
}

@media screen and (max-width:768px){
   .w_cff_50{
        width: 100% !important;
        min-width: 100% !important;
    }

}