﻿body {
    padding: 0 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background-color: #F2F2F2;
}

.section-max-width {
    max-width: 1240px !important;
    /*max-width: 1080px !important;*/
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Header and Menu */
#header {
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-nav > li > a {
    color: #000 !important;
    /*font-family: open sans,sans-serif;*/
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 6px 20px !important;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #282828 !important;
    }

.navbar-inverse .navbar-toggler {
    border-color: #004a8f;
}

.navbar-toggler {
    background-color: #004a8f;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-inverse .navbar-toggler:hover {
    border-color: #000;
    background-color: #000;
    color: white;
}

.navbar-light .navbar-toggler-icon {
    background: url('../images/menu.svg') no-repeat center center;
}

.navbar-inverse .navbar-nav > .active2 > a,
.navbar-inverse .navbar-nav > .active2 > a:hover,
.navbar-inverse .navbar-nav > .active2 > a:focus {
    border-bottom-style: solid !important;
    border-color: #D0021B !important;
    padding-bottom: 14px !important;
}

.navbar-brand img {
    max-width: 220px;
}

.custom_img2 img {
    max-width: 100%;
}

.headerbg {
    background: url('../images/header-bg.png') no-repeat center center;       
    background-size: cover !important;
}

.HeaderBgText {
    color: #fff;
}

.headerdrp {
    border-radius: 40px;
    border: 1px solid #DDD;
    background: #FFF;
    padding: 10px 0px;
}

.drpfilterheader {
    color: #666;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.72px;
    padding-left: 11px;
}

.drpfiltertext {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.72px;
    padding-top: 5px;
}

.filterborderleft {
    border-right: 1px solid #e1dada;
}

.headerfiltericon {
    border-radius: 30px;
    background-color: #000;
    float: left;
    margin: 5px 0;
}

.caricon {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #504747;
    /*max-width:38px;*/
}

.truckicon {
    float: left;
    padding: 0 10px;
    /*max-width: 38px;*/
}

.containerpd {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
}

@media screen and (max-width: 991px) {
    .containerpd {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }
}

@media screen and (max-width: 567px) {
    .containerpd {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

.btnheadericon {
    color: #282828;
    font-size: 19px;
    padding: 0px 10px;
}

.headerlanguage {
    color: #282828;
    /*font-family: Verdana;*/
    font-size: 13.781px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 159.637% */
    padding-right: 10px;
}


.select2-selection__rendered {
    /*font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
    padding-left: 9% !important;*/
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.72px;
}

.headerdrp .select2-selection__placeholder {
    color: #000 !important;
}

.headerdrp .select2-selection {
    background-color: #fff !important;
    border: 2px solid #fff !important;
}

.filterarrow {
    padding-top: 6px;
}

@media screen and (max-width: 991px) {
    .headerdrp .select2-selection {
        background-color: #fff !important;
        border: 1px solid #aaa !important;
        border-radius: 4px !important;
        height: 36px !important;
    }

    .select2-selection__rendered {
        padding: 3px 12px !important;
    }

    .drpfilterheader {
        padding: 10px 5px;
    }

    .filterarrow {
        padding: 20px 0;
    }

    .headerfiltericon {
        float: none;
        display: inline-block;
    }
}

.select2-selection__arrow b {
    border-color: #666 transparent transparent transparent !important;
    border-width: 8px 6px 0 6px !important;
}


.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 25px;
    color: #000;
    text-align: left;
}

.imgcontainer {
    position: relative;
    text-align: right;
    background-color: #fff;
}

/*.imgcontainer img {
        position: absolute;
        right: 20px;
        top: 20px;
    }*/

#dvProducts {
    background-color: #F5F5F5;
}

.producttext {
    color: #101828;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.producttextwhite {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.producticon {
    /*padding-bottom:5px;*/
}

    .producticon a {
        padding-right: 10px;
    }

.prdimage {
    padding-bottom: 50px;
}

.productlearnmore {
    padding-top: 10px;
}

    .productlearnmore span {
        color: #101828;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        text-decoration: none;
        padding-right: 10px;
    }

.productwhitetext {
    color: #fff !important;
}

.producttextwhitetitle {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25.92px;
    padding-bottom: 8px;
}

.productlearnmore a:hover {
    color: #101828;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
}



.row.equal-cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .row.equal-cols:before,
    .row.equal-cols:after {
        display: block;
    }

    .row.equal-cols > [class*='col-'] {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .row.equal-cols > [class*='col-'] > * {
            -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        }

#dvHelp {
    background: url(../images/helpbg.png) center center no-repeat;
    background-size: cover;
}

.helptext {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding-top: 225px;
}

.helpheadertext {
    color: #5A607F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-align: center;
}

@media screen and (max-width: 575px) {
    .helpheadertext {
        text-align: left;
    }
}


.helpborder {
    border-bottom: 1px solid #e9e1e1;
}

.helpheadertitle {
    text-align: center;
    display: none;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.helpborder1 {
    border-bottom: 3px solid #1E5EFF;
}

.helpheadertext img {
    padding-right: 5px;
    max-height: 28px;
}

#dvSupport {
    background-color: #F5F5F5;
}

.TipsSupport {
    text-align: center;
}

.TipsText1 {
    color: #010101;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.6px;
}

.TipsText2 {
    color: #444;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.02px;
    padding-top: 8px;
}

.TipsLink {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.4px;
    padding-top: 14px;
}

    .TipsLink a {
        color: #010101;
        text-decoration: none;
    }

    .TipsLink span {
        padding-right: 8px;
    }

.heading-1 {
    color: #000;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 124% */
    letter-spacing: -1.44px;
}

.eventcontainer {
    position: relative;
    /*text-align: right;
    background-color: #fff;*/
}

.event-bottom-left {
    position: absolute;
    bottom: 0px;
    text-align: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.40);
    padding: 20px;
}

