@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSansWeb.eot?#') format('eot'),
    url('../fonts/IRANSansWeb.woff') format('woff'),
    url('../fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
}


@media screen and (max-width: 600px) {
    .menu {
        display: none;
    }
}

nav {
    font-family: IRANSans;
    height: 120px;
    width: 100%;
}


nav ul {
    display: flex;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
    list-style: none;
}

nav ul li a {
    padding: 10px;
    color: #ff0000;
}

nav ul li a:hover {
    color: #aa0000;
}


.tis-register-group input {
    font-family: IRANSans;
    display: block;
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    outline: none;
    padding: 10px;
}


.register-field {
    border: 1px solid #aaa;
    color: #444;

}

#registerSubmit {
    color: #fff;
    border: 1px solid #004900;
    background: #009f00;
}

span.form-btn {
    display: block;
    background: rgba(2, 50, 75, 0.5);
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    color: #fff;
    background: #036193;
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    width: 100%;
    margin-top: 20px;
}

.tis-register-group input::-webkit-input-placeholder {
    color: #555;
    font-family: IRANSans;
}

.form-titr1 {
    color: #fff;
    margin-top: 20px;
    font-size: 17px;
}

.form-titr2 {
    color: #fff;
    margin-top: 30px;
    font-size: 17px;
}

.nrequired {
    border: 2px solid red;
}

.yrequired {
    background: url('../images/checked.png') no-repeat 20px 50%;
    color: #009f00;
    border: 1px solid #009f00;
}

.line {

    margin: 40px 0 20px 0;
}


/*

*/

.tis-field {
    display: none;
}

.tis-field.tis-active {
    display: block;
}

.tis-register-group {
    margin: auto;
    width: 320px;
}


.tis-field-group {
    margin: auto;
    width: 250px;
}

.tis-field-group input, .tis-field-group lable {
    border: none;
    outline: none;
    font-family: IRANSans;
}

.tis-phone-field {
    padding: 10px;
    font-size: 16px;
    display: block;
    height: 50px;
    direction: ltr;
    display: inline-block;
}

div.tis-phone-main-field {
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
}

lable.tis-phone-field1 {
    border-right: 1px solid #ccc;
    background: #f9f9f9;
    display: block;
    text-align: center;
    width: 22%;
    padding: 10px;
    line-height: 30px;
    font-size: 16px;
    color: #777;

}

input.tis-phone-field2 {
    text-align: left;
    padding-left: 15px;
    width: 77%;
    color: #00bf00;
    letter-spacing: 4px;
}

input.tis-phone-field2::-webkit-input-placeholder {
    color: #777;
}


div.tis-phone-title {
    font-size: 16px;
    color: #666;
    margin: 10px 0;
    font-family: IRANSans;
}


.tis-mobile-button {
    width: 100%;
    margin-top: 20px;
    border-radius: 8px;
    height: 50px;
    line-height: 30px;
    color: #fff;
}

.tis-mobile-button.tis-enable {
    background: #009200;
    cursor: pointer;
}

.tis-mobile-button.tis-disable {
    background: #d1f5d1;
}


.tis-code-group {
    margin: auto;
    width: 250px;
}

.tis-code-main-field {
    display: flex;

}

.tis-code-main-field input {
    border: none;
    outline: none;
    display: inline-block;
    height: 50px;
    font-family: IRANSans;
}

.tis-send-code {
    color: #00bf00;
}

.tis-code-main-field .tis-send-code {
    letter-spacing: 10px;
    direction: ltr;
    width: 78%;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.tis-code-button {
    background: #009200;
    color: #fff;
    border-radius: 8px;
    margin-right: 2%;
    width: 20%;
}

.tis-code-button.tis-disable {
    background: #d1f5d1;
}


input.tis-prequired::-webkit-input-placeholder {
    color: transparent;
}

input.tis-nrequired::-webkit-input-placeholder {
    color: red;
}

div.tis-nrequired, input.tis-nrequired {
    border: 1px solid red !important;
    color: red !important;
}

div.tis-nrequired input, input.tis-nrequired {
    color: red;
}

div.tis-yrequired, input.tis-yrequired {

    border: 1px solid #00bf00 !important;
}

.tis-yrequired input.tis-phone-field2, input.tis-yrequired {
    color: #00bf00;
}

div.tis-prequired input.tis-phone-field2, input.tis-prequired {
    color: #1c5eba;
}

div.tis-prequired, input.tis-prequired {
    border: 1px solid #1c5eba !important;

}


.text-field {
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 320px;
    margin: auto;
}

.text {
    text-align: center;
    font-family: IRANSans;
    color: #555;
    font-size: 15px;
}

.update-panel{
    font-family: 'IRANSANS';
    font-size: 15px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #00991a;
    background: #e1ffda;
    width: 320px;
    margin: auto;
    padding: 10px;
}



.title-header-register{
    font-family: 'IRANSans';
    margin: 30px 0 10px 0;
}
.title-register{
    font-family: 'IRANSans';
}

#price-box{
    font-family: 'IRANSans';
    font-size:20px;
}



.offer-btn{
    margin-top: 20px;
    border-radius: 8px;
    height: 50px;
    line-height: 30px;
    color: #fff;
    border: none;
    outline: none;
    font-family: IRANSans;
    background: #ff7a0b;
}

.register-btn{
    width: 200px;
    margin-top: 30px;
    border-radius: 8px;
    height: 50px;
    line-height: 30px;
    color: #fff;
    border: none;
    outline: none;
    font-family: IRANSans;
    background: #009200;
}

.offer-input{
    border: none;
    width:150px;
    outline: none;
    font-family: IRANSans;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 16px;
    display: block;
    height: 50px;
    direction: ltr;
    display: inline-block;
}