@font-face {
    font-family: 'FontAwesome';
    src: url('../font/FontAwesome.woff2') format('woff2'),
        url('../font/FontAwesome.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: url('../font/Oswald-Bold.woff2') format('woff2'),
        url('../font/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/Oswald-Regular.woff2') format('woff2'),
        url('../font/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/Oswald-Regular.woff2') format('woff2'),
        url('../font/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/Oswald-Medium.woff2') format('woff2'),
        url('../font/Oswald-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/Oswald-SemiBold.woff2') format('woff2'),
        url('../font/Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/Oswald-Light.woff2') format('woff2'),
        url('../font/Oswald-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../font/Oswald-ExtraLight.woff2') format('woff2'),
        url('../font/Oswald-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
h2 {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 34px;
    text-transform: capitalize;
    margin-bottom: 0;
}
input {
    color: #000;
}
::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.54);
}
:-moz-placeholder { /* Upto Firefox 18, Deprecated in Firefox 19  */
    color: rgba(0, 0, 0, 0.54);  
}
::-moz-placeholder {  /* Firefox 19+ */
    color:rgba(0, 0, 0, 0.54);  
}
:-ms-input-placeholder {  
    color: rgba(0, 0, 0, 0.54);  
}
.form-control:disabled {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.54);
    cursor: no-drop;
}
section.moonvelly-home {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.m-bg-img{
    position:absolute;
    height:auto;
    min-height:100%;
    width:auto;
    min-width:100%;
    right:0;
    bottom:0;
}
.moonvelly-home-logo{
    margin:0 0 100px 0;
}
.m-logo-img{
    width:300px;
    margin:0 auto;
}
a.moonvelly-home-startbtn{
    background-color:red;
    margin-top:20px;
    border-radius:4px;
    font-family: 'Oswald';
    font-weight:400;
    font-size:18px;
    padding:10px 24px;
    border:none;
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    transition: 500ms ease-out;
}
a.moonvelly-home-startbtn:hover{
    color:#fff;
    background-color:#2f2f2f;
    transition: 500ms ease-out;
}

/* login form */
.moonvelly-login{
    background-image:url(../images/backyardGetStarted.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    position:absolute;
    height:100%;
    width:100%;
}
.moonvelly-form-title{
    background-color:#000;
    color:#fff;
    width:60%;
    margin:-45px auto;
    border-radius:8px;
    position:relative;
    padding:25px 0;
}
.moonvelly-login-form{
    width:65%;
    margin:0 auto;
    background-color:#fff;
    border-radius:8px;
    padding:80px 40px 30px;
}
.dash-sign .moonvelly-login-form {
    width: 100%;
}
span.show-password, span.hide-password {
    /* transform: translate(490px, -68px); */
    position: absolute;
    left: auto;
    right: 10px;
    font-size: 20px;
    top: 10px;
}
.btn{
    background-color:red;
    margin-top:16px;
    border-radius:4px;
    font-family: 'Oswald';
    font-weight:400;
    font-size:16px;
    padding:10px 24px;
    border:none;
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    transition: 500ms ease-out;
}
.btn:hover{
    color:#fff;
    background-color:#2f2f2f;
    transition: 500ms ease-out;
}
a.m-link{
    color: rgba(0, 0, 0, 0.78);
    text-decoration: none;
    border-bottom:1px solid rgba(0, 0, 0, 0.78);
    font-family: 'Oswald';
    font-size:14px;
    font-weight:400;
}
a.m-link:hover{
    color: rgba(0, 0, 0, 0.78);
}
.mb{
    margin-bottom:10px;
}
.m-login-form{
    width:80%;
    margin:0 auto;
    position:relative;
}
#loginfrm .btn {
    margin-top: 0;
    margin-bottom:20px;
}
#loginfrm .form-control{
    margin-bottom:40px;
}
.form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.54);
    border-radius: 0;
    margin-bottom:15px;
    padding:0;
    font-family: 'Oswald';
    font-weight:300;
    font-size:16px;
    color:#000;
}
.form-control:hover{
    border-bottom: 1px solid #000;
}
.form-control:focus {
    border-color: rgba(0, 0, 0, 0.54);
    outline: 0;
    box-shadow: none;
}
.form-group.lock-icon{
    font: normal normal normal 14px/1 FontAwesome;
    font-size:18px;
    color:#676767;
    position:relative;
}
.form-group.email-icon:before{
    content: "\f0e0";
    position: absolute;
    transform: translate(-150%,50%);
}
.form-group.lock-icon:before {
    content: "\f023";
    position: absolute;
    transform: translate(-150%,15%);
    font-size: 28px;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
svg.jss547.jss425 {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
    transform: translate(-30px, 32px);
}
/*login form end*/
/* forgot password start */
.forgot-form{
    padding-bottom: 10px;
    padding-top: 70px;
}
.forgot-form .btn.cancel-btn,.m-login-form .btn.cancel-btn{
    background-color:#fff;
    color:#000;
    border:1px solid #000;
    text-transform:uppercase;
    font-family: 'Oswald';
    font-weight:normal;
    font-size:16px;
    margin-left:30px;
    transition: 500ms ease-out;
}
.registration-form .btn.cancel-btn{
    display: initial;
}
.forgot-form .btn.cancel-btn:hover {
    background-color: #2f2f2f;
    color: #fff;
    border: 1px solid #2f2f2f;
    transition: 500ms ease-out;
}
.forgot-form .btn{
    margin-bottom:0;
}
/* forgot password end */
/* Registration form start */
section.moonvelly-login.registration.step-three {
    padding-top: 60px;
}
.step-three .registration-form .form-control {
    margin-bottom: 40px;
}
.step-three .registration-form select#state::-ms-expand {
    display:none;
}
.step-three .registration-form select#state {
    background-image: url(../images/arrow.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right bottom 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance:none;
}
form#registerfrm2 .form-group {
    text-align: center;
}
select::-ms-expand{
    display:none;
}
.registration-form .form-group{
    margin-bottom:0;
}
.form-group.lock-icon svg {
    position: absolute;
    right: -40px;
    padding: 1px;
    transform: rotate(180deg)translate(0px,45px);
    cursor:pointer;
}
.registration-form .form-group.lock-icon {
    padding-top: 26px;
}
svg.jss547.jss713 {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 24px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
    transform: translate(-30px, 30px);
}
.registration-form {
    width:80%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 82px 40px 30px;
}
.registration-form-title {
    background-color: #000;
    color: #fff;
    width: 75%;
    margin: -65px auto;
    border-radius: 8px;
    position: relative;
    padding: 25px 0;
}
.registration-form span#password_hint {
    font-family: oswald;
    font-weight: 300;
    text-align: center;
    font-size: 16px;
    height: auto;
    padding: 30px 30px 20px;
    width: 100%;
    overflow: hidden;
    color: rgba(103, 103, 103, 0.90);
    float: left;
}
#registerfrm1 label.error{bottom:auto !important;}
.myprofile-form span#password_hint {
    font-weight: 300;
    text-align: center;
    font-size: 16px;
    color: rgba(103, 103, 103, 0.90);
    width: 100%;
    display: block;
}
form#registerfrm3 .form-group {
    margin-bottom: 0;
}
form#registerfrm3 {
    padding: 15px 50px 20px;
}
form#registerfrm3 .btn {
    margin: 0;
}
.form-group.stat select#profile_region {
    border-radius: 0px;
}
.step-two .registration-form {
    padding-top:100px;
    width:80%;
}
.step-three .registration-form {
    padding-top:80px;
    width:80%;
    padding-bottom:10px;
}
.registration .moonvelly-form-title {
    width:75%;
    margin:-65px auto;
}
.registration-form .form-group.phone-icon:before {
    content:"\f095";
    position: absolute;
    transform: translate(-150%,50%);
    font-size:22px;
}
span.rshow-password ,span.rhide-password{
    transform: translate(620px, -45px);
    position: absolute;
    left: 0;
    font-size:20px;
}
.registration-form-contain{
    font-family: 'Oswald';
    font-weight:300;
    font-size:16px;
    color:#464444;
}
.m-round{
    display:inline-block;
    margin-top:15px;
    font-size:1rem;
    font-family: 'Oswald';
    font-weight:lighter;
}
.m-round span.rform-right-icon1,.m-round span.rform-right-icon2,.m-round span.rform-right-icon3 {
    border-radius: 50%;
    font-size: 16px;
    padding: 1px;
    font-weight: 800;
    height: 30px;
    width: 30px;
    position: absolute;
    margin-left: -35px;
    top: 60%;
}
.m-round.step-1 span.rform-right-icon1 {
    border-radius: 50%;
    font-size: 16px;
    padding: 1px;
    font-weight: 800;
    height: 30px;
    width: 30px;
    position: absolute;
    margin-left: -35px;
    top: 60%;
}
.m-round span.rform-number1,.m-round span.rform-number2,.m-round span.rform-number3{
    background-color: #b0b0b0;
    border-radius: 50%;
    padding: 3px;
    font-size: 16px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 60%;
    margin-left: -35px;
}
.m-round.step-1 span.rform-number1{
    border-radius: 50%;
    font-size: 16px;
    padding: 3px;
    height: 30px;
    width: 30px;
    position: absolute;
    margin-left: -35px;
    top: 60%;
}
.m-round.active span{
    background-color:red;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 60%
}
.m-round-line{
    border: 0.5px solid #fff;
    width: 180px;
    display: inline-block;
    vertical-align: middle;
    margin-right:35px;
}
.step-two .form-control {
    width: 20%;
    font-family: 'Oswald';
    font-weight: normal;
    font-size: 1.5em;
    display: inline-block;
    height:72px;
    border-radius: 5px;
    text-align: center;
    border:1px solid #000;
    margin:0 17px 0;
}
.register-form{
    width:100%;
    margin:0 auto;
}
.step-2-title{
    color: #252525 !important;
    margin:0 0 40px;
    font-family: 'Oswald';
    font-weight: 300;
    text-align:center;
}
select.fname {
    border: none;
    border-bottom: 1px solid #757575;
    font-family: 'Oswald';
    font-weight: 300;
    color: #495057 !important;
    /*margin-top:9px;*/
}
select:focus {
    outline: none;
}
.step-three .form-control.address,.step-three .form-control.p-code {
    width: 100%;
}
.login-btn{
    clear:both;
}
input#next-step {
    margin-bottom: 15px;
}
form#registerfrm3 .form-group.lnm,form#registerfrm3 .form-group.cit {
    margin-left:9px;
}
#send-next{margin-top:20px;margin-bottom:0;}
/* Registration Form End */
/* faq start*/
.faq-page{
    background-image: none;
    position: absolute;
    height: 100%;
    width: 100%;
}
.faq-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    align-items: center;
    background-size: cover;
    background-image: url(../images/registerBG.jpg);
    background-position: top center;
}
.faq-form{
    width:80%;
    padding: 80px 40px 60px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
}
.faq-title{
    width:75%;
    margin: -50px auto;
    padding: 25px 0;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    position: relative;
}
.faq-first{
    padding:8px 15px 12px;
    border-radius:3px;
    border: 1px solid #868686;
    margin: 15px 0 0;
}
.panel-heading {
    cursor: pointer;
}
form.m-login-form.faq-width-form {
    width: 90%;
    height:350px;
}
.panel-heading  a:before {
    font-family: 'FontAwesome';
    font-size:24px;
    font-weight:900;
    color:red;
    cursor:pointer;
    content: "\f107";
    transition: all 0.5s;
    float:right;
}
.panel-heading.active a:before {
    transform: rotate(180deg);
} 
.panel-title{
    margin-bottom:0;
}
.faq-q1{
    font-family: 'Oswald';
    font-weight:500;
    font-size:18px;
    color:#000;
    cursor:pointer;
}
.faq-q1:hover{
    text-decoration:none;
    color:#000;
}
.faq-contain p{
    font-size:16px;
    font-family: 'Oswald';
    font-weight:300;
    color:#000;
    margin-bottom:0;
    margin-top:10px;
}
.faq-scroll {
    overflow-x: hidden;
}
/* faq end */
/* contact start */
.contact-page.moonvelly-login{
    background-image: none;
    position: absolute;
    height: 100%;
    width: 100%;
}
.contact-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    align-items: center;
    background-size: cover;
    background-image: url(../images/registerBG.jpg);
    background-position: top center;
}
.contact-title {
    width: 75%;
    margin: -50px auto;
    padding: 25px 0;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    position: relative;
}
.contact-form {
    width: 80%;
    padding: 70px 40px 20px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
}
input#send_contact {
    padding: 8px 50px;
}
.contact-width-form {
    width: 80%;
    margin: 30px auto 0;
}
.contact-width-form .form-control:focus{
    border-bottom:1px solid rgba(0, 0, 0, 0.54);
}
.contact-contain {
    margin-top: 10px;
    font-size: 18px;
    font-family: 'Oswald';
    font-weight: 400;
    color:#000;
    text-align:center;
}
.contact-width-form .form-control{
    margin-bottom:0;
    margin-top:20px;
}
.contact-no{
    text-align:right;
    color:#000;
    font-size:14px;
}
.form-group .contact-btn{
    margin-top:20px;
}
.contact-btn{
    background-color:red;
    border-radius:5px;
    font-family: 'Oswald';
    font-weight:400;
    font-size:16px;
    padding:8px 65px;
    border:none;
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
    transition: 500ms ease-out;
}
a.contact-btn:hover{
    text-decoration:none;
    color:#fff;
    transition: 500ms ease-out;
}