.eventimg {
    max-width: 100%;
}

.eventtext {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.eventlearnmore a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.4px;
    text-decoration: none;
}

.eventlearnmore span {
    padding-right: 12px;
}

.eventlearnmore img {
    width: 22px;
}

.eventviewmore {
    float: right;
    padding-top: 12px;
}

    .eventviewmore a {
        color: #000;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 18.4px;
        text-decoration: none;
    }

    .eventviewmore img {
        width: 22px;
        margin-left: 8px;
    }


@media screen and (min-width: 992px) {
    .mobilemenuview {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .desktopmenuview {
        display: none;
    }
}

.mobilelogo {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #1E5EFF;
    margin-bottom: 22px;
}

.heading-2 {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    padding-top: 5px;
}

    .heading-2 b {
        font-weight: 700;
    }

.subscribe {
    padding: 5px 10px 5px 22px;
    border-radius: 70px;
    background-color: #fff;
    border: 2px solid #000;
}

.txtsubscription {
    border: none;
    color: #000;
}

.btnsubscription {
    background-color: #000;
    padding: 0px 28px;
    border-radius: 26px;
    margin-left: 30px;
    color: #FFF;
    text-align: center;
    font-size: 13.453px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px; /* 297.329% */
    letter-spacing: -0.14px;
}

.subscribe a {
    text-decoration: none;
    color: #FFF;
}



.headerdrp .select2-container {
    width: 100% !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-bottom: 3px solid #1E5EFF !important;
    border: none;
    color: #1E5EFF !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #1E5EFF !important;
    background: none !important;
    border: none !important;
    border-bottom: 3px solid #1E5EFF !important;
}

.nav-tabs .nav-link {
    color: #5A607F !important;
}

@media screen and (max-width: 840px) {
    .tab-content {
        display: block !important;
    }

    .helpheadertext span {
        display: none !important;
    }

    .helpheadertitle {
        display: block !important;
    }
}

.tab-content {
    /*display: none;*/
}

@media screen and (max-width: 575px) {
    #dvHelp {
        height: 440px;
    }

    .helptext {
        padding-top: 145px;
    }
}

@media screen and (max-width: 425px) {
    .helptext {
        padding-top: 130px;
    }
}

.profile-name {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    line-height: 20.02px;
    font-weight: 600;
}

.profile-title {
    color: #22B286;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 20.02px;
}

.profile-text {
    color: #667085;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    line-height: 24px;
}

