@font-face{
    font-family:IRANYekan;
    font-style:normal;
    font-weight:300;
    src:url(../fonts/IRANYekan-400.eot);
    src:url(../fonts/IRANYekan-400.eot?#iefix) format("embedded-opentype"),url(../fonts/IRANYekan-400.woff2) format("woff2"),url(../fonts/IRANYekan-400.woff) format("woff"),url(../fonts/IRANYekan-400.ttf) format("truetype")
}
@font-face{
    font-family:IRANYekan;
    font-style:normal;
    font-weight:700;
    src:url(../assets/css/IRANYekan-700.eot);
    src:url(../fonts/IRANYekan-700.eot?#iefix) format("embedded-opentype"),url(../fonts/IRANYekan-700.woff2) format("woff2"),url(../fonts/IRANYekan-700.woff) format("woff"),url(../fonts/IRANYekan-700.ttf) format("truetype")
}
html{
    -webkit-font-smoothing:antialiased;
    font-size:16px
}
body{
    font-family:IRANYekan,sans-serif;
    color:#6c757d;
    line-height:1.6666;
    font-weight:400;
    background-color:#ecebf9;
    direction:rtl
}
@media (min-width:767px){
    .padlft{
        padding-left:0
    }
    .padrgt{
        padding-right:0
    }
}
.price-title{
    color:#fff;
    font-size:34px;
    font-weight:900;
    text-align:center;
    margin-bottom:35px
}
.price-title span{
    color:#ffdb4f!important
}
.domain-title{
    color:#fff;
    font-weight:300;
    text-align:center;
    margin-bottom:30px;
    line-height:45px
}
.domain-title span{
    color:#ffdb4f!important
}
.domain-title p{
    margin-bottom:15px;
    font-size:40px
}
.discp-title{
    color:#fff;
    font-size:19px;
    margin-bottom:20px
}
.discp-title span{
    color:#ffdb4f!important
}
.discp-title p{
    margin-bottom:10px;
    text-align:justify
}
.numb-title{
    color:#ffdb4f;
    font-size:36px;
    font-weight:900;
    text-align:center
}
.copyright-title{
    color:#fff;
    font-size:17px;
    margin-top:auto;
    text-align:center
}
.alertmsg{
    position: relative;
    padding: 10px 15px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #026d3c;
    background-color: #a1efcb;
    border: 1px solid #8addb7;
    border-radius: 6px;
}
#page{
    overflow:hidden
}
.container,.rel,section{
    position:relative!important;
    z-index:3
}

.r-mesl{
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    -o-border-radius:16px;
    border-radius:16px
}

p.p-sm{
    font-size:.9375rem
}
p{
    font-size:1rem
}
p.p-md{
    font-size:1.0625rem
}
p.p-lg{
    font-size:1.125rem
}
a{
    color:#6c757d;
    text-decoration:none;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}
a:hover{
    color:#353f4f!important;
    text-decoration:none
}
a:focus{
    outline:0;
    text-decoration:none
}
.btn{
    background-color:transparent;
    font-size:1rem;
    line-height:1;
    font-weight:500;
    padding:.9rem 1.8rem;
    border:2px solid transparent;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}
.btn.btn-sm{
    font-size:.975rem;
    padding:.7rem 1.5rem
}
p.btn-txt{
    margin:20px 0 0 0
}
p.btn-txt span{
    position:relative;
    top:.5px;
    left:2px
}
.btn--white,.hover--white:hover{
    color:#353f4f!important;
    background-color:#fff!important;
    border-color:#fff!important
}
.btn:focus{
    color:#fff;
    -webkit-box-shadow:none;
    box-shadow:none
}
.section-id{
    display:block;
    font-size:.85rem;
    line-height:1;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:35px
}
.section-title{
    text-align:center
}
.section-title p.p-lg,.section-title p.p-md{
    margin-top:18px;
    margin-bottom:0
}
.section-title p.p-lg,.section-title p.p-md{
    padding:0 3%
}
.color--white,.color--white a,.color--white p,.color--white span{
    color:#fff
}
#loading{
    height:100%;
    width:100%;
    position:fixed;
    z-index:1;
    margin-top:0;
    top:0;
    z-index:99999999
}
#loading{
    background-color:#f5f5f9
}
#loading-center{
    position:absolute;
    left:50%;
    top:50%;
    height:100px;
    width:100px;
    margin-top:-50px;
    margin-left:-50px;
    -webkit-animation:loading-center-absolute 1s infinite;
    animation:loading-center-absolute 1s infinite
}
.loader{
    border:2px solid;
    border-color:transparent #888;
    width:100px;
    height:100px;
    border-radius:50%;
    display:inline-block;
    position:relative;
    box-sizing:border-box;
    animation:rotation 1s linear infinite
}
.loader::after{
    content:'';
    box-sizing:border-box;
    position:absolute;
    left:50%;
    top:50%;
    border:50px solid;
    border-color:transparent rgba(30,30,30,.15);
    border-radius:50%;
    transform:translate(-50%,-50%)
}
@keyframes rotation{
    0%{
        transform:rotate(0)
    }
    100%{
        transform:rotate(360deg)
    }
}
#header{
    width:100%;
    display:block;
    padding-top:0
}
.header-wrapper{
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:1030
}
.a2-txt{
    padding:20px 30px 35px
}
.a2-txt-author{
    line-height:1.45;
    font-weight:500;
    margin-top:18px;
    margin-bottom:0
}
.a2-txt-author span{
    display:block;
    font-weight:300
}
.a-2-1{
    margin-right:13%;
    margin-bottom:30px
}
.a-2-2{
    margin-right:-10%
}
.a-2-3{
    margin-left:-10%;
    margin-bottom:30px
}
.a-2-4{
    margin-left:-10%
}
#a4-1{
    position:relative;
    padding-right:30px;
    margin-top:-30px
}
#a4-2{
    position:relative;
    padding-left:30px;
    margin-bottom:-30px
}
.price span{
    font-size:2rem;
    line-height:1;
    font-weight:600;
    letter-spacing:-2px
}
.price p{
    margin-top:25px;
    margin-bottom:25px
}
.text-center .price p{
    padding:0 2%
}
.page-link{
    color:#6c757d;
    font-size:1.1rem;
    font-weight:500;
    padding:2px 14px;
    margin:0 8px;
    background-color:transparent;
    border:2px solid transparent;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}