/* contact end */
/* about start */
.about-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    align-items: center;
    background-size: cover;
    background-image: url(../images/registerBG.jpg);
    background-position: top center;
}
.about-width-form{
    width:85%;
}
.about-scroll{

}
.about-page.moonvelly-login {
    background-image: none;
    position: absolute;
    height: 100%;
    width: 100%;
}
.about-header-title {
    width: 75%;
    margin: -50px auto;
    padding: 25px 0;
    z-index: 1;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    position: relative;
}
.about-form {
    width: 80%;
    padding: 90px 40px 30px;
    height: 440px;
    overflow-x: hidden;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
}
.about-title p {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    text-transform: capitalize;
}
.about-contain p {
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 300;
    margin-bottom:25px;
    color:#000;
}
/* about end */
/* my profile start */
.myprofile.moonvelly-login,.edit-profile.moonvelly-login,.change-password.moonvelly-login{
    background-image: none;
    position: absolute;
    height: 100%;
    width: 100%;
}
form#changepasswordfrm svg {
    /* position: absolute;
    right: 0;
    left: 100%;
    top: -27px; */
}
.hint-pwd-view {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 2px;
}
.hint-pwd-view svg.password_hint {
    margin-left: 10px;
}
.myprofile-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    align-items: center;
    background-size: cover;
    background-image: url(../images/registerBG.jpg);
    background-position: top center;
}
.myprofile-form {
    padding: 90px 40px 30px;
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
}
a#edit-data {
    padding: 10px 40px;
}
.myprofile-mt{
    margin-top:0;
}
.myprofile-title{
    width: 75%;
    padding: 25px 0;
    margin: -50px auto;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    position: relative;
}
.form-group.lnm,.form-group.cit,.form-group.phnum {
    margin-left: 10px;
}
a#cancle-password,a#edit-password,a#cancle-data{
    margin-left: 25px;
}
a#edit-password,a#cancle-password,a#cancle-data {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    margin-top: 18px;
    border-radius: 4px;
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 16px;
    padding: 9px 24px;
    text-transform: uppercase;
    text-decoration:none;
    transition: 500ms ease-out;
}
a#edit-password:hover,a#cancle-password:hover,a#cancle-data:hover {
    background-color: #2f2f2f;
    color: #fff;
    border: 1px solid #2f2f2f;
    transition: 500ms ease-out;
}
input#save-data {
    padding: 10px 60px;
}
a#cancle-data {
    padding: 10px 50px;
}
a#cancle-password {
    padding: 10px 50px;
}
input#reset-data {
    padding: 10px 50px;
}
.m-profile-form{
    width:90%;
}
.myprofile-form .form-group {
    margin-bottom:0;
}
.myprofile-form .form-control {
    border-bottom:1px dotted rgba(0, 0, 0, 0.54);
    margin-bottom:30px;
}
.myprofile-form .form-control:disabled{
    background-color:#fff;
    color:rgba(0, 0, 0, 0.54);
}
select.my-fname {
    width: 100%;
    border: none;
    border-bottom: 1px dotted #757575;
    margin-top: 18px;
    color:#495057;
    font-family: 'Oswald';
    font-weight: 300;
    background-color:transparent;
}
select:focus{outline:none;}
.edit-profile .form-group {
    clear: both;
}
.edit-profile .form-control {
    border-bottom:1px solid rgba(0, 0, 0, 0.54);
    margin-bottom:30px;
}
.edit-profile select.my-fname{
    border-bottom: 1px solid rgba(0, 0, 0, 0.54);
    margin-bottom: 25px;
    font-family: 'Oswald';
    font-weight: 300;
    font-size:14px;
}
.edit-profile .form-control:hover,.change-password .form-control:hover{
    border-bottom: 1px solid #000;
}
.change-password .form-control{
    border-bottom:1px solid rgba(0, 0, 0, 0.54);
    margin-bottom:40px;
    margin-top:30px;
}
.m-profile-form #confirm_pasword.form-control {
    margin-bottom: 20px;
}
.change-password .myprofile-form {
    padding: 80px 40px 30px;
}
span.myprofile-show-password, span.myprofile-hide-password {
    transform: translate(690px, -40px);
    /*  position: absolute;
     left: 0; */
    font-size:28px;
    color:#676767;
    vertical-align: sub;
}
.myprofile-form .form-group.stat select#profile_region::-ms-expand {
    display:none;
}
.myprofile-form .form-group.stat select#profile_region {
    background-image: url(../images/arrow.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right bottom 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
/* my profile end */
/* my design start */
.draft_design .mydesign-title-box {
    background: #737373;
    color: #fff;
}
.mydesign-page.moonvelly-login{
    background-image: none;
    position: absolute;
    height: 100%;
    width: 100%;
}
.mydesign-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    align-items: center;
    background-size: cover;
    background-image: url(../images/registerBG.jpg);
    background-position: top center;
}
.mydesign-form{
    width: 90%;
    padding: 100px 0 0;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
}
.mydesign-scroll{
    overflow-x:hidden;
    height:400px;
}
.mydesign-title{
    width: 85%;
    padding: 25px 0;
    margin: -50px auto;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    position: relative;
}
.mydesign-width-form{
    width:100%;
    padding:0 100px;
}
.mydesign-img-box {
    border: 2px solid rgba(103, 103, 103, 0.28);
    height: 188px;
    border-radius: 5px;
    object-fit: contain;
    overflow: hidden;
    object-position: 50% 50%;
    margin: 0 auto;
    position: relative;
}
.mydesign-img-box img {
    height: 100%;
    background-color: rgb(255, 255, 255);
    object-fit: contain;
    overflow: hidden;
    object-position: 50% 50%;
    position: relative;
    /* transform: scale(1.6); */
    width: 100%;
}
.mydesign-page .mt{
    margin-top:40px;
}
.mydesign-title-box {
    background-color: red;
    width: 150px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-top-right-radius: 25px;
    padding: 5px 0;
    position:absolute;
    top:-15px;
    z-index:1;
}
.mydesign-cross {
    background-color: #fff;
    width: 40px;
    font-size: 20px;
    color: #000;
    text-align: center;
    padding: 4px 0;
    position: absolute;
    top: -20px;
    z-index: 1;
    right: 0;
    font-weight: lighter;
    height: 40px;
    border-radius: 100%;
    box-shadow: -1px 5px 10px 2px rgba(74, 74, 74, 0.32);
    font-family: 'Oswald';
    cursor:pointer;
}
.mydesign-main {
    margin-bottom: 50px;
}
.mydesign-subtitle{
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    top: auto;
    text-align: center;
    padding: 10px 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.48);
    margin: 0;
}
/* my design end */
/* tutorial secction start */
.tutorial-page{
    background-image: none;
    position: absolute;
    height: 100%;
    width: 100%;
}
.tutorial-bg-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    z-index: 40;
    position: absolute;
    background-color: #000;
}
.tutorial-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    align-items: center;
    background-size: cover;
    background-image: url(../images/tutorial.jpg);
    background-position: top center;
}
.tutorial-first-contain{
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:111;
}
.tutorial-contain-home{
    margin: -80px 0 50px 0;
}
.tutorial-btn{
    font-weight:300;
    margin-bottom:20px;
}
.tutorial-btn:hover{
    background-color:#fff;
    color:red;
}
.tutorial-first-contain p{
    color:#fff;
    font-size: 1.25rem;
    font-family: 'Oswald';
    font-family: 'Oswald';
    font-weight: 400;
    line-height: 1.6;
}
.tutorial-skip{
    color:#fff;
    text-decoration:none;
    border-bottom:1px solid #fff;
    font-weight:300;
    font-family: 'Oswald';
    font-size:0.875rem;
}
.tutorial-skip:hover{
    color:red;
    text-decoration:none;
    border-bottom:1px solid red;
}
.tutorial-second-page{
    background-image: none;
    position: absolute;
    width: 100%;
}
.tutorial-second-contain{
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:111;
}
.tutorial-second-contain p{
    color:#fff;
    font-size: 1.25rem;
    font-family: 'Oswald';
    font-weight: 400;
    line-height: 1.6;
}
.tutorial-skip-btn {
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #fff;
    margin-top: 30px;
}
.tutorial-skip-btn:hover {
    background-color: #fff;
    border: 1px solid #fff;
    margin-top: 30px;
    color:#000;
}
.tutorial-contain-openfile p{
    font-size: 1rem;
    font-family: 'Oswald';
    font-weight: 400;
    line-height: 1.5;
    color:#fff;
    margin-top:80px;
}
.upload-tutorial-area{
    position: absolute;
    left: 0;
    right: 0;
    top: 380px;
    bottom: 0;
}