.profile-icon img {
    padding-right: 12px;
}

.patenttext {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    line-height: 20.02px;
    font-weight: 600;
}


.historycol1 {
    background-color: #4EC4D3;
    border-radius: 90px;
}

.historyimg {
    position: relative;
    background-color: #F7F7F7;
    border-radius: 85px;
    top: -22px;
}

    .historyimg img {
        max-width: 70%;
        padding: 20px 0;
    }

.historytitle {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-top: 5px !important;
}

.historytext {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 32px;
}

.historycol2 {
    background-color: #3793C6;
    border-radius: 90px;
}

.historycol3 {
    background-color: #3A72B9;
    border-radius: 90px;
}

.historycol4 {
    background-color: #1E5EFF;
    border-radius: 90px;
}

.historycol5 {
    background-color: #5A696E;
    border-radius: 90px;
}

.historyimg2 {
    /*position: relative;*/
    background-color: #F7F7F7;
    border-radius: 85px;
    /*top: -105px;*/
    top: -150px;
}

    .historyimg2 img {
        max-width: 70%;
        padding: 20px 0;
    }

.historytext2 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*padding: 10px 10px 90px 10px;*/
    padding: 10px 32px 40px 32px;
}

/*.historyline {
    background: url('../images/historyline.png') no-repeat left 58% top 22%;
    background-size: 1058px
}*/

.historyline {
    background: url(../images/historyline.png) no-repeat left 50% top 38%;
    background-size: 1163px 440px;
}

@media screen and (max-width: 1225px) {
    .historyline {
        background: none !important;
    }
}

.customimg {
    max-width: 100%;
}






/*new them*/



.login-container {
    margin-top: 5%;
    margin-bottom: 5%;
}

.login-logo {
    position: relative;
    margin-left: -41.5%;
}

.loginform {
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    overflow:hidden;
}

.login-logo img {
    position: absolute;
    width: 20%;
    margin-top: 19%;
    background: #282726;
    border-radius: 4.5rem;
    padding: 5%;
}

.loginform {
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.login-form-1 {
    padding: 4% 9%;
    background: #F2F2F2;
}

    .login-form-1 h3 {
        color: #323232;
        font-size: 26px;
        font-weight: 600;
    }

    .login-form-1 h4 {
        color: #323232;
        font-size: 26px;
        font-weight: 600;
    }

.login-form-2 {
    padding: 6%;
    background: #fff;
}

    .login-form-2 h3 {
        text-align: center;
        margin-bottom: 12%;
        color: #000;
    }
.logintext {
    border: none;
    border-bottom: 2px solid #323232;
    border-radius: 0px;
    padding-left:30px;
}
.login-form-2 .red {
    color: #ED4B4B;
    font-weight: 600;
}

.login-form-3 {
    padding: 6%;
    background: #fff;
}

    .login-form-3 h3 {
        text-align: center;
        margin-bottom: 12%;
        color: #000;
    }
    .login-form-3 .red {
        color: #ED4B4B;
        font-weight: 600;
    }
.btnSubmit {
    font-weight: 600;
    width: 50%;
    color: #fff;
    background-color: #E32929;
    border: none;
    /* border-radius: 1.5rem; */
    padding: 2%;
}
.btnLogin {
    width: 100%;
    color: #fff;
    background-color: #E32929;
    border: none;
    /* border-radius: 1.5rem; */
    /* padding: 2%; */
    padding: 9px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: normal;
}
.btnloginlink {
    color: #21AFFF;
    text-decoration: none;
    font-size: 15px;
}
.lbllogintxt {
    color: #323232;
    font-size: 15px;
}
.loginimg1 {
    position: relative;
    top: 27px;
    width: 16px;
}
.loginimg2 {
    position: relative;
    top: 27px;
    width: 15px;
}
.loginimg3 {
    position: relative;
    top: 28px;
    width: 16px;
}
.btnForgetPwd:hover {
    text-decoration: none;
    color: #21AFFF;
}

.TemplateImg {
    /*max-width:100%;*/
    width: 100%;
    height: 20rem;
}

.txtstep2 {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.25);

}

.lblstep2 {
}

