@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,500;0,600;0,700;1,400&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
    margin: 0px;
    padding: 0px;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl50 {
    padding-left: 50px;
}

.pr50 {
    padding-right: 50px;
}

.pl30 {
    padding-left: 30px;
}

.pr30 {
    padding-right: 30px;
}

.ptb30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pb30 {
    padding-bottom: 30px;
}

.pt50 {
    padding-top: 50px;
}

.pb50 {
    padding-bottom: 50px;
}

.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

.pt150 {
    padding-top: 150px;
}

.pb150 {
    padding-bottom: 150px;
}

.ptb50 {
    padding: 50px;
}

.ptb35 {
    padding: 35px;
}

.text-block {
    color: #000000;
}

.bg-primary {
    background: url(../images_new_design/Dot_BG.svg);
    background-repeat: repeat;
    background-size: contain;
}

.bg-secondary {
    background-color: #131313;
}

.bg-color {
    background-color: #f8a11b;
}

.container-form {
    max-width: 422px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-extra-small {
    max-width: 790px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-small {
    max-width: 840px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-medium {
    max-width: 970px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-large {
    max-width: 1015px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.text-block p a {
    color: #000;
    text-decoration: underline;
}

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

.cus-org-btn .button {
    background: #cc5500;
    min-width: 130px;
    display: inline-block;
    text-align: center;
    padding: 15px;
    color: #fff;
}

.bg-primary {
    color: #000;
}

body h1,
body h2,
body h3,
body h6 {
    font-family: "Oswald", sans-serif;
    line-height: 1.2;
}

body .lora-h1,
body .lora-h2,
body .lora-h3 {
    font-family: "Lora", serif;
    line-height: 1.2;
}

body .lora-h3 {
    font-weight: 600;
    font-size: 24px;
}

body .lora-h1 {
    font-weight: 600;
    font-size: 29px;
}

body h1 {
    font-weight: 400;
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

body h3 {
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

body h4 {
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 20px;
    font-family: "Roboto", sans-serif;
}

body h6 {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

body {
    font-family: "Roboto", sans-serif;
}

body a,
body a:hover {
    color: #000;
}

body p,
body li,
body a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

p:not(:last-child) {
    margin-bottom: 15px;
}

p {
    margin: 0px;
}

body li {
    margin-bottom: 15px;
}

body .banner-style {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.specialLink {
    text-decoration: underline !important;
}
.specialLink:hover {
    color: red;
}

/**********header********************/
a.navbar-brand-logo img {
    width: 100%;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section.cus-header ul.navbar-nav li {
    list-style-type: none;
    margin-bottom: 0px;
}

section.cus-header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.navbar-nav li,
ul.navbar-nav li a {
    font-size: 14px;
    display: inline-block;
}

section.cus-header {
    padding: 20px 0;
}


section.cus-header ul.navbar-nav li.nav-item:not(:last-child) {
    margin-right: 30px;
}

section.cus-header ul.navbar-nav li.nav-item a {
    color: #fff;
    display: inline-block;
}

section.cus-header ul.navbar-nav li.nav-item.login-btn a {
    padding: 15px;
    background: #cc5500;
}

section.cus-header nav.navbar-expand-lg,
section.cus-header div#navbarNav {
    display: inline-block;
    width: 100%;
}

section.cus-header nav.navbar-expand-lg.navbar-light.bg-light {
    margin-top: 5px;
}

section.cus-header .navbar-nav {
    float: right;
}

/*************header***************/

/*************footer***************/
footer .navbar-nav {
    margin: 0;
}

footer hr {
    opacity: 0.1;
    border: 1px solid #ffffff;
    margin: 0;
}

footer.footer {
    text-align: center;
}

footer.footer .text-block h3 {
    color: #f8a11b;
}

footer.footer .text-block p,
footer.footer .text-block p a {
    color: #fff;
    font-size: 14px;
}

footer.footer .text-block p a {
    text-decoration: underline;
}

.cus-org-btn a.button {
    background: #f8a11b;
}

section.cus-footer-sec1 .footer-nav {
    display: inline-block;
}

.footer-nav li.nav-item a.nav-link {
    color: #fff;
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0.5;
}

li.nav-item a.active {
    color: #f8a11b !important;
    opacity: 1 !important;
}

section.cus-footer-sec1 .footer-nav li.nav-item:not(:last-child) {
    margin-right: 25px;
}

section.cus-footer-sec1 .text-block {
    opacity: 0.5;
}

footer .navbar-nav,
footer .navbar-nav li.nav-item {
    float: inherit;
}

/*************footer***************/

/*************inroduction***************/

.banner-text-block p {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    line-height: 1;
}

.banner-text h1,
.banner-text p {
    color: #fff;
}

.banner-text-block {
    padding: 10px;
}

.adv-intro-sec1 .text-block {
    text-align: center;
}

.adv-intro-sec1 .text-block h3 {
    color: #cc5500;
}

.adv-intro-sec3 .text-block ul.list li {
    background-image: url(../images_new_design/list-style.svg);
    padding-left: 35px;
    background-position: 0px 6px;
    background-repeat: no-repeat;
    background-size: 20px;
    font-size: 20px;
    list-style-type: none;
}

.img-block img {
    width: 100%;
}

.adv-intro-sec4 .text-block h3,
.adv-intro-sec4 .text-block h3 a {
    color: #f8a11b;
    font-weight: 400;
    font-size: 28px;
    margin: 0 0 20px;
    text-decoration: underline;
    text-transform: capitalize;
    margin-bottom: 0;
}
.adv-agree-sec ol{
    padding-left: 20px;
}

.adv-agree-sec ol.sub-list li {
    list-style-type: lower-alpha;
}

.adv-agree-sec ol.sub-list {
    padding-top: 15px;
}

.title-block h3 {
    color: #f8a11b;
    display: inline-block;
    position: relative;
}

.title-block h3.lora-h3:before {
    content: "";
    border: 1px solid #f8a11b;
    height: 1px;
    position: absolute;
    width: 80%;
    bottom: -20px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}

.title-block h3.lora-h3:after {
    content: "";
    height: 10px;
    background: #f8a11b;
    position: absolute;
    width: 47%;
    bottom: -24px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}

.img-box .img-block {
    margin-bottom: 10px;
}

.img-box.text-center {
    width: 100%;
}

.img-box.text-center .text {
    padding: 10px 10px;
    min-height: 100px;
}

.img-box.text-center .text h4 {
    margin-bottom: 10px;
    font-size: 16px;
}

.testimonial-box h6.t-name {
    padding-top: 10px;
    color: #cc5500;
}

.testimonial-box .testimonial-icon {
    margin-bottom: 30px;
}

.testimonial-box {
    color: #000;
}

/*************inroduction***************/

/*************login/form***************/

.cus-form .fild label {
    display: none;
}

body button,
body input,
body select,
body textarea {
    padding: 10px 10px;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.cus-form .fild label {
    display: none;
}

body input::placeholder,
body textarea::placeholder {
    color: #000;
}

body button,
body input,
body select,
body textarea {
    font-family: "Lora";
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 14px;
    color: #000000;
    min-height: 40px;
}

.cus-login-form .fild input {
    width: 100%;
}

.cancel-forgot {
    color: #fff;
}

.cus-login-form .fild {
    margin-bottom: 15px;
}

.cus-login-form .submit-btn button {
    background: #131313;
    border-radius: 0;
    color: #fff;
    min-width: 150px;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 1px solid #131313;
}

.cus-login-form input[type="checkbox"] {
    border: 1px solid #6b6b6b;
    border-radius: 2px;
    margin-top: 0;
    width: 16px;
    height: 16px;
    margin-right: 15px;
}

.cus-login-form .remember-check {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    flex-direction: row;
    font-family: "Roboto";
    color: #fff;
    margin-bottom: 10px;
    font-style: italic;
}

.cus-login-form .cancel-forgot span a {
    color: #fe0119;
    font-family: "Roboto";
    font-size: 14px;
    font-style: italic;
}

.cus-login-form {
    border-radius: 15px;
}

.form-block p {
    color: #000;
}

/*************login/form***************/

/*************help***************/

.video-block .v-title h6 {
    font-weight: 700;
    font-size: 16px;
    font-family: "Roboto";
    text-transform: inherit;
    color: #000;
}

.help-sec1 ul li {
    color: #cc5500;
}

.help-sec1 .title-block h3 {
    color: #cc5500;
}

.help-sec1 ul li::marker {
    color: #000;
}

.help-sec1 ul {
    padding-left: 20px;
}

/*************help***************/

/*************publish***************/

.publish-sec ol {
    padding-left: 15px;
}

.publish-sec a {
    text-decoration: underline;
}

.cus-table table th,
.cus-table table td {
    border: 1px solid #e9e9e9;
    padding: 10px 20px;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 24px;
}

.cus-table table th {
    font-weight: 700;
}

.cus-table table th:nth-of-type(2),
.cus-table table th:nth-of-type(3) {
    width: 295px;
}

.cus-table table td a {
    text-decoration: underline;
}

.cus-table table th a {
    text-decoration: underline;
    font-weight: 700;
}

.cus-table thead.icon th {
    border: 0;
    background: transparent;
}

.cus-table table th {
    background: #e9e9e9;

    vertical-align: baseline;
}

.cus-table tbody tr:nth-of-type(2n) {
    background: #f5f5f5;
}

.cus-table td.link a {
    color: #cc5500;
}

.cus-table table {
    margin-bottom: 15px;
    width: 100%;
}

/*************publish***************/

/*************account-sec***************/

.account-sec .cus-table td:nth-of-type(1) {
    text-align: center;
    width: 22%;
}

.button.cus-org-button {
    background: #f8a11b;
    padding: 12px 20px;
    color: #fff;
    border: 1px solid #f8a11b;
    display: inline-block;
    border-radius: 0px;
}

/*************account-sec***************/

/*************tell-other***************/

.form-fild-radio .fild input {
    margin-top: 0;
    margin-right: 20px;
    width: 16px;
    min-height: auto;
}

.form-fild-radio .fild {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: flex-start;
}

.form-fild-radio label {
    font-weight: 400;
}

.tell-sec1 .fild label,
.tell-sec1 .fild p {
    width: 100%;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.tell-sec1 .fild input,
.tell-sec1 .fild textarea {
    width: 100%;
    margin: 0px 0 5px;
}

.tell-sec1 .fild input::placeholder,
.tell-sec1 .fild textarea::placeholder,
.tell-sec1 .fild input,
.tell-sec1 .fild textarea {
    color: #666666;
    font-family: "Roboto";
    font-size: 14px;
}

.tell-sec1 .fild {
    margin-bottom: 10px;
}

.tell-sec1 input#email {
    margin-bottom: 10px;
}

.tell-sec1 .submit-btn {
    text-align: center;
}

.tell-sec1 .submit-btn button {
    background: #f8a11b;
    color: #fff;
    font-family: "Roboto";
    font-size: 16px;
    min-width: 86px;
    border: 1px solid #f8a11b;
}

/*************tell-other***************/

/*************step-form***************/

.step1 label.form-label {
    color: #666666;
    font-weight: 400;
}

.step1 input {
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0 0 0;
    min-height: 40px;
}

.video-block {
    margin-bottom: 20px;
    width: 100%;
}

.fild.double {
    display: flex;
    justify-content: space-between;
}

.fild.double .col-50 {
    width: 49%;
}

.step1 .fild {
    margin-bottom: 10px;
}

.step-list ul.step {
    margin: 0;
}

.step-list ul.step li {
    list-style-type: none;
}

.step-list ul.step li .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 95px;
    vertical-align: baseline;
}

.step-list ul.step {
    display: inline-block;
}

.step-list ul.step li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto";
    padding: 0 30px;
    position: relative;
}

.step-list {
    text-align: center;
}

.step-list ul.step li .box span {
    background: #e9e9e9;
}

.step-list ul.step li.active span {
    background: #cc5500;
}

.step-list ul.step li.active .box span:after {
    border: 1px solid #cc5500 !important;
}

.step-list ul.step li.active .active  {

    color: #cc5500; /* by Ashish*/

}

.step-list ul.step li .box span {
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 16px;
    display: flex;
    border-radius: 100px;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}

.step-list ul.step li:not(:last-child) .box span:after {
    content: "";
    border: 1px solid #e9e9e9;
    position: absolute;
    width: 100%;
    z-index: -1;
    right: -50%;
    transform: translateY(50%);
}

.set-up-sec ul {
    padding-left: 15px;
}
.setup-sec3 ul li a {
    color: #f8a11b;
    text-decoration: underline;
}

.set-up-sec textarea {
    min-height: 140px;
    width: 100%;
}

.set-up-sec .fild input,
.set-up-sec .fild input::placeholder {
    width: 100%;
    color: #666666;
}

.set-up-sec .fild input {
    margin-bottom: 10px;
    display: inline-block;
}

.fild.double .image {
    text-align: end;
}

.exper-sec {
    display: flex;
    justify-content: space-between;
}

.set-up-sec form p {
    color: #666;
    font-weight: 400;
    font-size: 14px;
}

.set-up-sec .remember-check {
    display: flex;
    align-items: center;
    margin: 10px 0;
    color: #666;
}

.set-up-sec p a {
    text-decoration: underline;
}

.set-up-sec .remember-check input {
    margin-right: 5px;
    margin-top: 0px;
}

body .set-up-sec button,
body .set-up-sec input,
body .set-up-sec select,
body .set-up-sec textarea {
    font-family: "Roboto";
}

body .set-up-sec input[type="text"] {
    width: 100%;
}

.upload-sec .upload-img .image {
    overflow: hidden;
}

.upload-sec {
    display: flex;
    align-items: center;
    vertical-align: baseline;
    flex-direction: row;
    justify-content: space-between;
}

.upload-sec form {
    margin-bottom: 5px;
}

.upload-sec form button {
    margin: 0 10px;
}

.upload-sec .upload-img-sec p {
    font-size: 14px;
}

.step3 p {
    font-size: 14px;
    margin: 0;
}

.upload-sec .upload-img {
    width: 20%;
    margin-right: 15px;
    text-align: center;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 18px;
}

.upload-btn-wrapper .btn {
    border: 1px solid #cc5500;
    color: #fff;
    background-color: #cc5500;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    font-family: "Roboto";
    margin: 0;
}

/*
.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    opacity: 0;
}
*/

.upload-btn-wrapper input[type="file"] {
    background-color: #c50;
    color: white;
    display: inline-block;
}

.upload-sec .upload-img .upload-btn-wrapper .btn {
    font-size: 14px;
    padding: 0;
    color: #666666;
    background: transparent;
    border: 0px;
    text-align: center;
}

.step-button {
    text-align: center;
}

.step-button .save-button {
    background: #666666;
    border-color: #666666;
}

.step-button .button {
    margin: 0 5px;
}

.text.f14 {
    color: #666666;
}

.form-fild-radio label {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.tell-sec .form-fild-radio label{
    align-items: baseline;
}

.tell-sec .tell-sec .form-fild-radio .fild input{
    position: relative;
    top: 2px;
}


.form-fild-radio .fild input {
    margin-top: 0;
    margin-right: 20px;
    width: 16px;
    min-height: auto;
    position: relative;
    top: 2px;
}

.exper-sec.double .col50 {
    width: 48%;
}

.form-sec select{
    width: 100%;
}

.form-sec .select30{
    width: 30% !important;
}

/*************step-form***************/




@media (min-width:0px) and (max-width:567px) {

    body .pr30 {
        padding-right: 0px;
    }

    footer .navbar-nav {
        margin: 0;
    }

    footer .navbar-nav li.nav-item {
        display: block;
        margin-right: 0px !important;
        width: 49%;
        float: left;
    }

    footer ul.navbar-nav {
        width: 100%;

    }

    footer .navbar-nav li.nav-item:nth-of-type(2n) {
        float: right;
    }

    .fild.double .col-50 {
        width: 100%;
    }

    .fild.double {
        flex-wrap: wrap;
    }

    .upload-sec {
        flex-wrap: wrap;
    }

    .upload-sec .upload-img {
        width: 100%;
    }
    .cus-table table {
        width: 950px;
    }
}

@media (min-width:568px) and (max-width:767px) {

    section.adv-sample-sec .col-md-3,
    section.instruction-sec .col-md-4 {
        max-width: 49.7%;
        display: inline-flex;
        width: 49.7%;
    }

}

@media (min-width:768px) and (max-width:991px) {

    section.adv-sample-sec .col-md-3,
    section.instruction-sec .col-md-4 {
        max-width: 32.8%;
        display: inline-flex;
        width: 32.8%;
    }

}

@media (min-width:0px) and (max-width: 991px) {
    section.cus-header nav.navbar-expand-lg {
        position: fixed;
        left: 0;
        height: 100%;
        overflow-y: scroll;
        width: 0;
        background: rgb(19 19 19 / 90%);
        z-index: 1;
        padding: 40px 20px;
        top: -5px;
        opacity: 0;
        transition: 0.5s;
        transform: translateX(-50%);
    }

    section.cus-header .header-logo {
        width: 50%;
    }

    section.cus-header .right-side {
        width: 50%;
        text-align: right;
    }

    .menu-icon {
        font-size: 25px;
        color: #fff;
    }

    .header-logo img {
        width: 100%;
    }

    header.mobile-header nav.navbar-expand-lg {
        width: 300px;
        transition: 0.5s;
        transform: translateX(0);
        opacity: 1;
    }

    header .menu-icon i.fa.fa-bars {
        width: 30px;
        height: 30px;
    }

    header.mobile-header .menu-icon i.fa.fa-bars {
        background: url(../images_new_design/CANCEL-I.svg);
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: center;
    }

    .menu-icon {
        display: inline-block;
    }


    header.mobile-header i.fa.fa-bars:before {
        opacity: 0;
    }

    section.cus-header ul.navbar-nav {
        margin: 0 0;
        float: unset;
    }

    body section.cus-header ul.navbar-nav li.nav-item {
        display: block;
        width: 100%;
        margin: 0 0 10px !important;
        text-align: left;
    }

    section.cus-header ul.navbar-nav li,
    ul.navbar-nav li a {
        font-size: 22px;
    }

    body .container-extra-small,
    body .container-small,
    body .container-medium,
    body .container-large,
    body .container {
        max-width: 760px;
    }

    .banner-text h1,
    .banner-text p {
        text-align: center;
    }

    .adv-intro-sec4 .text-block h3,
    .adv-intro-sec4 .text-block h3 a {
        font-size: 24px;
        text-align: center;
    }

    .cus-table {
        width: 100%;
        overflow-x: auto;
        overflow-y: scroll;
    }



    .step-list {
        width: 100%;
        padding-bottom: 10px;
        overflow-x: auto;
        margin-bottom: 30px;
        overflow-y: hidden;
    }

    .step-list ul.step {
        width: 645px;
        padding-left: 0;
    }

    .title-block h3 {
        min-width: 250px;
    }


}


@media (min-width: 568px) and (max-width: 991px) {
    .flex-align-center {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cus-table table th:nth-of-type(2), .cus-table table th:nth-of-type(3) {
        width: 200px;
    }
    footer ul.navbar-nav li,
    footer ul.navbar-nav li a,
    footer ul.navbar-nav {
        float: inherit;
    }

    .cus-table table th, .cus-table table td {
        padding: 10px 12px;
        font-size: 12px;
        line-height: 16px;
    }
    .cus-table table th a, .cus-table table td a {
        font-size: 12px;
    }

}

@media (min-width:992px) and (max-width:1024px) {
    section.cus-footer-sec1 .footer-nav li.nav-item:not(:last-child) {
        margin-right: 10px;
    }

}

@media (min-width: 992px) and (max-width: 10000px) {
    .flex-align-center {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .title-block h3 {
        min-width: 500px;
    }

    .menu-icon {
        display: none;
    }
}