.upload-tutorial-area .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}
.upload-tutorial-area .custom-file .custom-file-input {
    cursor: pointer;
}
.upload-tutorial-area .custom-file label.custom-file-label {
    background: transparent;
    border: 2px dashed #000;
    width: 65%;
    height: auto;
    text-align: center;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    cursor: pointer;
    padding: 90px 0;
}
.upload-tutorial-area  svg.plus-svg {
    color: #252525;
    height: 10vh;
    display: block;
    text-align: center;
    margin: 0 auto 0;
    cursor: pointer;
}
.upload-tutorial-area:after {
    content: '';
    background: rgb(255, 255, 255);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.upload-tutorial-area .custom-file-label:after {
    display:none;
}
.s-page1{
    left: 0;
    margin: 0;
    border: none;
    opacity: 0.7;
    z-index: 38;
    padding: 0;
    position: absolute;
    overflow: hidden;
    transition: all 1s;
    background-color: #000;
}
.s-page1{
    right: 0;
    margin: 0;
    border: none;
    opacity: 0.7;
    z-index: 38;
    padding: 0;
    position: absolute;
    overflow: hidden;
    transition: all 1s;
    background-color: #000;
}
/* tutorial section end */
/* open save img */
.saveimg-title{
    width: 95%;
    padding: 25px 0;
    margin: -50px auto;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    position: relative;
    z-index:11;
}
.saveimg-main {
    width: 70%;
    margin: 0 auto;
}
.saveimg-form {
    width: 100%;
    padding: 80px 40px 20px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
}
.saveimg-box{
    height: auto;
    border-radius: 15px;
    object-fit: contain;
    overflow: hidden;
    object-position: 50% 50%;
    margin: 10px auto 25px;
    position: relative;
    width: 100%;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .5);
}
.saveimg-input {
    margin: 20px auto 0;
}
#draftdModal .modal-content{
    border:none;
}
.saveimg-form .btn.cancel-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.23);
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: normal;
    font-size: 16px;
    margin:0 0 0 25px;
    padding:10px 65px;
    transition:all 0.3s ease;
}
#draft-design-form label.error{
    font-family: oswald;
    font-weight: 300;
    margin: 0;
    font-size: 14px;
    color: red;
}
.saveimg-form .btn.cancel-btn:hover {
    background-color: #2f2f2f;
    color: #fff;
    border: 1px solid #2f2f2f;
    transition:all 0.3s ease;
}
.saveimg-width-form {
    margin: 0 auto;
    position: relative;
    width:100%;
}
.saveimg-form .login-btn{
    margin-top:0;
    padding: 10px 74px;
}
.saveimg-form .form-control{
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.54);
    border-radius: 0;
    padding: 0;
    font-family: 'Oswald';
    font-weight: 300;
    font-size: 16px;
    width:100%;
    margin: 0 auto 0;
    color:#000;
}
.saveimg-box img {
    overflow: hidden;
}
.rightimg-title{
    width: 100%;
    padding: 30px 0;
    margin: -90px auto;
    background-color: #000;
    color: #fff;
    border-radius: 8px;
    position: relative;
    z-index:11;
}
.preview-main {
    width: 60%;
    margin: 0 auto;
}
.form-group.rightimg-input {
    text-align: left;
}
.rightimg-form .m-login-form{
    width:100%;
    margin:0 auto;
}
.rightimg-form {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 125px 40px 20px;
}
#save-design-form label.error{
    font-family: oswald;
    font-weight: 300;
    margin: 0;
    font-size: 14px;
    color: red;
}
.rightimg-form p{
    text-align:center;
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 1rem;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #000;
}
.rightimg-checkbox p.chekbox-contain{
    text-align:left;
    padding-top:25px;
    color: rgba(0, 0, 0, 0.58);
}
.rightimg-step1 .table td, .table th{
    width:50%;
}
.checkbox-label {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    color: #000;
    font-size: 0.875rem;
    font-family: 'Oswald';
    font-weight: 300;
    padding-left: 30px;
    padding-right:20px;
}
.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkbox-label .checkbox-custom {
    position: absolute;
    top:2px;
    left: 0px;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border-radius: 3px;
    transition: all 0.3s ease-out;
}
.checkbox-label .checkbox-custom:after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(0deg) scale(0);
    opacity:1;
}
.checkbox-label input:checked ~ .checkbox-custom:after {
    transform: rotate(45deg) scale(1);
    opacity:1;
    left: 5px;
    top:1px;
    width: 5px;
    height: 10px;
    border: solid #009BFF;
    border-width: 0 2px 2px 0;
    background-color: transparent;
    border-radius: 0;
}
.checkbox-label .checkbox-custom.circular {
    background-color: #fff;
    border: 2px solid #000;
}
.checkbox-label input:checked ~ .checkbox-custom.circular {
    background-color: #000;
    border: 2px solid #000;
}
.checkbox-label input:checked ~ .checkbox-custom.circular:after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.checkbox-1{
    width:100%;
}
.rightimg-form .btn.cancel-btn {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(0, 0, 0, 0.23);
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: normal;
    font-size: 15px;
    margin-left: 60px;
    transition: 500ms ease-out;
}
.rightimg-form .btn.cancel-btn:hover {
    background-color: #2f2f2f;
    color: #fff;
    border: 1px solid #2f2f2f;
    transition: 500ms ease-out;
}
.rightimg-form .btn{
    margin-top:50px;
}
.table td{
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: #000;
    font-family: 'Oswald';
    text-align:center;
}
.table td a {
    color: #000;
}
.table-heading td{
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: #424242;
    font-family: 'Oswald';
    text-align: center;
    font-weight: normal;
    text-decoration: underline;
}
.specification-table .table thead th{
    width:33.33%;
}
.preview-main {
    text-align: center;
}
.preview-btn1 {
    font-family: 'Oswald';
    background-color: transparent;
    border: none;
    color: #000;
    font-size:16px;
    text-transform:uppercase;
    padding:0 50px 10px;
}
.preview-btn-line{
    border-bottom:2px solid red;
    border-radius: 0;
}
.preview-box {
    height: auto;
    border-radius: 10px;
    object-fit: contain;
    overflow: hidden;
    object-position: 50% 50%;
    margin: 15px auto 25px;
    position: relative;
    width: 100%;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .5);
}
.preview-btn .btn.cancel-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.23);
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: normal;
    font-size: 16px;
    margin: 30px 0 0 30px;
    padding: 10px 55px;
    transition: 500ms ease-out;
}
.preview-form  .preview-btn .btn.cancel-btn {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.23);
    text-transform: uppercase;
    font-family: 'Oswald';
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 0 30px;
    padding: 10px 60px;
    transition: 500ms ease-out;
}
.preview-form .preview-btn .btn.login-btn {
    margin: 0 0 0 10px;
    padding: 10px 31px;
}
.preview-btn .btn.login-btn{
    margin: 30px 0 0 0;
    padding: 10px 64px;
}
.preview-btn .btn.cancel-btn:hover {
    background-color: #2f2f2f;
    color: #fff;
    border: 1px solid #2f2f2f;
    transition: 500ms ease-out;
}
.preview-btn .btn{
    margin-top:0;
}
.preview-btn1:focus {
    outline: 0;
    box-shadow: none;
}
.preview-box img {
    overflow: hidden;
}
.step-two .rightimg-input .form-control {
    border:none;
    border-bottom:1px solid rgba(0, 0, 0, 0.54);
    border-radius: 0;
    width: 100%;
    font-family: 'Oswald';
    font-weight: 300;
    font-size:16px;
    display: inline-block;
    padding: 0;
    text-align: left;
    margin:20px auto 0;
    color:#000;
    height:auto;
}
.specification-table {
    margin-top: 26px;
    overflow: visible;
    height: 33vh;
    overflow-x: hidden;
    margin-bottom: 30px;
}
.preview-form {
    width: 100%;
    margin: 0 auto;
}
.share-box img{
    overflow:hidden;
}
.share-box {
    height:auto;
    border-radius: 10px;
    object-fit: contain;
    overflow: hidden;
    object-position: 50% 50%;
    margin: 0 auto 20px;
    position: relative;
    width:45vh;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, .5);
}
.share-contain{
    color: rgba(0, 0, 0, 0.87);
    font-size: 1rem;
    font-family: 'Oswald';
    font-weight: 400;
    line-height: 1.5;
    padding:5px 0;
}
.shareiconsvg{
    color: #ffffff;
    height: 45px;
    display:inline-block;
    text-align: center;
    margin: 0 auto 5px;
    cursor: pointer;
    background: red;
    border-radius: 50%;
    width: 45px;
    padding: 12px;
    transition: 500ms ease-out;
}
.share-icon {
    margin: 0 auto 0;
    background-color: transparent;
    border: none;
}
button:focus {
    outline: none;
    outline:none;
}
a.addthis_button_compact {
    background-color: red;
    border-radius: 30px;
    height: 45px;
    width: 45px;
    display: inline-block;
    line-height: 43px;
}
.at-style-responsive .at-share-btn{ display:none !important; }
a.share-done {
    background-color: red;
    border-radius: 4px;
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 18px;
    padding: 9px 45px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 15px;
    transition: 500ms ease-out;
    display: inline-block;
}
a.share-done:hover{
    text-decoration:none;
    background-color: #000;
    color: #fff;
    transition: 500ms ease-out;
}
.addthis_inline_share_toolbox_97dp {
    display: inline-block;
    vertical-align: middle;
}
.share-link{
    margin-top:0;
    float:right;
}
.share-form {
    width: 100%;
    margin: 0 auto;
}
/* open save img */