.step3row {
    background-color: #fff;
    box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

.step3title1 {
    width: 7%;
    float: left;
    padding-right: 3%;
    color:#000;
    font-size:16px;
}

.step3title2 {
    width: 90%;
    float: left;
    color: #000;
    font-size: 16px;
}

.step4row {
    background-color: #fff;
    box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}
.step4title2 {
    width: 90%;
    float: left;
}
.step4select {
    padding-top: 22px; /* margin-top: 10px; */
    overflow: hidden;
    width: 100%;
}
.step3select {
    padding-top: 22px; /* margin-top: 10px; */
    overflow: hidden;
    width: 100%;
}

.step7content {
    padding: 20px 25px;
    background-color: #D9EDF7;
    border-radius: 8px;
    font-size: 14px;
}

.step7img {
    max-width: 140px;
}

.usermenu {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding-bottom: 0px;
    overflow: hidden;
}

    .usermenu .dropdown-item {
        padding: 5px 50px;
        color: #545454;
        font-size: 18px;
    }

        .usermenu .dropdown-item:hover {
            color: #fff;
            text-decoration: none;
            background-color: #FA6A6A;
        }

            .usermenu .dropdown-item:hover img {
                filter: brightness(0) invert(1);
            }

    .usermenu img {
        margin-right: 18px;
        width: 16px;
    }

.step1h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
}

.step1lbl {
    color: #000;

}

.step1txtbox {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    /*font-size: 18px;*/
    font-weight: 400;
    color: #a1a1a1;
    padding: 1.375rem .75rem;
}

.Step1Heading-1 {
    color: #323232;
    font-size: 22px;
    font-style: normal;
    line-height: 35px;
    font-weight:500;
}

.step1templatetxt {
    color: #323232;
    text-align: center;
    font-weight: 500;
    padding: 14px 0;
    font-size: 18px;
}

.btn-common {
    background: #0081cb !important;
    border-radius: 5px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    padding: 5px 28px;
}

.btn-common2 {
    border-radius: 5px;
    border-style: solid;
    border-color: #0081cb;
    border-width: 3px;
    font-size: 22px;
    font-weight: 500;
    padding: 5px 22px;
    color: #323232 !important;
    background-color: #fff !important;
}

.btn-common3 {
    background: #0081cb;
    border-radius: 5px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    padding: 5px 28px;
}

.btn-common:hover {
    background: #166b9d;
}

.btn-common2:hover {
    background: #fff;
    color: #323232;
    border-color: #0081cb;
}

.btn-common3:hover {
    background: #166b9d;
}

#footer {
    border-top: solid 1px #d1d1d1;
    color: #9e9e9e;
}

.footertxt-1 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#footer a {
    color: #9e9e9e;
    text-decoration: none;
    font-size: 14px;
}

.btn-common2 {
}

#drpUser {
    color: #000 !important;
    /*font-family: open sans, sans-serif;*/
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.bottomline {
    border-bottom: 1px solid #E4E4E4;
}








.accordion-container {
    position: relative;
    height: auto;
    margin: 10px auto;
}

    .accordion-container > h2 {
        text-align: center;
        color: #fff;
        padding-bottom: 5px;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

.set {
    /*position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;*/
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #0081CB;
    margin-bottom: 28px;
}

#dvStep5 label {
    color: #323232;
    font-size: 16px;
}


.set > a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .set > a i {
        float: right;
        margin-top: 2px;
    }

    .set > a.activecolor {
        background-color: #0081CB;
        color: #fff;
    }

.accordiantitle {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.6px;
}

.accordion-item {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
    padding:0 5px;
}

/*.accordion-item div {
        padding: 10px 15px;
        margin: 0;
        color: #333;
    }*/

.clsblocktd {
    width: 50% !important;
    padding: 10px;
    vertical-align: top;
}

.clsblocksubtd {
    width: 50% !important;
    padding: 10px;
    vertical-align: top;
}

.clstableborder {
    /*border-style: solid;
    border-color: #3399cc;*/
    width: 100% !important;
}

.clsspreviewtext {
    padding: 5px;
}

.clsblocksubtd_3 {
    width: 20%;
    padding: 10px;
    vertical-align: top;
}

