@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    padding: 0px;
    background: #e9e9e9;
}

.colJobInfo {
    width: 100%;
    max-width: 785px;
    margin: auto 15px;
}

.colBenchShape {
    width: 100%;
    max-width: 1017px;
    margin: auto 15px;
}

.colSurfaceDesign {
    width: 100%;
    /*max-width: 797px;*/
    max-width: 797px;
    margin: auto 15px;
}

    .colSurfaceDesign .inner_body h2 {
        /*margin-bottom: 88px;*/
    }

.viewQuoteGrayBtn {
    background: #657E84 !important;
    border-color: #657E84 !important;
}

.exContMain {
}

.form-group {
    margin-bottom: 20px;
}

.colSurfaceDesign .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 25px;
    padding-right: 25px;
}

.error {
    color: red !important;
    font-size: 13px !important;
    font-weight: bold !important;
}

.theme_plain_bg {
    background: #31545B !important;
}

.HeaderHeading {
    font-size: 48px;
    color: #E8E8E8 !important;
    font-weight: 200;
    letter-spacing: -2.4px;
}

.header_profile img {
    width: 121px;
    height: 121px;
    border: 7px solid #32545c;
    border-radius: 100px;
    margin: 0 0 -30px 0;
    position: relative;
    z-index: 1000;
}



.menuIcon span.menuiconbox {
    width: auto;
    height: auto;
    vertical-align: middle;
}

.main_tab_outer a.nav-link {
    background: #e9e9e9 !important;
    border-radius: 0px !important;
    /*border: 3px solid #fff !important;*/
    border: 1.5px solid #fff !important;
    font-weight: 600;
    position: relative;
    /*border-bottom: none !important;*/
    border-bottom: 3px solid #fff !important;
    border-top: none !important;
    font-size: 14px;
    letter-spacing: -0.14px;
    color: #657E84;
    cursor: default;
}

.main_tab_outer li.nav-item {
    margin-bottom: 0px !important;
}

.main_tab_outer a.nav-link::before {
    width: 0;
    height: 0;
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    position: absolute;
    top: 0px;
    left: -1px;
    content: "";
}

