@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/vazir/Vazir-Black-FD.woff') format('woff');   /* All Major Browsers */
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/vazir/Vazir-Bold-FD.woff') format('woff');   /* All Major Browsers */
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/vazir/Vazir-Light-FD.woff') format('woff');   /* All Major Browsers */
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/vazir/Vazir-Medium-FD.woff') format('woff');   /* All Major Browsers */
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/vazir/Vazir-Thin-FD.woff') format('woff');   /* All Major Browsers */
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    direction: ltr !important;
    font-family: Vazir;
}

/*---------------------------------------------*/
a {
    font-family: Vazir;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.wrap-left4 {
    display: none;
}

.contact4-title-span {
    display: none;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #57b846;
}

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

#remeber-s {
    color: #fff;
}

/* CSS animation */
.contact100-form-checkbox {
    padding-top: 12px;
    padding-bottom: 20px;
}

.input-checkbox100 {
    display: none !important;
}

.label-checkbox100 {
    display: block;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
}

.icon-user {
    display: none;
}

.label-checkbox100::before {
    content: "\f00c" !important;
    font-family: FontAwesome;
    font-size: 15px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
    color: #555555;
}

.label-checkbox100 a {
    text-decoration: none;
    font-weight: 500;
    color: #ffd600;
}

.Terms-conditions-register p {
    color: #000;
}

.valid-password span {
    color: #fff;
}
.valid-password{
    text-align: right;
}
p {
    font-family: Vazir;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus, input:focus {
    border-color: transparent !important;
}

input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Contact 2 ]*/
.register_link {
    margin-top: 20px !important;
}

.contact4-title-span {
    display: block;
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    font-weight: 300;
    margin-top: 2px;
}

.contact3-form hr {
    display: none;
}

.container-contact3 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    height: 100vh;
}

.wrap-contact3 {
    width: 400px;
    background: #3144c5;
    background: -webkit-linear-gradient(45deg, #3144c5, #2fa0d6);
    background: -o-linear-gradient(45deg, #3144c5, #2fa0d6);
    background: -moz-linear-gradient(45deg, #3144c5, #2fa0d6);
    background: linear-gradient(45deg, #3144c5, #2fa0d6);
    border-radius: 10px;
    overflow: hidden;
    padding: 42px 55px 26px 55px;
    margin-bottom: 18px;
}

/*------------------------------------------------------------------
[  ]*/

.contact3-form {
    width: 100%;
}

.login100-form-logo {
    font-size: 60px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}

.login100-form-logo i {
    color: #212529;
    text-align: center;
}

.contact3-form-title {
    display: block;
    font-family: Vazir;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 9px;
    font-weight: 500;
    padding-top: 0px;
}

.contact3-form-title p {
    color: #fff;
}

.contact2-form-title p {
    display: none;
}

.wrap-input3 {
    width: 100%;
    position: relative;
    margin-bottom: 27px;
}

.input3-h {
    border-bottom: none !important;
}

.input3 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    font-family: Vazir;
    font-size: 15px !important;
    color: #fff !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.24) !important;
    line-height: 1.2 !important;
    padding: 0 5px !important;
    text-align: center !important;
    margin-right: 0px !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
}

.select3 {
    display: block;
    width: 100%;
    background: transparent;
    font-family: Vazir;
    font-size: 15px !important;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.24) !important;
    line-height: 1.2;
    padding: 0 5px !important;
    text-align: center !important;
    margin-right: 0px !important;
    border-top: 0px !important;
    border-right: 0px !important;
    height: 40px;
    border-left: 0px !important;
}

.select3:focus {
    outline: none !important;
}

.focus-input3 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input3::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    background: #fff;
}

/*---------------------------------------------*/
input.input3 {
    height: 45px !important;
}

textarea.input3 {
    min-height: 115px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.input3:focus + .focus-input3::before {
    width: 100%;
}

.has-val.input3 + .focus-input3::before {
    width: 100%;
}

/*------------------------------------------------------------------
[  ]*/
.container-contact3-form-btn {
    padding-top: 23px;
}

.contact3-form-btn {
    font-family: Vazir;
    font-size: 16px;
    color: #555555;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px !important;
    min-width: 100%;
    height: 50px;
    border-radius: 50px !important;
    position: relative;
    z-index: 1;
    background: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 25px;
}

.contact3-form-btn::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.user_icon {
    display: block;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    width: 75px;
    height: 75px;
    padding-top: 29px;
    border-radius: 50px;
}

.contact3-form-btn:hover {
    color: #fff;
    background: #212529;
    cursor: pointer;
}

.contact3-form-btn:hover:before {
    opacity: 0;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 576px) {
    .wrap-contact3 {
        padding: 72px 15px 65px 15px;
    }
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    pointer-events: none;

    font-family: Vazir;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

/*==================================================================
[ Restyle Radio ]*/
.wrap-contact3-form-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 37px;
}

.input-radio3 {
    display: none;
}

.label-radio3 {
    display: block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-family: Vazir;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
}

.label-radio3::before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.label-radio3::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 6px solid transparent;
    background: rgba(255, 255, 255, 0.5);
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;

}

.input-radio3:checked + .label-radio3::after {
    display: block;
}

/*==================================================================
[ Input3 select ]*/

.input3-select {
    display: none;
}

/*//////////////////////////////////////////////////////////////////
[ Restyle Select2 ]*/

.select2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important;
}

