.loding-gif {
    display: none;
    position: fixed;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    opacity: 0.7;
}

.loding-gif img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
    .mob-header-login{
        display: none;
    }
    .up1 {
        display: none;
    }

    .frame {
        width: 300px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        line-height: 25px;
    }

    .c3 button {
        display: block;
        width: 91.2%;
        padding: 17px 5px;
        background-color: #a5a5a5;
        position: relative;
        border: medium none;
        border-radius: 10px;
        bottom: 0px;
        min-height: 50px;
        margin-right: 4.4%;
        margin-left: 4.4%;
        margin-bottom: 0px;
        z-index: 3;
        text-align: center;
        font-size: 14px;
        font-family: "iransans";
        color: #fff;
        box-shadow: none;
    }

    .c3 {
        position: relative;
        /*margin-top: calc(-200px + 50vh);*/
    }

    .c4 {
        margin-top: 20px;
        width: 75%;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

    .c2-icon {
        position: relative;
        z-index: 10;
        left: 39%;
        top: 42px;
    }

    .c2 input {
        background-color: white;
        width: 90%;
        padding: 12px 13.5% 12px 6.8%;
        appearance: textfield;
        border-radius: 12px;
        font-size: 14px;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        z-index: 1;
        color: rgb(0, 0, 0);
        margin-bottom: 30px;
        border: 1px solid #bbb;
    }

    #varification_code {
        width: 21%;
        padding: 12px;
        margin: 0px 1.5%;
        text-align: center;
        border: 1px solid #c5c7cb;
        background-color: white;
        border-width: 1px;
        appearance: textfield;
        border-radius: 12px;
        font-family: iransans;
        font-size: 14px;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        z-index: 1;
        color: rgb(0, 0, 0);
    }

    .retry_sms {
        position: relative;
        width: 89.8%;
        padding: 17px 5px;
        background-color: rgb(240, 240, 240);
        border-radius: 10px;
        color: rgb(111, 115, 119);
        margin: 0px 12px;
        text-align: center;
        margin-top: 17px;
        margin-right: auto;
        margin-left: auto;
    }

    #again_sms_send {
        display: block;
        width: 100%;
        padding: 17px 5px;
        position: relative;
        border: medium none;
        border-radius: 10px;
        bottom: 0px;
        min-height: 50px;
        margin-bottom: 0px;
        z-index: 3;
        text-align: center;
        font-size: 14px;
        font-family: "iransans";
        color: var(--white);
        box-shadow: none;
        position: relative;
    }

    /*#otp_sms span {*/
    /*    padding-top: 15px;*/
    /*}*/

    /*#otp_sms {*/
    /*    width: 100%;*/
    /*    color: #fff;*/
    /*    border-radius: 10px;*/
    /*    min-height: 50px;*/
    /*    background: #1ac977;*/
    /*}*/
}

@media screen and (max-width: 768px) {
    #easycontent_19, #easycontent_62 {
        display: none;
      }
    #mobile_bar, #page_banner_container_1 {
        display: none !important;
    }

    .mob-header-login {
        background-color: #d9d9d9;
        height: 200px;
        position: fixed;
        width: 100%;
        right: 0px;
        top: 0px;
        text-align: center;

    }

    .mob-header-login img {
        margin-top: 20px;
        width: 135px;
    }

    .frame {
        z-index: 999;
        background: #fff;
        position: fixed;
        /*top: 114px;*/
        bottom: 0px;
        right: 0px;
        /*padding: 26px 0px;*/
        border-radius: 38px/35px;
        height: 80%;
        width: 100%;
    }
    .back_form {
        /*height: 500px;*/
        margin-bottom: 70px;
    }
    .frame .back_form {
        text-align: center;
    }

    .textt {
        font-size: 13px;
        color: black;
        font-weight: bold;
        /*margin: 21px 0px;*/
        text-align: center;
    }

     .c2 input{
        background-color: white;
        width: 90%;
        padding: 12px 13.5% 12px 6.8%;
        appearance: textfield;
        border-radius: 12px;
        font-size: 14px;
        vertical-align: middle;
        display: inline-block;
        position: relative;
        z-index: 1;
        color: rgb(0, 0, 0);
        margin-bottom: 30px;
        border: 1px solid #bbb;
    }

    .c3 button {
        display: block;
        width: 91.2%;
        padding: 17px 5px;
        background-color: #a5a5a5;
        position: relative;
        border: medium none;
        border-radius: 10px;
        bottom: 0px;
        min-height: 50px;
        margin-right: 4.4%;
        margin-left: 4.4%;
        margin-bottom: 0px;
        z-index: 3;
        text-align: center;
        font-size: 14px;
        font-family: "iransans";
        color: #fff;
        box-shadow: none;
    }

    .c3 {
        position: relative;
        margin-top: max(calc(-200px + 36vh),3px);
    }

    .c4 {
        margin-top: 20px;
        width: 75%;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }

    .c2-icon {
        position: relative;
        z-index: 10;
        left: 39%;
        top: 42px;
    }

    .fto-cancel-2.fto_1x.topright {
        position: relative;
        bottom: 97px;
        right: 91%;
        color: #fff;
    }

    #footer-bottom {
        display: none;
    }

    #varification_code {
        max-width:20%;
        padding:5%;
        margin:0 1%;
        text-align:center;
        border:1px solid #c5c7cb;
        background-color:#fff;
        border-width:1px;
        appearance:textfield;
        border-radius:25%;
        font-family:iransans;
        font-size:14px;
        vertical-align:middle;
        display:inline-block;
        position:relative;
        z-index:1;
        color:rgb(0,0,0);
        width: 50px;
    }

    .retry_sms {
        position: relative;
        width: 89.8%;
        padding: 17px 5px;
        background-color: rgb(246, 246, 246);
        border-radius: 10px;
        color: rgb(111, 115, 119);
        margin: 0px 12px;
        text-align: center;
        /*margin-top: calc(-159px + 50vh);*/
        margin-right: auto;
        margin-left: auto;
    }

    #again_sms_send {
        display: block;
        width: 91.2%;
        padding: 17px 5px;
        position: relative;
        border: medium none;
        border-radius: 10px;
        bottom: 0px;
        min-height: 50px;
        margin-right: 4.4%;
        margin-left: 4.4%;
        margin-bottom: 0px;
        z-index: 3;
        text-align: center;
        font-size: 14px;
        font-family: "iransans";
        color: var(--white);
        box-shadow: none;
        position: relative;
        /*margin-top: calc(-159px + 50vh);*/
    }

    /*#otp_sms span {*/
    /*    padding-top: 15px;*/
    /*}*/

    /*#otp_sms {*/
    /*    width: 100%;*/
    /*    color: #fff;*/
    /*    border-radius: 10px;*/
    /*    min-height: 50px;*/
    /*    background: #1ac977;*/
    /*}*/
}