.clsblocksubtd_3_preview {
    width: 20%;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.clsblocksubtd_15_preview {
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.clstextoverlay {
    position: relative;
    /*top: -13.2rem;
    margin-left: 65%;
    background-color: rgba(0,0,0,0.6);
    color: white;
    padding: 10px*/
    align-self: center;
    right: 50px;
    margin-left: auto;
    padding: 15px;
    width: 250px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BBBBBB,endColorstr=#FFFFFF);
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
}

/*.clstextoverlay {
    position: relative;
    top: -13.2rem;
    margin-left: 65%;
    margin-right: 10%;
    color: white;
    padding: 10px
}*/

.clstextoverlaycolordark {
    color: white;
    background-color: rgba(0,0,0,0.7);
    /*background-color: rgb(255, 255, 255);*/
}

.clstextoverlaycolorlight {
    /*background-color: rgba(0,0,0,0.3);*/
    color: black;
    background-color: rgba(255, 255, 255, 0.7);
}

.clsblocksubtd_2_col1 {
    width: 200px !important;
    padding: 10px;
    vertical-align: central;
}

.clsblocksubtd_2_col2 {
    width: 70% !important;
    padding: 10px;
    vertical-align: top;
}

.clsdisplay {
    display: table-row;
}

.clsdisplay-block {
    display: block;
}

.clsdisplay-none {
    display: none;
}

.clstable_4_preview {
    width: 600px;
    border-bottom: 1px solid #dddddd;
    width: 600px;
    left: 4%;
    table-layout: fixed;
}

    .clstable_4_preview td {
        min-width: 120px;
    }

.clsblocksubtd_4_preview {
    width: 20%;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.clsblocksubth_blank_4_preview {
    text-align: center;
    padding-bottom: 8px;
    border: 0 !important;
    width: 18%;
}

.clsblocksubth_image_4_preview {
    background-color: #FFFFFF;
    padding: 0 !important;
    text-align: center;
    overflow: hidden;
    vertical-align: bottom;
    min-width: 120px;
}

.clshighlighttd_4_preview {
    background-color: #fff5ec;
}

.clstr_4_preview {
    padding-top: 8px !important;
    padding-left: 14px !important;
    padding-bottom: 8px !important;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    text-align: center !important;
    width: inherit !important;
    vertical-align: middle;
    padding: 3px;
}

.clstd_metriclbl {
    /*border-top: 1px solid #dddddd;*/
    /*padding: 8px 14px 6px !important;*/
    border-top: 1px solid #dddddd;
    padding: 8px 14px 6px !important;
    background-color: #f7f7f7;
    font-weight: normal;
    color: #626262;
    float: none !important;
    margin-right: 0;
    text-align: center !important;
    width: 106px;
    border-right: 1px solid #dddddd;
    /*width: 106px;*/
}

.clsblocksubtd_1 {
    width: 30% !important;
    padding: 10px;
    vertical-align: top;
}

.clsblocksubtd_2 {
    width: 40% !important;
    padding: 10px;
    vertical-align: top;
}

.clstrpadding {
    padding-top: 5px;
    padding-bottom: 5px;
}

.redborderdiv {
    border: 1px solid red !important;
    border-radius: 5px;
}

.redborder {
    border: 1px solid red !important;
    border-radius: 5px;
}

.imgoverlaydiv {
    width: 300px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 200px;
}

img.absolute {
    left: 50%;
    margin-left: -200px;
    position: absolute;
}

p {
    padding: 0 !important;
    margin: 0 0 14px 0 !important;
}

.ck-content p {
    padding: 0 !important;
    margin: 0 0 0 0 !important;
}

.table_wrapper {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.clsPreviewtable {
    min-width: 979px;
    padding-bottom: 12px;
    margin-bottom: 12px
}

.clsimagediv {
    overflow: hidden;
}



.clsimagediv:hover {
    opacity: 0.8;
    /*cursor:pointer;*/
}

    .clsimagediv:hover .edit-label  {
        display: block;
    }
    .clsimagediv:hover  .edit-label-300 {
        display: block;
    }
    .clsimagediv:hover .edit-label-220 {
        display: block;
    }
    .clsimagediv:hover .edit-label-150 {
        display: block;
    }
    .clsimagediv:hover .edit-label-400 {
        display: block;
    }
    .clsimagediv:hover .edit-label-350 {
        display: block;
    }
    .clsimagediv:hover .edit-label-overLay {
        display: flex;
    }
    .clsimagediv:hover .edit-label-overLay1 {
        display: flex;
    }
    .clsimagediv:hover .edit-label-logo {
        display: block;
    }
.clsimagedivborder {
    /*border: lightgray;
    border-style: dashed;*/
    /*padding-top: 100%;
    padding-right: 100%;*/
    
}

.clsimagedivborderwithoutpadding {
    /*border: lightgray;
    border-style: dashed;*/
}

.clsimagedivselected {
    border: gray !important;
    border-style: solid !important;
}
.clsimagedivunselected {
    border: gray;
    border-style: dashed ;
}
.imgopacity {
    opacity: 0.5;
}

table.a-bordered tr:nth-child(odd) {
    background-color: #F0F2F2;
}

table {
    overflow-x: auto;
}


#dvStep5 ol {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 2rem;
    padding: 0px !important;
}

#dvStep5 ul {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 18px !important;
    margin-left: 18px !important;
    padding: 0 !important;
}

.clsSelectedbg {
    background-color: rgb(216,234,249);
}


.overlay,
.loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay {
    z-index: 99999;
    background: rgba(255, 255, 255, 0.7);
}

    .overlay.dark {
        background: rgba(0, 0, 0, 0.5);
    }

.loading-img {
    z-index: 999999;
    background: transparent url('../images/robot_loader.gif') 50% 50% no-repeat;
    /*background-size: 20% !important;*/
    background-size:100px;
}

.k-loading-image {
    background-image: url('../images/robot_loader.gif') !important;
    background-size: 20% !important;
}

#loader {
    position: absolute;
    /*
    top: 50%;
    left: 50%;*/
    transform: translate(-50%, -50%);
    /*color: white;*/
    background: #666666;
    opacity: .8;
    z-index: 1000;
    /*width: 100vw;
    height: 100vw;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.loaderimg {
    position: fixed;
    top: 45%;
    left: 45%;
}





.stepper-wrapper {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
    /*@media (max-width: 768px) {
        font-size: 12px;
    }
}*/

    .stepper-item::before {
        position: absolute;
        content: "";
        /*border-bottom: 2px solid #ccc;*/
        width: 100%;
        top: 20px;
        left: -50%;
        z-index: 2;
    }

    .stepper-item::after {
        position: absolute;
        content: "";
        /*border-bottom: 2px solid #ccc;*/
        width: 100%;
        top: 73px;
        left: 50%;
        z-index: 2;
        height: 9px;
        background: #fff;
        box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    }

    .stepper-item .step-counter {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 43px;
        height: 43px;
        border-radius: 50%;
        background: #ffffff;
        margin-bottom: 6px;
        box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
        font-size: 20px;
        font-weight: bold;
        color: #C8C8C8;
    }

    .stepper-item.active {
        font-weight: bold;
    }

    .stepper-item.completed .step-counter {
        background-color: #0081CB;
        box-shadow: none;
        color: #fff;
    }

    .stepper-item.completed::after {
        position: absolute;
        content: "";
        /*border-bottom: 2px solid #0081CB;*/
        width: 100%;
        top: 73px;
        left: 50%;
        z-index: 3;
        box-shadow: none;
        background: #0081CB;
    }

    .stepper-item:first-child::before {
        content: none;
    }

    .stepper-item:last-child::after {
        content: none;
    }
.step-counter-active {
    background-color: #0081CB !important;
    box-shadow: none !important;
    color: #fff !important;
}
#strValidationErrorsMessage {
    word-wrap:break-word;
}
.step3txtarea {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
}

#dvStep5 .btn {
    background: #0081cb;
    color:#fff;
}
/*#dvLoader {
    background-color: rgba(230, 230, 230, 0.4);
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9999999;
}*/