.select2-container .select2-selection--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    height: 45px;
    outline: none;
    position: relative;
}

/* in select */
.select2-container .select2-selection--single .select2-selection__rendered {
    font-family: Vazir;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    padding-left: 5px;
    background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.select2-selection__arrow b {
    display: none;
}

.select2-selection__arrow::before {
    content: '';
    display: block;

    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #e6e6e6;
    margin-bottom: 2px;
}

.select2-selection__arrow::after {
    content: '';
    display: block;

    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #e6e6e6;
}

/* dropdown option */
.select2-container--open .select2-dropdown {
    z-index: 1251;
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: white;
}

.select2-container .select2-results__option[aria-selected] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.select2-container .select2-results__option[aria-selected="true"] {
    background: #80c64a;
    background: -webkit-linear-gradient(45deg, #56ab2f, #a8e063);
    background: -o-linear-gradient(45deg, #56ab2f, #a8e063);
    background: -moz-linear-gradient(45deg, #56ab2f, #a8e063);
    background: linear-gradient(45deg, #56ab2f, #a8e063);
    color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    background: #80c64a;
    background: -webkit-linear-gradient(45deg, #56ab2f, #a8e063);
    background: -o-linear-gradient(45deg, #56ab2f, #a8e063);
    background: -moz-linear-gradient(45deg, #56ab2f, #a8e063);
    background: linear-gradient(45deg, #56ab2f, #a8e063);
    color: white;
}

.select2-results__options {
    font-family: Vazir;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
    font-family: Vazir;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
}

.forgot-pass {
    display: none;
}

#User_check_mobile_code {
    letter-spacing: 15px;
    font-size: 17px !important;
    font-weight: bold;
    text-align: center !important;
}

#UserCheckLoginEmail {
    letter-spacing: 15px;
    font-size: 17px !important;
    font-weight: bold;
    text-align: center !important;
}

#UserCheckLoginSms {
    letter-spacing: 15px;
    font-size: 17px !important;
    font-weight: bold;
    text-align: center !important;
}

.countdowns-s {
    text-align: center;
    color: #fff;
    font-weight: 500;
}

.SendAgainCode {
    color: #fff;
    text-decoration: none;
}

.SendAgainCode:hover {
    color: #fff;
}
.SendAgainCodeLogin {
    color: #fff;
    text-decoration: none;
}

.SendAgainCodeLogin:hover {
    color: #fff;
}

.txt_footer p {
    color: #fff;
}

.reg_txt a {
    font-size: 13px;
}

.login-p {
    display: none;
}

.form5-form .logo {
    display: none;
}

.sub-title {
    display: none;
}

.forget-form5 {
    display: none;
}

.form5-sub-title {
    display: none;
}

.ds-count #countdownsfr {
    display: none;
}

.ds-count .sendCodeSmsfr {
    display: none;
}

.form6-form-title {
    display: none;
}

.form2-form-title {
    font-family: Vazir;
    font-size: 21px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 9px;
    font-weight: 500;
    padding-top: 0px;
    margin: 0 auto;
    display: block;
}

.c-form-account__title {
    display: none;
}

.container-form6 .logo {
    display: none;
}

.c-footer-light {
    display: none;
}

.c-account-box__footer {
    display: none;
}

.c-account-box__footer a {
    color: #ffd42e;
    font-weight: 200;
}

.container-form6-form-btn {
    /*display: none;*/
}

.form6-sub-title {
    display: none;
}

#countdownsfr6 {
    display: none;
}

#sendCodeSmsfr6 {
    display: none !important;
}

.box-title {
    position: relative;
    padding: 2px 6px;
    display: inline-block;
    top: 1px;
    border-radius: 5px 5px 0 0;
    margin-bottom: 14px;
    color: #fff;
}

.contact-title-span {
    display: none;
}

.lost-link {
    display: none;
}

.message-email-check p {
    color: #ffff01 !important;
    font-size: 13px !important;
}

.logo-th8 {
    display: none;
}

.form8-form-title {
    display: none;
}

.c-account-box__footer8 {
    display: none;
}

.forget-pass8 {
    display: none;
}

.link-login {
    text-align: center;
}

.link-login a {
    color: #fff;
    font-weight: 200;
    text-decoration: none;
}

.c-account-box_footer1 {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}

.c-account-box_footer1 a {
    color: #fff;
    text-decoration: none;
    font-weight: 200;
}

.subtitle-frm1 {
    display: none;
}

.contact7-title-span {
    display: none;
}

.btn-login-google {
    width: 100%;
    margin-top: 13px;
    border-radius: 50px;
}

.btn-login-google i {
    padding-right: 7px;
}
input[type="date"]::after{
    color: #fff;
    content: attr(placeholder) ": ";
    direction: rtl;
}
input[type="date"]:focus::after {
    content: "" !important;

}