.page-link:hover{
    color:#6c757d;
    background-color:transparent;
    border:2px solid #ccc
}
.page-link:focus{
    color:#6c757d;
    background-color:transparent;
    border:2px solid transparent;
    box-shadow:0 0
}
#login,#signup{
    min-height:100vh;
    padding-top:80px;
    padding-bottom:80px
}
.register-page-wrapper{
    overflow:hidden;
    position:relative;
    z-index:1;
    -webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.12);
    -moz-box-shadow:0 10px 20px 0 rgba(0,0,0,.12);
    box-shadow:0 10px 20px 0 rgba(0,0,0,.12)
}
#login .register-page-wrapper:after,#signup .register-page-wrapper:after{
    position:absolute;
    content:'';
    z-index:-1;
    width:50%;
    height:100%;
    top:0;
    background-color:#fff
}
#login .register-page-wrapper:after{
    left:50%
}
#signup .register-page-wrapper:after{
    left:0
}
.register-page-txt img{
    width:auto;
    max-width:inherit;
    max-height:32px;
    margin-bottom:55px
}
.register-form-title{
    text-align:center;
    margin-bottom:40px
}
.register-form-title p{
    margin-bottom:0
}
.register-form-title a{
    font-weight:500;
    text-decoration:underline
}
#login .register-page-txt,#signup .register-page-txt{
    padding:55px 55px 20px 55px;
    height:100%;
    background:linear-gradient(135deg ,#e30070 0,#9f187b 25%,#721f81 50%,#576da6 75%,#00a9c9 100%);
    display:flex;
    flex-direction:column
}
#login .register-page-copyright{
    position:absolute;
    bottom:45px
}
#signup .register-page-copyright{
    position:absolute;
    right:60px;
    bottom:45px
}
.register-page-copyright p{
    font-size:.85rem;
    line-height:1;
    margin-bottom:0
}
.register-page-form{
    padding:55px
}
.login-1 .register-page-form,.signup-1 .register-page-form{
    padding:20px 30px
}
.register-page-form p.input-header{
    position:relative;
    color:#353f4f;
    font-size:.8rem;
    line-height:1;
    font-weight:500;
    margin-bottom:12px;
    padding-left:5px
}
.separator-line{
    display:flex;
    width:100%;
    -webkit-box-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    align-items:center;
    text-align:center;
    font-size:1rem;
    font-weight:500;
    margin:0 0 30px
}
.separator-line::after,.separator-line::before{
    content:"";
    border-top:2px solid rgba(0,0,0,.1);
    margin:5px 0 0 15px;
    flex:1 0 20px
}
.separator-line::after{
    margin:5px 15px 0 0
}
.register-page-form .form-control{
    height:50px;
    background-color:#f5f6f8;
    border:1px solid transparent;
    color:#353f4f;
    font-size:.85rem;
    line-height:1;
    font-weight:400;
    margin-bottom:25px;
    padding:5px 15px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
.login-1 .form-control,.signup-1 .form-control{
    background-color:#fff;
    border:1px solid #ccc
}
.register-page-form .form-control::-moz-placeholder{
    color:#999
}
.register-page-form .form-control:-ms-input-placeholder{
    color:#999
}
.register-page-form .form-control::-webkit-input-placeholder{
    color:#999
}
.register-page-form .form-control:focus{
    outline:0 none;
    box-shadow:none;
    background-color:#fcfdfd;
    border-color:#1680fb
}
#login .register-page-form .btn.submit,#signup .register-page-form .btn.submit{
    width:100%;
    height:55px;
    margin-top:10px
}
.page-404-txt{
    padding-top:180px;
    padding-bottom:100px
}
.page-404-img{
    padding:0 5%;
    margin-bottom:60px
}
.bg--theme{
    background-color:#f74780
}
.btn--theme{
    color:#fff!important;
    border-color:#f74780!important;
    background-color:#f74780!important
}
.hover--theme:hover,.white-scroll .scroll .hover--theme:hover{
    color:#fff!important;
    border-color:#e73971!important;
    background-color:#e73971!important
}
.color--theme,.color--theme a,.color--theme p,.color--theme span,.color--white .color--theme{
    color:#f74780!important
}
.loading--theme .loader{
    border-color:transparent #f74780
}
.loading--theme .loader::after{
    border-color:transparent rgba(247,71,128,.15)
}
@media (min-width:1200px){
    html{
        font-size:115.6%
    }
    .btn{
        padding:.8rem 1.7rem
    }
}
@media (min-width:992px) and (max-width:1199.95px){
    .btn.btn-sm{
        font-size:.975rem;
        padding:.65rem 1.4rem
    }
    p.btn-txt{
        margin:15px 0 0 0
    }
    .section-id{
        font-size:.85rem;
        margin-bottom:30px
    }
    .section-title p.p-lg,.section-title p.p-md{
        margin-top:15px
    }
    .section-title p.p-lg,.section-title p.p-md{
        padding:0
    }
    #loading-center{
        height:90px;
        width:90px;
        margin-top:-45px;
        margin-left:-45px
    }
    .loader{
        width:90px;
        height:90px
    }
    .loader::after{
        border:45px solid
    }
    .a2-txt{
        padding:15px 20px 30px
    }
    .a-2-1{
        margin-left:3%
    }
    .a2-txt-author{
        margin-top:10px
    }
    .a2-txt-author{
        font-size:1.0625rem
    }
    .a2-txt-author span{
        font-size:.95rem;
        margin-top:1px
    }
    #a4-1{
        padding-right:20px;
        margin-top:-30px
    }
    #a4-2{
        padding-left:20px;
        margin-bottom:-30px
    }
    .price span{
        font-size:2.85rem;
        letter-spacing:-1.5px
    }
    .price p{
        margin-top:20px;
        margin-bottom:15px
    }
    .text-center .price p{
        padding:0
    }
    .register-page-txt img{
        max-height:30px;
        margin-bottom:45px
    }
    .register-form-title{
        margin-bottom:30px
    }
    .price-title{
        font-size:28px;
        margin-bottom:30px
    }
    .domain-title{
        margin-bottom:28px;
        line-height:36px
    }
    .domain-title p{
        margin-bottom:12px;
        font-size:34px
    }
    #login .register-page-txt,#signup .register-page-txt{
        padding:40px 40px 15px
    }
    #login .register-page-copyright{
        left:45px;
        bottom:40px
    }
    #signup .register-page-copyright{
        right:45px;
        bottom:40px
    }
    .register-page-copyright p{
        font-size:.9rem
    }
    #login .register-page-form{
        padding:50px 45px 50px 35px
    }
    #signup .register-page-form{
        padding:40px
    }
    #login.login-1 .register-page-form,#signup.signup-1 .register-page-form{
        padding:10px 30px
    }
    .separator-line{
        margin:0 0 27px
    }
    .register-page-form p.input-header{
        font-size:.9rem;
        margin-bottom:10px;
        padding-left:5px
    }
    .register-page-form .form-control{
        height:45px;
        margin-bottom:20px
    }
    #login .register-page-form .btn.submit{
        height:54px;
        margin-top:12px
    }
    #signup .register-page-form .btn.submit{
        height:54px;
        margin-top:20px
    }
    .page-404-txt{
        padding-top:160px;
        padding-bottom:80px
    }
    .page-404-img{
        padding:0 8%;
        margin-bottom:40px
    }
}
@media (min-width:768px) and (max-width:991.98px){
    html{
        font-size:85%
    }
    p.p-sm{
        font-size:1rem
    }
    p.p-lg,p.p-md{
        font-size:1.066176rem
    }
    .btn.btn-sm{
        font-size:.975rem;
        padding:.65rem 1.35rem
    }
    p.btn-txt{
        margin:13px 0 0 0
    }
    .section-id{
        margin-bottom:25px
    }
    .section-title p.p-lg,.section-title p.p-md{
        margin-top:12px
    }
    .section-title p.p-lg,.section-title p.p-md{
        padding:0
    }
    #loading-center{
        height:90px;
        width:90px;
        margin-top:-45px;
        margin-left:-45px
    }
    .loader{
        width:90px;
        height:90px
    }
    .loader::after{
        border:45px solid
    }
    .a2-txt{
        padding:12px 15px 20px
    }
    .a-2-1{
        margin-left:-10%;
        margin-bottom:20px
    }
    .a-2-2{
        margin-left:-20%
    }
    .a-2-3{
        margin-right:-8%;
        margin-bottom:20px
    }
    .a-2-4{
        margin-right:-20%
    }
    .a2-txt-author{
        margin-top:10px
    }
    .a2-txt-author{
        font-size:1.1rem
    }
    .a2-txt-author span{
        font-size:.95rem;
        margin-top:1px
    }
    #a4-1{
        padding-right:10px;
        margin-top:-30px
    }
    #a4-2{
        padding-left:10px;
        margin-bottom:-30px
    }
    .price span{
        font-size:2.45rem;
        letter-spacing:-1.5px
    }
    .price p{
        font-size:.9075rem;
        margin-top:14px;
        margin-bottom:14px
    }
    .text-center .price p{
        padding:0
    }
    .register-page-txt img{
        max-height:26px;
        margin-bottom:40px
    }
    .register-form-title{
        margin-bottom:30px
    }
    .domain-title{
        margin-bottom:28px;
        line-height:34px
    }
    .domain-title p{
        margin-bottom:12px;
        font-size:30px
    }
    .price-title{
        font-size:24px;
        margin-bottom:26px
    }
    #login .register-page-txt,#signup .register-page-txt{
        padding:30px 30px 15px
    }
    #login .register-page-copyright{
        left:30px;
        bottom:40px
    }
    #signup .register-page-copyright{
        right:30px;
        bottom:40px
    }
    .register-page-copyright p{
        font-size:.95rem
    }
    #login .register-page-form{
        padding:45px 35px 45px 25px
    }
    #signup .register-page-form{
        padding:30px
    }
    #login.login-1 .register-page-form,#signup.signup-1 .register-page-form{
        padding:10px 30px
    }
    .separator-line{
        font-size:1rem;
        margin:0 0 27px
    }
    .register-page-form p.input-header{
        font-size:.95rem;
        margin-bottom:10px;
        padding-left:5px
    }
    .register-page-form .form-control{
        height:45px;
        font-size:1.0625rem;
        padding:5px 10px;
        margin-bottom:20px
    }
    #login .register-page-form .btn.submit{
        height:50px;
        font-size:1.0625rem;
        margin-top:12px
    }
    #signup .register-page-form .btn.submit{
        height:50px;
        font-size:1.0625rem;
        margin-top:20px
    }
    .page-404-txt{
        margin-top:80px;
        padding-top:100px;
        padding-bottom:80px
    }
    .page-404-img{
        padding:0 8%;
        margin-bottom:30px
    }
}
@media (max-width:767px){
    p.p-sm{
        font-size:1rem
    }
    p.btn-txt{
        margin:12px 0 0 0
    }
    .section-id{
        margin-bottom:24px
    }
    .a-2-1{
        display:none;
        margin-left:0;
        margin-bottom:30px
    }
    .a-2-2{
        margin-left:0;
        margin-bottom:30px
    }
    .a-2-3{
        margin-right:0;
        margin-bottom:30px
    }
    .a-2-4{
        display:none;
        margin-right:0
    }
    #a3-1{
        margin-bottom:25px
    }
    #a4-1{
        display:none
    }
    #a4-2{
        padding-left:0;
        margin-top:30px;
        margin-bottom:0
    }
    .price p{
        margin-top:14px;
        margin-bottom:18px
    }
    #login,#signup{
        padding-top:70px;
        padding-bottom:70px
    }
    #login .register-page-wrapper:after,#signup .register-page-wrapper:after{
        width:100%;
        left:0
    }
    .register-form-title{
        margin-bottom:30px
    }
    .page-404-txt{
        margin-top:80px;
        padding-top:70px;
        padding-bottom:70px
    }
}
@media (min-width:480px) and (max-width:767.98px){
    .bg--fixed{
        width:auto
    }
    .bg--scroll{
        width:auto;
        background-attachment:scroll!important
    }
    p.p-sm{
        font-size:1rem
    }
    p{
        font-size:1.0625rem
    }
    p.p-lg,p.p-md{
        font-size:1.125rem
    }
    .btn{
        font-size:1.125rem
    }
    .btn.btn-sm{
        font-size:1rem;
        padding:.7rem 1.5rem
    }
    p.btn-txt{
        margin:15px 0 0 0
    }
    .section-id{
        margin-bottom:25px
    }
    .section-title p.p-lg,.section-title p.p-md{
        margin-top:14px
    }
    .section-title p.p-lg,.section-title p.p-md{
        padding:0
    }
    .a2-txt{
        padding:20px 30px 40px
    }
    .a2-txt-author{
        margin-top:10px
    }
    .a2-txt-author{
        font-size:1.125rem
    }
    .a2-txt-author span{
        font-size:.975rem;
        margin-top:1px
    }
    .price span{
        font-size:2.875rem;
        letter-spacing:-1.5px
    }
    .text-center .price p{
        padding:0
    }
    .register-page-form p.input-header,.separator-line{
        font-size:1rem
    }
    .register-page-wrapper{
        margin:18px 25px;
        width:auto
    }   
    .alertmsg{
        margin:0 25px;
        width:auto
    }
    .domain-title{
        margin-bottom:28px;
        line-height:36px
    }
    .domain-title p{
        margin-bottom:12px;
        font-size:34px
    }
    .price-title{
        font-size:24px;
        margin-bottom:28px
    }
    #login .register-page-txt,#signup .register-page-txt{
        padding:45px 45px 18px;
    }
    #login .register-page-form,#signup .register-page-form{
        padding:45px
    }
    #login.login-1 .register-page-form,#signup.signup-1 .register-page-form{
        padding:10px 40px
    }
    #login .register-page-form .btn.submit,#signup .register-page-form .btn.submit,.register-page-form .form-control{
        height:45px;
        font-size:1.0625rem
    }
    .page-404-txt{
        padding-top:100px
    }
    .page-404-img{
        padding:0 8%;
        margin-bottom:40px
    }
}
@media (min-width:414px) and (max-width:479.98px){
    .division{
        padding-left:10px;
        padding-right:10px
    }
    .bg--fixed{
        width:auto
    }
    .bg--scroll{
        width:auto;
        background-attachment:scroll!important
    }
    p.p-sm{
        font-size:1rem
    }
    p{
        font-size:1.0625rem
    }
    p.p-lg,p.p-md{
        font-size:1.125rem
    }
    .btn{
        font-size:1.125rem
    }
    .btn.btn-sm{
        font-size:1rem;
        padding:.7rem 1.5rem
    }
    p.btn-txt{
        margin-top:18px;
        margin-bottom:0
    }
    .section-title p.p-lg,.section-title p.p-md{
        margin-top:14px
    }
    .section-title p.p-lg,.section-title p.p-md{
        padding:0
    }
    .a2-txt{
        padding:15px 20px 30px
    }
    .a2-txt-author{
        margin-top:10px
    }
    .a2-txt-author{
        font-size:1.125rem
    }
    .a2-txt-author span{
        font-size:.975rem;
        margin-top:1px
    }
    #a4-2{
        margin:35px 3% 0
    }
    .price span{
        font-size:2.75rem
    }
    .text-center .price p{
        padding:0
    }
    .page-link{
        font-size:.95rem;
        padding:2px 10px
    }
    .register-form-title{
        margin-bottom:25px
    }
    .register-page-form p.input-header,.separator-line{
        font-size:1rem
    }
    .separator-line{
        margin:0 0 24px
    }
    .domain-title{
        margin-bottom:22px;
        line-height:32px
    }
    .domain-title p{
        margin-bottom:12px;
        font-size:30px
    }
    .price-title{
        font-size:23px;
        margin-bottom:26px
    }
    #login .register-page-txt,#signup .register-page-txt{
        padding:35px 35px 20px;
    }
    #login .register-page-form,#signup .register-page-form{
        padding:35px
    }
    #login.login-1 .register-page-form,#signup.signup-1 .register-page-form{
        padding:15px
    }
    #login .register-page-form .btn.submit,#signup .register-page-form .btn.submit,.register-page-form .form-control{
        height:45px;
        font-size:1.0625rem
    }
    .page-404-txt{
        padding-top:100px;
        padding-bottom:60px
    }
    .page-404-img{
        padding:0 4%;
        margin-bottom:35px
    }
}
@media (min-width:390px) and (max-width:413.98px){
    .division{
        padding-left:3px;
        padding-right:3px
    }
    .bg--fixed{
        width:auto
    }
    .bg--scroll{
        width:auto;
        background-attachment:scroll!important
    }
    p.p-sm{
        font-size:1rem
    }
    p{
        font-size:1.0625rem
    }
    p.p-lg,p.p-md{
        font-size:1.125rem
    }
    .btn{
        font-size:1.0625rem
    }
    .btn.btn-sm{
        font-size:1rem;
        padding:.7rem 1.5rem
    }
    p.btn-txt{
        margin-top:18px;
        margin-bottom:0
    }
    .section-title p.p-lg,.section-title p.p-md{
        margin-top:14px
    }
    .section-title p.p-lg,.section-title p.p-md{
        padding:0
    }
    .a2-txt{
        padding:15px 20px 30px
    }
    .a2-txt-author{
        margin-top:10px
    }
    .a2-txt-author{
        font-size:1.125rem
    }
    .a2-txt-author span{
        font-size:.975rem;
        margin-top:1px
    }
    #a4-2{
        margin:35px 3% 0
    }
    .price span{
        font-size:2.75rem
    }
    .text-center .price p{
        padding:0
    }
    .page-link{
        font-size:.95rem;
        padding:2px 10px
    }
    .register-form-title{
        margin-bottom:25px
    }
    .register-page-form p.input-header,.separator-line{
        font-size:1rem
    }
    .separator-line{
        margin:0 0 24px
    }
    .domain-title{
        margin-bottom:20px;
        line-height:30px
    }
    .domain-title p{
        margin-bottom:12px;
        font-size:28px
    }
    .price-title{
        font-size:22px;
        margin-bottom:22px
    }
    #login .register-page-txt,#signup .register-page-txt{
        padding:30px 30px 15px
    }
    #login .register-page-form,#signup .register-page-form{
        padding:30px
    }
    #login.login-1 .register-page-form,#signup.signup-1 .register-page-form{
        padding:15px 10px
    }
    .register-page-form .form-control{
        height:45px;
        font-size:1.0625rem;
        padding:5px 10px;
        margin-bottom:20px
    }
    #login .register-page-form .btn.submit{
        height:56px;
        font-size:1.0625rem;
        margin-top:12px
    }
    #signup .register-page-form .btn.submit{
        height:56px;
        font-size:1.0625rem;
        margin-top:20px
    }
    .page-404-txt{
        padding-top:100px;
        padding-bottom:60px
    }
    .page-404-img{
        padding:0 4%;
        margin-bottom:35px
    }
}
@media (min-width:321px) and (max-width:389.98px){
    html{
        font-size:97.5%
    }
    .division{
        padding-left:3px;
        padding-right:3px
    }
    .bg--fixed{
        width:auto
    }
    .bg--scroll{
        width:auto;
        background-attachment:scroll!important
    }
    p.p-lg,p.p-md{
        font-size:1.0625rem
    }
    .btn{
        font-size:1rem
    }
    .btn.btn-sm{
        font-size:1rem;
        padding:.7rem 1.5rem
    }
    .section-id{
        margin-bottom:25px
    }
    .section-title p.p-lg,.section-title p.p-md{
        margin-top:14px
    }
    .section-title p.p-lg,.section-title p.p-md{
        padding:0
    }
    #loading-center{
        height:90px;
        width:90px;
        margin-top:-45px;
        margin-left:-45px
    }
    .loader{
        width:90px;
        height:90px
    }
    .loader::after{
        border:45px solid
    }
    .a2-txt{
        padding:15px 20px 30px
    }
    .a2-txt-author{
        margin-top:10px
    }
    .a2-txt-author{
        font-size:1.125rem
    }
    .a2-txt-author span{
        font-size:.975rem;
        margin-top:1px
    }
    #a4-2{
        margin:35px 3% 0
    }
    .price span{
        font-size:2.564102rem;
        letter-spacing:-1.5px
    }
    .text-center .price p{
        padding:0
    }
    .page-link{
        font-size:.95rem;
        padding:2px 10px
    }
    .register-form-title{
        margin-bottom:25px
    }
    .register-page-form p.input-header,.separator-line{
        font-size:1rem
    }
    .separator-line{
        margin:0 0 24px
    }
    .domain-title{
        margin-bottom:20px;
        line-height:28px
    }
    .domain-title p{
        margin-bottom:10px;
        font-size:24px
    }
    .price-title{
        font-size:18px;
        margin-bottom:18px
    }
    #login .register-page-txt,#signup .register-page-txt{
        padding:30px 30px 15px
    }
    #login .register-page-form,#signup .register-page-form{
        padding:30px
    }
    #login.login-1 .register-page-form,#signup.signup-1 .register-page-form{
        padding:15px 10px
    }
    .register-page-form .form-control{
        height:45px;
        font-size:1.0625rem;
        padding:5px 10px;
        margin-bottom:20px
    }
    #login .register-page-form .btn.submit{
        height:50px;
        font-size:1.0625rem;
        margin-top:12px
    }
    #signup .register-page-form .btn.submit{
        height:50px;
        font-size:1.0625rem;
        margin-top:20px
    }
    .page-404-txt{
        padding-top:100px;
        padding-bottom:60px
    }
    .page-404-img{
        padding:0 6%;
        margin-bottom:35px
    }
}
@media (max-width:320.98px){
    html{
        font-size:87.5%
    }
    .bg--fixed{
        width:auto
    }
    .bg--scroll{
        width:auto;
        background-attachment:scroll!important
    }
    p.p-lg,p.p-md{
        font-size:1.0625rem
    }
    .btn{
        font-size:1rem
    }
    .btn.btn-sm{
        font-size:1rem;
        padding:.7rem 1.5rem
    }
    .section-title p.p-lg,.section-title p.p-md{
        margin-top:12px
    }
    .section-title p.p-lg,.section-title p.p-md{
        padding:0
    }
    #loading-center{
        height:80px;
        width:80px;
        margin-top:-40px;
        margin-left:-40px
    }
    .loader{
        width:80px;
        height:80px
    }
    .loader::after{
        border:40px solid
    }
    .a2-txt{
        padding:10px 20px 25px
    }
    #a3-1{
        margin-bottom:20px
    }
    .a2-txt-author{
        margin-top:10px
    }
    .a2-txt-author{
        font-size:1.125rem
    }
    .a2-txt-author span{
        font-size:.975rem;
        margin-top:1px
    }
    #a4-2{
        margin:30px 2% 0
    }
    .price span{
        font-size:2.85rem;
        letter-spacing:-1.5px
    }
    .text-center .price p{
        padding:0
    }
    .page-link{
        font-size:.95rem;
        padding:2px 10px
    }
    #login,#signup{
        padding-top:70px;
        padding-bottom:70px
    }
    .register-form-title{
        margin-bottom:25px
    }
    .register-page-form p.input-header,.separator-line{
        font-size:1rem
    }
    .separator-line{
        margin:0 0 20px
    }
    .domain-title{
        margin-bottom:20px;
        line-height:28px
    }
    .domain-title p{
        margin-bottom:10px;
        font-size:24px
    }
    .price-title{
        font-size:18px;
        margin-bottom:18px
    }
    #login .register-page-txt,#signup .register-page-txt{
        padding:30px 30px 15px
    }
    #login .register-page-form,#signup .register-page-form{
        padding:30px 20px
    }
    #login.login-1 .register-page-form,#signup.signup-1 .register-page-form{
        padding:5px
    }
    .register-page-form .form-control{
        height:45px;
        font-size:1.0625rem;
        padding:5px 10px;
        margin-bottom:20px
    }
    #login .register-page-form .btn.submit{
        height:50px;
        font-size:1.0625rem;
        margin-top:12px
    }
    #signup .register-page-form .btn.submit{
        height:50px;
        font-size:1.1rem;
        margin-top:20px
    }
    .page-404-txt{
        padding-top:80px;
        padding-bottom:50px
    }
    .page-404-img{
        padding:0 8%;
        margin-bottom:30px
    }
}