#dvLoader {
    position: fixed;
    display:none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/robot_loader.gif') 50% 50% no-repeat rgba(230, 230, 230, 0.8);
    background-size: 190px;
}
#dvStep6Content {
    background-color:#fff;
}
.btnchatbot {
    background: none;
    width: 60px;
    padding: 0px !important;
    border: none !important;
    position: relative;
    top: -3px;
}
    .btnchatbot img {
        max-width: 90%;
    }
.btnchatbot:hover {
    background:none !important;
}
    .btnchatbot:focus {
        box-shadow:none !important;
    }

#dvStep5 .k-button {
    background: none;
    width: 45px;
    padding: 0px !important;
    border: none !important;
    position: relative;
    top: -2px;
}
    #dvStep5 .k-button img {
        max-width: 90%;
    }

    #dvStep5 .k-button:hover {
        background: none !important;
    }

    #dvStep5 .k-button:focus {
        box-shadow: none !important;
    }

.k-state-selected {
    background-color: #aeaeae !important;
}
.k-grid td.k-state-selected:hover, .k-grid tr.k-state-selected:hover td {
    background-color: #aeaeae !important;
}
.txtborder {
    border-bottom: 1px solid #ccc;
}
.btnbacktolist {
    float:right;
}
.btnsmall {
    background: #0081cb !important;
}
#dvLoadertxt {
    width: 600px;
    height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    display:none;
}