/* page not found start */
.pagenotfound-bg{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    align-items: center;
    background-size: cover;
    background-image: url(../images/pagenotfound.jpg);
    background-position: top center;
}
.pagenotfound-box{
    top: 20vh;
    width: 33vw;
    z-index: 4;
    position: absolute;
    color: rgba(0, 0, 0, 0.87);
    font-size: .875rem;
    margin-top: 30px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.9));
    border-radius:6px;
    text-align:center;
}
.pagenotfound-contain{
    padding:35px 30px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 1rem;
    font-family: 'Oswald';
    font-weight: 400;
    line-height: 1.5;
}
.pagenotfound-contain p{
    margin-bottom:3rem;
}
a.pagebtn:hover{
    text-decoration:none;
}
.form-group a.pagebtn{
    background-color: red;
    border-radius: 4px;
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 15px;
    padding: 10px 75px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin-top:30px;
}
.pagenotfound-form{
    width: 50%;
    margin: 0 auto;
}
/* page not found end */

/*error design css
label.error {
    font-size: 16px;
    color: red;
}
.txt-box-1 label.error {
    position: absolute;
    left: 27px;
    top: 45px;
}
.txt-box-1 {
    display: inline;
    position: relative;
}
.site_error_msg2 {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
        color: green;
}
.site_error_msg2 span.opt-num {
    display: block;
    font-weight: bold;
}*/
/* tutorial secction start */
.toggle-button-tutorial {
    position: absolute;
    top: 40px;
    z-index: 111;
    left: 30px;
    background: red;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 25px -8px #000;
    transition: 500ms ease-out;
    margin: 0 6px;
    cursor:default;
}
.toggle-button-tutorial a {
    color: #fff;
    font-size: 21px;
    padding: 8px;
    display: block;
}
.toggle-button-tutorial:hover {
    background: #ff0000de;
    box-shadow: none;
    cursor:default;
}
div#sidebarToggle a {
    cursor: pointer;
}
.tutorial-page{
    background-image: none;
    position: absolute;
    height: 100%;
    width: 100%;
}
.tutorial-bg-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    z-index: 1;
    position: absolute;
    background-color: #000;
}
.tutorial-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    align-items: center;
    background-size: cover;
    background-image: url(../images/tutorial.jpg);
    background-position: top center;
}
.tutorial-first-contain{
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:111;
}
.tutorial-contain-home{
    margin: -80px 0 0 0;
}
.tutorial-btn{
    font-weight:400;
    margin-bottom:20px;
    transition: 500ms ease-out;
}
.tutorial-btn:hover{
    background-color:#fff;
    color:red;
    transition: 500ms ease-out;
}
.tutorial-first-contain p{
    color:#fff;
    font-family: 'Oswald';
    line-height: 1.6;
    font-size: 18px;
}
.tutorial-skip{
    color:#fff;
    text-decoration:none;
    border-bottom:1px solid #fff;
    font-weight:300;
    font-family: 'Oswald';
    font-size:0.875rem;
    text-transform:uppercase;
    transition: 500ms ease-out;
}
.tutorial-skip:hover{
    color:red;
    text-decoration:none;
    border-bottom:1px solid red;
    transition: 500ms ease-out;
}
.tutorial-second-page{
    background-image: none;
    position: absolute;
    width: 100%;
}
.tutorial-second-contain{
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:111;
    /*cursor: no-drop;*/
}
.tutorial-second-contain p{
    color:#fff;
    font-size: 1.25rem;
    font-family: 'Oswald';
    font-weight: 400;
    line-height: 1.6;
}
.tutorial-skip-btn {
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #fff;
    margin-top: 50px;
    padding:10px 30px;
    transition: 500ms ease-out;
    cursor:pointer;
}
.tutorial-skip-btn:hover {
    background-color: #fff;
    border: 1px solid #fff;
    margin-top: 50px;
    color:#000;
    transition: 500ms ease-out;
}
.tutorial-contain-openfile p{
    font-family: 'Oswald';
    line-height: 1.5;
    color:#fff;
    margin-top:80px;
    font-size: 18px;
}
.upload-tutorial-area{
    position: absolute;
    left: 0;
    right: 0;
    top: 225px;
    bottom: 0;
}
.upload-tutorial-area a {
    display: block;
}
.icon-plus-tutorial{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height:100%;
    width:100%;
    z-index:111;
}
.icon-plus-contain{
    position:absolute;
    bottom: 40px;
    right: 30px;
}
.tutorial-third-page p{
    color: #fff;
    font-family: 'Oswald';
    line-height: 1.4;
    text-align:right;
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
	font-size:18px;
}
.tutorial-category-title p {
    font-size: 18px;
}
.tutorial-product-title p {
    font-size: 18px;
}
.icons-tutorials {
    z-index:1111111;
    border: none;
    background-color:transparent;
    position:relative;
}
.tutorial-category,.tutorial-product,.tutorial-product-edit{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 111;
}
.tutorial-category-contain,.tutorial-product-contain{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.tutorial-category-title,.tutorial-product-title{
    color:#fff;
}
.tutorial-category-img,.tutorial-product-img{
    position: absolute;
}
.create-design-tutorial {
    position: fixed;
    bottom: 0px;
    margin: 0px 0;
    right: 30px;
    transition: all 500ms ease-out 0s;
}
.create-design-tutorial button.icons-tutorial {
    position: static;
    display: block;
    margin: 30px 0;
}
.tutorial-six-page .btn.tutorial-skip-btn{text-transform:uppercase;}
.tutorial-six-page .btn{
    text-transform:none;
}
.tutorial-btn:hover {
    background-color: #fff;
    color: red;
    transition: 500ms ease-out;
}
.tutorial-product-move {
    position: fixed;
    left: 0;
    right: 0;
    top: 30%;
    height: 100%;
    width: 100%;
}
.tutorial-product-move .tutorial-product-edit-contain{
    z-index:1;
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    width: 36%;
    float: right;
    text-align: right;
}
.tutorial-product-move p {
    color: #fff;
	font-size: 18px;
}
.icons-tutorial {
    z-index: 1111111111;
    border: none;
    background: transparent;
}
.icons-tutorial svg.iconssvg:hover {
    background: #ff0000;
    transition: 500ms ease-out;
    box-shadow:none;
}
.tutorial-button-type {
    float: left;
    margin-right: 10px;
}
.button-name {
    background-color: #fff;
    border: 1px solid red;
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 14px;
    margin: 50px 0 50px 0px;
    width: 100%;
}
.create-tool-tutorial {
    float: right;
}
.tutorial-product-duplicate p{color:#fff;font-size: 18px;}
.tutorial-product-duplicate a{text-transform:capitalize;}
.tutorial-product-duplicate {
    position: fixed;
    bottom: 70px;
    z-index: 111111;
    margin: 0px 0;
    right: 190px;
    width:auto;
}
#tutorial-product-edit1 {
    margin-left: 125px;
}
section.tutorial-eight-page {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    /*cursor: no-drop;*/
}
.tutorial-product-finish a{
    width:170px;
    font-weight:400;
    margin-top:0;
    margin-bottom:20px;
}
.tutorial-finish-btn{border:2px solid red;transition: 500ms ease-out;}
.tutorial-finish-btn:hover{
    background-color:#fff;
    color:red;
    border:2px solid #fff;
    transition: 500ms ease-out;
}
.tutorial-restart-btn{
    background-color:transparent;
    color:#fff;
    border:2px solid #fff;
    transition: 500ms ease-out;
}
.tutorial-restart-btn:hover{
    background-color:#fff;
    color:#000;
    border:2px solid #fff;
    transition: 500ms ease-out;
}
.tutorial-bg1{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    align-items: center;
    background-size: cover;
    background-image: url(../images/tutorial.jpg);
    background-position: top center;
}
.tutorial-finish-overlay{z-index:1;}
.icons-tutorial-finish{
    position: absolute;
    z-index: 1111111111;
    border: none;
    background: transparent;
}
.icons-tutorial-finish.clip-icon{
    left:30px;
    bottom:40px;
    cursor:none;
}
.icons-tutorial-finish.plus-icon {
    bottom: 40px;
    right: 30px;
}
.icons-tutorial-finish.save-icon {
    top: 120px;
    right: 30px;
}
.icons-tutorial-finish.right-icon {
    top: 40px;
    right: 30px;
}
.icons-tutorial-finish svg.iconssvg{cursor:default;}
.icons-tutorial-finish svg.iconssvg:hover {
    background: red;
    transition: 500ms ease-out;
    box-shadow: none;
    cursor:default;
}
.tutorial-finish-contain-one {
    width: 300px;
    color: #fff;
    margin-top: 25px;
    text-align: left;
    cursor: no-drop;
}
.tutorial-finish-contain-two {
    position: absolute;
    bottom: 100px;
    color: #fff;
    left: 35px;
    text-align: left;
}
.tutorial-finish-contain-main{
    position:absolute;
}
.tutorial-finish-contain-three {
    margin-bottom: 20px;
}
.tutorial-finish-contain-main {
    position: absolute;
    right: 120px;
    text-align: right;
    color: #fff;
    top: 45px;
}
.tutorial-eight-page p{
    color:#fff;
    font-size:18px;
}
.tutorial-finish .upload-1icons {
    z-index: 1;
    /*cursor: no-drop;*/
}
.tutorial-product-finish {
    z-index: 11111111;
    position: relative;
}
.tutorial-finish {
    position: relative;
    z-index: -1;
}
.icons-tutorial-finish svg,.upload-1icons .toggle-button-tutorial a {
    cursor: pointer !important;
}
.tutorial-restart-button a {
    margin-bottom: 0;
}
/*.tutorial-product-edit {
    cursor: pointer;
}
section.tutorial-section,section.tutorial-four-page,section.tutorial-five-page {
    cursor: pointer;
}*/
.tutorial-btn,.tutorial-six-page .btn.tutorial-skip-btn,.tutorial-skip-btn {
    text-transform: uppercase;

}
.tutorial-product-finish {
    background: transparent;
    padding: 50px;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    display: table-cell;
}
.tutorial-seven-page .tutorial-product-move-img {
    position: relative;
    -webkit-filter: grayscale(50%);
    filter: grayscale(100%);
    opacity: 1;
}


@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* tutorial section end */

@media only screen and (min-width: 1921px){
    .tutorial-category-img{
        right: auto;
        bottom: 20px;
        left: 9.9%;
        top: 26%;
    }
    .tutorial-product-img{
        left: 10.3%;
        top: 31%;
    }
    .tutorial-category-bgimg .t1,.tutorial-category-img .t1,.tutorial-product-bgimg .t1,.tutorial-product-img .t1{
        display:none;
    }
	.tutorial-category-bgimg .t3,.tutorial-category-img .t3,.tutorial-product-bgimg .t3,.tutorial-product-img .t3{
        display:none;
    }
}
@media only screen and (min-width: 3840px){
	 .tutorial-category-bgimg .t2,.tutorial-product-bgimg .t2,.tutorial-product-img .t2{
        display:none;
    }
	.tutorial-category-img .t2,.tutorial-product-img .t2{
		display:block;
	}
	.tutorial-category-img {
		left: 5.5%;
	}
	.tutorial-product-img {
		left: 7%;
	}
	.tutorial-category-bgimg .t1,.tutorial-category-img .t1,.tutorial-product-bgimg .t1,.tutorial-product-img .t1{
        display:none;
    }
	.tutorial-category-bgimg .t3,.tutorial-category-img .t3,.tutorial-product-bgimg .t3,.tutorial-product-img .t3{
        display:block;
    }
	.slide1-view ul li, .slide2-view ul li {
		width: 16%;
	}
}
@media only screen and (max-width: 1920px){
    .upload-tutorial-area img {width: 1050px;cursor:pointer;}
    .tutorial-category-title{width: 73%;}
    .tutorial-category-img img {width: 300px;}
    .tutorial-category-img {right: 73.2%;bottom: 20px;}
    .tutorial-product-img{right: 73.8%;bottom: 20px;}
    .tutorial-product-img img{width: 288px;}
    .tutorial-product-title {width: 37%;}
    .tutorial-product-move-img img {width: 300px;}
    .tutorial-product-move .tutorial-product-edit-contain{width:38%;}
    .tutorial-category-bgimg .t2,.tutorial-category-img .t2,.tutorial-product-bgimg .t2,.tutorial-product-img .t2{
        display:none;
    }
	.tutorial-category-bgimg .t3,.tutorial-category-img .t3,.tutorial-product-bgimg .t3,.tutorial-product-img .t3{
        display:none;
    }
}
@media only screen and (max-width: 1680px){
	.tutorial-category-img img {
		width: 260px;
	}
	.tutorial-product-img img {
		width: 260px;
	}
	.tutorial-product-img {
		bottom: 15px;
	}
}
@media only screen and (max-width: 1600px){
    .upload-tutorial-area img {width: 880px;}
    .tutorial-category-title{width: 74%;}
    .tutorial-category-img {right: 73.2%;bottom: 16px;}
    .tutorial-category-img img {width: 250px;}
    .tutorial-product-img {right: 73.8%;bottom: 17px;}
    .tutorial-product-img img {width: 240px;}
}
@media only screen and (max-width: 1440px){
    .upload-tutorial-area img {width: 780px;}
    .tutorial-category-title{width: 74%;}
    .tutorial-category-img{right: 73.2%;bottom:15px;}
    .tutorial-category-img img {width: 225px;}
    .tutorial-product-img{right: 73.8%;bottom: 15px;}
    .tutorial-product-img img{width: 215px;}
    .tutorial-product-title {width: 37%;}
    .tutorial-product-move-img img {width: 270px;}
}
@media only screen and (max-width: 1366px){
    .upload-tutorial-area img {width: 732px;}
    .tutorial-category-title {width: 73%;}
    .tutorial-category-img {right:73.2%;bottom: 14px;}
    .tutorial-category-img img {width: 213px;}
    .tutorial-product-img {right:73.8%;bottom: 14px;}
    .tutorial-product-img img {width: 205px;}
    .tutorial-product-title {width: 37%;}
    .tutorial-product-move .tutorial-product-edit-contain {width: 35%;}
    .form-group.lock-icon svg{right:-35px;}
    .mydesign-img-box img{transform:scale(2.5);}
    .rightimg-title {width:95%;}
    .saveimg-box{margin:25px auto;}
}
@media only screen and (max-width: 1280px){
    .tutorial-category-img img {width: 198px;}
    .tutorial-product-img img {width: 191px;}
}
@media only screen and (max-width: 1200px){
    .step-three .form-control.p-code,.step-three .form-control.address{width:98%;}
    .saveimg-input {width: 100%;margin:0 auto;}
    .m-logo-img {width: 350px;}
    .about-form {height: 440px;overflow-x: hidden;}
    tutorial-category-title {width: 74%;}
    .tutorial-category-img img {width: 187px;}
    .tutorial-category-img {right: 73.2%;bottom: 12px;}
    .upload-tutorial-area img {width: 650px;}
    .moonvelly-home-logo{margin:0 0 500px 0;}
    .step-three .form-control.p-code,.step-three .form-control.address{width:98%;}
    /*.preview-box{height:30vh;width:48vh;}*/
    .saveimg-input {width: 100%;margin:0 auto;}
    .tutorial-product-img {right: 73.8%;bottom: 12px;}
    .tutorial-product-img img {width: 180px;}
    .tutorial-product-title {width: 38%;}
    .form-group.lock-icon svg{right:-40px;}
}
@media only screen and (max-width: 1024px) {
    .upload-tutorial-area img {width: 645px;}
    .tutorial-category-title {width: 73%;}
    .tutorial-category-img {right:73.2%;bottom: 11px;}
    .tutorial-category-img img {width: 160px;}
    .tutorial-product-img {right: 73.8%;bottom: 10px;}
    .tutorial-product-img img {width: 155px;}
    .tutorial-product-title {width: 38%;}
    .tutorial-product-move .tutorial-product-edit-contain {width: 30%;}
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .saveimg-form{
        overflow-x: hidden;
        height: 450px;
    }
    .rightimg-form,.rightimg-step1 {
        overflow-x: hidden;
        height: 450px;
    }
    .saveimg-box{margin:25px auto;}
    .share-box{width:40vh;}
    .rightimg-title {width: 95%;}
    .preview-form .preview-btn .btn.login-btn {
        margin: 0 0 0 0px;
    }
    .mydesign-img-box img{transform:scale(2.5);}
    .form-group.lock-icon svg {
        right: -35px;
    }
    .m-logo-img {width: 250px;}
    .moonvelly-home-logo{margin:0 0 350px 0;}
    .m-round-line{width:150px;}
    .step-two .form-control{margin: 0 12px 0;}
    .step-three .form-control.p-code,.step-three .form-control.address{width:99%;}
    .mydesign-title-box{width: 120px;font-size:14px;}
    .mydesign-width-form{padding:0 70px;}
    .mydesign-img-box:before{transform: translate(190px, -28px);}
    span.myprofile-show-password, span.myprofile-hide-password {transform: translate(685px, -40px);}
    .form-check-inline {margin-right: 34px;}
    .myprofile-mt {margin-top: 75px;}
    .about-form {height: 430px;overflow-x: hidden;}
    .mydesign-scroll {overflow-x: hidden;height: 450px;}
    .myprofile-form {width: 80%;}
    .saveimg-main{width:55%;}
    .preview-box {
        height: 100%;
        width: 100%;
    }
    .mydesign-img-box{height:200px;}
    .moonvelly-login .moonvelly-form-title {width: 75%;}
    .moonvelly-login .moonvelly-login-form {width: 80%;}
    .registration-form-title,.registration .moonvelly-form-title,.myprofile-title{width:90%;}
    .registration-form,.step-two .registration-form, .step-three .registration-form,.myprofile-form{width:95%;}
    .myprofile-form .form-group.lnm,.myprofile-form .form-group.cit,.myprofile-form .form-group.phnum {margin-left: 8px;}
    /*span.show-password, span.hide-password {transform: translate(500px, -68px);}*/
    section.myprofile .myprofile-title,section.edit-profile .myprofile-title,section.change-password .myprofile-title,.contact-title{z-index:1;}
    .moonvelly-login-form.myprofile-form {
        overflow-x: hidden;
        height: 400px;
    }
    .contact-form {
        overflow-x: hidden;
        height: 400px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    .form-group.lock-icon svg {
        transform: rotate(180deg)translate(-100px, 45px);
        right: 60px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .step-three .registration-form{padding-bottom: 25px;}
    .tutorial-category-img img {width: 120px;}
    .tutorial-product-img img {width: 117px;}
    .tutorial-category-img,.tutorial-product-img{bottom:8px;}
    .preview-box {
        height: 30vh;
    }
    .rightimg-title {width: 95%;}
    .saveimg-main, .preview-main {width: 100%;}
    form#changepasswordfrm svg {top: -33px;margin-left: 15px;}
    .form-group.lock-icon svg {right: -8%;}
    form#registerfrm3 {padding: 0 30px;}
    .m-logo-img {width: 270px;}
    .moonvelly-home-logo {margin: 0 0 570px 0;}
    .m-round-line{width:80px;}
    form#registerfrm3 .form-group.lnm, form#registerfrm3 .form-group.cit ,.myprofile-form .form-group.lnm,.myprofile-form .form-group.cit,.myprofile-form .form-group.phnum{margin-left: 5px;}
    .registration-form .form-group.lock-icon:after{top:45%;}
    .step-two .form-control{padding:25px 0;margin: 0 10px 0;}
    .step-three .form-control.p-code,.step-three .form-control.address{width:99%;}
    span.myprofile-show-password, span.myprofile-hide-password {transform: translate(490px, -45px);}
    .mydesign-title-box{width: 100px;font-size:14px;}
    .mydesign-img-box{height:200px;}
    .mydesign-img-box:before{transform: translate(165px, -25px);padding:5px 12px;}
    .rightimg-form{width:90%;}
    .mydesign-width-form{padding:0 40px;}
    /*span.show-password, span.hide-password {transform: translate(405px, -68px);}*/
    span.rshow-password, span.rhide-password {transform: translate(440px, -45px);}
    .preview-btn .btn.login-btn {margin: 30px 0 0 0;}
    .specification-table {height: 250px;}
    .mydesign-subtitle{font-size:14px;}
    .mydesign-cross{height:35px;width:35px;font-size:15px;top:-15px;}
    .mb-checkbox{margin-bottom: 20px;}
    .saveimg-form {padding: 85px 40px 20px;}
    .mydesign-scroll {padding: 0 20px;}
    .checkbox-label{width:49%;}
    .about-form {height: 450px;overflow-x: hidden;}
    #draftdModal .modal-dialog{max-width:100%;}
    #savedModal .modal-dialog{max-width:90%;}
    .saveimg-main {width: 80%;}
    .preview-main{width:90%;}
    .share-box{width:70%;height:25vh;}
    .saveimg-box{height:30vh;}
    .preview-btn1{padding: 0 30px 10px;}
    .moonvelly-login .moonvelly-login-form {width: 90%;}
    .moonvelly-login .moonvelly-form-title{width:85%;}
    .myprofile .moonvelly-form-title,.edit-profile .moonvelly-form-title,.change-password .moonvelly-form-title,.contact-page .moonvelly-form-title,.about-page .moonvelly-form-title{width:85%;}
    .faq-form,.contact-form,.about-form{width:95%;}
    .faq-title,.contact-title,.about-header-title{width:90%;}
    .registration-form-title,.registration .moonvelly-form-title{width:90%;}
    .registration-form-title,.registration .moonvelly-form-title,.myprofile-title{width:85%;}
    .registration-form,.step-two .registration-form, .step-three .registration-form,.myprofile-form{width:95%;}
    .saveimg-title{width:90%;}
    .saveimg-form,.mydesign-form{width:100%;}
    .mydesign-title,.rightimg .moonvelly-form-title{width:95%;}
}