.main_tab_outer .slick-active.slick-current a.nav-link {
    background: #2f5860 !important;
    background: -moz-linear-gradient(top, #2f5860 0%, #0c94b0 100%) !important;
    background: -webkit-linear-gradient(top, #2f5860 0%,#0c94b0 100%) !important;
    background: linear-gradient(to bottom, #2f5860 0%,#0c94b0 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f5860', endColorstr='#0c94b0',GradientType=0 ) !important;
    border-radius: 0px !important;
    border: 3px solid #fff !important;
    color: #E8E8E8;
    border-bottom: 3px solid #0c94b0 !important;
    border-top: none !important;
}

.tabSubHeadingOuter {
    background: #0c94b0;
    padding: 10px;
    min-height: 44px;
}

.main_tab_outer ul.nav {
    border-bottom: none !important;
}

.tabSubHeadingOuter span {
    color: #fff;
    font-size: 12px;
    margin: 0px;
    font-weight: 400;
}

.posRel {
    position: relative;
}

    .posRel span {
        position: relative;
        display: inline-block;
    }

    .posRel.left1 span {
        left: 0%;
    }

    .posRel.left2 span {
        left: 8%;
    }

    .posRel.left3 span {
        left: 20%;
    }

    .posRel.left4 span {
        left: 32%;
    }

    .posRel.left5 span {
        left: 43%;
    }

    .posRel.left6 span {
        left: 57%;
    }

    .posRel.left7 span {
        left: 69%;
    }

.tabInnerContainer {
    padding: 33px 0;
    position: relative;
}

.themeBtn {
    background: #0c94b0;
    font-size: 10px;
    color: #fff;
    border: 1px solid #0c94b0;
    padding: 5px 30px;
    max-width: 194px;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
}

    .themeBtn:hover, .themeBtn:focus {
        background: #fff;
        color: #0c94b0;
        border: 1px solid #fff;
    }

.themeBorderBtn {
    background: transparent;
    border: 1px solid #0c94b0;
    font-weight: 600;
    font-size: 10px;
    color: #0c94b0;
    max-width: 194px;
    width: 100%;
    text-align: center;
    border-radius: 20px;
}

    .themeBorderBtn:hover, .themeBorderBtn:focus {
        background: #0c94b0;
        color: #fff;
    }

.inner_body h2 {
    letter-spacing: -0.24px;
    color: #1B9AB4;
    font-size: 24px;
    margin: 0 0 37px 0;
    font-weight: 300;
}

.inner_body .form-control {
    border-radius: 0px;
    color: #657E84;
}

.topTabOuter {
    background: #fff;
}

.inner_body label {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 10px;
    color: #1B9AB4;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.inner_body input.form-control, .inner_body select.form-control {
    height: 48px;
    border: none;
    text-align: center;
    font-size: 14px;
}

.pageOuter {
    padding-bottom: 90px;
    position: relative;
    min-height: 100vh;
    padding-top: 111px;
}

body.headerfixed .pageOuter {
    padding-bottom: 36px;
    position: relative;
    min-height: 100vh;
    padding-top: 190px;
}

.fixed-top {
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 1030;
}

footer {
    background: #32545c;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 36px
    /*margin-top: 25px;*/
}

    footer p {
        margin: 0px;
        font-size: 10px;
        letter-spacing: 0px;
        font-weight: 400;
        color: #E8E8E8;
    }


.switch {
    position: relative;
    display: inline-block;
    width: 42px !important;
    height: 29px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.toggleSlid {
    position: absolute;
    cursor: pointer;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .toggleSlid:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 3px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .toggleSlid {
    background-color: #1B9AB4;
}

input:focus + .toggleSlid {
    box-shadow: 0 0 1px #1B9AB4;
}

input:checked + .toggleSlid:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

.toggleSlid.round {
    border-radius: 34px;
}

    .toggleSlid.round:before {
        border-radius: 50%;
    }

.btn.focus, .btn:focus {
    box-shadow: none;
}

.shape01-img {
    width: 100%;
    text-align: center;
    float: left;
}

.switchBtn {
    text-align: center;
    margin-bottom: 10px;
}

.shape01-img {
    width: 100%;
    text-align: center;
    float: left;
}

    .shape01-img img {
        width: 100%;
    }

/*.shape-img {
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
    overflow: hidden;
}*/

.shape-img {
    width: 165px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    float: none;
}


    /*.shape-img img {
        opacity: 1;
        display: block;
        width: 100%;
        height: auto;
        transition: .5s ease;
        backface-visibility: hidden;
    }*/
    .shape-img img {
        opacity: 1;
        display: block;
        width: 100%;
        height: auto;
        transition: .5s ease;
        backface-visibility: hidden;
        width: 165px;
        height: 165px;
    }

.shape-btm-cont {
    text-align: center;
    margin: 62px 0 30px 0;
    display: inline-block;
    width: 100%
}

    .shape-btm-cont .shape-mm {
        text-align: center;
        letter-spacing: -0.11px;
        margin-bottom: 10px;
        color: #1B9AB4;
        font-size: 11px;
        font-weight: 600;
    }

    .shape-btm-cont .shape-mm-current {
        text-align: center;
        letter-spacing: -0.09px;
        color: #9BA3A8;
        font-size: 9px;
        font-weight: 500;
    }

.surfaceViewBox {
    position: absolute;
    top: -8px;
    right: -6px;
}

    .surfaceViewBox::after {
        width: 100%;
        height: 100%;
        border-style: solid;
        border-width: 0 62px 62px 62px;
        border-color: transparent transparent #0C94AE transparent;
        content: "";
        position: absolute;
        top: 3px;
        right: -30px;
        z-index: 1;
        transform: rotate(45deg); /* W3C */
        -webkit-transform: rotate(45deg); /* Safari & Chrome */
        -moz-transform: rotate(45deg); /* Firefox */
        -ms-transform: rotate(45deg); /* Internet Explorer */
        -o-transform: rotate(45deg); /* Opera*/
    }


    .surfaceViewBox span {
        font-size: 11px;
        color: #E8E8E8;
        padding: 26px 20px 6px 0 !important;
        border-radius: 50%;
        width: 63px;
        float: right;
        height: 53px;
        line-height: 14px;
        position: relative;
        z-index: 11;
        letter-spacing: -0.11px;
        text-align: right;
        text-transform: uppercase;
        font-weight: 700;
    }

        .surfaceViewBox span b {
            font-size: 17px;
            font-weight: 700;
            display: block;
        }

/*
.shpImgHover {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
}

.shape-img:hover img {
    opacity: 0.3;
}

.shape-img:hover .shpImgHover {
    opacity: 1;
}
    */

.close {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    color: #999;
    text-shadow: 0 1px 0 #fff;
}

.imgViewDBtn {
    background: #0C94AE;
    font-weight: 500;
    color: #fff;
    width: 80%;
    display: inline-block;
    padding: 7px 12px;
    text-align: center;
    border-radius: 20px;
    font-size: 9px;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
}

    .imgViewDBtn:hover, .imgViewDBtn:focus {
        background: #fff;
        color: #057b92;
        text-decoration: none;
        border: none;
        box-shadow: none;
    }


.surface-img-box {
    width: 100%;
    float: left;
    margin-bottom: 0px;
}

    .surface-img-box h5 {
        text-align: center;
        letter-spacing: -0.11px;
        color: #9BA3A8;
        font-size: 11px;
        font-weight: bold;
    }

.left {
    float: left;
}

.right {
    float: right;
}

.display-togBtn {
    margin: 1px 8px;
    display: inline-block;
}

    .display-togBtn span {
        color: #1B9AB4;
        font-weight: 600;
        font-size: 10px;
    }

.canvas-main {
    width: 100%;
    float: left;
}

    .canvas-main h4 {
        font-size: 28px;
        color: #000;
    }

.view-quote-box {
    background: #fff;
    border-radius: 14px;
    padding: 0;
    max-width: 198px;
    width: 100%;
    float: right;
    position: absolute;
    right: 20px;
    z-index: 99;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}


.quotr-details {
    width: 100%;
    float: left;
    padding: 5px;
}

.prizeText {
    width: 100%;
    float: left;
    text-align: center;
}

    .prizeText span {
        text-align: center;
        font-size: 26px;
        font-weight: 500;
        color: #1B9AB4;
    }

    .prizeText p {
        text-align: center;
        font-size: 10px;
        font-weight: 300;
        color: #1B9AB4;
    }

.viewQuoteBtn {
    background: #1B9AB4;
    font-weight: 600;
    color: #fff;
    padding: 5px 30px;
    text-align: center;
    width: calc(100% - 4px);
    font-size: 10px;
    position: relative;
    top: 2px;
    margin: 0 auto;
    display: block;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}

    .viewQuoteBtn:hover, .viewQuoteBtn:focus {
        background: #1B9AB4;
        color: #fff;
    }

/*login*/
.login-container label {
    color: #fff;
}

.login-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    min-height: 100vh;
    background: url("../images/background.jpg") no-repeat center;
    /*background: url("../images/background-img.png") no-repeat center;*/
    background-size: inherit;
    /*background: url("../images/login-bg.png") no-repeat center;
    background-size: 100% 100%;*/
}

    .login-container form {
        padding-top: 10px;
        font-size: 14px;
        margin-top: 0px;
    }

.inner_body .login-form label {
    margin-top: 0px;
}

.login-form .card-body {
    padding: 58px 116px;
    padding-top:10px;
}

.login-container .card-title {
    font-weight: 300;
}

.login-form p, .login-form p a {
    letter-spacing: -0.1px;
    color: #E8E8E8;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 33px 0;
}

    .login-form p a:hover {
        color: #1d393d;
        text-decoration: none;
    }

.loginBtn {
    letter-spacing: -0.4px;
    color: #0C94AE !important;
    font-size: 10px !important;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 6px 30px;
    min-width: 194px;
    text-align: center;
}

    .loginBtn:hover, .loginBtn:focus {
        background: #1d393d;
        color: #fff !important;
        text-decoration: none;
        border-color: #1d393d;
    }

.login-container .btn {
    font-size: 14px;
    margin-top: 0;
}

.login-form .form-group label {
    color: #E8E8E8;
    font-weight: 600;
}


.login-container .login-form {
    width: 600px;
    margin: auto;
    background: rgba(12, 148, 174, 0.7);
    border-radius: 0px;
    border: none;
}



.login-container .sign-up {
    text-align: center;
    padding: 0;
}

.login-container .alert {
    margin-bottom: -30px;
    font-size: 13px;
    margin-top: 20px;
}

.topTabOuter.pt-4 {
    padding-top: 50px !important;
}

.quoteDetailOuter {
    padding: 20px 0;
}

.contentColOuter {
    padding: 0 30px;
}

.view-quote-box .contentColOuter {
    margin: 0;
    line-height: 13px;
}

.contentColOuter p {
    color: #9BA3A8;
    font-weight: 400;
    font-size: 9px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.contentColOuter label {
    color: #1B9AB4;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/*contentMainOuter*/

.contentMainOuter {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    min-height: calc(100vh - 146px);
    /*background: url("../images/welcome-bg.png") no-repeat center;
    background-size: 100% 100%;*/
    /*padding-top: 100px;*/
    background: url(../images/background-img.png) no-repeat center;
    background-size: inherit;
}

.contentMainInner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 104px;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #E8E8E8 100%) 0% 0% no-repeat padding-box;
}

/*.welcomePageList { width: 100%; float:left; text-align: center;}*/

.welcomePageList {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
}

    .welcomePageList ul {
        margin: 0px;
        padding: 0px;
    }

        .welcomePageList ul li {
            list-style: none;
            width: 100%;
            float: left;
        }

            .welcomePageList ul li a {
                margin-bottom: 6px;
                font-size: 14px;
                width: 100%;
                display: inline-block;
                list-style: none;
                padding: 2rem 3rem;
                background: #e9e9e9;
                letter-spacing: -0.14px;
                color: #657E84 !important;
                cursor: pointer;
                font-weight: bold;
                position: relative;
                --notchSize: 14px;
                clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(40% - var(--notchSize)), calc(150% - var(--notchSize)) 40%, var(--notchSize) 40%, 0% calc(57% - var(--notchSize)));
            }





                /*.welcomePageList ul li a:hover {
                    background: #2f5860;
                    background: -moz-linear-gradient(top, #2f5860 0%, #0c94b0 100%);
                    background: -webkit-linear-gradient(top, #2f5860 0%,#0c94b0 100%);
                    background: linear-gradient(to bottom, #2f5860 0%,#0c94b0 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f5860', endColorstr='#0c94b0',GradientType=0 );
                    color: #fff !important;
                    text-decoration: none;
                }*/
                .welcomePageList ul li a:hover {
                    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b9ab4+0,1d8ba1+49,28464b+100 */
                    background: #1b9ab4;
                    /* Old browsers */
                    background: -moz-linear-gradient(top, #1b9ab4 0%, #151f25 49%, #28464b 100%);
                    /* FF3.6-15 */
                    background: -webkit-linear-gradient(top, #1b9ab4 0%, #151f25 49%, #28464b 100%);
                    /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to bottom, #1b9ab4 0%, #151f25 49%, #28464b 100%);
                    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9ab4', endColorstr='#28464b', GradientType=0);
                    /* IE6-9 */
                    color: #E8E8E8 !important;
                    text-decoration: none;
                }

                /*.welcomePageList ul li a.active, .welcomePageList ul li a:hover {
                    background: #2f5860;
                    background: -moz-linear-gradient(top, #2f5860 0%, #0c94b0 100%);
                    background: -webkit-linear-gradient(top, #2f5860 0%,#0c94b0 100%);
                    background: linear-gradient(to bottom, #2f5860 0%,#0c94b0 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f5860', endColorstr='#0c94b0',GradientType=0 );
                    color: #fff !important;
                    text-decoration: none;

                }*/

                .welcomePageList ul li a.active, .welcomePageList ul li a:hover {
                    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b9ab4+0,1d8ba1+49,28464b+100 */
                    background: #1b9ab4;
                    text-transform: uppercase;
                    /* Old browsers */
                    background: -moz-linear-gradient(top, #1b9ab4 0%, #151f25 49%, #28464b 100%);
                    /* FF3.6-15 */
                    background: -webkit-linear-gradient(top, #1b9ab4 0%, #151f25 49%, #28464b 100%);
                    /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(to bottom, #1b9ab4 0%, #151f25 49%, #28464b 100%);
                    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9ab4', endColorstr='#28464b', GradientType=0);
                    /* IE6-9 */
                    color: #E8E8E8 !important;
                    text-decoration: none;
                }

                .welcomePageList ul li a span {
                    position: relative;
                    top: -35px;
                }

            .welcomePageList ul li + li {
                position: relative;
                margin-top: -65px;
                line-height: 22px;
            }

                .welcomePageList ul li + li + li {
                    position: relative;
                    margin-top: -65px;
                    line-height: 22px;
                }

                    .welcomePageList ul li + li + li + li {
                        position: relative;
                        margin-top: -65px;
                        line-height: 22px;
                    }

                        .welcomePageList ul li + li + li + li + li {
                            position: relative;
                            margin-top: -65px;
                            line-height: 22px;
                        }








.profileImgView {
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
}

.profileImg {
    width: 180px;
    height: 180px;
    border-radius: 100px;
    margin: 0 0 30px 0;
}

.editcon {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #FFFFFF;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    opacity: 1;
    display: inline-block;
    position: absolute;
    bottom: 18%;
    right: 32%;
}

    .editcon img {
        height: 25px;
        width: 25px;
        border-radius: 50%;
    }

.pb0 {
    padding-bottom: 0px !important;
}

.detailWhiteBox {
    background: #FFFFFF;
    width: 100%;
    float: left;
    margin-bottom: 99px;
    box-shadow: 0px 3px 6px #00000029;
    padding: 15px;
}

.profile-edit-icon {
    float: right;
    width: 100%;
    text-align: right;
}

    .profile-edit-icon a {
        color: #B9BFC3;
        font-size: 11px;
        font-weight: 500;
        text-decoration: none;
        letter-spacing: -0.11px;
    }

        .profile-edit-icon a:hover {
            text-decoration: none;
        }

        .profile-edit-icon a i img {
            width: 16px;
            height: 16px;
        }


.detailProfilebox {
    padding: 0 99px 0 99px;
}

.profileDetailsView {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

    .profileDetailsView .ex-title {
        color: #0C94AE;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 20px;
        font-weight: 600;
        float: left;
        max-width: 160px;
        width: 100%;
        letter-spacing: -0.11px;
    }

    .profileDetailsView .ex-subtext {
        width: 60%;
        letter-spacing: -0.16px;
        color: #657E84;
        font-size: 16px;
        font-weight: 300;
        float: left;
        line-height: 20px;
    }

.grayBtn {
    background: #E8E8E8;
    text-transform: uppercase;
    opacity: 1;
    border: 1px solid #E8E8E8;
    font-weight: 600;
    color: #fff;
    padding: 5px 30px;
    min-width: 194px;
    display: inline-block;
    text-align: center;
    border-radius: 15px;
    font-size: 10px;
}

    .grayBtn:hover, .grayBtn:focus {
        background: #0C94AE;
        color: #fff;
        text-decoration: none;
    }

.grop-btnbox .btn.grayBtn:hover, .grop-btnbox btn.grayBtn:focus {
    background: #657E84 !important;
}

.blueBtn {
    background: #0C94AE;
    text-transform: uppercase;
    /* border: 1px solid #E8E8E8; */
    font-weight: 600;
    color: #fff;
    padding: 5px 30px;
    min-width: 194px;
    display: inline-block;
    letter-spacing: -0.4px;
    text-align: center;
    border-radius: 15px;
    font-size: 10px;
}

    .blueBtn:hover, .blueBtn:focus {
        background: #E8E8E8;
        color: #fff;
        text-decoration: none;
    }

.proNewPaddword {
    background: #E8E8E8;
    letter-spacing: -0.16px;
    display: inline-block;
    padding: 5px;
    width: 100%;
    color: #657E84;
    font-size: 16px;
    font-weight: 300;
}

    .proNewPaddword b {
        font-size: 9px;
        font-weight: 600;
        color: #B9BFC3;
        text-transform: uppercase;
        letter-spacing: -0.09px;
        text-align: right;
        float: right;
    }

.exPasswordSm {
    margin-bottom: 17px !important;
}

    .exPasswordSm .ex-title {
        padding-top: 5px;
    }

.mt24 {
    margin-top: 24px;
}

.mb57 {
    margin-bottom: 57px;
}

.mb15 {
    margin-bottom: 15px;
}


/*OrderTab*/


.orderTab li {
    list-style: none;
    flex: 1 auto;
}

    .orderTab li a {
        background: #e9e9e9;
        border-radius: 0px !important;
        border: 2px solid #fff !important;
        color: #657E84;
        font-weight: 500;
        position: relative;
        border-bottom: none !important;
        border-top: none !important;
        font-size: 14px;
        padding: .5rem 3.6rem;
        width: 100%;
        display: inline-block;
    }

        .orderTab li a::before {
            width: 0;
            height: 0;
            border-top: 15px solid #fff;
            border-right: 15px solid transparent;
            position: absolute;
            top: 0px;
            left: -1px;
            content: "";
        }

        .orderTab li a::after {
            width: 0;
            height: 0;
            border-top: 15px solid #fff;
            border-left: 15px solid transparent;
            position: absolute;
            top: 0px;
            right: -1px;
            content: "";
        }

        .orderTab li a.active, .orderTab li a:hover {
            background: #2f5860;
            background: -moz-linear-gradient(top, #2f5860 0%, #0c94b0 100%);
            background: -webkit-linear-gradient(top, #2f5860 0%,#0c94b0 100%);
            background: linear-gradient(to bottom, #2f5860 0%,#0c94b0 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f5860', endColorstr='#0c94b0',GradientType=0 );
            border-radius: 0px !important;
            border: 2px solid #fff !important;
            color: #fff;
            border-bottom: none !important;
            border-top: none !important;
            text-decoration: none;
        }

.orderTabView h3 {
    font-size: 24px;
    color: #1B9AB4;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.orderWhiteBox {
    background: #FFFFFF;
    padding: 13px;
    margin: 20px 0;
    box-shadow: 0px 3px 6px #00000029;
}

.orderDetailsList thead tr th {
    font-size: 10px;
    color: #1B9AB4;
    font-weight: 600;
    padding: 10px 6px;
    border: none;
}

.orderDetailsList tbody tr td {
    font-size: 14px;
    letter-spacing: -0.14px;
    color: #657E84;
    font-weight: 300;
    padding: 10px 15px;
    border: none;
    vertical-align: middle;
}

    .orderDetailsList tbody tr td.orderTdBg {
        background: transparent linear-gradient(0deg, #FFFFFF 0%, #f8f8f8 100%) 0% 0%;
        border-right: 2px solid #fff;
    }

.viewBtnList {
    background: #0C94AE;
    min-width: 100px;
    letter-spacing: -0.4px;
    display: inline-block;
    border: 1px solid #0C94AE;
    font-weight: 600;
    color: #fff;
    padding: 7px 30px;
    text-align: center;
    border-radius: 20px;
    font-size: 10px;
}

    .viewBtnList:hover, .viewBtnList:focus {
        background: #E8E8E8;
        color: #fff;
        border: 1px solid #E8E8E8;
        text-decoration: none;
    }

.refreshBtn {
    /*background: #E8E8E8;*/
    display: inline-block;
    padding: 4px 12px 6px 12px;
    border-radius: 20px;
    background-color: rgba(232, 232, 232, 0.5)
}

    .refreshBtn:hover, .refreshBtn:focus {
        background: #DDD;
    }

.orderTitleMr {
    margin: 65px 0 40px 0;
}

.orderSearchBar input {
    position: relative;
    background: #FFFFFF 0% 0%;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 3px 6px #00000029;
    letter-spacing: 0px;
    color: #B9BFC3;
    font-size: 12px;
    font-weight: 300;
    padding-left: 40px;
}

.searchIcons {
    position: absolute;
    top: 4px;
    left: 28px;
}

    .searchIcons i img {
        width: 16px;
        height: 16px;
    }

.calendarBox {
    position: relative;
    margin-top: 4px;
}

.calendarIcon {
    position: absolute;
    top: 1px;
    right: 8px;
}

.orderSearchBar input::placeholder {
    color: #B9BFC3 !important;
}


.calendarBox input::placeholder {
    color: #E8E8E8;
    !important;
}

.claenderSleBg {
    background: #657E84;
    border-radius: 50px;
    border: none;
    padding: 6px 15px;
    letter-spacing: -0.4px;
    color: #E8E8E8;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    height: 26px;
}

    .claenderSleBg:focus {
        border: 0;
        outline: 0;
    }

.pagenestion {
    letter-spacing: -0.1px;
    color: #1B9AB4;
    font-size: 10px;
    font-weight: 400;
    padding: 15px;
}

.pageRightArrow {
    float: right;
    padding: 15px;
    line-height: 0px;
}

    .pageRightArrow a {
        margin: 0 15px;
    }

        .pageRightArrow a img {
            width: 12px;
        }




.userDetailsHead {
    padding: 0px 10px !important;
    border-bottom: none !important;
}

.userDetailsView {
    padding: 0 30px 30px 30px;
}

.userDetailsList {
    width: 100%;
    float: left;
    margin-top: 12px;
}

    .userDetailsList label {
        color: #0C94AE;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 500;
        float: left;
        width: 100%;
        margin-bottom: 0px;
    }

    .userDetailsList p {
        color: #657E84;
        font-size: 11px !important;
        font-weight: 300;
        float: left;
        width: 100%;
    }

        .userDetailsList p span {
            color: #0C94AE;
        }

.normalBtn {
    background: #0C94AE;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    padding: 7px 30px;
    text-align: center;
    border-radius: 20px;
    font-size: 9px;
    text-transform: uppercase;
    border: none;
    box-shadow: none;
    border: 1px solid #0C94AE;
}

    .normalBtn:hover, .normalBtn:focus {
        background: #fff;
        color: #0C94AE;
        border: 1px solid #0C94AE;
        text-decoration: none;
    }


.userTitleBox {
    width: 100%;
    float: left;
}

.ex-userImg {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 8px;
}

    .ex-userImg img {
        width: 80px;
        height: 80px;
    }

.ex-userTitle {
    padding-left: 90px;
}

    .ex-userTitle h3 {
        font-size: 16px;
        font-weight: 500;
        color: #0c94b0;
        text-transform: uppercase;
        margin: 0px 0 3px 0;
    }

    .ex-userTitle p {
        font-size: 10px;
        font-weight: 300;
        color: #657E84;
        text-transform: uppercase;
        margin: 0px;
    }

.menuOpenBox h4 {
    font-size: 15px;
    font-weight: 600;
    color: #1B9AB4;
    margin-top: 113px;
    margin-bottom: 32px;
    letter-spacing: -0.15px;
}

.menuListView {
    width: 100%;
    float: left;
}

    .menuListView ul {
        margin: 0px;
        padding: 0px;
    }

        .menuListView ul li {
            list-style: none;
        }

            .menuListView ul li a {
                font-size: 15px;
                font-weight: 600;
                letter-spacing: -0.15px;
                color: #fff;
                float: left;
                width: 100%;
                padding: 1px 0;
            }

                .menuListView ul li a:hover {
                    text-decoration: none;
                    color: #1B9AB4;
                }

    .menuListView .logoutBtn {
        font-size: 11px;
        letter-spacing: -0.11px;
        font-weight: 600;
        margin-top: 25px;
    }

    .menuListView .helptBtn {
        font-size: 11px;
        font-weight: 400;
        letter-spacing: -0.11px;
        margin-top: 7px;
    }


.modal-content {
    border-radius: 0px !important;
}

.productViewList {
    width: 100%;
    float: left;
}

    .productViewList thead tr th {
        letter-spacing: -0.1px;
        color: #657E84;
        font-size: 10px;
        font-weight: 600;
        text-align: center;
        border: none;
        text-transform: uppercase;
    }

    .productViewList tbody tr td {
        letter-spacing: -0.14px;
        color: #657E84;
        font-size: 14px;
        font-weight: 300;
        text-align: center;
        border: none;
        padding: 0px;
    }

        .productViewList tbody tr td span {
            background: transparent linear-gradient(0deg, #FFF 0%, #F7F7F7 100%) 0% 0%;
            letter-spacing: -0.1px;
            color: #1B9AB4;
            font-size: 10px;
            font-weight: 600;
            text-transform: uppercase;
            width: 100%;
            float: left;
            padding: 16px 0 5px 0;
        }

        .productViewList tbody tr td p {
            letter-spacing: -0.14px;
            color: #657E84;
            font-size: 14px;
            font-weight: 300;
            margin-bottom: 20px;
        }

.spapeMMBox {
    text-align: center;
    margin: auto;
    display: inline-block;
}

.miltipalSwch {
    width: auto;
    float: left;
    margin-left: 8px;
}

.benchDetailBox h4 {
    letter-spacing: -0.1px;
    color: #1B9AB4;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.benchDetailGrayBox {
    background: transparent linear-gradient(0deg, #FFF 0%, #F7F7F7 100%) 0% 0%;
    padding: 48px 64px 48px 64px;
}

.benchLeftDetails {
    margin-bottom: 20px;
    display: inline-block;
}

.ex-ben-box span {
    font-size: 9px;
    letter-spacing: -0.09px;
    color: #9BA3A8;
    font-weight: 400;
    text-transform: uppercase;
}

.ex-ben-box p {
    font-size: 10px;
    letter-spacing: -0.1px;
    color: #1B9AB4;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.repeatGrayBox {
    background: transparent linear-gradient(0deg, #FFF 0%, #F7F7F7 100%) 0% 0%;
    padding: 8px;
}

.benchRightImg {
    padding: 0px;
    position: relative;
}

.benchViewImg {
    padding-left: 40px;
}



.searchZoomBtn {
    background: #E8E8E8;
    width: 28px;
    height: 18px;
    border-radius: 50px;
    text-align: center;
    line-height: 14px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

    .searchZoomBtn img {
        width: 11px;
    }

.repeatBtm {
    letter-spacing: -0.11px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #B9BFC3;
}

    .repeatBtm:hover {
        text-decoration: none;
        color: #B9BFC3;
    }

.repeatGrayBox a i {
    margin-right: 5px;
}


.textcapitalize {
    text-transform: uppercase;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .orderTab li a {
        padding: .5rem 2.5rem !important;
    }

    .viewbtnwhith .viewBtnList {
        min-width: 80px !important;
        padding: 7px 8px !important;
    }

    .table-delete-btn .viewBtnList {
        min-width: 55px !important;
    }

    .table-delete-btn.tableviewdeletebtn .viewBtnList {
        min-width: 80px !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .orderDetailsList.lasttdbtngroup .viewBtnList {
        min-width: 36px;
        padding: 6px 2px;
        margin: 0 1px;
        font-size: 11px;
    }

    .modal-dialog .benchDetailGrayBox {
        padding: 35px 15px 35px 15px !important;
    }

    .orderdetailsboxspaceaction {
        padding: 45px 25px 45px 0px !important;
    }

    .orderTab li a {
        padding: .5rem 2.5rem !important;
    }

    .orderTab.webtablistinner li a {
        padding: .5rem 2.6rem;
    }

    .main_tab_outer a.nav-link {
        font-size: 14px;
        padding: 6px 10px;
    }

    .profileDetailsView .ex-subtext {
        width: 64%;
    }

    .detailProfilebox {
        padding: 0 15px
    }

    .orderTab li a {
        padding: .5rem 1.7rem;
    }

    .orderDetailsList.table-delete-btn .viewBtnList {
        min-width: 48px;
        padding: 7px 2px;
        margin: 0 1px;
    }

    .table-delete-btn.tableviewdeletebtn .viewBtnList {
        min-width: 66px !important;
    }
}

@media screen and (max-width:767px) {

    .tabletdbgcolorchange.btngroupboxmdinline tbody tr td:last-child, .tabletdbgcolorchange.btngroupboxmdinline tbody tr td:last-child {
        white-space: nowrap;
    }

    .btngroupboxmdinline .refreshBtn {
        padding: 5px 6px;
    }

    .btngroupboxmdinline .viewBtnList {
        padding: 4px !important;
    }

    .btngroupboxmdinline .viewIconM {
        display: inline-block;
    }

    .paddingleftpaddingright {
        padding-left: 15px;
        padding-right: 15px;
    }

    .modal-dialog .benchDetailGrayBox {
        padding: 35px 15px 35px 15px !important;
    }

    .mobile-padding-none {
        padding: 0 !important
    }

    .totalamountbox {
        text-align: center;
        margin: 0 0 20px;
    }

    .orderTab.webtablistinner li {
        margin-bottom: 0;
    }

    .orderTab li {
        margin-bottom: 10px;
    }

    .orderSearchBar {
        margin-bottom: 10px;
    }

    .view-quote-box {
        position: relative;
    }

    .profileDetailsView .ex-subtext {
        width: 64%;
    }

    .detailProfilebox {
        padding: 0 15px
    }

    .navbar-brand img {
        height: 70px !important;
    }

    .header_profile img {
        width: 75px;
        height: 75px;
        margin: 0 0 -20px 0;
    }

    .menuIcon {
        padding: 4px 0px;
    }

    .HeaderHeading {
        font-size: 20px;
        color: #fff !important;
    }

    .main_tab_outer li.nav-item {
        margin-bottom: 0px !important;
        margin-top: 5px;
    }

    .main_tab_outer a.nav-link {
        font-size: 14px;
    }

    .posRel.left1 span, .posRel.left2 span, .posRel.left3 span, .posRel.left4 span, .posRel.left5 span, .posRel.left6 span, .posRel.left7 span {
        left: 0%;
    }

    .shape-img img {
        opacity: 1;
        display: block;
        width: 100%;
        height: auto;
        transition: .5s ease;
        backface-visibility: hidden;
        width: 165px;
        height: 165px;
    }
}

.detlWhiteBox {
    position: relative;
    margin-top: -69px;
}

.pr0 {
    padding-right: 0;
}

.viewIconM {
    display: none;
}

.viewIconM2 {
    display: none;
}

.btnsMobile {
    display: none;
}

.btnsWeb {
    display: block;
}

.slick-dots, .slick-prev, .slick-next {
    display: none !important;
}

.tabMainArea {
    width: 100%;
    margin: auto;
    max-width: 466px;
}

/*------------------------------------------------*/

@media screen and (max-width:380px) {
    .view-quote-box {
        background: #fff;
        box-shadow: 0 3px 0 #ccc;
        border-radius: 20px;
        padding: 0;
        width: 100%;
        float: inherit;
        position: relative;
        right: 0;
        z-index: 999;
        display: inline-block;
    }

    .login-container .card-title.text-center img {
        width: 100%;
    }

    .pr0 {
        padding-right: 0px;
    }

    .pl10 {
        padding-left: 10px;
    }

    .navbar-brand img {
        height: 45px !important;
    }

    .inner_body h2 {
        font-size: 20px;
        margin: 0 0 20px 0;
    }

    .header_profile img {
        width: 55px;
        height: 55px;
        margin: 0 0 -10px 0;
    }

    .header_profile {
        margin: 0px !important;
    }

    .menuIcon {
        padding: 4px 0px;
    }

    .HeaderHeading {
        font-size: 18px;
        color: #fff !important;
    }

    .main_tab_outer li.nav-item {
        margin-bottom: 0px !important;
        margin-top: 5px;
    }

    .main_tab_outer a.nav-link {
        font-size: 14px;
    }

    footer p {
        font-size: 11px;
    }

    .inner_body label {
        margin-top: 0px;
    }


    .menuOpenBox {
        right: 0px;
        top: 14px;
        width: 310px;
    }
}

.welcomePageList {
    margin-top: -100px;
}

@media screen and (min-width:1441px) {
    .welcomePageList {
        margin-top: -140px;
    }

        .welcomePageList.webprofilelist ul li a span {
            position: relative;
            top: -35px;
        }

        .welcomePageList ul li a {
            padding: 2.8rem 0 2.3rem 0 !important;
            --notchSize: 20px;
            clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(30% - var(--notchSize)), calc(150% - var(--notchSize)) 38%, var(--notchSize) 38%, 0% calc(57% - var(--notchSize)));
            margin-bottom: 12px;
        }

    .topsapce-marign.top-less-marign-2 {
        margin-top: -70px;
    }

    body.headerfixed .pageOuter {
        padding-top: 200px;
    }
}

@media screen and (min-width:992px) and (max-width:1440px) {
    .welcomePageList ul li a {
        padding: 2.8rem 0 2.3rem 0 !important;
        --notchSize: 20px;
        clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(40% - var(--notchSize)), calc(150% - var(--notchSize)) 38%, var(--notchSize) 38%, 0% calc(58% - var(--notchSize)));
        margin-bottom: 12px;
    }

    .welcomePageList {
        margin-top: -0px !important;
    }

    .login-form p, .login-form p a {
        margin: 14px 0;
    }

    .contentMainOuter.contentMainOuter .welcomePageList ul li > a {
        margin-bottom: 12px !important;
    }
    /*.login-container .login-form {
        width: 430px;
    }*/
    /*.login-form .card-body {
        padding: 50px 50px 12px;
    }*/
    .login-container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f5f5f5;
        min-height: 100vh;
        background: url("../images/background-img.png") no-repeat center;
        background-size: inherit;
        /*background: url("../images/login-bg.png") no-repeat center;
        background-size: 100% 100%;*/
    }

    .inner_body input.form-control, .inner_body select.form-control {
        height: 38px;
        border: none;
        text-align: center;
    }

    .login-container form {
        padding-top: 0;
    }

    .welcomePageList {
        width: 80%;
        margin: auto;
        text-align: center;
    }
}




@media screen and (min-width:768px) and (max-width:991px) {

    .welcomePageList ul li a {
        padding: 2.8rem 0 2.3rem 0 !important;
        --notchSize: 20px;
        clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(40% - var(--notchSize)), calc(150% - var(--notchSize)) 38%, var(--notchSize) 38%, 0% calc(58% - var(--notchSize)));
        margin-bottom: 12px;
    }

    .welcomePageList {
        margin-top: -0px !important;
    }

    .contentMainOuter {
        /*background-size: cover;*/
        background-size: inherit;
    }

    .login-container {
        /*background-size: cover;*/
        background-size: inherit;
    }

    .inner_body input.form-control, .inner_body select.form-control {
        height: 38px;
        font-size: 14px;
    }

    .viewBtnList {
        min-width: 52px;
        padding: 7px 13px;
        margin-right: 3px;
        float: left;
    }

    .login-form p, .login-form p a {
        margin: 20px 0;
    }

    .login-container .login-form {
        width: 440px;
    }

    .login-form .card-body {
        padding: 20px 90px;
    }
}


.webView {
    display: block;
}

.mobileView {
    display: none;
}

@media screen and (min-width:320px) and (max-width:767px) {

    .welcomePageList ul li a {
        padding: 2.8rem 0 2.3rem 0 !important;
        --notchSize: 20px;
        clip-path: polygon(0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(40% - var(--notchSize)), calc(150% - var(--notchSize)) 38%, var(--notchSize) 38%, 0% calc(58% - var(--notchSize)));
        margin-bottom: 14px;
    }

    .welcomePageList {
        margin-top: -70px;
    }

        .welcomePageList ul li a {
            font-size: 12px !important;
        }

    .inner_body input.form-control {
        height: 36px;
    }

    .profileDetailsView .ex-subtext {
        width: 100%;
    }

    .shape01-img {
        padding: 0 40px;
    }

    .mobileMneuIcon {
        position: relative;
        top: -57px;
        right: 15px;
    }

    .mobileHeading {
        position: relative;
        left: -45px;
        right: 0;
        text-align: center;
    }

    .mobileTabs {
        overflow: auto;
        width: 100%;
        flex-wrap: nowrap;
    }

    .main_tab_outer a.nav-link::after {
        width: 0;
        height: 0;
        border-top: 15px solid #fff;
        border-left: 15px solid transparent;
        position: absolute;
        top: 0px;
        right: 0px;
        content: "";
    }


    .mobileTabs .nav-link {
        padding: .5rem 1rem;
    }

    .main_tab_outer a.nav-link {
        font-size: 12px;
    }

    .tabSubHeadingOuter .posRel {
        position: relative;
        text-align: center;
    }

    .HeaderHeading {
        letter-spacing: 0px !important;
    }

    .menuOpenBox {
        right: 0px;
        top: -32px;
        width: 256px;
        padding: 15px;
    }

    .mobileHeaderBg {
        background: #fff;
        position: relative;
        height: 50px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0px;
        z-index: 9;
    }

    .logoTop img {
        margin-top: -66px;
        position: relative;
    }

    .webView {
        display: none;
    }

    .mobileView {
        display: block;
    }

        .mobileView .menuOpenBox h4 {
            margin-top: 35px;
            padding-left: 10px;
        }

    .menuListView {
        padding-left: 10px;
    }

    .mobileView .header_profile .profileMobile {
        width: 100px;
        height: 100px;
    }

    .login-form .card-body {
        padding: 30px 30px;
    }

    .login-container .login-form {
        margin: 30px 30px 25px 30px;
    }

    .login-form p, .login-form p a {
        margin: 18px 0;
    }

    .welcomePageList {
        padding: 0 28px;
    }

    .contentMainOuter {
        padding-top: 0px;
    }

    .tabMobileHide {
        display: none;
    }

    .orderTab li {
        margin-bottom: 10px;
        float: left;
        width: 49%;
    }

        .orderTab li a {
            padding: .5rem 0;
            text-align: center;
        }

    .contentMainInner {
        padding-top: 30px;
    }

    .orderTitleMr {
        margin: 20px 0 25px 0;
    }

    .viewBtnList {
        min-width: auto !important;
        padding: 6px 6px !important;
        width: auto !important;
    }

    .claenderSleBg {
        padding: 6px 6px;
    }

    .orderDetailsList tbody tr td {
        font-size: 12px;
        padding: 10px 8px;
    }

    .orderDetailsList thead tr th {
        padding: 10px 8px;
    }

    .pageRightArrow, .pagenestion {
        padding: 5px 15px 20px 15px;
    }

    .viewIconM {
        display: block;
    }

    .viewIconW {
        display: none;
    }

    .viewIconM img {
        width: 15px;
    }

    .viewIconM2 {
        display: block;
        float: left;
        width: 47%;
        margin-right: 2px;
    }

    .login-container {
        min-height: calc(100vh - 100px);
    }

    .contentMainOuter {
        min-height: calc(100vh - 140px);
    }

    .refreshBtn {
        padding: 4px 10px 6px 10px;
    }

    .themeBtn {
        margin-bottom: 20px;
    }

    .btnsWeb {
        display: none;
    }

    .btnsMobile {
        display: block;
        text-align: center;
    }

    .titleMobile {
        margin: 50px 0 !important;
    }

    .themeBtn, .themeBorderBtn, .btn-light.disabled, .btn-light:disabled {
        min-width: 215px;
    }

    .surface-img-box {
        padding: 0px 30px;
    }

    .togBtnMobile {
        margin-bottom: 15px;
    }

    .topTabOuter.pt-4 {
        padding-top: 1rem !important;
    }

    .orderTitleBg {
        background: transparent linear-gradient(0deg, #FFFFFF 0%, #F4F4F4 100%) 0% 0%;
        margin: -10px -15px;
        position: relative;
        padding: 27px 0;
        margin-bottom: 20px;
    }

    .searchBGMobile {
        background: transparent linear-gradient(0deg, #ECECEC 0%, #FFFFFF 100%) 0% 0%;
        padding: 10px 15px 10px 15px;
        position: relative;
        margin: -20px -15px 0 -15px;
        box-shadow: 0 3px 2px #e1e1e1;
    }

    .theme_plain_bg {
        min-height: 70px;
    }

    .logoTop img {
        margin-top: -86px;
    }

    .exSearcA {
        max-width: 58% !important;
    }

    .exSearcB {
        min-width: 40% !important;
    }

    .blueBtn, .grayBtn {
        min-width: 100%;
    }
}

@media screen and (min-width:768px) {
    .main_tab_outer a.nav-link.active {
        background: #2f5860 !important;
        background: -moz-linear-gradient(top, #2f5860 0%, #0c94b0 100%) !important;
        background: -webkit-linear-gradient(top, #2f5860 0%,#0c94b0 100%) !important;
        background: linear-gradient(to bottom, #2f5860 0%,#0c94b0 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f5860', endColorstr='#0c94b0',GradientType=0 ) !important;
        border-radius: 0px !important;
        /*border: 3px solid #fff !important;*/
        border: 1.5px solid #fff !important;
        color: #E8E8E8 !important;
        border-bottom: none !important;
        border-top: none !important;
        padding-bottom: 11px;
    }

    .main_tab_outer a.nav-link.activeCompleted {
        background: #0C94B0;
        color: #657E84;
        border-bottom: none !important;
        border-top: none !important;
        cursor: pointer;
    }

        .main_tab_outer a.nav-link.activeCompleted:hover {
            /*background: #B9BFC3 !important;
            color: #fff;*/
            border-bottom: none !important;
            border-top: none !important;
            cursor: default;
        }
    /*.main_tab_outer a.nav-link:hover {
        background: #2f5860 !important;
        background: -moz-linear-gradient(top, #2f5860 0%, #0c94b0 100%) !important;
        background: -webkit-linear-gradient(top, #2f5860 0%,#0c94b0 100%) !important;
        background: linear-gradient(to bottom, #2f5860 0%,#0c94b0 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f5860', endColorstr='#0c94b0',GradientType=0 ) !important;
        border-radius: 0px !important;
        border: 3px solid #fff !important;
        color: #E8E8E8;
        border-bottom: none !important;
        border-top: none !important;
        padding-bottom: 11px;
    }*/

    .fixed-top {
        position: fixed;
        top: 0px;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}


@media screen and (max-width:480px) {
    .contentMainOuter {
        background: url("../images/welcome-m-bg.png") no-repeat center;
        background-size: 100% 100%;
    }

    .login-container {
        background: url("../images/welcome-m-bg.png") no-repeat center;
        background-size: inherit;
        /*background-size: cover;*/
    }

    .topwebspace-white.topTabOuter .orderTab.webtablistinner li a {
        padding: .5rem 0.6rem;
    }
}


.NewOrederListbox.shape-btm-cont {
    margin: 0px 0 10px 0;
}

.NewOrederListbox .switch {
    position: relative;
    display: inline-block;
    width: 22px !important;
    height: 15px;
}

.NewOrederListbox .toggleSlid::before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.NewOrederListbox input:checked + .toggleSlid::before {
    -webkit-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px);
}

.NewOrederListbox .toggleSlid {
    top: 0px;
}

.whitespace-inner-header {
    padding: 35px 0;
}

.bottom-inner-bg {
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #e8e8e8 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #e8e8e8 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff', GradientType=0);
    position: relative;
}

    .bottom-inner-bg::before {
        background-image: url(../images/products-bg-logo.png);
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-position: left top;
        opacity: 0.4;
    }

.web-inner-heading-spce .orderTitleMr {
    margin: 50px 0 40px 0;
}

.web-inner-heading-spce .position-relative .searchIcons {
    position: absolute;
    top: 4px;
    left: 18px;
}

.dataTables_wrapper .row:first-child {
    display: none;
}

div.table-responsive > div.tblQuote_wrapper > div.row {
    margin: 0;
}

.newoderrowfull .orderWhiteBox .row {
    width: 100%
}

.web-inner-heading-spce .orderDetailsList tbody tr td {
    padding: 3px 6px;
}

.dataTables_wrapper .dataTables_info {
    letter-spacing: -0.1px;
    color: #1B9AB4;
    font-size: 10px;
    font-weight: 400;
    padding: 15px;
    margin-top: 20px;
}

.dataTables_wrapper ul.pagination li.paginate_button a {
    margin: 0 15px;
}

    .dataTables_wrapper ul.pagination li.paginate_button a i.fa {
        color: rgba(101, 126, 132, 0.3);
        font-size: 10px;
    }

        .dataTables_wrapper ul.pagination li.paginate_button a i.fa:hover {
            color: rgba(27, 154, 180, 1);
        }

    .dataTables_wrapper ul.pagination li.paginate_button a:focus {
        border: 0;
        outline: 0;
    }

.dataTables_paginate.paging_simple {
    margin-top: 20px !important;
}
/*29-6-2020*/



.coustom-theme-pop.modal-dialog .modal-content {
    min-width: 175px;
    min-height: 165px;
    border-radius: 20px !important;
    border: 1px solid #1B9AB4;
    width: 255px
}

    .coustom-theme-pop.modal-dialog .modal-content .modal-title {
        font-size: 11px;
        font-weight: 600;
        color: #1B9AB4;
        text-transform: uppercase;
    }

.coustom-theme-pop.modal-dialog .modal-header {
    display: block;
    text-align: center;
    border: none;
    margin: 12px 0;
    padding: 0;
}

.user-select-box select.form-control {
    border: 1px solid #1B9AB4;
    border-radius: 30px;
    font-size: 11px;
    color: #0C94AE;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.11px;
    text-align: center;
    display: block;
    min-width: 181px;
    height: 26px;
    padding: 1px 30px 1px 15px;
}

select.custom-select {
    background: url(../images/select-arrow.svg) right .65rem center/15px 15px no-repeat #fff;
    height: 15px;
    width: 15px;
}

select.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-size: none;
}

.select-popup-center {
    text-align: center;
    margin: 0 auto;
    display: table;
}

.coustom-theme-pop .input-coustom-pop .control-label {
    font-size: 9px;
    color: #1B9AB4;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    display: block;
    margin: 0 0 5px;
}

.coustom-theme-pop .input-coustom-pop .form-control {
    border-radius: 25px !important;
    border: 1px solid #1B9AB4 !important;
    width: 83px !important;
    margin: 0 2px;
    text-align: center;
    color: #1B9AB4;
    font-weight: 500;
    height: 24px !important;
    padding: 0;
    font-size: 9px;
}

    .coustom-theme-pop .input-coustom-pop .form-control.input-gary-text {
        color: #0c94ae;
    }

.coustom-theme-pop .form-group.col-one-pop, .coustom-theme-pop .form-group.col-tow-pop {
    float: left;
    margin: 0 4px;
}

.input-coustom-pop {
    margin: 10px auto 0;
    display: table;
}

.coustom-theme-pop .modal-body {
    padding: 0;
}

.btnleft-pop {
    min-width: 68px;
    margin: 0 2px;
}

.grop-btnbox {
    display: table;
    margin: 0 auto 12px;
}

.chck-form-divinput .form-check-label {
    font-size: 9px;
    color: #9BA3A8;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    display: block;
    margin: 10px 5px 0;
}

.chck-form-divinput {
    text-align: center;
}

.eyeShowcheck {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffff;
    cursor: pointer;
    height: 25px;
    width: 25px;
    right: 0;
}

.form-check-eye-icon {
    background-image: url(../images/eye-close-icon.png);
    margin: 0 !important;
    background-repeat: no-repeat;
    height: 19px;
    width: 23px;
    display: block;
}

input.eyeShowcheck:checked + label.form-check-eye-icon {
    background-image: url(../images/eye-show-icon.png);
    background-repeat: no-repeat;
    height: 19px;
    margin: 0 !important;
    width: 23px;
    display: block;
}

.checbox-showinner {
    width: 25px;
    height: 20px;
    margin: 5px auto 0;
    display: table;
    position: relative;
}

.select-popup-center select.custom-select option {
    padding: 10px 5px;
    background: #E8E8E8;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.select-popup-center select.custom-select {
    text-align: center;
    text-align-last: center;
}


/*/end/*/

@media screen and (min-width:992px) and (max-width:1400px) {
    .tabInnerContainer {
        padding: 15px 0;
    }

    .inner_body h2 {
        margin: 0 0 15px 0;
    }

    .inner_body .form-group {
        margin-bottom: 10px;
    }

    .colSurfaceDesign .inner_body h2 {
        margin-bottom: 30px;
    }

    .surface-img-box {
        margin-bottom: 10px;
    }

    .topTabOuter.pt-4 {
        padding-top: 40px !important;
    }
}

.main_tab_outer {
    min-height: calc(100vh - 236px);
    padding-bottom: 100px
}

.poptoggle-btn .switch {
    position: relative;
    display: inline-block;
    width: 37px !important;
    height: 21px;
}

.poptoggle-btn .toggleSlid::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switchBtn.poptoggle-btn {
    margin: 0;
    padding: 0;
}

    .switchBtn.poptoggle-btn .switch {
        margin-top: 7px;
    }

.poptoggle-btn input:checked + .toggleSlid:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}



/*7-7-2020*/
.modal-headingtag-pop {
    font-size: 24px;
    text-align: center;
    color: #1B9AB4;
    font-weight: 300;
    text-transform: capitalize;
    margin: 10px 0;
}

.modal-subheadingtag-pop {
    font-size: 12px;
    color: #657E84;
    text-align: center;
}

.modal-subheadingtag-pop {
    font-size: 12px;
    color: #657E84;
    text-align: center;
    letter-spacing: -0.12px;
    text-transform: uppercase;
    margin: 30px 0 20px;
}

a.themebtnblue {
    background-color: #0C94AE;
    font-size: 10px;
    color: #FFFFFF;
    height: 26px;
    line-height: 26px;
    max-width: 194px;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    padding: 0px;
}

    a.themebtnblue:hover {
        background-color: #f4f4f4;
        color: #0C94AE;
    }

a.themebtngary:hover {
    background-color: #b3bfc2;
    color: #fff;
}

a.themebtngary {
    background-color: #E8E8E8;
    font-size: 10px;
    color: #657E84;
    height: 26px;
    line-height: 26px;
    max-width: 194px;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    padding: 0px;
}

.modal-pop-btngroup > a {
    display: block;
    margin: 15px auto;
    font-weight: 700;
}


.modal-content {
    border-radius: 14px !important;
}

.productViewList {
    width: 100%;
    float: left;
}

    .productViewList thead tr th {
        letter-spacing: -0.1px;
        color: #0C94AE;
        font-size: 10px;
        font-weight: 600;
        text-align: center;
        border: none;
        text-transform: uppercase;
    }

    .productViewList tbody tr td {
        letter-spacing: -0.14px;
        color: #657E84;
        font-size: 14px;
        font-weight: 300;
        text-align: center;
        border: none;
        padding: 0px;
    }

        .productViewList tbody tr td span {
            background: transparent linear-gradient(0deg, #FFF 0%, #F7F7F7 100%) 0% 0%;
            letter-spacing: -0.1px;
            color: #1B9AB4;
            font-size: 10px;
            font-weight: 600;
            text-transform: uppercase;
            width: 100%;
            float: left;
            padding: 8px 0 5px 0;
        }

        .productViewList tbody tr td p {
            letter-spacing: -0.14px;
            color: #657E84;
            font-size: 14px;
            font-weight: 300;
            margin-bottom: 20px;
        }

.orderheadingView {
    font-size: 24px;
    color: #1B9AB4;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}



.divSVGContentpopup {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
}




/*end*/



#OrderCompletePopup .modal-content {
    width: 100%;
}

.white-bg-outer {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 3px 6px #00000029;
    padding: 45px 85px;
}

.white-bg-outer-order-complete {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 3px 6px #00000029;
    padding: 45px 56px;
}

.orderheadingtag {
    color: #1B9AB4;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
}

.orderheadingtag {
    padding: 0 0 0 55px;
}

.orderinnerbox {
    color: #1B9AB4;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: -0.09px;
    margin: 0 0 20px 0;
}

    .orderinnerbox span {
        display: block;
        font-size: 9px;
        color: #9BA3A8;
    }

.orderdetailsboxspace {
    padding: 45px 0 45px 55px;
}

.orderdetailsboxspaceaction {
    padding: 45px 35px 45px 0px
}

a.searchBtnicon {
    background-color: #0C94AE;
    width: 27px;
    height: 18px;
    text-align: center;
    border-radius: 15px;
    text-decoration: none;
    display: inline-block;
    line-height: 18px;
    margin: 0 1px;
}

.orderrighttmargin {
    padding: 0 0 0 0px;
}

.ordre-max-height {
    min-height: 250px;
}

.payheaingtag {
    color: #1B9AB4;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: -0.1px;
    text-transform: uppercase;
}

.orderinnertext {
    color: #1B9AB4;
    font-size: 9px;
    letter-spacing: -0.09px;
    text-transform: uppercase;
    line-height: 11px;
}

.terms-width-box {
    max-width: 108px;
    padding: 0;
    height: 20px;
    line-height: 17px;
    font-size: 9px;
}

.ordepricebox {
    text-align: right;
}

.priceorder {
    font-size: 26px;
    font-weight: 500;
    line-height: 22px;
    color: #1B9AB4;
    letter-spacing: -0.78px;
}

    .priceorder span {
        display: block;
        font-size: 8px;
        color: #1B9AB4;
        letter-spacing: -0.08px;
    }

.orderpayheading .welcomePageList {
    margin: 0 auto;
    clear: both;
    display: inline-block;
    height: 32px;
    max-width: 466px;
}

.orderpayheading {
    text-align: center;
}

.orderpaymentbox {
    margin: 70px 0 0;
}

.payformouter label {
    font-size: 11px;
    color: #0C94AE;
    font-weight: 500;
    letter-spacing: -0.11px;
}

    .payformouter label span {
        font-size: 10px;
        color: #0C94AE;
        font-weight: 400;
        letter-spacing: -0.1px;
    }

.payformouter .form-control {
    border: none;
    border-radius: 0;
    background-color: rgba(232, 232, 232, 0.25);
    height: 30px;
}

.paybtngroup a {
    min-width: 194px;
    display: block;
    margin: 0 0 10px;
}

.paybtngroup {
    float: right;
}

.payinner-boxmain {
    max-width: 490px;
    margin: 0 auto;
}

.margintoptram {
    margin: 30px 0 0 0;
}

.visa-img {
    height: 24px;
    margin: 0 15px 0 0;
}

.serure-payment-heading {
    font-size: 15px;
    font-weight: 500;
    color: #1B9AB4;
    text-transform: uppercase;
}

    .serure-payment-heading img {
        float: left
    }

span.serure-payment-heading span {
    margin-left: 5px;
}

tr.bench-info td {
    padding-bottom: 20px !important;
}

.payformouter {
    margin: 40px 0 0 0;
}


    /*7-7-2020 EVING*/
    .payformouter label span {
        font-size: 10px;
        color: #0C94AE;
        font-weight: 400;
        letter-spacing: -0.1px;
    }

    .payformouter .form-control {
        border: none;
        border-radius: 0;
        background-color: rgba(232, 232, 232, 0.25);
        height: 30px;
    }

.paybtngroup a {
    min-width: 194px;
    display: block;
    margin: 0 0 10px;
}

.paybtngroup {
    float: right;
}

.payinner-boxmain {
    max-width: 490px;
    margin: 0 auto;
}

.margintoptram {
    margin: 30px 0 0 0;
}

.visa-img {
    height: 24px;
    margin: 0 15px 0 0;
}

.serure-payment-heading {
    font-size: 15px;
    font-weight: 500;
    color: #1B9AB4;
    text-transform: uppercase;
}

.payformouter {
    margin: 40px 0 0 0;
}


@media screen and (min-width:992px) and (max-width:1200px) {
    .whitebg-space.white-bg-outer {
        padding: 45px 65px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .whitebg-space.white-bg-outer, .white-bg-outer-order-complete {
        padding: 35px 35px;
    }

    .spnLength {
        margin-top: -12px !important;
    }

    .span#spnLength_A {
        top: 4% !important;
        width: 25%;
    }


    span#spnLength_B {
        top: 20% !important;
    }

    .spnLengthText {
        margin-top: 8% !important;
    }

    .divSVGContent svg text {
        font-size: 2.0px !important;
    }

    .benchEdgeTextMobile svg text {
        font-size: 1.0px !important;
    }

    .benchEdgeTextMobile .CheckboxEdge2 {
        left: 79% !important;
    }

    .benchCornerTextMobile .CheckboxCorner_1, .benchCornerTextMobile .CheckboxCorner_2, .benchCornerTextMobile .CheckboxEdge2 {
        left: 79% !important;
    }

    .benchEdgeTextMobile div#PROFILED1 {
        top: 20px;
        margin-top: -11px;
    }
}

@media screen and (max-width:767px) {
    .whitebg-space.white-bg-outer, .white-bg-outer-order-complete {
        padding: 15px;
    }

    .orderdetailsboxspace {
        padding: 15px;
    }

    .orderdetailsboxspaceaction {
        padding: 15px 5px;
    }

    .orderheadingtag {
        padding: 0 0 0 15px;
    }

    .ordepricebox {
        text-align: center;
        margin: 30px 0 0;
    }

    .payment-order-box {
        text-align: center;
    }

    .paybtngroup {
        float: none;
        text-align: center;
        margin: 0 auto;
        display: table;
    }

    .totalamountbox {
        text-align: center;
        margin: 0 0 20px;
    }


    .shapeBanchSvg svg {
        width: 200px;
        height: 160px;
    }

        .shapeBanchSvg svg.first {
            height: 100px;
        }

    span#spnLength_A {
        width: 74px !important;
        margin-top: -23px !important;
        left: 38.37096774193548% !important;
    }

    span#spnLength_B {
        width: 74px !important;
        margin-top: -23px !important;
        left: 75% !important;
    }

    span.spnLengthText {
        margin-top: 8%;
    }

    .divSVGContent svg text {
        font-size: 3.0px !important;
    }

    .benchEdgeTextMobile div#CheckboxEdge2 {
        left: 74% !important;
        top: 20% !important;
    }

    .benchEdgeTextMobile div#PROFILED1 {
        top: 25% !important;
    }

    .benchEdgeTextMobile div#CheckboxEdge3 {
        top: 20% !important;
    }

    .benchCornerTextMobile .CheckboxCorner_1, .benchCornerTextMobile .CheckboxCorner_2, .benchCornerTextMobile .CheckboxEdge2 {
        left: 79% !important;
    }

    .benchOverviewTextMobile div#CheckboxEdge2 {
        left: 79% !important;
    }

    .benchOverviewTextMobile div#CheckboxEdge2 {
        left: 75% !important;
        top: 20% !important;
    }

    .benchDimentionText span#spnLength_F {
        top: 57% !important;
        width: 70px !important;
    }

    .benchDimentionText span#spnLength_E {
        top: 97% !important;
        width: 70px !important;
    }

    .spnLength {
        width: 70px !important;
    }

    /*.benchJoinText .Checkbox1 {
        left: 61.225806% !important;
        top: 18.258065% !important;
    }
    .benchJoinText .Checkbox2 {
        top: 18% !important;
    }
    .benchJoinText .Checkbox3 {
        left: 70% !important;
        top: 27% !important;
    }

    .benchDimentionText span#spnLength_C {
        width: 70px !important;
        top: 96% !important
    }
    .benchEdgeTextMobile svg text {
        font-size: 2.0px !important;
    }
    .benchEdgeTextMobile .PROFILED2.Profilled {left:23% !important}*/
    /*.benchEdgeTextMobile .PROFILED4.Profilled {
        left: 16% !important; 
    }
    .benchEdgeTextMobile .PROFILED1.Profilled {
        top: 22% !important;
    }*/
    /*.benchEdgeTextMobile .CheckboxEdge2 {
        left: 73% !important;
    }
    .benchEdgeTextMobile .CheckboxEdge3 {
        top: 75% !important;
    }
    .benchCornerTextMobile .CheckboxCorner_4, .benchCornerTextMobile .CheckboxCorner_3, .benchCornerTextMobile .CheckboxEdge3 {
        top:75% !important
    }
    .benchOverviewTextMobile .CheckboxEdge2 {
        left:75% !important;
    }
    .benchOverviewTextMobile .CheckboxEdge3 { top:75% !important}*/
}


.toptabgary-bg {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8', GradientType=0);
}

.welcomePageList.webprofilelist {
    margin: 0;
}

.top-less-marign-2 {
    margin-top: -70px;
}

.prfileleft-box {
    float: left;
    width: 160px;
}

.profilerightbox {
    float: right;
    width: calc(100% - 180px);
    padding: 0;
}

    .profilerightbox .form-control {
        display: inline;
        max-width: 100%;
        height: 30px;
        background-color: rgba(232, 232, 232, 25%);
        font-size: 16px;
        color: #657E84;
        margin: 0 10px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        letter-spacing: -0.16px;
        border-radius: 0;
        border: none;
        text-align: left;
        padding: 5px;
    }

.col-custom-7 {
    float: left;
    width: calc(100% - 144px);
    max-width: 290px;
}

.row-cusrim .col-custom-5 {
    width: 144px;
    float: left;
}

.row-cusrim {
    display: inline-block;
    width: 100%;
    clear: both;
}

.profilerightbox label {
    font-size: 11px;
    color: #0C94AE;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.11px;
}

.setting-rowbox.new-password-input span.new-passd-label {
    font-size: 9px;
    color: #B9BFC3;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    right: 8px;
    top: 8px;
}

.setting-rowbox.new-password-input {
    position: relative;
}

    .setting-rowbox.new-password-input .form-control {
        padding: 5px 50px 5px 5px;
    }

.userimg-box .proi-pic-box {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

    .userimg-box .proi-pic-box .imguser-upload {
        height: 120px;
        width: 120px;
        border-radius: 50%;
    }

.imgtag-change {
    position: absolute;
    right: -15px;
    top: 50px;
}

    .imgtag-change > a {
        background-color: #fff;
        height: 32px;
        width: 32px;
        display: block;
        border-radius: 50%;
        text-align: center;
        box-shadow: 0px 0px 5px #00000029;
        line-height: 30px;
    }

.prfileleft-box .userimg-box label.img-title-tag {
    font-size: 11px;
    color: #0C94AE;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.11px;
    text-align: center;
    display: block;
    max-width: 120px;
    margin: 10px 0;
}

.edit-btn-rightbox {
    display: inline-block;
    clear: both;
    width: 100%;
    text-align: right;
}

.edit-btn-box a {
    font-size: 11px;
    color: #B9BFC3;
    text-transform: uppercase;
    letter-spacing: -0.11px;
    text-decoration: none;
    font-weight: 500;
}

    .edit-btn-box a span {
        position: relative;
        top: 3px;
        left: 2px;
    }

.products-boxmain {
    width: 590px;
    clear: both;
    margin: 0 auto;
    display: table;
}

.border-right-white {
    border-right: 3px solid #fff;
}

.border-left-white {
    border-left: 3px solid #fff;
}

.profilerightbox .row-cusrim .col-custom-7 .setting-rowbox .form-control {
    max-width: 100%;
    margin: 0;
}

.profilerightbox .row-cusrim .col-custom-7 .setting-rowbox .form-control {
    max-width: 100%;
    margin: 0;
}

.btn-light.disabled, .btn-light:disabled, .btn-light.themeBtn.disabled {
    background-color: #E8E8E8 !important;
    border-color: #E8E8E8 !important;
    padding: 5px 30px;
    max-width: 194px;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
    color: #fff !important;
    font-size: 10px;
}

    .btn-light.disabled:hover .btn-light.themeBtn.disabled:hover {
        background-color: #E8E8E8 !important;
        border-color: #E8E8E8 !important;
        color: #fff !important;
    }


.profilerightbox .themeBtn:hover, .profilerightbox .themeBtn:focus {
    background: #f4f4f4;
    color: #0c94b0;
    border: 1px solid #fff;
}

.edit-btn-box a:hover {
    color: #0C94AE;
}
/*7-7-2020 END*/

.webtablistinner.orderTab li a {
    text-align: center;
}

.topwebspace-white {
    padding-top: 40px
}



.orderTab.webtablistinner li a:hover {
    /* background: #E8E8E8;*/
    border-radius: 0px !important;
    border: 2px solid #fff !important;
    color: #fff;
    border-bottom: none !important;
    border-top: none !important;
    text-decoration: none;
    background: -moz-linear-gradient(top, #1B9AB4 0%, #1D8BA1 34%, #28464B 100%);
    background: -webkit-linear-gradient(top, #1B9AB4 0%, #1D8BA1 34%, #28464B 100%);
    background: linear-gradient(to bottom, #1B9AB4 0%, #1D8BA1 34%, #28464B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1B9AB4', endColorstr='#28464B', GradientType=0);
}

.orderTab.webtablistinner li a.active {
    background: #E8E8E8;
    border-radius: 0px !important;
    border: 2px solid #fff !important;
    color: #657E84;
    border-bottom: none !important;
    border-top: none !important;
    text-decoration: none;
}

.orderTab.webtablistinner li a {
    background: #e8e8e8;
    background: -moz-linear-gradient(top, #e8e8e8 0%, #e7e7e7 34%, #e2e2e2 66%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #e8e8e8 0%, #e7e7e7 34%, #e2e2e2 66%, #cccccc 100%);
    background: linear-gradient(to bottom, #e8e8e8 0%, #e7e7e7 34%, #e2e2e2 66%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#cccccc', GradientType=0);
    border-radius: 0px !important;
    border: 2px solid #fff !important;
    color: rgba(101, 126, 132, 1);
    font-weight: 700;
    position: relative;
    border-bottom: none !important;
    border-top: none !important;
    font-size: 14px;
    padding: .5rem 3.6rem;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.viewbtnwhith .viewBtnList {
    min-width: 90px;
    padding: 7px 15px;
}

.field-validation-error {
    font-size: 11px;
}

.orderbtn-gary.normalBtn:hover {
    background-color: #a3b2b6;
    color: #fff;
    border: 1px solid #a3b2b6;
}

.orderbtn-gary.normalBtn {
    font-size: 10px;
    font-weight: 600;
    padding: 7px 25px;
}


.orderbtn-white.normalBtn:hover {
    color: #1B9AB4;
}

.orderbtn-white.normalBtn {
    font-size: 10px;
    font-weight: 600;
    padding: 7px 25px;
    background-color: #fff;
    color: #a3b2b6;
    border: 1px solid #fff;
}

.edit-btn-box a .profileedit-icon {
    background-image: url(/images/edit-profile.svg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 16px;
    width: 16px;
    display: inline-block;
}

.edit-btn-box a:hover .profileedit-icon {
    background-position: bottom center;
}


@media screen and (min-width:576px) and (max-width:767px) {
    .products-boxmain {
        width: 100%;
        clear: both;
        margin: 0 auto;
        display: table;
    }

    .profilerightbox {
        width: calc(100% - 120px);
    }

    .prfileleft-box {
        width: 110px;
    }

    .userimg-box .proi-pic-box {
        width: 90px;
        height: 90px;
    }

        .userimg-box .proi-pic-box .imguser-upload {
            height: 90px;
            width: 90px;
        }

    .table-delete-btn .viewBtnList.viewIconM {
        display: inline-block;
        min-width: 40px !important;
    }
}

@media screen and (max-width:575px) {

    .table-delete-btn .viewBtnList.viewIconM {
        display: inline-block;
        min-width: 25px !important;
        margin: 2px 1px;
        padding: 4px !important;
    }

    .web-inner-heading-spce .orderDetailsList.table-delete-btn tbody tr td:last-child {
        text-align: center
    }

    .products-boxmain {
        width: 100%;
    }

    .prfileleft-box {
        float: none;
        width: 130px;
        margin: 0 auto;
    }

    .profilerightbox {
        float: none;
        width: 100%;
        padding: 0;
    }

    .row-cusrim .col-custom-5 {
        width: 100%;
        float: none;
    }

    .col-custom-7 {
        float: left;
        width: 100%;
        max-width: 100%;
    }
}

/*9-7-2020*/
#OrderViewModelpopup .modal-content {
    width: 100%;
}

#deleteQuote .modal-content {
    width: 100%;
}


.innerpop-content h4 {
    font-size: 48px;
    text-align: center;
    letter-spacing: -2.4px;
    color: #0C94AE;
    margin: 40px 0 20px;
    padding: 0;
}

.innerpop-content p {
    font-size: 14px;
    color: #657E84;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0;
    padding: 0;
}

.innerpop-content .popinner-form label {
    font-size: 14px;
    color: #0C94AE;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.14px;
}

.innerpop-content .popinner-form {
    text-align: center;
    margin: 50px 0 20px;
}

.innerpop-pop-img {
    background-image: url(../images/pop-logo.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 100%;
    min-height: 415px;
    width: 100%;
}

.themeBtn-gary {
    background: #E8E8E8;
    font-size: 10px;
    color: #657E84;
    border: 1px solid #E8E8E8;
    padding: 5px 30px;
    text-transform: uppercase;
    min-width: 194px;
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
}

    .themeBtn-gary:hover {
        background: #dae0e5;
        color: #657E84;
        border: 1px solid #dae0e5;
    }

.closepopbtn i.fa {
    border: none;
    box-shadow: none;
    color: #000;
    font-size: 22px;
}

.savebtnhover.themeBtn:hover, .savebtnhover.themeBtn:focus {
    background: #f4f4f4;
    color: #0c94b0;
}

.savebtnhover.themeBtn {
    text-transform: uppercase;
    font-size: 11px;
}

.docs-buttons .btn.themeBtn.btn-upload {
    color: #fff;
}

    .docs-buttons .btn.themeBtn.btn-upload:hover {
        color: #0c94b0;
    }
/*end 9-7-2020*/

/* for loader waiting  model */


.modalLoader {
    position: fixed;
    z-index: 99999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.centerLoader {
    z-index: 1000;
    margin: 300px auto;
    padding: 0px;
    width: 70px;
    background-color: transparent;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.center img {
    height: 128px;
    width: 128px;
}

/* end */

.table-delete-btn .viewBtnList {
    background: #0C94AE;
    min-width: 60px;
    letter-spacing: -0.4px;
    border: 1px solid #0C94AE;
    font-weight: 600;
    color: #fff;
    padding: 7px 10px;
    text-align: center;
    border-radius: 20px;
    font-size: 10px;
    margin: 0 2px;
    /* text-transform:uppercase; */
}

    .table-delete-btn .viewBtnList:hover, .table-delete-btn .viewBtnList:focus {
        background: #E8E8E8;
        color: #fff;
        border: 1px solid #E8E8E8;
        text-decoration: none;
    }

    .table-delete-btn .viewBtnList i.fa {
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        color: inherit;
    }

.loginlogo {
    /* height: 146px;*/
    margin: 0;
    max-width: 100%;
}

.profilerightbox .form-control:focus {
    background-color: rgba(232, 232, 232, 25%);
    border: none;
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    background-color: #fff;
    border: none;
    outline: 0;
    box-shadow: none;
}



.login-container .text-danger {
    color: #24545c !important;
}

.forgetpassd-heading span {
    display: block;
}

.forgetpassd-heading {
    text-align: center;
    margin: 5px 0 20px;
    color: #F4F4F4;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 2px;
}

.close-iconmenu > img {
    height: 15px;
    width: 15px;
}

.menuiconbox {
    background-image: url(../images/menu-iconxd.svg);
    background-repeat: no-repeat;
    height: 11px;
    width: 27px;
    background-position: top center;
}

a.menuIcon span.menuiconimg {
    background-image: url(../images/menu-iconxd.svg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 11px;
    width: 27px;
    display: inline-block;
}

a.menuIcon:hover span.menuiconimg {
    background-position: left bottom;
}

.mobileMneuIcon a.menuIcon span.menuiconimgm {
    background-image: url(../images/menu-iconxd-m.svg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 11px;
    width: 27px;
    display: inline-block;
}

.mobileMneuIcon a.menuIcon:hover span.menuiconimgm {
    background-position: left bottom;
}

.menuIcon {
    margin: 4px 35px 4px 10px;
    position: relative;
    z-index: 999;
    top: 10px;
}

.menuOpenBox {
    background: transparent linear-gradient(180deg, #1D393D 0%, #31545B 100%) 0% 0%;
    border-radius: 5px;
    padding: 15px 15px 30px 42px;
    position: absolute;
    right: 25px;
    top: 40px;
    width: 310px;
    z-index: 999;
}


.profileCrossIcon {
    float: right;
    position: relative;
    right: 0;
    top: -5px;
}


.mobileView .menuIcon {
    margin: 4px 10px 4px 10px;
    position: relative;
    z-index: 999;
    top: 0px;
}

.mobileView .profileCrossIcon {
    top: -11px;
}

.mobileView .menuOpenBox {
    right: 0px;
    top: -34px;
    width: 273px;
    padding: 15px 15px 30px 32px
}

p.sign-up > a {
    font-weight: 600;
}

.forgotpassboxinner {
    max-width: 255px;
    margin: 0 auto;
}

.logoachortag > a {
    text-decoration: none;
    display: inline-block;
}

.calendarBox .claenderSleBg::-webkit-input-placeholder {
    color: #E8E8E8;
    text-shadow: none;
    opacity: 1;
}

.calendarBox .claenderSleBg:-ms-input-placeholder {
    color: #E8E8E8;
    text-shadow: none;
    opacity: 1;
}

.calendarBox .claenderSleBg::placeholder {
    color: #E8E8E8;
    text-shadow: none;
    opacity: 1;
}

.table-delete-btn.tableviewdeletebtn .viewBtnList {
    min-width: 100px;
}

.tabfullwithtbox.welcomePageList {
    width: 100%;
    bottom: -5px;
    max-width: 409px;
    margin: 0 auto;
}

.tabletdbgcolorchange.orderDetailsList tbody tr td, .tabletdbgcolorchange tbody tr td {
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff', GradientType=0);
    border-right: 2px solid #fff;
}

    .tabletdbgcolorchange.orderDetailsList tbody tr td:last-child, .tabletdbgcolorchange tbody tr td:last-child {
        background: #fff
    }

.lasttdbtngroup .viewBtnList {
    min-width: 60px;
    /*padding: 5px 10px;*/
    margin: 0 4px 0 0;
}



.orderpayheading .welcomePageList.borderleftnonobutton {
    max-width: 465px;
}

.field-validation-error {
    color: #24545c !important;
    font-size: 11px;
}

.colSurfaceDesign .inner_body label {
    margin-top: 10px;
    margin-bottom: 5px;
}

.headingSpaceRemove.inner_body h2 {
    margin: 0px;
}

.toast-warning {
    background-color: #24545c !important;
}

.view-quote-box .contentColOuter.addresboxspaceb {
    margin-bottom: 20px;
}

.view-quote-box .contentColOuter.cornessbspace {
    margin-bottom: 65px;
}

.viewQuoteGrayBtn .showpop-price {
    display: none
}

.viewQuoteGrayBtn .showpop-price {
    display: none
}

.showpop-close {
    display: block;
}


.viewQuoteGrayBtn .showpop-close {
    display: none
}

.productViewList thead tr th {
    padding: 16px;
}

.productViewList tbody tr td {
    padding: 0px;
}


#OrderComplete.modal {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#31545b+0,0c94b0+100 */
    /* background: #31545b; /* Old browsers */
    /*background: -moz-linear-gradient(top, #31545b 0%, #0c94b0 100%); */ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #31545b 0%,#0c94b0 100%); */ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #31545b 0%,#0c94b0 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31545b', endColorstr='#0c94b0',GradientType=0 ); */ /* IE6-9 */
    background: rgba(12, 148, 174, 0.8);
}


span.text-danger.errotextbox {
    color: #fff !important;
    text-align: center;
    display: block;
}





.profilerightbox .mb-2.row-cusrim {
    margin-bottom: .08rem !important;
}

.topsapce-marign.top-less-marign-2 {
    padding-bottom: 100px;
}

.imges-custom-pop .modal-title {
    color: #0C94AE;
    font-size: 16px;
    font-weight: 300;
}

button.closepopbtnactive:focus {
    outline: 1px dotted;
    outline: none;
    border: none;
}

.web-inner-heading-spce {
    padding-bottom: 58px;
}

.pagination {
    padding-right: 15px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #0c94ae !important;
}

.daterangepicker .drp-buttons .btn {
    background-color: #0c94ae !important;
    border-color: #0c94ae !important;
    color: #fff;
    font-size: 10px;
}

    .daterangepicker .drp-buttons .btn:hover, .daterangepicker .drp-buttons .btn:focus {
        background-color: #E8E8E8 !important;
        border-color: #E8E8E8 !important;
    }

.tab-content.orderTabView.newoderrowfull, .orderTabView.newoderrowfull {
    max-width: 664px;
    margin: 0 auto;
}

.order-process-cls a.searchBtnicon {
    width: 36px;
    height: 26px;
    text-align: center;
    border-radius: 15px;
    text-decoration: none;
    display: inline-block;
    line-height: 21px;
    margin: 0 1px;
}




.topTabOuter.pt-4 {
    position: fixed;
    top: 110px;
    right: 0;
    left: 0;
    z-index: 100;
}


.shape-inc {
    font-size: 10px;
    font-weight: 500;
    color: #9EA6AB;
    text-transform: uppercase;
    padding-top: 48px;
}

.contentMainOuter.contentMainOuter {
    padding-top: 84px;
    align-items: flex-start !important;
}

    .contentMainOuter.contentMainOuter .welcomePageList {
        margin-top: 0px !important;
    }

.term-acccptancy {
    margin-bottom: 8px;
}

    .term-acccptancy .custom-control-label {
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        color: #1B9AB4;
    }


        .term-acccptancy .custom-control-label::before {
            background-color: #e9e9e9;
            border: #fff solid 3px;
            width: 16px;
            height: 16px;
            top: 0;
        }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: #0c94ae;
    background-color: #0c94ae;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: .18rem;
    left: -1.29rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ffffff;
    background-color: #ffffff;
    box-shadow: none;
}

.term-acccptancy .custom-control-label span {
    line-height: 20px;
}

.inner_body h2.welcome {
    letter-spacing: -0.1px;
    color: #E8E8E8;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.Profilled-post-formend {
    text-align: right;
    color: #9BA3A8;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 9px;
    align-items: center;
    float: right;
    padding-right: 10px;
}

.Profilled-post-formend-top {
    padding-top: 85px
}

.portfiled-fill i.fa.fa-eye {
    color: #1B9AB4 !important;
    background-color: #fff !important;
}

.notSeenEdge .fa.fa-eye-slash {
    color: #B9BFC3 !important;
}

.portfiled-fill span {
    display: inline-block;
    line-height: 11px;
    min-height: 22px;
    margin-right: 6px;
}

.Profilled-post-formend .Profilled {
    color: #9BA3A8;
    margin-left: 20px;
}

    .Profilled-post-formend .Profilled span {
        margin-right: 6px;
        max-width: 131px;
        text-align: right;
    }

.pointer-none {
    pointer-events: none !important;
}





.shape-img .themeHoverbtn {
    display: none;
}

.shape-img:hover .themeHoverbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    display: block;
    font-size: 10px;
    color: #0c94b0;
    border: none;
    padding: 5px 10px;
    max-width: 110px;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    font-weight: 600;
}

.shape-img .themeHoverbtn:hover {
    background-color: #0c94b0;
    color: #fff;
    border: none;
}

.OrderSufacePopup .modal-dialog {
    display: flex;
    align-items: center;
    height: 100vh;
    max-width: 600px;
    justify-content: center;
}

    .OrderSufacePopup .modal-dialog .modal-content .productViewList tbody tr td p {
        font-size: 14px;
    }

.OrderSufacePopup .listtitle {
    color: #9BA3A8;
    font-weight: 600;
    padding-bottom: 20px;
}

.OrderSufacePopup .modal-dialog .modal-content .productViewList tbody tr td p.bottom-title-list {
    font-size: 8px;
    font-weight: 500;
    color: #9BA3A8;
    text-transform: uppercase;
    letter-spacing: -0.1px;
}

.qtyInput input, .qtyInput input:focus {
    border: none !important;
    background-color: #f9f9f9;
    border-radius: 0 !important;
    color: #1B9AB4;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    -webkit-text-fill-color: #1B9AB4;
    opacity: 1;
}

.OrderSufacePopup .modal-dialog .modal-content .productViewList tbody tr td span {
    padding-top: 18px;
}



.modal-headingtag-pop-newpop {
    font-size: 24px;
    text-align: center;
    color: #1B9AB4;
    font-weight: 300;
    text-transform: capitalize;
    margin: 20px 0 10px;
}

.modal-subheadingtag-pop-newpop {
    font-size: 12px;
    color: #657E84;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .contentMainOuter.contentMainOuter {
        height: 100%;
        display: flex;
        align-items: flex-start !important;
        justify-content: center;
        background-color: #f5f5f5;
        min-height: calc(100vh - 167px);
        background: url(../images/background.jpg) no-repeat center;
        /*background: url(../images/background-img.png) no-repeat center;*/
        background-size: inherit;
        padding-top: 177px;
    }

        .contentMainOuter.contentMainOuter .welcomePageList {
            margin-top: 0px !important;
        }
}


.deliverybtnmargine {
    display: inline-block;
    margin-bottom: 10px !important;
    margin-right: 20px !important;
}


.orderDetailViewLPoppup .productViewList tbody tr td span {
    background: transparent;
}

    .orderDetailViewLPoppup .productViewList tbody tr td span:first-child {
        background: transparent linear-gradient(0deg, #FFF 0%, #F7F7F7 100%) 0% 0%;
        padding-top: 20px;
    }

.orderDetailViewLPoppup .prizeText {
    width: 100%;
    float: left;
    text-align: center;
}



    .orderDetailViewLPoppup .prizeText p {
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        color: #1B9AB4;
    }

.orderDetailViewLPoppup .productViewList tbody tr td span {
    color: #9BA3A8;
}

.orderDetailViewLPoppup .productViewList tbody tr td p {
    letter-spacing: -0.1px;
    color: #1B9AB4;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.orderDetailViewLPoppup .productViewList tbody tr td .prizeText span {
    text-align: center;
    font-size: 26px !important;
    font-weight: 500;
    color: #1B9AB4 !important;
}

.orderDetailViewLPoppup tbody tr td .price-tag p strong {
    font-weight: bold
}

.orderDetailViewLPoppup tbody tr td .price-tag {
    text-transform: inherit !important;
}

.orderDetailViewLPoppup tbody tr td .prizeText p.gst {
    font-size: 8px;
    letter-spacing: -0.08px;
    color: #1B9AB4;
    font-weight: 300;
}

.qty .count {
    color: #1B9AB4;
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    font-weight: 700;
    line-height: 21px;
    padding: 0 2px;
    min-width: 35px;
    height: 20px;
    text-align: center;
    margin-top: 2px;
    -webkit-text-fill-color: #1B9AB4 !important;
    opacity: 1 !important;
}

.qty label {
    font-size: 10px;
    font-weight: 700;
    color: #1B9AB4;
    margin-bottom: 0;
    margin-top: 0px;
}

.qty .plus, .qty .minus {
    background: #FAFAFA !important;
    float: inherit;
    color: #1B9AB4 !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    padding: 0px;
    margin-top: 2px;
}


div.qty {
    text-align: center;
}

.qty .minus:hover, .qty .plus:hover {
    background-color: #1B9AB4 !important;
    color: #fff !important;
}


/*Prevent text selection*/
.qty span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.qty input {
    border: 0;
    width: 2%;
}

    .qty nput::-webkit-outer-spin-button, .qty
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .qty input:disabled {
        background-color: #F4F4F4;
    }

.proInfoBtnDiv {
    display: block;
    padding-top: 16px;
}

    .proInfoBtnDiv a {
        display: inline-block;
    }

.orderDetailViewLPoppup .proInfoBtn {
    background: #1B9AB4;
    width: 28px;
    height: 18px;
    border-radius: 50px;
    text-align: center;
    line-height: 14px;
    position: relative;
}

.contentColOuterQty {
    padding: 0 12px;
}

.header_profile .topCart {
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    margin-top: 4px;
    position: relative;
    top: 10px;
    line-height: 21px;
}

    .header_profile .topCart img {
        width: 21px;
        border: none;
        margin: 0;
        height:90px
    }

.themeBorderBtn.widthauto {
    min-width: auto;
}

.white-bg-outer-order-complete .mCustomScrollbar {
    max-height: 420px;
}



@media screen and (max-width:767px) {
    .Profilled-post-formend {
        display: flex;
        align-items: normal;
    }

    .Profilled-post-formend-top {
        padding-top: 30px;
    }

    .orderDetailViewLPoppup .productViewList tbody tr td .prizeText span {
        font-size: 15px !important;
    }
}


.svgpopupborder {
    background-color: white !important;
    border-radius: 14px !important;
}

.carticon {
    cursor: pointer !important;
}

.datepicker {
    border: 10px solid #e4e4e4;
}

    .datepicker .datepicker-switch {
        width: 188px;
    }

    .datepicker th {
        width: 40px !important;
        height: 40px !important;
        font-size: 12px;
        font-weight: bold;
    }

    .datepicker .datepicker-switch {
        color: #0c94ae !important
    }

    .datepicker td {
        width: 40px !important;
        height: 40px !important;
        font-size: 12px;
        font-weight: bold;
        color: #0c94ae !important
    }

    .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
        color: #0c94ae !important
    }

    .datepicker table tr td.old, .datepicker table tr td.new {
        color: #999 !important;
    }

    .datepicker table tr td.active {
        background-color: #0c94ae !important;
        color: #fff !important;
    }

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -10px !important;
    border-bottom: 0;
    border-top: 10px solid #fff !important;
}

.makepayemnt {
    margin: 10px 0 0 0;
}

.pr30px {
    padding-right: 30px !important;
}

.themeBorderBtnGrayRounnd {
    background: #ccc;
    border: 1px solid #ccc;
    font-weight: 600;
    font-size: 4px;
    color: #0c94b0;
    max-width: 30px;
    width: 100%;
    text-align: center;
    border-radius: 50%;
    padding: 0px !important;
    height: 30px;
    line-height: 28px;
}

    .themeBorderBtnGrayRounnd:hover {
        background: #0c94b0;
        border: 1px solid #1b9ab4;
    }

.text-transform-none {
    text-transform: none !important;
}
.product-filter {
    text-align: center !important;
    margin-bottom: 45px;
    color: #0c94b0;
    font-size: 12px !important;
}

.prodSelected
{
    font-weight:bold;
}





.productViewNew .viewBtnList-hover img {
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
    top: -1px;
    position: relative;
}

.productViewNew .viewBtnList-hover:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.productViewNew .viewBtnList-hover.spTop {
    margin-top: 3px;
}

.productViewNew .viewBtnList-hover {
   /* padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;*/
}

.btnscenter {
    display: flex;
    width: 100%;
    max-width: 232px;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 19px;
}

.productViewNew .viewBtnList-hover {
    width: 100%;
    max-width: 98px;
    min-width: 98px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}



.topStrips {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    z-index: 10;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.strip_box {
    min-width: 50%;
    height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E5E6E8;
}

    .strip_box span {
        padding-left: 4px;
        font-size: 10px;
        color: #000;
        font-weight: 500;
    }

.rightstrip {
    border-left: solid 1px rgba(0, 0, 0, 0.15);
    background: #F2F3F5;
}

.strip_box img {
    display: inline-block;
    width: 16px;
    height: 16px;
    object-fit: cover;
}

.mb_20 {
    margin-bottom: 20px !important;
}


@media screen and (max-width:767px)
{
    .fixed-top{ top:41px;}
}

@media screen and (max-width:380px)
{
    .fixed-top {
        top: 50px;
    }
    .pageOuter{ padding-top:121px;}
}

.resellerLogo {
    background: rgba(50, 84, 92, 0.7);
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 36px;
    left: 0;
    width: 100%;
    height: 54px;
    line-height: 54px;
}
    .resellerLogo p{ margin-bottom:0;}
    .resellerLogo img {
        /*width: 100px;*/
        /* height: 23px; */
        margin-top: 0;
        max-height: 24px;
        object-fit: contain;
    }
.spaceontopbar{ padding-top:21px;}
.lincon_logo_box {
    background: #2B4146;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 68px;
}


.registerFormg .form-group{ display:flex; margin-bottom:13px;}
.registerFormg .form-group label { width:auto; min-width:90px; margin-right:20px; text-align:left; padding-top:10px;}
.rightpanelsides{ flex-grow:1;}
    .rightpanelsides .form-control{ height:34px !important; text-align:left !important;}
.hname {
    color: #E8E8E8 !important;
    font-weight: 600 !important; text-align:left !important
}
.infofor_conpany {
    display: block;
    width: 100%;
    padding: 5px;
    text-align: center;
    background: rgba(57, 82, 89, 0.6);
    color: #E8E8E8;
    font-size: 9px;
    text-transform: uppercase;
    border-radius: 0 0 10px 10px;
    clear: both;
    margin-bottom: 10px;
}
.alreadythis {
   font-weight:400; display:inline-block;
}
    .alreadythis a {
        font-weight: 400;
        color: #fff;
        text-decoration: none !important;
        display: inline-block;
        background: rgba(57, 82, 89, 0.6);
        border-radius: 50px;
        color: #fff;
        text-transform: uppercase;
        font-size: 10px;
        padding: 10px 40px;
    }
    .alreadythis a strong{ font-weight:600; }
    .login-container .register-form {
        width: 100%;
        max-width: 762px;
    }
.alreadythis a:hover {
    /*background: rgba(57, 82, 89, 1) !important;*/
    background: #1d393d !important;
}


@media screen and (max-width:576px) {
    .registerFormg .form-group label{ width:100%; margin-bottom:0; }
    .registerFormg .form-group{ flex-wrap:wrap;}
}


.registerFormg .btn.btn-light.loginBtn {
    background: transparent;
    color: #fff !important;
}
    .registerFormg .btn.btn-light.loginBtn:hover {
        background: #1d393d;
        color: #fff !important;
        text-decoration: none;
        border-color: #1d393d;
    }
.register-form .loginlogo {
    max-height: 125px;
}

@media screen and (min-width: 768px) and (max-width:1400px) {
    .contentMainOuter.contentMainOuter {
        padding-top: 97px;
    }
}

.innerpop-content h4.subheading {
    font-size: 26px;
    text-align: left;
    letter-spacing: -1.9px;
}

.DELIVERYPOLICY.userDetailsView {
    padding: 0 40px 40px 40px;
}