/*.clsContentGrid .k-grid-content tr {
    background: #ffffff;
}
.clsContentGrid .k-grid-content td {
    border: none;
    border-bottom: 1px solid #dedede;
    padding: 0.7em 0.6em;
}*/

.clsContentGrid tbody tr {
    background: #ffffff;
}

.clsContentGrid tbody tr td {
    border: none;
    border-bottom: 1px solid #dedede;
    padding: 0.7em 0.6em;
}

.clsContentGrid thead tr {
    background: #ffffff;
}

    .clsContentGrid thead tr th {
        border: none !important;
        border-bottom: 1px solid #dedede !important;
        padding: 0.9em 0.6em !important;
        /*background: linear-gradient( 0deg, rgba(255, 255, 255, 1) 0%, rgba(93, 93, 93, 1) 99.98999834060669%, rgba(153, 153, 153, 1) 100% );*/
        background: linear-gradient(0deg, rgb(243 243 243) 0%, rgb(207 207 207) 99.98999834060669%);
        font-size:medium;
        font-weight:600 !important;
    }
.kendogridheight  table{
    min-height:200px;
    text-align:inherit;
}
.clsActionLink {
    text-align: left !important;
}

.clsTextToken {
    padding-right: 15px;
    border-right: 1px solid #b3afaf;
    margin-right: 15px;
}
.clsTokenheader {
    padding-bottom: 2px;
    font-weight: 600;
}

.clsImageToken {
    padding-right: 15px;
    margin-right: 15px;
}
.clsremainingtoken {
    font-weight: bold;
    color: #008000;
}
.clspendingtoken {
    font-weight: bold;
    color:red;
}
.clstoken {
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
}
.select2-selection {
    box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px !important;
    height: 46px !important;
    border: 1px solid #ced4da !important;
}
.select2-selection__rendered {
    font-weight: 400 !important;
    color: #a1a1a1 !important;
    font-size: 1rem;
    padding: 10px;
}
.select2-selection__arrow b {
    top: 82% !important;
    margin-left: -20px !important;
}
.select2-search__field {
    outline:none !important;
}
.imagecustomcontact {
    /*position: absolute;
    top: -2.2rem;
    right: 2.8rem;
    z-index: 100;
    opacity: 0.8;*/
    padding: 5px !important;
     
    margin-top: 1px;
    background-color: #f3f4ff; /* Light purple background */
    color: #2c44ff; /* Blue color for the text */
    text-decoration: none;
    font-weight: normal;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    cursor: pointer;
    text-align: center;
}
.btn-imagecustomcontact {
  
     
}

    .btn-imagecustomcontact:hover {
        background-color: #d3d3d3;
    }
.sticky-button {
   
    position: fixed;
    bottom: 20px;
    right: 20px;
    /*background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;*/
    cursor: pointer;
    z-index: 1000;
}




.hover-div {
    display: none;
    background-color: #f0f0f0;
    padding: 10px;
    border: 1px solid #ddd;
    position: absolute; /* Adjust this if needed */
    z-index: 1;
}

tr:hover .hover-div {
    display: block;
}

.edit-label {
    display: none;
    position: absolute;
    top: 39%;
    left: 31%;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.edit-label-300 {
    display: none;
    position: relative;
    top: -63%;
    left: 14.5%;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.edit-label-overLay {
    display: none;
    position: absolute;
    left: 31%;
    top: 18%;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    z-index:555;
}
.edit-label-overLay1 {
    display: none;
    position: absolute;
    left: 8%;
    top: 18%;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
}

.edit-label-logo {
    display: none;
    position: absolute;
    left: 20%;
    top: 20%;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
}
.edit-label-220 {
    display: none;
    position: absolute;
    left: 3%;
    top: 30%;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}
.edit-label-150 {
    display: none;
    position: absolute;
    left: 10%;
    top: 30%;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}
.edit-label-400 {
    display: none;
    position: absolute;
    left: 12%;
    top: 36%;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}
.edit-label-350 {
    display: none;
    position: absolute;
    left: 24%;
    top: 24%;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}
.imageedit-area-300 {
    position: relative;
    top: -54%;
    left: 15%;
    color: white;
    padding: 5px 5px;
    border-radius: 5px;
}
.imageedit-area-220 {
    position: absolute;
    top: 49%;
    left:3.5%;
    color: white;
    padding: 5px 5px;
    border-radius: 5px;
}
.imageedit-area {
    position: absolute;
    top: 49%;
    left: 32%;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}
.imageedit-area-logo {
    position: relative;
    top: -75%;
    left: 45%;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    width: fit-content;
}
.imageedit-area-150 {
    position: relative;
    top: -58%;
    left: 14%;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    width: fit-content;
}
.imageedit-area-400 {
    position: relative;
    top: -48%;
    left: 9%;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    width: fit-content;
}
.imageedit-area-350 {
    position: relative;
    top: -50%;
    left: 24%;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    width: fit-content;
}
.imageedit-area-overlay {
    /*position: absolute;
    left: 30%;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;*/
    position: absolute; /* Use absolute positioning */
    transform: translate(-50%, -50%); /* Center the button */
    left: 44%;
    top: 42%;
    z-index: 10;
}
.imageedit-area-overlay1 {
    position: absolute;
    left: 2%;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
}




.btnPadding {
     
}
.hoverEditButton {
    background: #FFFFFF !important;
    font-size: 1rem;
    color: #000000 !important;
    border: 2px solid #000000;
    font-weight: bold;
    margin: 0.3rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    width: 135px;
}

.hoverEditButton-300 {
    /*background: rgba(0, 129, 203, 0.8) !important;*/
    background: #FFFFFF !important;
    font-size: 0.7rem;
    color: #000000 !important;
    border: 2px solid #000000;
    font-weight: bold;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    margin: 0.3rem;
    width: 90px;
}
.hoverEditButton-220 {
     
    background: #FFFFFF !important;
    font-size: 0.7rem;
    color: #000000 !important;
    border: 2px solid #000000;
    font-weight: bold;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    margin: 0.3rem;
    width: 85px;
}
.hoverEditButton-150 {
    background: #FFFFFF !important;
    font-size: 0.6rem;
    color: #000000 !important;
    border: 2px solid #000000;
    font-weight: bold;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    margin: 0.3rem;
    width: 79px;
}
.hoverEditButton-400 {
    background: #FFFFFF !important;
    font-size:0.8rem;
    color: #000000 !important;
    border: 2px solid #000000;
    font-weight: bold;
    margin: 0.3rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    width: 96px;
}
.hoverEditButton-350 {
    background: #FFFFFF !important;
    font-size: 0.5rem;
    color: #000000 !important;
    border: 2px solid #000000;
    font-weight: bold;
    margin: 0.3rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    width: 70px;
}


#dvImageLoader {
    
    position: fixed;
     left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/robot_loader.gif') 50% 50% no-repeat rgba(230, 230, 230, 0.8);
    background-size: 190px;
}

 