/* Minification failed. Returning unminified contents.
(1588,57): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(8468,37): run-time error CSS1046: Expect comma, found '41'
(8468,43): run-time error CSS1046: Expect comma, found '/'
(8510,42): run-time error CSS1046: Expect comma, found '140'
(8510,50): run-time error CSS1046: Expect comma, found '/'
(8540,43): run-time error CSS1046: Expect comma, found '152'
(8540,49): run-time error CSS1046: Expect comma, found '/'
(8739,42): run-time error CSS1046: Expect comma, found '140'
(8739,50): run-time error CSS1046: Expect comma, found '/'
 */
* {
    /*font-family: "Poppins",sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight:400;
}

body {
    margin: 0;
    padding: 0;
    font-family: "proxima-nova",Helvetica,Arial,sans-serif;
    behavior: 'smooth'
}

.body-content {
    padding: 0;
    padding-top: 102px;
    margin: 0 !important;
}
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

a, a:hover {
    cursor: pointer;
    text-decoration: none;
}

label {
    font-weight: 500 !important;
}

/* ============================================================ */
/* ===================== Breadcrumb Bar ======================= */
/* ============================================================ */

.body-content .breadcrumb {
    border-bottom: 1px solid #f9f8fb;
    background-color: #fff;
    margin-bottom: 0;
    border-radius: 0;
    padding-left: 0;
}

    .body-content .breadcrumb a:last-child {
        pointer-events: none;
        color: #000;
    }

    .body-content .breadcrumb span {
        margin: 0 10px;
        font-size: 12px;
    }

/* ============================================================ */
/* ================== Banner section Bar ====================== */
/* ============================================================ */

section.banner-section {
    border-bottom: 1px solid #f9f5f5;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

    section.banner-section img {
        /*height: 550px;*/
        height: auto;
        width: 100%;
        max-height:550px;
    }

/* ============================================================ */
/* ================== Content section Bar ====================== */
/* ============================================================ */

.content-section {
    padding: 20px;
    /*padding: 0px 10%;*/
    /*text-align: justify;*/
}

    .content-section img {
        width: 100%;
    }

/* ==================================================== */
/* ================== Scroll Bar ====================== */
/* ==================================================== */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}






    







.flex-column {
    display: flex;
    flex-wrap: wrap;
}
.flex-column-centre {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.column-xs-reverse {
    flex-direction: row;
}

.mandatory-astric {
    color: red;
    padding-left: 10px;
}

.divider-hr {
    margin-bottom: 0px;
    border-top: 3px solid #8fc400;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}




























#Servicelogpage label {
    font-family: "Poppins",sans-serif;
    text-decoration: none;
    color: #474747 !important;
    font-weight: 600;
    font-size: 12px;
}
.row-margin-remove-class {
    margin-right: 15px;
    padding-top: 50px;
}


















    .main-container {
        width: 100%;
        min-height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        /*flex-wrap: wrap;
    justify-content: center;
    align-items: center;*/
        padding: 10px;
        /*padding-left:5%;*/
        background: #fff;
        padding-top: 50px;
        /*background: #9053c7;
    background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
    background: linear-gradient(-135deg, #c850c0, #4158d0);*/
    }
/*.login-container {
    margin: 0 auto;
    width: 300px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px;
}*/
.content-container {
    margin: 0 auto;
    width: 960px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px;
}

.content-header {
    margin: 0 auto;
    width: 960px;
    /*background: #fff;*/
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    color:#fff;
    max-height:200px;
}


.text-align-center {
    text-align: center;
}
.dynamicpanel{
    background:lightpink !important;
}

.control-label {
    text-align: left !important;
    /*margin: 0;*/
}

/*.maincontent-container {
    border: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url('../Images/content-background.jpg');
    background-size: cover;
}

.maincontent-container .form-horizontal .form-group {
    margin-bottom: 5px !important;
}

    .maincontent-container label {
        font-family: "Poppins",sans-serif;
        text-decoration: none;
        color: #474747 !important;
        font-weight: 600;
        font-size: 13px;
    }*/

.ul {
    display: block;
    color: blue;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.md-half-align {
    margin-left: 6% !important;
    width: 94% !important;
}

textarea.address-field {
    height: 155px;
}

label.custom-label {
    font-size: 14px;
    font-weight: bold;
}

.address_bar {
    border: 0px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: aliceblue;
}

/*.extra-class{
    margin-left:5px;
}*/

.padding-zero {
    padding: 0 !important;
}

.subcontent-padding{
    padding-left:10px !important;
}
.mobile-padding-zero {
    padding-left: 15px;
}
.label-bold{
    font-weight:normal;
}


.headertopclass {
    margin-bottom: -15px;
    /*text-align:right;*/
}

/*.dashboard-class{
    border:1px solid #ccc;
    padding-top:10px;
}*/

.home-slide-div{
    /*margin-bottom:1%;*/
    border-bottom:1px solid #ccc;
    /*margin-left:1%;*/
}


/*#Popupmodel {
    background-image: url('../../Content/Images/Slider_Images/Allmark_00.jpg');
    background-size: cover;
    
}*/

.popup-shadow {
    background: rgba(0,0,0,0.7);
    transition: all .5s ease-in-out;
}

.top-10-margin{
    margin-top:10px;
}


/*   =============================================================================  Small Devices, Tablets =========================================================================== */

@media only screen and (min-width : 768px) {

    /*#Popupmodel {
        background-image: url('../../Content/Images/Slider_Images/Allmark_00.jpg');
        background-size: cover;
        
    }*/

    /*#Popupmodel {
        background-image: linear-gradient(30deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445), linear-gradient(150deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445), linear-gradient(30deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445), linear-gradient(150deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445), linear-gradient(60deg, #99a 25%, transparent 25.5%, transparent 75%, #99a 75%, #99a), linear-gradient(60deg, #99a 25%, transparent 25.5%, transparent 75%, #99a 75%, #99a);
        background-size: 80px 140px;
        background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    }*/

    #Popupmodel .modal-dialog {
        width: 600px;
        margin: 15% auto;
    }
    .column-xs-reverse , .column-xs-normal {
        flex-direction: row;
    }
    .section.banner-section img {
        height: auto;
        width: 100%;
    }
   
}

/*   =============================================================================  Medium Devices, Desktops =========================================================================== */

@media only screen and (min-width : 992px) {
    .column-xs-reverse, .column-xs-normal {
        flex-direction: row;
    }
    .section.banner-section img {
        height: 550px;
        width: 100%;
    }
}

/*   =============================================================================  Large Devices, Wide Screens and Above =========================================================================== */

@media only screen and (min-width : 1200px) {
    .column-xs-reverse, .column-xs-normal {
        flex-direction: row;
    }

    .section.banner-section img {
        height: 550px;
        width: 100%;
    }
}

/*   =============================================================================              Mobile View          =========================================================================== */

@media only screen and (max-width: 768px) {

    .section.banner-section img {
        height: auto;
        width: 100%;
    }

    .body-content {
        margin-top: -17px !important;
    }

    .content-section {
        padding: 5%;
    }

    .column-xs-reverse {
        flex-direction: column-reverse;
    }
    .column-xs-normal {
        flex-direction:column;
    }
        /*.body-content .breadcrumb {
        padding-left: 5%;
    }*/
    .subcontent-padding {
        padding-left: 15px !important;
    }

    .mobile-padding-zero {
        padding-left: 0px !important;
    }

    /*.header-slider-img {
            width: 100%;
            height: 200px;
        }*/

    .label-bold {
        font-weight: bold;
    }

    .left-panel {
        display: block;
        height: auto;
    }

        .left-panel .navbar {
            margin-bottom: 10px;
        }

    .content-scroll {
        height: auto;
    }


    .welcome-bar {
        /*border: 2px solid #ccc;*/
        /*max-width: 300px;*/
        height: auto;
        margin: auto !important;
        max-width: inherit;
    }

        .welcome-bar li {
            text-align: center;
        }

    .avatar {
        vertical-align: middle;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin: 10px;
    }

    .welcome-text {
        height: auto;
        text-align: center;
        max-width: inherit;
    }

    .log-out-text {
        height: auto;
        max-width: inherit;
    }

    .label-two-line {
        margin-top: auto;
    }

}

@media only screen and (max-width: 992px) {
    .column-xs-reverse {
        flex-direction: column-reverse;
    }
}

/*   ===========  Product Page styles ============== */

a, a:hover{
    text-decoration:none !important;
}

/*.content-section {
    padding: 0px 10%;
    text-align: justify;
}*/
    .content-section h1 {
        /*text-align: center;*/
        line-height: 1.5;
        letter-spacing: .025em;
        text-transform: uppercase;
        font-weight: 700;
        padding: 0 0 10px;
        margin:0;
    }

    .content-section h2 {
        font-size: 30px;
        line-height: 1.5;
        letter-spacing: .025em;
        text-transform: uppercase;
        font-weight: 400;
    }

    .content-section h3 {
        line-height: 1.5;
        letter-spacing: .025em;
        text-transform: uppercase;
        font-weight: 600;
    }

.para-section, p {
    font-size: 16px;
    color: #333d47;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1.5;
    margin: 0 0 20px;
    text-align: justify;
}

.main-content-container {

}

.introduction-container {
    letter-spacing: .025em;
    line-height: 1.5;
    text-align: justify;
}

    .introduction-container h2 {
        text-align: center;
        line-height: 1.5;
        letter-spacing: .025em;
        text-transform: capitalize;
    }

.content-flex {
    display: flex;
    flex-wrap: wrap;
}

.zero-padding{
    padding:0 !important;
}

.content-box-container {
    padding: 14px;
    height: 300px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 2px 2px 3px #888;
    -moz-box-shadow: inset 2px 2px 3px #888;
    /*box-shadow: 2px 2px 3px #888;*/
    box-shadow: inset 2px 0px 8px 0px #888;
    /*box-shadow: 2px 2px 3px #888;*/
    transition: all linear 1s;
}

    .content-box-container:hover {
        -webkit-box-shadow: 2px 2px 3px #888;
        -moz-box-shadow: 2px 2px 3px #888;
        /*box-shadow: 2px 2px 3px #888;*/
        box-shadow: 2px 0px 8px 0px #888;
        /*padding: 0px;*/
    }

.image-section img {
    width: 100%;
    max-height: 237px;
}

.title-section {
    text-align: center;
    margin: 10px 0;
}

/*.intro-content-container {
    font-size: 16px;
}*/

.content-tab-container {
    /*padding: 10px 20%;*/
    /*padding: 0px 10%;*/
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    display: inline;
    color: #0074b2;
    text-transform: capitalize;
}

    .content-tab-container ul {
        display: flex;
        border: 1px solid #ccc;
        padding-left: 0;
        /*background-color: #ccc;*/
        background-color: #36295f;
    }

        .content-tab-container ul li {
            /*padding: 10px;*/
            flex: auto;
            text-align:center;
        }

            .content-tab-container ul li a {
                text-decoration: none;
                font-size: 16px;
                color: #fff;
                display: block;
                padding: 10px;
            }

.content-tabcontent-container {
    display: flex;
    /*padding: 10px 20%;*/
    /*padding: 10px 10%;*/
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    font-size: 16px;
}

.content-tabpart-container {
    /*border: 1px solid #ccc;*/
    padding: 10px;
    margin: 5px 0;
}

.image-section {
    padding: 0 15%;
}

    .image-section img {
        width: 100%;
        max-height: 237px;
    }

.title-section {
    /*font-size: 14px;*/
    text-align: center;
    margin: 10px 0;
}

    .title-section a {
        text-decoration: none;
        line-height: 1.5;
        padding: 0;
        display: inline;
        color: #0074b2;
        text-transform: capitalize;
    }





/*.header-intro-container {
    padding: 10px 10%;
}

    .header-intro-container h1 {
        text-align: center;
        font-size: 34px;
        padding: 0 0 10px;
    }



.image-txt-container {
    display: flex;
    align-items: center;
    flex-direction: row;
}

    .image-txt-container img {
        width: 40%;
        margin: 0 5%;
    }*/


img.product-categ-images {
    width:95%;
    /*margin:5%;*/
    height:80%;
    max-height:310px;
}

.explore-options {
    display: none;
    position: absolute;
    /*position: relative;*/
    background-color: #fff;
    /*border: 1px solid #ccc;*/
    width: 35%;
    z-index: 1;
}
    .explore-options ul{
        padding-left:0px;
        padding-top:10px;
    }

        .explore-options ul li {
            padding: 10px;
            border: 1px solid #ccc;
            border-bottom: 0px;
        }

        .explore-options ul li:last-child {
            border-bottom: 1px solid #ccc;
        }

        
        .explore-options ul li:hover{
            background-color:forestgreen;
        }
            .explore-options ul li:hover a {
                color: #fff;
            }

            .explore-show .explore-options {
                display: block;
            }

/*   ========================================================  Contact Page ==================================================== */

.contact_form_bg {
    background-image: url(../../Content/Images/Temp_Images/bg_image_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.outline-content {
    padding: 5% 15% !important;
    /*background-image: url('../../Content/Images/Temp_Images/contact_us_02.jpg');*/
    /*display: inline-block;*/
}
/*.outline-content:before {
            background-image: url('../../Content/Images/Temp_Images/contact_us_02.jpg');
            background-size: cover;
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -2;
            opacity: 0.4;
        }*/

.comment-container {
    padding-top: 4%;
    /*border: 1px solid #ccc;*/
    background: #fff;
    /*display: inline-block;*/
    /*background-image: url(../../Content/Images/Temp_Images/bg_image_00.jpg);*/
}

    .comment-container .form-control {
        border-radius: 0;
    }

    .comment-container label {
        font-weight: normal;
    }

.sub-contact-header {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

a.btn-bg-colur {
    /*background-image: linear-gradient(to right top, #cc17e7, #c214e8, #b712e9, #ac12ea, #a012eb);*/
    background-image: linear-gradient(to right top, #8417e7, #6248f1, #3e61f5, #1a74f2, #1283eb);
    /*background: linear-gradient(to right top, #053712, #20611d, #458e24, #72bc22, #a8eb12);*/
    color: #fff;
    padding: 10px 20px;
    transition: all 5s ease-in;
}

    a.btn-bg-colur:hover {
        background-image: linear-gradient(to right top, #17e74d, #54e940, #75ea32, #90eb24, #a8eb12);
        transition: all 5s ease-in;
    }
a.btn-bg-green-colur {
    /*background-image: linear-gradient(to right top, #17e74d, #54e940, #75ea32, #90eb24, #a8eb12);*/
    background-image: linear-gradient(to right top, #7aeb12, #63e333, #4bda45, #32d153, #0dc85e);
    color: #fff;
    padding: 10px 20px;
    transition: all 5s ease-in;
}

            a.btn-bg-green-colur:hover {
                background-image: linear-gradient(to right top, #8417e7, #6248f1, #3e61f5, #1a74f2, #1283eb);
                transition: all 5s ease-in;
            }

            /*a.btn i, a.btn svg{
        margin-right:10px;
        margin-left:10px;
    }*/
            a .icon-left i, a.icon-left svg {
                margin-left: 10px;
            }
a.icon-right i, a.icon-right svg {
    margin-right: 10px;
}


.contact-header-container {
    text-align: center;
    background-image: linear-gradient(to right top, #8417e7, #6248f1, #3e61f5, #1a74f2, #1283eb);
    color: #fff;
    padding: 10px 0;
}

/*   ========================================================  Product Slide View Styles ==================================================== */

.slide-previous {
    height: 30px;
    border: 1px solid #ccc;
    background-color: #fff;
    position: absolute;
    top: 40%;
    /*width: 30px;*/
}

.slide-next {
    height: 30px;
    border: 1px solid #ccc;
    background-color: #fff;
    /*width: 30px;*/
    position: absolute;
    top: 40%;
    right: 15px;
    /*position: absolute;
        top: 35%;*/
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

    .slick-dots li {
        margin: 0 0.25rem;
    }

    .slick-dots button {
        display: block;
        width: 1rem;
        height: 1rem;
        padding: 0;
        border: none;
        border-radius: 100%;
        background-color: #9999b1;
        text-indent: -9999px;
    }

    .slick-dots li.slick-active button {
        background-color: #2ec125;
    }



@keyframes applymove {
    from {
        margin-left: 0px;
    }
    to {
        margin-left: 10px;
    }
}


@-webkit-keyframes spinner5 {
    from,15% {
        -webkit-transform: rotateY(0deg);
    }

    20%,35% {
        -webkit-transform: rotateY(-72deg);
    }

    40%,55% {
        -webkit-transform: rotateY(-144deg);
    }

    60%,75% {
        -webkit-transform: rotateY(-216deg);
    }

    80%,95% {
        -webkit-transform: rotateY(-288deg);
    }

    to {
        -webkit-transform: rotateY(-360deg);
    }
}

@keyframes spinner5 {
    from,15% {
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        transform: rotateY(0);
    }

    20%,35% {
        -moz-transform: rotateY(-72deg);
        -ms-transform: rotateY(-72deg);
        transform: rotateY(-72deg);
    }

    40%,55% {
        -moz-transform: rotateY(-144deg);
        -ms-transform: rotateY(-144deg);
        transform: rotateY(-144deg);
    }

    60%,75% {
        -moz-transform: rotateY(-216deg);
        -ms-transform: rotateY(-216deg);
        transform: rotateY(-216deg);
    }

    80%,95% {
        -moz-transform: rotateY(-288deg);
        -ms-transform: rotateY(-288deg);
        transform: rotateY(-288deg);
    }

    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }
}



/*below Small Devices, Tablets */

@media only screen and (max-width : 576px) {

    .outline-content {
        padding: 5% 10% !important;
    }
        /*.btn .button_text {
            display: none;
        }

        .icon-xxs-large{
            font-size:20px;
        }
        a.icon-right i, a.icon-right svg {
            margin-right: 0px;
        }
        a.icon-left i, a.icon-left svg {
            margin-left: 0px;
        }*/
}

    /*   =============================================================================  Small Devices, Tablets =========================================================================== */
    @media only screen and (min-width : 768px) {
        .recruitment-outer-ring-class {
            height: 130px;
            width: 130px;
        }

        .recruitment-inner-ring-class {
            height: 110px;
            width: 110px;
        }

        .recruitment-number {
            font-size: 70px;
        }

        .recruitment-department {
            font-size: 17px;
        }
    }
    /*   =============================================================================  Medium Devices, Desktops =========================================================================== */
    @media only screen and (min-width : 992px) {
        .recruitment-outer-ring-class {
            height: 150px;
            width: 150px;
        }

        .recruitment-inner-ring-class {
            height: 130px;
            width: 130px;
        }

        .recruitment-number {
            font-size: 85px;
        }

        .recruitment-department {
            font-size: 20px;
        }

        /*career Page button style*/

        /*.button-margin-top {
            margin-top: 41px;
        }*/

    }
    /*   =============================================================================  Large Devices, Wide Screens and Above =========================================================================== */
    @media only screen and (min-width : 1200px) {
    }
    /*   =============================================================================              Mobile View          =========================================================================== */
    @media only screen and (max-width: 768px) {

        .main-content-container {
            padding: 5%;
        }

        .content-section h1 {
            font-size: 23px;
        }

        .content-section h2 {
            font-size: 20px;
        }

        .content-section h3 {
            font-size: 17px;
        }

        .para-section, p {
            font-size: 14px;
        }

        .explore-options {
            width: 90%;
        }



        .content-tab-container ul {
            display: block;
            border: 0;
            background-color: transparent;
        }

            .content-tab-container ul li {
                padding: 5px;
                border: 1px solid #ccc;
                border-bottom: 0;
            }

                .content-tab-container ul li:last-child {
                    border-bottom: 1px solid #ccc;
                }



        .image-txt-container {
            flex-direction: column-reverse;
        }

            .image-txt-container.left-image {
                flex-direction: column;
            }

            .image-txt-container img {
                width: 90%;
            }



        .recruitment-outer-ring-class {
            height: 80px;
            width: 80px;
        }

        .recruitment-inner-ring-class {
            height: 60px;
            width: 60px;
        }

        .recruitment-number {
            font-size: 40px;
        }

        .recruitment-department {
            font-size: 13px;
        }

        .career-flow .flow-line-bar {
            display: none;
        }

        .career-flow .left-column, .career-flow .right-column {
            padding-left: initial;
            padding-right: initial;
            text-align: center;
        }

        .career-flow img.right-image {
            float: none;
        }

        .career-flow img {
            margin-top: auto;
        }

        /*.button-margin-top {
            margin-top: auto;
        }*/
    }
/* The snackbar - position it at the bottom and in the middle of the screen */
#messagebar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #32cd32; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    top: 30%; /* 30px from the bottom */
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #messagebar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
        However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
/*@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 30%;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 30%;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 30%;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 30%;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}*/

.btn-icon-right i, .btn-icon-right svg {
    margin-left: 10px;
}

.btn-icon-left i, .btn-icon-left svg {
    margin-right: 10px;
}

.btn-grd-success {
    background-image: linear-gradient(to right top, #053714, #04601e, #108c23, #2abb22, #4beb12) !important;
    color:#fff !important;
}

.btn-grd-error {
    background-image: linear-gradient(to right top, #37050c, #620517, #8f071c, #bd111c, #eb2512) !important;
    color: #fff !important;
}

/*.support-download-tag {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}*/

/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 0;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    a.animated-button:link:after, a.animated-button:visited:after {
        content: "";
        position: absolute;
        height: 0%;
        left: 50%;
        top: 50%;
        width: 150%;
        z-index: -1;
        -webkit-transition: all 0.75s ease 0s;
        -moz-transition: all 0.75s ease 0s;
        -o-transition: all 0.75s ease 0s;
        transition: all 0.75s ease 0s;
    }

    a.animated-button:link:hover, a.animated-button:visited:hover {
        color: #FFF;
        text-shadow: none;
    }

        a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
            height: 450%;
        }

a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 15px;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: .08em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/* Victoria Buttons */

a.animated-button.victoria-one {
    border: 2px solid #D24D57;
}

    a.animated-button.victoria-one:after {
        background: #D24D57;
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
        transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    }

a.animated-button.victoria-two {
    border: 2px solid #D24D57;
}

    a.animated-button.victoria-two:after {
        background: #D24D57;
        -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
        transform: translateX(-50%) translateY(-50%) rotate(25deg);
    }

a.animated-button.victoria-three {
    border: 2px solid #D24D57;
}

    a.animated-button.victoria-three:after {
        background: #D24D57;
        opacity: .5;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    a.animated-button.victoria-three:hover:after {
        height: 140%;
        opacity: 1;
    }

a.animated-button.victoria-four {
    border: 2px solid #D24D57;
}

    a.animated-button.victoria-four:after {
        background: #D24D57;
        opacity: .5;
        -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
        transform: translateY(-50%) translateX(-50%) rotate(90deg);
    }

    a.animated-button.victoria-four:hover:after {
        opacity: 1;
        height: 600% !important;
    }
/* Sandy Buttons */

a.animated-button.sandy-one {
    border: 2px solid #AEA8D3;
    color: #FFF;
}

    a.animated-button.sandy-one:after {
        border: 3px solid #AEA8D3;
        opacity: 0;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    a.animated-button.sandy-one:hover:after {
        height: 120% !important;
        opacity: 1;
        color: #FFF;
    }

a.animated-button.sandy-two {
    border: 2px solid #AEA8D3;
    color: #FFF;
}

    a.animated-button.sandy-two:after {
        border: 3px solid #AEA8D3;
        opacity: 0;
        -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
        transform: translateY(-50%) translateX(-50%) rotate(90deg);
    }

    a.animated-button.sandy-two:hover:after {
        height: 600% !important;
        opacity: 1;
        color: #FFF;
    }

a.animated-button.sandy-three {
    border: 2px solid #AEA8D3;
    color: #FFF;
}

    a.animated-button.sandy-three:after {
        border: 3px solid #AEA8D3;
        opacity: 0;
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
        transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    }

    a.animated-button.sandy-three:hover:after {
        height: 400% !important;
        opacity: 1;
        color: #FFF;
    }

a.animated-button.sandy-four {
    border: 2px solid #AEA8D3;
    color: #FFF;
}

    a.animated-button.sandy-four:after {
        border: 3px solid #AEA8D3;
        opacity: 0;
        -moz-transform: translateY(-50%) translateX(-50%) rotate(25deg);
        -ms-transform: translateY(-50%) translateX(-50%) rotate(25deg);
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(25deg);
        transform: translateY(-50%) translateX(-50%) rotate(25deg);
    }

    a.animated-button.sandy-four:hover:after {
        height: 400% !important;
        opacity: 1;
        color: #FFF;
    }
/* Gibson Buttons */

a.animated-button.gibson-one {
    border: 2px solid #65b37a;
    color: #FFF;
}

    a.animated-button.gibson-one:after {
        opacity: 0;
        background-image: -webkit-linear-gradient( transparent 50%, rgba(101,179,122,0.2) 50%);
        background-image: -moz-linear-gradient(transparent 50%, rgba(101,179,122,0.2) 50%);
        background-size: 10px 10px;
        -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
        transform: translateX(-50%) translateY(-50%) rotate(25deg);
    }

    a.animated-button.gibson-one:hover:after {
        height: 600% !important;
        opacity: 1;
        color: #FFF;
    }

a.animated-button.gibson-two {
    border: 2px solid #65b37a;
    color: #FFF;
}

    a.animated-button.gibson-two:after {
        opacity: 0;
        background-image: -webkit-linear-gradient( transparent 50%, rgba(101,179,122,0.2) 50%);
        background-image: -moz-linear-gradient(transparent 50%, rgba(101,179,122,0.2) 50%);
        background-size: 10px 10px;
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
        transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    }

    a.animated-button.gibson-two:hover:after {
        height: 600% !important;
        opacity: 1;
        color: #FFF;
    }

a.animated-button.gibson-three {
    border: 2px solid #65b37a;
    color: #FFF;
}

    a.animated-button.gibson-three:after {
        opacity: 0;
        background-image: -webkit-linear-gradient( transparent 50%, rgba(101,179,122,0.2) 50%);
        background-image: -moz-linear-gradient(transparent 50%, rgba(101,179,122,0.2) 50%);
        background-size: 10px 10px;
        -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        transform: translateX(-50%) translateY(-50%) rotate(90deg);
    }

    a.animated-button.gibson-three:hover:after {
        height: 600% !important;
        opacity: 1;
        color: #FFF;
    }

a.animated-button.gibson-four {
    border: 2px solid #65b37a;
    color: #FFF;
}

    a.animated-button.gibson-four:after {
        opacity: 0;
        background-image: -webkit-linear-gradient( transparent 50%, rgba(101,179,122,0.2) 50%);
        background-image: -moz-linear-gradient(transparent 50%, rgba(101,179,122,0.2) 50%);
        background-size: 10px 10px;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%));
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    a.animated-button.gibson-four:hover:after {
        height: 600% !important;
        opacity: 1;
        color: #FFF;
    }
/* Thar Buttons */

a.animated-button.thar-one {
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #F7CA18;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

    a.animated-button.thar-one:hover {
        color: #000 !important;
        background-color: transparent;
        text-shadow: none;
    }

        a.animated-button.thar-one:hover:before {
            bottom: 0%;
            top: auto;
            height: 100%;
        }

    a.animated-button.thar-one:before {
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        height: 0px;
        width: 100%;
        z-index: -1;
        content: '';
        color: #000 !important;
        background: #F7CA18;
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

a.animated-button.thar-two {
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #F7CA18;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

    a.animated-button.thar-two:hover {
        color: #000 !important;
        background-color: transparent;
        text-shadow: ntwo;
    }

        a.animated-button.thar-two:hover:before {
            top: 0%;
            bottom: auto;
            height: 100%;
        }

    a.animated-button.thar-two:before {
        display: block;
        position: absolute;
        left: 0px;
        bottom: 0px;
        height: 0px;
        width: 100%;
        z-index: -1;
        content: '';
        color: #000 !important;
        background: #F7CA18;
        transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

a.animated-button.thar-three {
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #F7CA18;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

    a.animated-button.thar-three:hover {
        color: #000 !important;
        background-color: transparent;
        text-shadow: nthree;
    }

        a.animated-button.thar-three:hover:before {
            left: 0%;
            right: auto;
            width: 100%;
        }

    a.animated-button.thar-three:before {
        display: block;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 100%;
        width: 0px;
        z-index: -1;
        content: '';
        color: #000 !important;
        background: #F7CA18;
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    }

a.animated-button.thar-four {
    color: #fff;
    cursor: pointer;
    display: block;
    position: relative;
    border: 2px solid #F7CA18;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

    a.animated-button.thar-four:hover {
        color: #000 !important;
        background-color: transparent;
        text-shadow: nfour;
    }

        a.animated-button.thar-four:hover:before {
            right: 0%;
            left: auto;
            width: 100%;
        }

    a.animated-button.thar-four:before {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 0px;
        z-index: -1;
        content: '';
        color: #000 !important;
        background: #F7CA18;
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    }

    


/* This container home slide div */
.banner-image-container {
}

    .banner-image-container img {
        width: 100%;
        /*max-height: 454px;*/
        max-height: 550px;
    }


.home-slider-content {
    height: 550px;
    padding: 0 10%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: cover;
}



.silder-content-section {
    padding: 5% 0%;
    float: left;
    color: #1f6f30;
}

    .silder-content-section h2 {
        margin: 0 0 .25em;
        line-height: 1.75em;
        font-weight: 700;
        font-size: 2.75rem;
    }

    .silder-content-section p {
        color: #0d1867;
        font-size: 2rem;
        font-weight: 800;
    }

    .silder-content-section span {
        color: #1f4eb9;
        font-size: 1.5rem;
        font-weight: 800;
    }

.slider-image-section {
    padding-top: 2%;
    text-align: right;
    float: right;
}

    .slider-image-section img.img-deskindust-printer {
        margin-top: 20%;
        height: 278px;
        width: 504px;
        margin-left: -24%;
    }

    .slider-image-section img.img-mobile-printer {
        margin-top: 30%;
        height: 203px;
        width: 538px;
        margin-left: -40%;
    }

/*.slide-1-bg {
        background-image: url('../../Content/Images/Home/Slider_bg/Sky_blue_bg_00.jpg');
        background-size: 100% 350px;
    }*/


h2.home-header {
    margin: 0 0 1.5%;
    line-height: 1.75em;
    font-weight: 700;
    /*font-size: 3.75rem;*/
    font-size: 25px;
    text-align: center;
    text-transform: capitalize;
    color: #007a87;
}

.innovative-box h3 {
    font-weight: 400;
    font-size: 16px;
    color: #007a87;
}

.recommand-box h3 {
    font-size: 16px;
}

.h4 {
    font-size: 13px;
    font-family: -webkit-pictograph;
}

.category-section {
    padding: 10px 5%;
    padding-bottom: 0;
}

    .category-section h4 {
        text-align: center;
        font-weight: 400;
        text-transform: capitalize;
        margin-bottom: 3.5%;
        font-size: 15px;
        color: #007a87;
    }

.flex-box-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.category-box, .innovative-box, .recommand-box {
    text-align: center;
}

    .category-box img {
        height: 135px;
        /*height:75px;
        width:100%;*/
    }

    .innovative-box img {
        height: 135px;
        width: 100%;
    }

    .recommand-box img {
        height: 195px;
        width: 60%;
    }
/*.category-box h5{
        font-size:13px;
    }*/

.product-recomment {
    text-align: center;
}

.recomment-image-section {
}

.category-list {
    min-width: 150px;
    text-align: center;
}



.padding-topbottom {
    padding: 2.5% 0;
}

.light-bg {
    background-color: white;
}

ul.home_category {
    list-style: none;
    padding: 0;
    display: inline;
}

    ul.home_category li {
        display: inline-block;
        padding: 10px;
        min-width: 150px;
        text-align: center;
    }

        /*content-section img {
        height: 73px;
    }*/

        ul.home_category li img {
            /*width:67px;*/
            height: 73px;
        }

        ul.home_category li h3 {
            text-align: center;
            font-size: 21px;
        }

.slider-bg-img {
}



.slider-bg-img {
    /*background-image: url('../../Content/Images/Home/Slider_bg/Sky_blue_bg_00.jpg');*/
    /*background-image: linear-gradient(to right top, #1c67da, #1e64db, #2261db, #265ddc, #2a5adc, #2959da, #2958d8, #2857d6, #2359d1, #1e5acc, #1c5bc7, #1b5cc2);*/
    /*background-image: url('../../Content/Images/Home/Slider_bg/slider_00_check.jpg');
    background-size: 100%;
    height: 350px;*/
}

    .slider-bg-img .slider_content {
        float: left;
        color: #fff;
    }

        .slider-bg-img .slider_content h2 {
            margin: 0 0 .25em;
            line-height: 1.75em;
            font-weight: 700;
            font-size: 2.75rem;
        }

        .slider-bg-img .slider_content p {
            color: #fff;
            font-size: 1.75rem;
            font-weight: 200;
        }

        .slider-bg-img .slider_content span {
            color: #fff;
            font-size: 1.5rem;
            font-weight: 400;
        }

    .slider-bg-img .slider-image {
        text-align: right;
        float: right;
        padding-top: 10px;
    }

        .slider-bg-img .slider-image img {
            width: 70%;
            height: 330px;
        }

/*.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, limegreen 100%) !important;
}*/
.carousel-control {
    width: 10% !important;
}





/*===================================================*/
/*=================New Style=========================*/
/*===================================================*/

.carousel-indicators li {
    border: 1px solid #1f4eb9;
}

.carousel-indicators .active {
    background-color: #1f4eb9;
}

.category-section light-bg {
    margin-top: 1px;
    margin-bottom: 1px;
}


.headerhome {
    text-align: center;
    margin: 15px 0;
    /*margin-top: 25px;
        margin-bottom: 25px;*/
}

.home-section-headline {
    margin-left: 150px;
    margin-right: 150px;
}

.home-section-headline {
    padding: 9px 30px 7px;
    font-weight: 600;
    border: 1px solid #A1A1A1;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    display: inline-block;
    line-height: 14px;
    letter-spacing: 4px;
    margin: 0 50px;
    /*color: #dd3131;*/
    color: #000;
    font-weight: bold;
}

    .home-section-headline::before {
        width: 150px;
    }

    .home-section-headline::before {
        left: 100%;
    }

    .home-section-headline::before {
        content: "";
        display: block;
        width: 50px;
        height: 1px;
        background: #A1A1A1;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
    }

    .home-section-headline::after {
        width: 150px;
    }

    .home-section-headline::after {
        right: 100%;
    }

    .home-section-headline::after {
        content: "";
        display: block;
        width: 50px;
        height: 1px;
        background: #A1A1A1;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
    }

.bg-section-grey {
    background-color: #f4f4f4;
}

.home-slider-model-1 {
}

.first-section {
    background-image: url('/Content/Images/Home/IMS/ims-background.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.second-section {
    background-image: url('/Content/Images/Home/MWIP/manufacture-wip-background.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.third-section {
    background-image: url('/Content/Images/Home/RetailPOS/Retail-pos-background.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.fourth-section {
    background-color: #ad9c61;
    padding-bottom: 10px;
    /*background-color: #dce2f3;*/
    /*background-image: url('../../Content/Images/newDesigns/blue-frame.png');
        background-size: cover;
        background-repeat: no-repeat;*/
}

.fifth-section {
    background-color: #fff9c8;
    padding-bottom: 10px;
    /*background-image: url('../../Content/Images/newDesigns/grey-frame.png');
        background-size: cover;
        background-repeat: no-repeat;*/
}

.category-box img {
    height: 250px;
}


.headerhome.header-mfg-title .home-section-headline {
    color: #000;
    background-color: #ccc;
    border: 0;
}

    .headerhome.header-mfg-title .home-section-headline::after,
    .headerhome.header-mfg-title .home-section-headline::before {
        background: #ccc;
    }

.headerhome.header-printer-title .home-section-headline {
    border: 1px solid #ccc;
}

    .headerhome.header-printer-title .home-section-headline::after, .headerhome.header-printer-title .home-section-headline::before {
        background: #ccc;
    }

.home-ims-image-section,
.home-mfg-image-section,
.home-pos-image-section,
.home-printer-image-section,
.home-thermal-image-section {
    /*border: 1px solid #ccc;
            background-color: #ccc;
                padding: 10px 10%;
            */
    padding: 3% 12%;
}

    .home-ims-image-section img,
    .home-mfg-image-section img,
    .home-pos-image-section img,
    /*.home-printer-image-section img,*/
    .home-thermal-image-section img {
        width: 100%;
    }

    .home-ims-image-section h4,
    .home-pos-image-section h4 {
        color: #000;
        font-weight: bold;
        font-size: 16px;
        margin: 10px 0;
    }

    .home-printer-image-section h4,
    .home-thermal-image-section h4 {
        color: #000;
        font-weight: bold;
        font-size: 16px;
        margin: 0;
    }

    .home-mfg-image-section h4 {
        color: #000;
        font-weight: bold;
        font-size: 16px;
        margin: 0;
        padding: 10px;
        background-color: #ccc;
    }

    .home-printer-image-section .round-border-class img {
        width: auto;
    }
/*.round-border-class {
        background-color: #ad9c61;
    }*/



/*above Medium Devices, Desktops */
@media only screen and (max-width : 1200px) {
}

/*above Small Devices, Tablets */
@media only screen and (max-width : 992px) {

    .home-section-headline {
        font-size: 13px;
    }
}

/*below Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    .slider-image-section {
        display: none;
    }

    .home-slider-content {
        height: 200px;
        padding: 0 10%;
        display: flex;
        flex-wrap: wrap;
        background-repeat: no-repeat;
        background-size: 100% 200px;
    }

    .category-box img {
        height: 100%;
        /*width: auto;*/
        max-width: 100%;
    }

    .innovative-box img {
        height: 135px;
        width: auto;
        max-width: 100%;
    }

    .recommand-box img {
        height: 195px;
        width: auto;
        max-width: 60%;
    }

    .home-section-headline {
        font-size: 9px;
    }

    .home-ims-image-section, .home-mfg-image-section, .home-pos-image-section, .home-printer-image-section, .home-thermal-image-section {
        padding: 3% 3%;
    }

        .home-ims-image-section h4, .home-pos-image-section h4 {
            font-weight: 600;
            font-size: 12px;
            margin: 8px 0;
            line-height: 1.5;
        }

        .home-mfg-image-section h4 {
            font-weight: 600;
            font-size: 12px;
            line-height: 1.5;
        }

        .home-printer-image-section h4, .home-thermal-image-section h4 {
            font-weight: 600;
            font-size: 12px;
            line-height: 1.5;
        }
}

.client-logo-container {
    display: flex;
    align-items: center;
}


    .client-logo-container > .logo-box > img {
        width: 100%;
        filter: grayscale(100%);
    }


.client-sub-section-container {
    padding: 0% 10%;
    display: flex;
    justify-content: space-around;
    max-height: 250px;
    overflow: hidden;
    transition: 0.5s all ease-in-out;
}

.read-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.read-more-container {
    background: #ebebeb;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.read-more-container svg {
    margin-top: 7px;
}

.client-logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .client-logo-container > .logo-box {
        width: 10vw;
        margin: 2% 3%;
        /*border : 1px solid black;*/
    }

.client-section {
    text-align: center;
    color: #d70a7f;
    margin: 5% 0% 5% 0%;
}

.client-header-type {
    font-size: 35px;
    background: #6717CD;
    background: linear-gradient(to right, #6717CD 0%, #2871fa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


@media screen and (max-width: 700px) {
    .client-header-type {
        font-size: 20px;
    }

    .client-sub-section-container {
        padding: 0% 0%;
        margin-left: 0px;
        margin-right: 0px;
        flex-wrap: wrap;
        overflow-y: scroll;
        height: 165px;
    }

        .client-sub-section-container::-webkit-scrollbar {
            width: 0px;
            height: 0px;
        }



    .client-logo-container > .logo-box {
        width: 100px;
    }
}

/*above Large Devices, Wide Screens and Above */
@media only screen and (min-width : 1200px) {
}


.product-tab-content {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
    display: inline;
    color: #0074b2;
    text-transform: capitalize;
}

    .product-tab-content ul {
        display: flex;
        padding-left: 0;
        /*background-image: url('../../Content/Images/Temp_Images/wood_bg.jpg');*/
        /*background-color: #edf7f3;*/
        /*background-color: #36295f;*/
    }

        .product-tab-content ul li {
            padding: 10px;
            flex: auto;
            text-align: center;
            /*border: 1px solid #ccc;*/
            /*border-radius: 25%;*/
            border-radius: 10px;
            margin: 0 1%;
            flex: 1;
            /*-webkit-animation: productmaillist 2s infinite;
            animation: productmaillist 2s infinite;*/
            /*border: 1px solid green;*/
            border: 1px solid #731267;
            transition: all 0.5s linear;
            border-right-width: 6px;
            border-left-width: 6px;
        }
            /*.product-tab-content ul li:hover {
                border-right-width: 20px;
                border-left-width: 20px;
                transition: all 0.5s linear;
            }*/

                .product-tab-content ul li:hover a {
                    /*font-size: 20px;*/
                }
                .product-tab-content ul li:nth-child(2) {
                flex: 2;
            }



            .product-tab-content ul li a {
                text-decoration: none;
                font-size: 16px;
                font-weight:800;
                /*color: #fff;*/
            }

.content-section h3 {
    text-align: justify;
}

.content-section h4 {
    line-height: 1.5;
    letter-spacing: .025em;
    text-transform: uppercase;
    font-weight: 600;
    text-align: justify;
}













@media (min-width: 75rem) {
    .ts-card__image {
        height: 15.625rem;
    }
}













@keyframes productmaillist {
    0% {
        /*background-color:#fff;
        color:#000;*/
        border-right-width: 1px;
        border-left-width: 1px;
    }

    /*25% {
        border-right-width: 20px;
        border-left-width: 20px;
    }

    50% {
        border-right-width: 30px;
        border-left-width: 30px;
    }

    75% {
        border-right-width: 40px;
        border-left-width: 40px;
    }*/

    100% {
        /*background-color: green;
        color: #fff;*/
        border-right-width: 20px;
        border-left-width: 20px;
    }
}



/*above Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}


/*above Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/*above Large Devices, Wide Screens and Above */
@media only screen and (min-width : 1200px) {
}

/*below Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    .category-header-div {
        padding: 10px 10px !important;
    }

}

/* Small Devices, Tablets */


.bg-gray {
    background-color: #f5f7fa;
}

.about-main-content {
    background-color: #fff;
    padding: 1% 8% !important;
    padding-top: 15% !important;
    /*text-align: center;*/
}
.about-choose-us {
    background-color: #fff;
    padding: 1% 8% !important;
    text-align: center;
}
    .about-main-content h4, .about-main-content h3 {
        text-align: center;
    }
ul.about-ul-design{
    padding-left:10px;
}
    ul.about-ul-design li{
        line-height:2.4em;
        font-size:15px;
    }

.tag-line-design {
    text-align: center;
    padding: 10px 10%;
    font-weight: 700;
    font-size: 15px;
}


    .about-our-team {
        background-color: #fff;
        /*padding: 5% 16% !important;*/
        text-align: center;
    }

    .about-our-team h4, .about-our-team h3 {
        text-align: center;
    }

    .about-our-team h5 {
        font-weight: 700;
        line-height: 2.5rem;
        font-size: 18px;
    }

    .about-our-team .col-md-12 {
        margin-top: 2%;
    }

    .about-our-team img {
        border-radius: 50%;
        height: 200px;
        width: 200px;
    }

/*.about-our-team img.largecontent {
            margin-top: 15%;
        }*/


.about_img_class {
    width: 100%;
    height: 275px;
    margin: 25px 0;
}

.bottom-greeting-div {
    text-align: center;
}

    .bottom-greeting-div img {
        height: 50px;
        width: 50px;
    }

/* ==================================================== */
/* ================= New About us Styles ============== */
/* ==================================================== */

.about-main-content {
    background-image: url('/Content/Images/BannerImages/about_us_banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    padding: 0;
}

.section-title h2 {
    font-size: 34px;
    color: #2c2b5e;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.service-section {
    padding-top: 5px;
    padding-bottom: 5px;
}

.why-choose-header {
    text-align:center;
    margin-bottom: 20px;
}
.why-choose-container{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;

    padding:25px;
}


.about-item.icon-box {
    text-align: center;
}

    .about-item.icon-box .ai-icon {
        float: none;
        margin: 0 auto 15px;
    }

.about-item .ai-icon {
    float: left;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
    .about-item .ai-icon img {
        max-width: 112px;
        max-height: 112px;
    }

    .about-item .ai-text {
        overflow: hidden;
        padding-top: 10px;
    }

    .about-item .ai-text h4 {
        font-weight: 400;
        font-family: playfair display,serif;
        margin-bottom: 15px;
        font-size: 25px;
    }

.about-item .ai-text p {
    font-size: 16px;
    margin-bottom: 0;
}

.d-flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.milestones-section {
    margin-top: 24px;
    padding-top:10px;
    box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
}
.milestones-title {
    text-align: center;
    color: #130f57;
    margin-bottom: 30px;
}

.card ::-webkit-scrollbar {
    display: none;
    width: 5px;
    height: 8px;
    background-color: #aaa; /* or add it to the track */
}

.card ::-webkit-scrollbar-thumb {
    background: #000;
}


.expertise-container {
    text-align: center;
    padding:2% 7.5%;
}
.expertise-header {
    text-align: center;
    color: #0d610c;
    margin-bottom:20px;
}


.expertise-card-image-container {
    display: flex;
    text-align: center;
    -webkit-box-align: center !important;
    align-items: center !important;
    width: 100%;
    min-height: 50px;
}

.expertise-card-image {
    flex: 1;
    width: 112px;
    height: 112px;
    border: 1px solid #f1f4f4;
    margin-right: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 4px 24px 0 rgba(103,151,255,.1), 0 12px 64px 0 rgba(103,151,255,.1);
    height: 100px;
}

.expertise-card-title {
    color: #20292f;
    max-width: 850px;
    font-weight: 700;
    width: 100%;
}

.expertise-card-content {
    color: #6d7c90;
    width: 100%;
}


.row-container {
    margin: auto;
    position: relative;
}

    .row-container.card {
        border-radius: 8px;
        /*background-color: #fff;*/
        padding: 32px;
        padding-top: 5px;
        -webkit-transition: 300ms all cubic-bezier(.4,0,.2,1);
        transition: 300ms all cubic-bezier(.4,0,.2,1);
        margin-top: 5px;
        /*box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);*/
    }

/*#the-future-of-wysiwyg svg.svg-shape {
    width: 100%;
    bottom: -20%;
    left: -10%;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: absolute;
    z-index: -1;
}

svg.svg-shape {
    width: 100%;
    bottom: -20%;
    left: -10%;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: absolute;
    z-index: -1;
}*/

.flex-row {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*margin: 4% -2.5%;*/
    max-width: 105%;
}

    .flex-row .column-container {
        padding: 0 2.5%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        display: -webkit-box;
        display: flex;
    }

    .flex-row .column.centered, .flex-row .column .centered {
        text-align: center;
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    .flex-row .column {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        min-width: 100%;
    }

.icon-container, .icon-small, .icon-big {
    flex-shrink: 0;
    display: -webkit-box;
    display: flex;
}

.expertise-container .column-container h3 {
    line-height: 1.5;
    color: #3776ff;
}

.expertise-container .icon-big img {

}

.save-time-section {
    padding: 40px 10px;
    /*background-color: rgba(12,113,195,0.03);*/
    /*box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);*/
    box-shadow: 0 8px 60px 0 rgba(103,151,255,.11);
}
    .save-time-section .greeting-image-div {
        width: 50px;
        margin: 0 auto;
        border-bottom: 5px solid #ccc;
        font-size: 25px;
    }

    .save-time-section .greeting-download-div {
        font-size: 13px;
    }


    .flex-wrap-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }


.customer-section {
    padding: 40px 10px;
    background-color: rgba(12,113,195,0.03);
    box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
}
  
.industrial-customer-container {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}

.institute-customer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.retail-customer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.customer-section .customer-header-type {
    line-height: 1.5;
    color: #d70a7f;
    /*color: #3776ff;*/
    text-align: center;
}



.industrial-customers-list, .retail-customers-list, .institute-customers-list {
    border: 1px solid transparent;
    overflow: hidden;
    white-space: nowrap;
}

.industrial-first-customers, .retail-first-customers, .institute-first-customers {
    display: inline-block;
    animation: marquee1 20s linear infinite;
    width: max-content;
}

.industrial-second-customers, .retail-second-customers, .institute-second-customers {
    display: inline-block;
    animation: marquee2 20s linear infinite;
    animation-delay: 10s;
    width: max-content;
}

.industrial-customers-list ul,
.retail-customers-list ul,
.institute-customers-list ul {
    /*display: inline-flex;*/
    display: flex;
    padding-left: 0;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
}

    .industrial-customers-list ul li,
    .retail-customers-list ul li,
    .institute-customers-list ul li {
        padding: 0 18px;
    }

        .industrial-customers-list ul li.partner-gap,
        .retail-customers-list ul li.partner-gap,
        .institute-customers-list ul li.partner-gap {
            width: 100px;
        }

    .industrial-customers-list ul a img,
    .retail-customers-list ul a img,
    .institute-customers-list ul a img
    {
        margin-top: 10px;
        margin-bottom: 5px;
        margin-left: 15px;
    }

/*.industrial-customers-list:hover,
.retail-customers-list :hover,
.institute-customers-list :hover {
    animation-play-state: paused;
}*/

@keyframes marquee1 {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes marquee2 {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-200%);
    }
}



  

/*above Large Devices, Wide Screens and Above */

@media only screen and (max-width : 1200px) {
    .about-main-content {
        padding: 2% 16% !important;
        padding-top:12% !important;
    }

    .about-our-team {
        padding: 5% 16% !important;
    }

    .about-choose-us {
        padding: 5% 16% !important;
    }

    .about-our-team .col-md-12 {
        margin-top: 4%;
    }

    .expertise-container {
        padding: 2% 2.5%;
    }
        .expertise-container .column-container h3{
            font-size:22px;
        }
}


@media only screen and (max-width : 991px) {
    .about-main-content {
        padding: 2% 16% !important;
        padding-top: 12% !important;
    }

    .about-our-team {
        padding: 5% 16% !important;
    }

    .about-choose-us {
        padding: 5% 16% !important;
    }

    .about-our-team .col-md-12 {
        margin-top: 4%;
    }
    .expertise-container {
        padding: 2% 2.5%;
    }
    .row-container.card {
        padding: 15px;
    }
}
.footer-logo-container > .logo-box > img {
    width: 100%;
    filter: grayscale(100%);
}


.footer-new-section-container {
    display: flex;
    justify-content: space-around;
    padding: 0% 10%;
}

.footer-logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .footer-logo-container > .logo-box {
        width: 10vw;
        margin: 2% 0%;
        /*border : 1px solid black;*/
    }

.customer-section-footer {
    text-align: center;
    color: #d70a7f;
    margin: 0% 0% 5% 0%;
}

/*above Small Devices, Tablets 
@media screen and (max-width: 700px) {
    .client-header-type {
        font-size: 20px;
    }
}
    */

@media only screen and (max-width : 767px) {
    .about-main-content {
        padding: 1% 8% !important;
        padding-top: 15% !important;
    }

    .about-our-team {
        padding: 1% 5% !important;
    }

    .about-choose-us {
        padding: 1% 5% !important;
    }

    .about-our-team .col-md-12 {
        margin-top: 4%;
    }
    .expertise-container {
        padding: 2% 7.5%;
    }
    .row-container.card{
        padding:15px;
    }
}

/*below Small Devices, Tablets */

@media only screen and (max-width : 576px) {

    .col-xxs-reverse {
        flex-direction: column-reverse;
    }

    .col-xxs .col-xs-6 {
        width: 100%;
    }

    .about-main-content {
        background: #edf2f4;
        padding: 2% 8% !important;
    }
    .expertise-container {
        padding: 2% 4.5%;
    }
}
/*For ie and edge */
@supports (-ms-ime-align:auto) {
    .industrial-first-customers, .industrial-second-customers {
        /* 5 number of industrial customer */
        width: calc(5*186px + 136px);
    }

    .institute-first-customers, .institute-second-customers {
        /* 5 number of institute customer */
        width: calc(5*186px + 136px);
    }

    .retail-first-customers, .retail-second-customers {
        /* 7 number of retail customer */
        width: calc(7*186px + 136px);
    }
}


.main-image-content {
    background-image: url('/Content/Images/Career/Career_Banner.png');
    background-size: 100% 400px;
    width: 100%;
    height: 400px;
}

.align-left {
    float: left;
}

label {
    font-weight: 400;
}

    label.document-error {
        color: #ff0000;
        text-align: center;
        display: none;
    }

.document-error-div {
    text-align: center;
    padding-top: 10px;
}

#CareerPopup .form-control {
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

h4.modal-title {
    color: #139011;
}

.modal-header {
    text-align: center;
}

ul.job-list {
    padding-left: 0;
}

    ul.job-list li {
        margin-top: 30px;
    }

        ul.job-list li:hover, ul.job-list li:hover .job-icon i, ul.job-list li:hover .job-icon svg {
            color: #0094ff;
        }

.job-box {
    padding: 20px 0;
    text-align: center;
}

.job-title {
    margin-top: 10px;
    font-size: 15px;
    color: #666;
    transition: 0.4s;
    line-height: 22px;
}

.job-icon i, .job-icon svg {
    font-size: 36px;
    height: 42px;
    transition: 0.4s;
    color: #505050;
    display: inline-block;
}

.job-open-position span {
    font-size: 13px;
    color: #909090;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.04);
    display: block;
    /*width: 40px;*/
    text-align: center;
    margin: 0 auto;
    left: auto;
    right: auto;
    margin-top: 10px;
    transition: 0.4s;
    line-height: 2.5rem;
}

.job-apply {
    text-align: center;
    padding-top: 20px;
}

.job-apply-btn {
    background: linear-gradient(#0085eeff, #003baaff);
    border-radius: 1px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    text-shadow: 1px 1px #997575;
    /*width:150px;*/
}

.job-apply i, .job-apply svg {
    /*animation: applymove 5s infinite;
            -webkit-animation: applymove 0.5s infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;*/
    margin-left: 0px;
    margin-right: 10px;
}



.recruitment-content-div {
    padding: 3% 0;
    text-align: center;
}

.recruitment-outer-ring-class {
    background-color: green;
    padding: 10px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 0 auto;
}

.recruitment-inner-ring-class {
    width: 100%;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background: #fff;
}

.recruitment-number {
    font-size: 85px;
    color: #252556;
}

.recruitment-department {
    padding-top: 10px;
    font-size: 20px;
    color: green;
}

.career-flow {
    background: #f6f6f6;
    padding: 10px;
}

    .career-flow img {
        margin-top: 7%;
        border-radius: 50%;
        max-width: 180px;
        max-height: 180px;
    }

.top-left-nav-border {
    border-left: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    border-bottom-left-radius: 40px;
    min-height: 60px;
    width: 40%;
    margin-left: 20%;
}

.bottom-right-nav-border {
    border-right: 1px solid #BFBFBF;
    border-top: 1px solid #BFBFBF;
    border-top-right-radius: 40px;
    min-height: 60px;
    width: 40%;
    margin-right: 20%;
    float: right;
    margin-top: -1px;
}

.top-right-nav-border {
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    border-bottom-right-radius: 40px;
    min-height: 60px;
    width: 40%;
    margin-right: 20%;
    float: right;
}

.bottom-left-nav-border {
    border-left: 1px solid #BFBFBF;
    border-top: 1px solid #BFBFBF;
    border-top-left-radius: 40px;
    min-height: 60px;
    width: 40%;
    margin-left: 20%;
    margin-top: -1px;
    float: left;
}

.career-flow .left-column {
    padding-left: 13%;
}

.career-flow .right-column {
    padding-right: 13%;
    float: right;
}

.career-flow img.right-image {
    float: right;
}

.career-flow .flow-line-bar {
    display: block;
}

/* ==================================================== */
/* ================= New career Styles ================ */
/* ==================================================== */

.career-department-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
    .career-department-container .col-xs-12,
    .career-department-container .col-sm-12,
    .career-department-container .col-md-12,
    .career-department-container .col-lg-12 {
        width: 99% !important;
    }

.career-single-department {
    padding-bottom: 65px;
    margin-bottom: 50px;
    /*box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);*/
    box-shadow: 0 4px 10px 0 rgba(103,151,255,.11), 0 4px 10px 0 rgba(103,151,255,.11);
    border-radius:10px;
    margin:10px;
    padding-top:20px;
}

    .career-single-department a {
        position: absolute;
        bottom: 10px;
        right: 30px;
    }

.career-section h2.career-heading {
    margin-top: 10px;
    text-transform: capitalize;
    /*background-image: -webkit-linear-gradient(120deg,#b142ec 0%,#812bea 100%);*/
    color: #8f42ec;
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2em;
    margin-bottom: .2em;
}

.career-section h2 {
    text-transform: capitalize;
    text-align: center;
}

.career-department-container {
    padding: 20px;
}

    .career-department-container h3 {
        text-transform: capitalize;
        text-align: center;
        color: #20292f;
        max-width: 850px;
        font-weight: 700;
        width: 100%;
    }

    .career-department-container .button, .job-list-container .button {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        text-decoration: none;
        font-weight: 900;
        font-size: 12px;
        line-height: 28px;
        color: #fff !important;
        text-transform: uppercase;
        letter-spacing: 1px;
        border-radius: 100px;
        padding: 8px 20px;
        -webkit-box-pack: center;
        justify-content: center;
        align-self: flex-start;
        border: none;
        margin-bottom: 16px;
        -webkit-transition: 300ms all cubic-bezier(.4,0,.2,1);
        transition: 300ms all cubic-bezier(.4,0,.2,1);
        margin: 5px 20%;
    }

    .career-department-container .column-container {
        text-align: center;
    }

    .career-department-container img {
        width: auto;
    }

.btn-bg-green {
    background-color: #34dd87;
}

    .btn-bg-green:hover {
        box-shadow: 0 12px 24px -6px rgba(52,221,135,.2);
    }

.btn-bg-purple {
    background-color: #9a55ee;
}

    .btn-bg-purple:hover {
        box-shadow: 0 12px 24px -6px rgba(143,66,236,.2);
    }

.btn-bg-blue {
    background-color: #4b84ff;
}

    .btn-bg-blue:hover {
        box-shadow: 0 12px 24px -6px rgba(55,118,255,.2);
    }

.btn-bg-pink {
    background-color: #ff4ac2;
}

    .btn-bg-pink:hover {
        box-shadow: 0 12px 24px -6px rgba(55,118,255,.2);
    }

.job-list-container {
    margin-bottom: 5%;
}

    .job-list-container h2 {
        text-align: center;
        color: #8f42ec;
        font-size:30px;
    }

    .job-list-container .card {
        border-radius: 8px;
        background-color: #fff;
        padding: 18px;
        -webkit-transition: 300ms all cubic-bezier(.4,0,.2,1);
        transition: 300ms all cubic-bezier(.4,0,.2,1);
        margin-top: 24px;
        box-shadow: 0 8px 30px 0 rgba(103,151,255,.11), 0 12px 30px 0 rgba(103,151,255,.11);
        /*box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);*/
    }

        .job-list-container .card .card-container{
            display:flex;
            flex-wrap:wrap;
            justify-content:center;
            align-items:center;
        }
            .job-list-container .card-container h4
            {
                margin-top:0;
            }


            .job-list-container h4 {
                color: #20292f;
                max-width: 850px;
                font-weight: 700;
                width: 100%;
            }

    .job-list-container .subhead-small {
        letter-spacing: 2px;
        margin-bottom: .6em;
        text-transform: capitalize;
        font-weight: 700;
        line-height: 1.7em;
    }

.d-flex-wrap-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.job-benefits-container {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
    /*box-shadow: 0 8px 10px 0 rgba(103,151,255,.11), 0 12px 10px 0 rgba(103,151,255,.11);*/
}

    .job-benefits-container h2 {
        text-align: center;
        margin-bottom: 20px;
        color: #8f42ec;
        font-size: 30px;
    }
    .job-benefits-container h4 {
        text-align: center;
        margin-bottom: 20px;
    }
            .job-benefits-container h4 span.quote-text {
                font-style: italic;
            }
                .job-benefits-container h4 span.quote-icon {
                    /*font-style: italic;*/
                }


        .benefits-columns-containers {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
.benefits-columns-containers h3 {
    color: #8f42ec;
}

.job-benefits-container .icon-blurb {
    display: -webkit-box;
    display: flex;
    text-align: left;
}

    .job-benefits-container svg {
        fill: #3776ff;
        width: 195px;
    }


/* ==================================================== */
/* ================= career detail page =============== */
/* ==================================================== */

    .job-detail-container{
        padding:25px 5%;

    }
        .job-detail-container h2 {
            text-transform: capitalize;
            text-align: center;
            font-size: 24px;
        }

            h2.job-detail-header {
                margin-top: 10px;
                text-transform: capitalize;
                /* background-image: -webkit-linear-gradient(120deg,#b142ec 0%,#812bea 100%); */
                color: #8f42ec;
                text-align: left;
                font-size: 50px;
                font-weight: 900;
                line-height: 1.2em;
                margin-bottom: 20px;
                font-size:28px;
            }

h5.job-detail-experience{

}
    h5.job-detail-experience svg, h5.job-detail-experience i {
        height: 20px;
        width: 20px;
    }


    h5.job-detail-experience span,
    h5.job-detail-location span,
    h5.job-detail-joining span{
        padding-left: 15px;
    }

h5.job-detail-location {
}

    h5.job-detail-location svg, h5.job-detail-location i {
        height: 20px;
        width: 20px;
    }

    h5.job-detail-location span {
        padding-left: 15px;
    }



h5.job-detail-graduation svg, h5.job-detail-graduation i {
    height: 15px;
    width: 15px;
}
h5.job-detail-graduation span {
    padding-left:10px;
}

ul.job-requirement-list {
    list-style: none;
    padding-left: 5px;
    font-size: 16px;
}
    ul.job-requirement-list li {
        padding-left: 10px;
    }
        ul.job-requirement-list li:before {
            content: '\2022';
            color: #139011;
            font-size: 22px;
        }

ul.job-whyallmark-list {
    list-style: none;
    padding-left: 5px;
    font-size: 16px;
}
    ul.job-whyallmark-list li {
        padding-left:10px;
    }
        ul.job-whyallmark-list li:before {
            content: '\2022';
            color: #139011;
            font-size: 22px;
        }

.job-detail-maincontent {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
}
.job-qualification-container {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
}




.job-qualification-title {
}
.job-qualification-content {
}



.job-description-container {
   
}
h5.job-description-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #8f42ec;
}
.job-description-content {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
}

.job-whyallmark-container {
   
}
.job-whyallmark-title {
}
.job-whyallmark-content {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
}

.job-apply-container {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    padding-top:30px;
    padding-bottom:35px;
    box-shadow: 0 8px 60px 0 rgba(103,151,255,.11), 0 12px 90px 0 rgba(103,151,255,.11);
}

.job-apply-title {
    margin-top: 10px;
    text-transform: capitalize;
    /* background-image: -webkit-linear-gradient(120deg,#b142ec 0%,#812bea 100%); */
    color: #8f42ec;
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2em;
    margin-bottom: .2em;
}

.job-apply-btn-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content:center;
    text-decoration: none;
}

.job-resume-upload-btn {
    font-weight: 900;
    font-size: 12px;
    line-height: 15px;
    color: #fff !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-radius: 100px;
    padding: 8px 40px;
    -webkit-box-pack: center;
    justify-content: center;
    align-self: flex-start;
    border: none;
    -webkit-transition: 300ms all cubic-bezier(.4,0,.2,1);
    transition: 300ms all cubic-bezier(.4,0,.2,1);
    background-color: #34dd87;
}
    .job-resume-upload-btn:hover {
        box-shadow: 0 12px 24px -6px rgba(52,221,135,.2);
    }
.job-apply-container .form-control {
    height: 50px;
    background: #fff !important;
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.upload-resume-container{
    text-align:center;
    margin-top:10px;
}
.job-apply-container .upload-resume-container .form-control {
    height: 35px;
}


    .job-apply-detail-btn {
        position:absolute;
        font-weight: 900;
        font-size: 12px;
        line-height: 20px;
        color: #fff !important;
        text-transform: capitalize;
        letter-spacing: 1px;
        border-radius: 100px;
        padding: 8px 50px;
        -webkit-box-pack: center;
        justify-content: center;
        align-self: flex-start;
        border: none;
        margin-bottom: 16px;
        -webkit-transition: 300ms all cubic-bezier(.4,0,.2,1);
        transition: 300ms all cubic-bezier(.4,0,.2,1);
        background-color: #8f42ec;
    }
    .job-apply-detail-btn:hover {
        box-shadow: 0 12px 24px -6px rgba(143,66,236,.2);
    }

   

/*below Small Devices, Tablets */
@media only screen and (max-width : 576px) {
    /*.col-xxs-reverse {
        flex-direction: column-reverse;
    }

    .col-xxs .col-xs-6 {
        width: 100%;
    }*/
}


/*above Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .career-department-container .col-sm-6,
    .career-department-container .col-md-6,
    .career-department-container .col-lg-6 {
        width: 48% !important;
    }
}


/*above Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .career-department-container .col-sm-3,
    .pcareer-department-container .col-md-3,
    .career-department-container .col-lg-3 {
        width: 23% !important;
    }
}

/*above Large Devices, Wide Screens and Above */
@media only screen and (min-width : 1200px) {
    .career-department-container .col-sm-3,
    .career-department-container .col-md-3,
    .career-department-container .col-lg-3 {
        width: 23% !important;
    }
}


/*.customer-login-container {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        border: 1px solid #ccc;
        min-height: 80vh;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        -ms-flex-pack: center;
    }*/


.login-container {
    margin: 0 auto;
    width: 450px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #dadce0;
}

.login-main-container {
    width: 100%;
    min-height: 80vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    position: relative;
    margin-top: 6%;
}

    .login-main-container::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255,255,255,0.9);
    }

.login-sub-container {
    border-radius: 10px;
    overflow: hidden;
    padding: 48px 40px 36px;
    height: auto;
    min-height: 500px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

    .login-sub-container .form-control {
        height: 56px;
        border: 2px solid #1a73e8;
    }

    .login-sub-container .input-group-addon {
        border: 2px solid #1a73e8;
        border-right: none;
    }

    .login-sub-container .form-group {
        position: relative;
        margin-bottom: 1.5rem;
    }

    .login-sub-container .form-control-placeholder {
        position: absolute;
        /*top: 10px;*/
        top: 20%;
        padding: 6px 12px;
        transition: all 200ms;
        opacity: 0.5;
        pointer-events: none;
    }

    .login-sub-container .form-control:focus + .form-control-placeholder,
    .login-sub-container .form-control:valid + .form-control-placeholder {
        font-size: 100%;
        transform: translate3d(0, -150%, 0);
        opacity: 1;
        padding-left: 0px;
    }

.feedback-center-align {
    top: 8px !important;
    right: 8px !important;
    pointer-events: auto !important;
}

.login-main-container-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login-main-btn {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #555555;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 120px;
    height: 50px;
    border-radius: 25px;
    background: #9152f8;
    background: -webkit-linear-gradient(bottom, #9152f8, #1a73e8);
    background: -o-linear-gradient(bottom, #9152f8, #1a73e8);
    background: -moz-linear-gradient(bottom, #9152f8, #1a73e8);
    background: linear-gradient(bottom, #9152f8, #1a73e8);
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.font-white {
    color: #fff;
}

.password-top-class {
    margin-top: 40px;
}

.forgot-login-div {
    text-align: center;
}

.forgot-login-div span {
    font-size: 14px;
}


.forgot-login-div span:last-child {
    float: right;
}



.forgot-div-container .login-main-btn {
    float:left;
}
.forgot-div-container .login-submit-btn {
    float: right;
}



/*   ===========  Mobile View ============== */
@media only screen and (max-width: 576px) {
    .forgot-login-div span:last-child {
        float:left;
    }
}

@media only screen and (max-width: 768px) {

    .login-main-container {
        margin-top: 10%;
    }

    .login-sub-container .form-control {
        height: 40px;
        /*border: 2px solid #1a73e8;*/
    }

    .login-sub-container .form-control-placeholder {
        padding: 0px 12px;
    }

    .login-sub-container .form-group {
        margin-bottom: 2rem;
    }

    .feedback-center-align {
        top: 3px !important;
    }

    .login-main-btn {
        height: 40px;
    }
}
.bg-support-download-banner {
    background-image: url('/Content/Images/BannerImages/Support_Download_00.jpg');
    width: 100%;
    height: 350px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.bg-gray-shadow {
    background-color: #F4F5FA;
}

.support-download-container {
    margin: 80px 35px;
    align-items: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 10px 15px -10px rgba(10, 14, 32, 0.12);
}

.s-d-padding {
    padding: 30px 45px 50px;
}

.support-download-h {
    margin-bottom: 28px;
    margin-top:5px;
    font-family: 'Frank Ruhl Libre', sans-serif;
    color: #1c2657;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: 700;
    text-align:center;
}

.tree-view-class {
    padding: 10px;
    max-height:550px;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: auto;
    /*border: 1px solid #f3ebeb;
    -webkit-box-shadow: 0 10px 18px 0 rgba(62,57,107,.2);
    box-shadow: 0 10px 18px 0 rgba(62,57,107,.2);*/
}

.tree-content-class {
    padding: 10px;
    min-height: 550px;
}

.download-parent-container {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    background-color: #f4f5fa;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    min-height: 500px;
}

.download-container {
    /*-webkit-box-shadow: 0 10px 18px 0 rgba(62,57,107,.2);
        box-shadow: 0 10px 18px 0 rgba(62,57,107,.2);*/
    padding: 5%;
    text-align: center;
}

    .download-container span {
        font-weight: 600;
        color:forestgreen;
    }

.captcha-parent-tag {
    border: 1px solid #f1ecec;
}

.tree-view-class::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

.tree-view-class::-webkit-scrollbar-thumb {
    background-color: #ffa500;
}

.tree-view-class::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}



.support-download-tag .btn:link,
.support-download-tag .btn:visited {
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    top: 0;
    left: 0;
    padding: 10px 25px;
    border-radius: 100px;
    display: inline-block;
    transition: all .5s;
}

.support-download-tag .btn-white {
    background: #fff;
    color: #000;
}

.support-download-tag .btn:hover {
    /*font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";*/
    box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
    transform: translateY(-3px);
}

.support-download-tag .btn:active {
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    transform: translateY(-1px);
}

.support-download-tag .btn-bottom-animation-1 {
    animation: btn-hover-effect 1s ease-out .8s;
}

.support-download-tag .btn::after {
    content: "";
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100px;
    display: inline-block;
    z-index: -1;
    transition: all .5s;
}

.support-download-tag .btn-white::after {
    background: #fff;
}

.support-download-tag .btn-animation-1:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

@keyframes btn-hover-effect {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ============= Support and Downloads ============= */
/* =============== JUMP ============================ */
/* =================================================  */
h1.support-download-header {
    cursor: default;
    width: 100%;
    height: 100px;
    margin: auto;
    display: block;
    padding-left: 5%;
    padding-top: 5%;
}

    h1.support-download-header span {
        position: relative;
        top: 20px;
        display: inline-block;
        -webkit-animation: bounce 0.3s ease infinite alternate;
        font-size: 80px;
        color: #58546e;
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 transparent, 0 7px 0 transparent, 0 8px 0 transparent, 0 9px 0 transparent, 0 10px 10px rgba(0, 0, 0, 0.4);
    }

        h1.support-download-header span:nth-child(2) {
            -webkit-animation-delay: 0.1s;
        }

        h1.support-download-header span:nth-child(3) {
            -webkit-animation-delay: 0.2s;
        }

        h1.support-download-header span:nth-child(4) {
            -webkit-animation-delay: 0.3s;
        }

        h1.support-download-header span:nth-child(5) {
            -webkit-animation-delay: 0.4s;
        }

        h1.support-download-header span:nth-child(6) {
            -webkit-animation-delay: 0.5s;
        }

        h1.support-download-header span:nth-child(7) {
            -webkit-animation-delay: 0.6s;
        }

        h1.support-download-header span:nth-child(8) {
            -webkit-animation-delay: 0.7s;
        }

        h1.support-download-header span:nth-child(9) {
            -webkit-animation-delay: 0.2s;
        }

        h1.support-download-header span:nth-child(10) {
            -webkit-animation-delay: 0.3s;
        }

        h1.support-download-header span:nth-child(11) {
            -webkit-animation-delay: 0.4s;
        }

        h1.support-download-header span:nth-child(12) {
            -webkit-animation-delay: 0.5s;
        }

        h1.support-download-header span:nth-child(13) {
            -webkit-animation-delay: 0.6s;
        }

        h1.support-download-header span:nth-child(14) {
            -webkit-animation-delay: 0.7s;
        }

        h1.support-download-header span:nth-child(15) {
            -webkit-animation-delay: 0.8s;
        }

        h1.support-download-header span:nth-child(16) {
            -webkit-animation-delay: 0.9s;
        }

        h1.support-download-header span:nth-child(17) {
            -webkit-animation-delay: 0.10s;
        }
/* ANIMATION */
@-webkit-keyframes bounce {
    100% {
        top: -20px;
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc, 0 50px 25px rgba(0, 0, 0, 0.2);
    }
}




/*above Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .support-download-container {
        margin: 40px 15px;
    }
}


/*above Medium Devices, Desktops */

@media only screen and (min-width : 992px) {
    .support-download-container {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

/*above Large Devices, Wide Screens and Above */

@media only screen and (min-width : 1200px) {
   
}

/*below Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    .tree-view-class {
        min-height: initial;
        overflow: auto;
    }

    .tree-content-class {
        min-height: initial;
    }

    .bg-support-download-banner {
        height: auto;
        padding-bottom: 30px;
        background-size: 100% 100%;
    }

    h1.support-download-header span {
        position: relative;
        display: inline-block;
        -webkit-animation: bounce 0.3s ease infinite alternate;
        font-size: 30px;
        color: #58546e;
        text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 transparent, 0 7px 0 transparent, 0 8px 0 transparent, 0 9px 0 transparent, 0 10px 10px rgba(0, 0, 0, 0.4);
    }
}
.top-utility-class {
    display: block;
    width: 100%;
    background-color: #fff;
    height: 25px;
    margin: 0;
    background: inherit;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
}

    .top-utility-class a {
        text-decoration: none;
        font-weight: 400;
        border-right: 1px solid black;
        font-size: 12px;
        color: black;
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
        z-index: 1;
    }

        .top-utility-class a:last-child {
            border-right: 0;
        }

ul {
    list-style: none;
}

.top-utility-content {
    text-align: right;
    padding-right: 2%;
    padding-top: 2px;
}


.main-header {
    border-bottom: 1px solid #ccc;
    min-height: 70px;
    position: relative;
}

    .main-header .logo-content {
        margin: 5%;
    }

    .main-header .menu-content {
        margin: 1%;
    }

    .main-header .search-container {
        margin: 8%;
    }

.temp-border {
    height: 70px;
    /*border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;*/
}


.top-logo-class {
    /*height: 50px;
    width: 150px;*/
    height: 71px;
    margin-top: -12px;
}

.search-form {
    display: flex;
}

.search-textbox {
    width: 80%;
    display: initial;
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

a.search-btn-class {
    padding: 7px;
}

.search-btn-class {
    /*position: absolute;*/
    height: 34px;
    border: 1px solid #ccc;
    border-left: none;
    /*background-color: ghostwhite;*/
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/* ================== Main tab Content container ============================  */

.main-tab-div-container {
    height: 0px;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    width: 100%;
    background-image: url('/Content/Images/Products/product_menu_bg.jpg');
    transition: all 0.5s ease-in;
}

    .main-tab-div-container.selected {
        height: 300px;
        overflow-y: auto;
        overflow-x: auto;
        /*max-height: initial;
        min-height: 265px;*/
    }

    .main-tab-div-container .sub-tab-container {
    }


div.main-tab-div-container::-webkit-scrollbar {
    /*background: lightyellow;*/
    width: 5px;
}

.tab-content {
    position: relative;
    display: none;
    /*opacity: 0;
    -moz-transition: opacity 4s ease-in-out;
    -o-transition: opacity 4s ease-in-out;
    -webkit-transition: opacity 4s ease-in-out;
    transition: opacity 4s ease-in-out;*/
    transition: all 0.1s ease-out;
    /*transition-delay: 2s;*/
}

    .tab-content.tab-show {
        display: block;
        padding: 1%;
        /*height: 270px;*/
        /*animation: tabmenucontent 5s linear;*/
        /*transition: all 5s ease-in-out;*/
    }

/* ================== Inside tab container ============================  */

.main-tab-container {
    display: flex;
    /*justify-content: center;
    align-items: center;*/
}

.menu-content li {
    padding: 15px 0;
    /*border-bottom: 2px solid green;
    border-width: 0;*/
}

    .menu-content li a {
        text-decoration: none;
        cursor: pointer;
        padding: 10px 15px;
        /*border-bottom: 2px solid green;*/
        color: #101010;
        text-transform: capitalize;
    }

    .menu-content li.active {
        /*border-width:5px;*/
        /*border-bottom: 2px solid green;*/
    }

        .menu-content li.active:hover {
            transition: all 1s ease-in;
        }


    .menu-content li .head-menu-hl {
        margin: 10px;
        width: 0%;
        /*border-top: 0px;*/
        transition: all 1s ease-in;
    }

    .menu-content li.active .head-menu-hl {
        margin: 10px;
        width: 83%;
        border-color: green;
        border-width: 5px;
        /*transition: all 1s ease-in;*/
    }

.nav-product-item-box {
    text-align: center;
    /*padding:12.5%;*/
}

.nav-product-icon-container {
    width: 100%;
    padding: 10% 10px;
    /*min-height: 150px;
    border: 1px solid #ccc;
    border-radius: 50%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-product-icon {
    /*width: 100%;
    min-height: 150px;
    border: 1px solid #ccc;
    border-radius: 50%;*/
    float: none;
    width: 112px;
    height: 112px;
    border: 1px solid #389999;
    border-radius: 50%;
    padding: 2px;
}

    .nav-product-icon img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }


.nav-product-title {
    overflow: hidden;
    padding-top: 10px;
    font-size: 16px;
    color: #101010;
}

/* ========= tab hover content menu style  ============ */
.sub-tab-content {
    display: none;
    /*animation: tabmenucontent 5s linear;*/
    /*background-color: darkred;*/
}

.sub-tab-show {
    display: block;
    display: flex;
    padding: 1%;
}

.sub-tab-menu {
    border-right: 2px solid #ccc;
    padding: 1%;
}

    .sub-tab-menu .submenu-item li {
        padding-left: 10px;
        padding: 0;
    }

        .sub-tab-menu .submenu-item li a {
            color: #000;
            text-decoration: none;
            display: block;
            width: 100%;
            padding: 10px;
            border-left: 5px solid;
            position: relative;
            z-index: 2;
            text-decoration: none;
            color: #444;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            border-left: 0px solid #3498db;
        }

        .sub-tab-menu .submenu-item li.subactive a {
            color: #fff;
        }

        .sub-tab-menu .submenu-item li a:after {
            /*font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f007";*/
            content: "";
            height: 100%;
            left: 0;
            top: 0;
            width: 0px;
            position: absolute;
            transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
            z-index: -1;
            background: #3498db;
        }

        .sub-tab-menu .submenu-item li a:hover:after {
            width: 100%;
        }

        .sub-tab-menu .submenu-item li.subactive a:after {
            width: 100%;
        }


.sub-tab-container {
    /*border: 1px solid #fff;*/
}

.submenu-item-header {
    padding-left: 19px;
    font-weight: bold;
    margin-top: -12px;
    margin-bottom: 8px;
}

.submenu-item {
    padding-left: 10px;
}

    .submenu-item li {
        padding: 10px;
        padding-left: 0;
    }

        .submenu-item li a {
            color: #000;
            text-decoration: none;
            padding: 10px;
            padding-left: 0;
            /*display: block;
            width: 100%;
            padding: 20px;
            border-left: 5px solid;
            position: relative;
            z-index: 2;
            text-decoration: none;
            color: #444;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            border-left: 10px solid #3498db;*/
        }
            /*.submenu-item li a:after {
                content: "";
                height: 100%;
                left: 0;
                top: 0;
                width: 0px;
                position: absolute;
                transition: all 0.3s ease 0s;
                -webkit-transition: all 0.3s ease 0s;
                z-index: -1;
                background: #3498db;
            }
            .submenu-item li a:hover:after {
                width: 100%;
            }*/

            .submenu-item li a svg, .submenu-item li a i {
                margin-right: 10px;
            }


ul li.subactive {
    /*border-radius: 10px;
    text-align: center;
    border: 1px solid green;
    border-right-width: 10px;*/
    /*background: linear-gradient(45deg, #05abe0 0%,#8200f4 100%);*/
    /*animation: tabmenucontent 5s ease-in-out;*/
    /*background-color:green;*/
}

    ul li.subactive:hover {
        /*transition: all 1s ease-out;*/
        cursor: pointer;
        border-bottom: 0px;
        color: #fff;
    }

/*.main-header li.active + .main-sub-header {
    background-color: orange;
}*/









header.main-header {
    width: 100%;
    *zoom: 1;
}

main-header {
}




header.main-header .inner {
    position: relative;
    z-index: 989;
    border-bottom: 1px solid #e5e8e8;
}

.navbar-brand {
    margin-left: 15px !important;
    padding: 0px 15px !important;
}

.logo-class {
    height: 50px;
}

.float-right {
    float: right;
}

.mobile-search {
    display: none;
}

.desktop-search {
    display: block;
}


/* ================================= Mobile Header ===========================  */

.mobile-header {
    display: none;
    height: 60px;
}

.menu-bars {
    height: 50px;
    padding-top: 20px;
}

@keyframes tabmenucontent {
    0% {
        background-color: darkred;
    }

    25% {
        background-color: grey;
    }

    50% {
        background-color: lightgray;
    }

    75% {
        background-color: greenyellow;
    }

    100% {
        background-color: green;
    }
}



@media only screen and (max-width: 768px) {
    .navbar-brand {
        height: auto;
        margin-left: auto !important;
    }

        .navbar-brand .logo-class {
            height: 45px;
        }

    .navbar-default .navbar-collapse {
        width: 100%;
    }

    .mobile-search {
        display: block;
    }

    .desktop-search {
        display: none;
    }
}


/*  =====================================================         New Header Styles         =======================================================    */

.header-container {
    height: 90px;
    border-bottom: 1px solid #ccc;
    display: flex;
}

.top-logo-class {
    height: 71px;
    margin-top: 2px;
}

.logo-content-box {
    flex: 1;
}

.menu-content-box {
    flex: 5;
}

.search-content-box {
    flex: 1;
    padding: 25px 5px;
}

.menu-content-box .navbar-nav > li.navbar-nav > li {
    float: left;
    padding: 32.5px 19px;
    border-bottom: 4px solid #ccc;
    border-width: 0px;
    transition: all 0.5s ease-in;
}

.menu-content-box li.active {
    border-width: 4px;
    border-color: #3355FF;
}

.menu-content-box .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 600;
}

    .menu-content-box .navbar-nav > li > a > span {
        font-weight: 600;
    }

.new-navbar.navbar {
    margin-bottom: 0;
    border:0;
}
/*  =================== */
/*  New Header Styles  */
.new-navbar .navbar-nav {
    float: right;
}

.new-navbar .home-search-container {
    float: right;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
}

    .new-navbar .home-search-container .search-icon-tag {
        border: 2px solid #4d90fe;
        padding: 8px 12px;
        border-radius: 25px;
        color: #0000c9;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
        .new-navbar .home-search-container .search-icon-tag span {
            padding-left: 16px;
            color: #9a98a1;
        }

.display-flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
    /*.display-flex-container .logo-content {
        padding: 2px 16px;
    }*/

    .display-flex-container .mobile-menu-bar {
        padding: 16px;
    }

.new-mobile-navbar {
    margin-left: auto;
}

.new-mobile-navbar .home-search-container {
    float: right;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
}

    .new-mobile-navbar .home-search-container .search-icon-tag {
        border: 2px solid #4d90fe;
        padding: 8px 12px;
        border-radius: 25px;
        color: #0000c9;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

        .new-mobile-navbar .home-search-container .search-icon-tag span {
            padding-left: 16px;
            color: #9a98a1;
        }

.allmark-search-bar{
    z-index:5;
}
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .header-container {
        height: 70px;
    }

    .menu-content-box .top-logo-class {
        height: 60px;
        margin-top: 2px;
    }

    .menu-content-box .navbar-nav > li {
        padding: 22.5px 6px;
    }

    .menu-content-box .navbar-nav {
        padding-left: 0;
    }

    .menu-content-box .search-content-box {
        padding: 17px 5px;
    }

    /* new nav bar styles */
    .new-navbar > .container-fluid {
        padding:0;
    }
    .new-navbar .navbar-header {
        margin-left: -32px !important;
    }
    .new-navbar .navbar-collapse {
        padding: 0;
    }
    .new-navbar .navbar-nav {
        float: left;
        margin-left: -14px;
    }
    .new-navbar .home-search-container {
        padding:0;
        padding-right:2px;
    }
    .new-navbar .search-icon-tag span {
        display: none;
    }
    .new-navbar .navbar-nav > li > a {
        padding: 28px 2px !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 860px) {
    /* new nav bar styles */
    .new-navbar .navbar-nav {
        float: right;
        margin-right: 16px;
    }
    .new-navbar .navbar-nav > li > a {
        padding: 28px 8px !important;
    }
    .new-navbar .home-search-container {
        padding: 0;
        padding-right: 6px;
    }
}


    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        .header-container {
            height: 90px;
        }

        .menu-content-box .top-logo-class {
            height: 71px;
            margin-top: 2px;
        }

        .menu-content-box .navbar-nav > li {
            padding: 32.5px 19px;
        }

        .menu-content-box .navbar-nav {
            padding-left: 40px;
        }

        .menu-content-box .search-content-box {
            padding: 25px 5px;
        }

        /* new nav bar styles */
        
        .new-navbar .navbar-header {
            margin-left: -10px !important;
        }

        .new-navbar .navbar-nav {
            float: right;
            margin-right: 16px;
        }

        .new-navbar .search-icon-tag span {
            display: block;
        }

        .new-navbar .navbar-nav > li > a {
            padding: 28px 12px !important;
        }
    }

    /* Large Devices, Wide Screens and Above */
    @media only screen and (min-width : 1200px) {
        .header-container {
            height: 90px;
        }

        .menu-content-box .top-logo-class {
            height: 71px;
            margin-top: 2px;
        }

        .menu-content-box .navbar-nav > li {
            padding: 32.5px 25px;
        }

        .menu-content-box .navbar-nav {
            padding-left: 40px;
        }

        .menu-content-box .search-content-box {
            padding: 25px 5px;
        }

        /* new nav bar styles */
        .new-navbar > .container-fluid {
            padding: 0 15px;
        }

        .new-navbar .navbar-header {
            margin-left: auto !important;
        }

        .new-navbar .navbar-collapse {
            padding: 0 15px;
        }

        .new-navbar .navbar-nav {
            margin-left: auto;
        }

        .new-navbar .home-search-container {
            padding: 0;
            padding-right: 2px;
        }

        .new-navbar .search-icon-tag span {
            display: block;
        }

        .new-navbar .navbar-nav > li > a {
            padding: 28px 16px !important;
        }
    }


    @media only screen and (max-width: 768px) /* Mobile Tablet */
    {
        .top-utility-class {
            position: fixed;
            background: #fff;
            z-index: 2;
        }

        .header-container {
            display: none !important;
        }

        .main-header {
            display: none;
        }

        .mobile-header {
            display: block;
            top: 25px;
            position: fixed;
            background: #fff;
            z-index: 2;
            width: 100%;
            border-bottom: 1px solid #ccc;
        }

        .top-logo-class {
            height: 50px;
            margin-top: 5px;
        }
    }







    /*.dropdown-menu > li.kopie > a {
    padding-left: 5px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        border-color: transparent transparent transparent #333;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
        display: block;
        float: right;
        height: 0;
        margin-right: -10px;
        margin-top: 5px;
        width: 0;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .navbar-nav {
        display: inline;
    }

    .navbar-default .navbar-brand {
        display: inline;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-nav .dropdown-menu > li > a {
        color: red;
        background-color: #ccc;
        border-radius: 4px;
        margin-top: 2px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            background-color: #ccc;
        }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }

    .dropdown-menu {
        padding-left: 10px;
    }

        .dropdown-menu .dropdown-menu {
            padding-left: 20px;
        }

            .dropdown-menu .dropdown-menu .dropdown-menu {
                padding-left: 30px;
            }

    li.dropdown.open {
        border: 0px solid red;
    }
}

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
    }

    #navbar {
        text-align: center;
    }
}*/

    header {
        padding: 0 0 0;
        background: #fff;
        position: fixed;
        width: 100%;
        z-index: 20;
        left: 0;
        top: 0;
        transition: all .3s ease;
        box-shadow: 9px 9px 9px 0 rgba(47,44,44,.2);
    }

    .animation {
        -webkit-animation-duration: .5s;
        -moz-animation-duration: .5s;
        -o-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        will-change: transform,opacity;
    }

        .animation.perspective-in-tag {
            -webkit-transform-origin: top;
            -moz-transform-origin: top;
            -o-transform-origin: top;
            transform-origin: top;
            -webkit-backface-visibility: visible !important;
            -webkit-animation-name: swing-in-tag;
            -moz-backface-visibility: visible !important;
            -moz-animation-name: swing-in-tag;
            -o-animation-name: swing-in-tag;
            animation-name: swing-in-tag;
        }

        .animation.perspective-out-tag {
            -webkit-transform-origin: top;
            -webkit-animation-name: swing-out-tag;
            -moz-animation-name: swing-out-tag;
            -o-animation-name: swing-out-tag;
            animation-name: swing-out-tag;
            backface-visibility: visible !important;
        }

    @keyframes swing-out-tag {
        0% {
            transform: perspective(400px) rotateX(0);
        }

        100% {
            transform: perspective(400px) rotateX(-90deg);
        }
    }

    @keyframes swing-in-tag {
        0% {
            transform: perspective(400px) rotateX(-90deg);
        }

        100% {
            transform: perspective(400px) rotateX(0);
        }
    }


.software-menu-bar {

    cursor:pointer;
    padding: 1.5% 1.5%;
    font-size: 1.3vw;
    /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
    margin: 1.7% 20%;
    border-radius: 5px/5px;
    display: flex;
    /*background: white;*/
    align-items: center;
    /*box-shadow: 0px 0px 44px -11px rgba(127,209,174,1);*/
    /*border: 1px solid #7FD1AE;*/
    /*background: rgb(255,255,255);*/
    /*background: linear-gradient(90deg, rgba(255,255,255,1) 85%, rgba(247,188,79,1) 100%);*/
    /*background: linear-gradient(90deg, rgba(255,255,255,1) 85%, rgb(253 164 0 / 24%) 100%);
    background: rgb(247,226,187);
    background: linear-gradient(90deg, rgba(247,226,187,1) 0%, rgba(255,255,255,1) 50%, rgba(247,226,187,1) 100%);*/
}

    .software-menu-bar:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background: #337ab71a;
    }

.sub-title{
    font-size : 1vw;
}

.icon-image{
    width : 100%;
}

.software-menu-icon {
    font-size: 1.5vw;
    width: 3.2vw;
    height: 3.2vw;
    line-height: 3vw;
    margin: 1.5% 0%;
    text-align: center;
    border-radius: 10px;
    color: white;
}

.software-menu-title{
    margin-left : 5% ;
    font-weight : 600;
}

.software-space-container {
    padding: 60px 16px;
    height: 100%;
}

.software-image-container {
    display:flex;
    flex-wrap:nowrap;
    justify-content:center;
    align-items:center;
}
.software-image-container img{
    width: 100px;
    height: 100px;
}
.software-label-container{
    width:100%;
    padding:16px 0;
}
.software-label-container p{
    font-size: 18px;
    color: #4097e2;
    font-weight: 500;
}

.link-style{
    color: black;
}

.software-menu-bar > .bg-color-1 {
    background-color: #FF577F;
}

.software-menu-bar > .bg-color-2 {
    background-color: #1746A2;
}

.software-menu-bar > .bg-color-3 {
    background-color: #5F9DF7;
}

.software-menu-bar > .bg-color-4 {
    background-color: #FF731D;
}

.software-menu-bar > .bg-color-5 {
    background-color: #C689C6;
}

.software-menu-bar > .bg-color-6 {
    background-color: #FBDF07;
}
.software-banner {
    max-height:400px;
    overflow:hidden;
}
    .software-banner img {
        width: 100%;
    }

.display-flex-warp{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.display-flex-warp-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items:center;
}
.software-service-section {
    background: #edf2f4;
}


.software-service-container {
    text-align: center;
}
.service-sub-title {
    margin: 10px 0;
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.07em;
    font-weight: 700;
    text-transform: uppercase;
}
.service-header-title {
    margin: 10px 0;
    font-size: 39px;
    line-height: 1.23077;
    padding: 10px 20px;
    color: #4097e2;
}

.service-item-container {
    margin: 10px;
    margin-bottom:20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service-item-content {
    height: 100%;
    border-radius: 7px;
    box-shadow: -1px 9px 18px 0 rgba(75,81,91,.1);
    background: #fff;
    text-align: center;
    padding: 45px 25px;
    padding-bottom:74px;
    cursor:pointer;
    position:relative;
}
    .service-item-content .item-icon-content {
        /*position: relative;*/
        padding:20px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
        .service-item-content .item-icon-content img {
            height: 100px;
            width: 100px;
        }
        /*.service-item-content .item-icon-content .dynamic-bg-1 {
            top: 0;
            bottom: auto;
            left: 0;
            width: 50px;
            height: 50px;
            background: #e2fcfe;
            position: absolute;
            border-radius: 50%;
            transform: translateX(0px) translateY(0px) scale(1);
        }
        .service-item-content .item-icon-content .dynamic-bg-2 {
            top: auto;
            bottom: 0;
            left: 0;
            width: 20px;
            height: 20px;
            background: #e2fcfe;
            position: absolute;
            border-radius: 50%;
            transform: translateX(0px) translateY(0px) scale(1);
        }*/
        .service-item-content p {
            text-align:center;
            line-height: 1.3;
            color: #262f3c;
        }
            .service-item-content p span.head {
                font-weight: 600;
                font-size: 22px;
                width: 100%;
                display: block;
                margin-bottom: 8px;
            }
            .service-item-content p span.sub-head {
                font-weight: 400;
                font-size: 18px;
            }

        .service-item-content .item-content {
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.52941;
    }

    .service-item-content .view-more-button-div {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 28px;
    }
        .service-item-content .view-more-button-div .view-btn {
            padding: 10px 16px;
            /*border: 1px solid #ccc;*/
            border-radius: 25px;
            color: #fff;
            transition: all 0.5s ease;
        }
            .service-item-content .view-more-button-div .view-btn:hover {
                padding: 10px 24px;
            }
.view-more-button-div .view-btn.windows {
    background: #293d7c;
}
.view-more-button-div .view-btn.android {
    background: #8daa22;
}
.view-more-button-div .view-btn.web {
    background: #3b97d3;
}
.view-more-button-div .view-btn.ios {
    background: #e38939;
}

    .software-feature-section {
   margin-bottom:10px;
    background-image: url('/Content/Images/BannerImages/software-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
}
.software-feature-content {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.feature-sub-title {
    margin: 10px 0;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.07em;
    font-weight: 700;
    text-transform: uppercase;
    color:#fff;
}
/*.feature-header-title {
    margin: 10px 0;
    font-size: 39px;
    line-height: 1.23077;
    padding: 20px;
}*/
.feature-item-container {
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.feature-item-content {
    height: 100%;
    border-radius: 7px;
    box-shadow: -1px 9px 18px 0 rgba(75,81,91,.1);
    background: #fff;
    text-align: center;
    padding: 15px;
    padding: 45px 25px;
}

    .feature-item-content .item-icon-content {
        /*position: relative;*/
        padding: 20px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .feature-item-content .item-icon-content img {
            height: 100px;
            width: 100px;
        }
    /*.service-item-content .item-icon-content .dynamic-bg-1 {
            top: 0;
            bottom: auto;
            left: 0;
            width: 50px;
            height: 50px;
            background: #e2fcfe;
            position: absolute;
            border-radius: 50%;
            transform: translateX(0px) translateY(0px) scale(1);
        }
        .service-item-content .item-icon-content .dynamic-bg-2 {
            top: auto;
            bottom: 0;
            left: 0;
            width: 20px;
            height: 20px;
            background: #e2fcfe;
            position: absolute;
            border-radius: 50%;
            transform: translateX(0px) translateY(0px) scale(1);
        }*/
    .feature-item-content p {
        text-align: center;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.3;
        color: #262f3c;
    }

    .feature-item-content .item-content {
        margin-top: 24px;
        font-size: 16px;
        line-height: 1.52941;
    }


.software-expertise-section {
    text-align: center;
    padding: 10px;
    background: #f6f7fb;
}
    .software-expertise-section .blurborder {
        /*box-shadow: 0 4px 24px 0 rgba(103,151,255,.1), 0 12px 64px 0 rgba(103,151,255,.1);
        padding:20px;*/
    }
.expertise-section-title {
    margin: 20px 0;
    margin-bottom:30px;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.07em;
    font-weight: 700;
    text-transform: uppercase;
}
/*.expertise-r-p {
    padding-right: 5% !important;
}
.expertise-l-p {
    padding-left: 5% !important;
}

.expertise-section-title {
    margin: 20px 0;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.07em;
    font-weight: 700;
    text-transform: uppercase;
}
.software-expertise-content {
    background-color: #fff;
    position: relative;
    padding: 10px;
    box-shadow: 0 4px 24px 0 rgba(103,151,255,.1), 0 12px 64px 0 rgba(103,151,255,.1);
    text-align: left;
    border-radius: 10px;
    height: 100%;
}
.software-expertise-content .icon-section {
    background-image: linear-gradient(to right top, #23109f, #2211b1, #2011c4, #1b12d7, #1212eb);
    height: 130px;
    width: 130px;
    border-radius: 20px;
    left: -7%;
    top: 26%;
    position: absolute;
    transform: rotateZ(45deg);
    color: #fff;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
        .software-expertise-content .icon-section svg {
            transform: rotateZ(-45deg);
        }
        .software-expertise-content .content-section {
            padding: 10px 20px;
            margin-left: 20%;
        }
    .software-expertise-content .header-title {
        font-weight: bold;
        font-size: 17px;
        margin: 0;
        margin-bottom: 10px;
        text-align:center;
    }
    .software-expertise-content .article-section {
        color: #54545B;
        text-align: justify;
        line-height: 1.5;
        font-size: 16px;
    }*/


.software-contact-banner {
    background-image: url('/Content/Images/BannerImages/contact-us-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
}
    .software-contact-banner h1 {
        color: #fff;
        text-align: center;
    }

.software-contact-banner .contact-btn-container {
    padding-top: 20px;
    text-align: center;
}

.contact-a-btn {
    font-weight: 700;
    font-style: normal;
    color: #011144;
    background-color: #ffffff;
    border-color: transparent;
    font-size: 14px;
    padding: 13px 10px;
    min-width: 260px;
    position: relative;
    text-align: center;
    z-index: 1;
    transition: .3s;
    line-height: 20px;
    border-width: 2px;
    border-style: solid;
    border-radius: 35px;
    display: inline-block;
    cursor: pointer;
}
    .contact-a-btn:hover {
        color: #ffffff;
        background-color: #011144;
        border-color: #ffffff;
        /*color: #011144;
        background-color: #ffffff;
        border-color: #011144;*/
    }

.contact-a-label {
    font-weight: 700;
    font-style: normal;
    color: #011144;
    cursor: pointer;
}
.contact-a-btn:hover .contact-a-label{
    color:#ffffff;
    cursor:pointer;
}
/*.contact-a-btn:hover .contact-a-label {
    color: #ffffff;
    background-color: #011144;
    border-color: #ffffff;
}*/
/*above Medium Devices, Desktops */
@media only screen and (max-width : 1200px) {
}

/*above Small Devices, Tablets */
@media only screen and (max-width : 992px) {


}

/*below Small Devices, Tablets */
@media only screen and (max-width: 768px) {


}

/*below Small Devices, Tablets */
@media only screen and (max-width: 576px) {

}

@media only screen and (max-width: 480px) {
    .service-item-container {
        margin: 1px;
    }
    .software-feature-content {
        padding: 10px 0;
    }
}
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h3, .h3 {
    font-size: 1.53125rem;
}

label {
    font-weight: normal;
}

.panel-box {
    flex: 1;
}

textarea.form-control {
    min-height: 104px;
}

.profile-picture {
    max-width: 50px;
    height: 40px;
}

.d-sm-down-show {
    display: none;
}

@media only screen and (max-width: 767.98px) {
    .d-sm-down-show {
        display: block !important;
    }
}

.app-header.navbar {
    border-bottom: 1px solid #c8ced3;
    position:fixed;
}


.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-add-new-option {
    padding: 6px;
    height: 20px;
    display: inline-table;
    color: green !important;
    width: 100%;
    text-align: center;
    border-top:1px solid #eee;
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
}

.app-header .nav-item .bell-icon-tag {
    padding-top: 26px;
}

/*.app-header .nav-item .nav-link {
    
}*/

.notificationbar {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: inline-block;
    transform-origin: right 0px;
    width: 300px;
    
}
    .notificationbar .dropdown-header {
        font-weight: 500;
        padding: 11px 20px 15px;
        border-bottom: 1px solid rgba(120, 130, 140, 0.13);
        background-color:#fff;
    }

.open > .notificationbar {
    transform: scale(1);
    transform-origin: right 0px;
}




/* ==================================================== */
/* ============ Product Main Category List ============ */
/* ==================================================== */

.product-categ-div {
    max-height: 300px;
}

.product-category-section h3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .025em;
    line-height: 1.5;
    display: block;
    font-style: normal;
    padding-top: 0.1em;
    text-shadow: 0.07em 0.07em 0 rgba(0, 0, 0, 0.1);
    margin-top: 0;
}

    .product-category-section h3::before, .product-category-section h3::after {
        /*content: "---";*/
        display: inline-block;
        opacity: 0.2;
        font-size: 30px;
        padding: 10px;
        /*-webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);*/
    }

    .product-category-section h3::before {
        content: "---";
    }

    .product-category-section h3::after {
        content: "---";
    }

.product-category-section h4 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .025em;
    line-height: 1.5;
    display: block;
    font-style: normal;
    padding-top: 0.1em;
    text-shadow: 0.07em 0.07em 0 rgba(0, 0, 0, 0.1);
    margin-top: 0;
}

    .product-category-section h4::before, .product-category-section h4::after {
        /*content: "---";*/
        /*display: inline-block;
        opacity: 0.2;
        font-size: 30px;
        padding: 10px;*/
        /*-webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);*/
    }

/*.product-category-section h4::before {
        content: "---";
    }

    .product-category-section h4::after {
        content: "---";
    }*/

.product-category-section hr {
    margin: 5px;
}

.product-category-section .column-add,
.product-category-section .column-even {
    padding: 20px 10%;
}


.product-category-section .categ-content-section {
    margin: 0 5%;
}

.light-bg {
    background-color: transparent;
}

.product-category-section {
    background-color: #f2f0ff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 800'%3E%3Cg fill-opacity='0.19'%3E%3Ccircle fill='%23f2f0ff' cx='400' cy='400' r='600'/%3E%3Ccircle fill='%23dde5f7' cx='400' cy='400' r='500'/%3E%3Ccircle fill='%23c5dbed' cx='400' cy='400' r='400'/%3E%3Ccircle fill='%23aed2e0' cx='400' cy='400' r='300'/%3E%3Ccircle fill='%2399c8cd' cx='400' cy='400' r='200'/%3E%3Ccircle fill='%238abdb7' cx='400' cy='400' r='100'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}


.bg-scanner-image-container {
    background-color: rgb(51, 0, 51);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'  width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23404'  stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg  fill='%23505'%3E%3Ccircle  cx='769' cy='229' r='5'/%3E%3Ccircle  cx='539' cy='269' r='5'/%3E%3Ccircle  cx='603' cy='493' r='5'/%3E%3Ccircle  cx='731' cy='737' r='5'/%3E%3Ccircle  cx='520' cy='660' r='5'/%3E%3Ccircle  cx='309' cy='538' r='5'/%3E%3Ccircle  cx='295' cy='764' r='5'/%3E%3Ccircle  cx='40' cy='599' r='5'/%3E%3Ccircle  cx='102' cy='382' r='5'/%3E%3Ccircle  cx='127' cy='80' r='5'/%3E%3Ccircle  cx='370' cy='105' r='5'/%3E%3Ccircle  cx='578' cy='42' r='5'/%3E%3Ccircle  cx='237' cy='261' r='5'/%3E%3Ccircle  cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: scroll;
    background-size: auto;
    background-repeat: repeat;
    background-position: center center;
}

.content-tab-container ul {
    background-color: #d0e1ee;
    border: 1px solid #e6eafa;
}

    .content-tab-container ul li a {
        color: #000;
    }




@media screen and (max-width: 992px) {
    .product-category-section hr {
        margin: 5px;
    }
}

@media screen and (max-width: 768px) {
    .product-category-section hr {
        margin: 10px;
        margin-bottom: 20px;
    }

    .product-category-section .column-add, .product-category-section .column-even {
        padding: 20px 7.5%;
    }
}

@media screen and (max-width: 576px) {
    .product-category-section hr {
        margin: 15px;
        margin-bottom: 20px;
        border-bottom: 2px solid #fff;
    }

    .product-category-section h3 {
        line-height: 1;
        font-size: 18px;
        padding-top: 0;
    }

    .product-category-section h4 {
        line-height: 1;
        font-size: 15px;
        padding-top: 0;
    }

    .product-category-section .column-add, .product-category-section .column-even {
        padding: 20px 5%;
    }
}

/* ==================================================== */
/* ============== Product Category List =============== */
/* ==================================================== */

.category-section {
    padding: 0;
    background-color: #fff;
}

.d-flex-warp-center-border {
    /*border: 1px solid #f6f6f6;*/
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.category-box-container {
    background-color: #f3f5f9;
    /*background-color: #fff;*/
}

    .category-box-container h1 {
        /*color: #fff;*/
        font-size: 30px;
    }


/*.bg-grey, .body-content .breadcrumb {
        background-color: #fafbfc;
    }*/
.category-widget-container {
    background-color: #fdfdfd;
    transition: transform 0.3s ease-in-out;
    /*-webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
        transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
        -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
        transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
        transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;*/
}

    .category-widget-container:hover {
        transform: scale(1.1);
    }

.category-widget-card {
    background-color: #fff;
    /*background-color: #ffffff;
        border-radius: 4px 4px 4px 4px;
        padding: 59px 15px 55px 15px;*/
    /*box-shadow: 0px 15px 30px 0px rgba(52,49,75,0.1);*/
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /*background-color: #fff;*/
    background-color: transparent;
    background-clip: border-box;
    border-radius: .25rem;
    backface-visibility: hidden;
    border: none;
    box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, .15);
    margin-bottom: 1.875rem;
    overflow: hidden;
    padding: 10px;
}

.category-widget-title h3 {
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 1px;
}

.category-widget-title {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /*padding: 1.25rem;*/
    padding: 1px;
    /*color:#fff;*/
}

    .category-widget-title::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #000;
        transition: width .3s;
    }

    .category-widget-title:hover {
        width: 100%;
    }

.category-widget-content {
    color: #808080;
    justify-content: center;
}

.category-widget-image {
    height: 200px;
    text-align: center;
}

    .category-widget-image img {
        padding: 10px;
        border-radius: 10px;
        height: 200px;
        width: auto;
        max-width: 100%;
    }

.padding-s-5 {
    padding: 0 5px;
}

.carousel-indicators {
    bottom: 0 !important;
}


@media screen and (max-width: 576px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 992px) {
}

/* ==================================================== */
/* ============== Product List styles  ============= */
/* ==================================================== */

.banner-hover-container {
    position: relative;
}

    .banner-hover-container .inner-shadow {
        position: absolute;
        top: 12px;
        left: 12px;
        color: #fff;
        padding: 8px 20px;
        font-size: 28px;
        background: rgba(41,43,44,0.4);
    }

.banner-content-shadow {
    background-size: 100% 100%;
    min-height: 450px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #f9f5f5;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

    .banner-content-shadow .inner-shadow {
        margin: 20px;
    }

        .banner-content-shadow .inner-shadow::after {
            opacity: 0.4;
        }

    .banner-content-shadow span {
        color: #fff;
        padding: 8px 20px;
        font-size: 28px;
        background: rgba(41,43,44,0.4);
    }


.product-list-section-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.products-border-container {
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px;
}

.products-list-container {
    /*padding: 10px;
    border: 1px solid #ccc;*/
}

    .products-list-container a:hover {
    }

.products-list-card {
    padding-top: 10px;
    /*display:flex;
        flex-wrap:wrap;
        justify-content:center;*/
}

.products-list-card-image {
    /*flex:1;*/
    /*width:200px;
        height:200px;*/
    text-align: center;
}

    .products-list-card-image img {
        /*height: 100%;
            width: 100%;*/
        height: 200px;
        width: auto;
        max-width: 100%;
    }

.products-list-card-body {
    display: block;
    padding: 10px;
    color: #808080;
    /*flex: 1;*/
}

.products-list-card-title {
    font-weight: bold;
    text-align: center;
    font-size: 23px;
}

.products-list-card-content {
    padding-top: 10px;
    font-size: 16px;
}


@media screen and (min-width : 768px) {

    .product-list-section-container .col-sm-12 {
        width: calc(100% - 20px) !important;
    }

    .product-list-section-container .col-sm-6 {
        width: calc(50% - 20px) !important;
    }

    .product-list-section-container .col-sm-3 {
        width: calc(25% - 20px) !important;
    }

    .category-widget-title.single-title h3 {
        padding: 15px 0;
    }
}

@media screen and (min-width : 992px) {
    .product-list-section-container .col-md-12 {
        width: calc(100% - 20px) !important;
    }

    .product-list-section-container .col-md-6 {
        width: calc(50% - 20px) !important;
    }

    .product-list-section-container .col-md-3 {
        width: calc(25% - 20px) !important;
    }

    .category-widget-title.single-title h3 {
        padding: 15px 0;
    }
}

/*above Large Devices, Wide Screens and Above */
@media screen and (min-width : 1200px) {

    .product-list-section-container .col-lg-12 {
        width: calc(100% - 20px) !important;
    }

    .product-list-section-container .col-lg-6 {
        width: calc(50% - 20px) !important;
    }

    .product-list-section-container .col-lg-3 {
        width: calc(25% - 20px) !important;
    }

    .category-widget-title.single-title h3 {
        padding: 13px 0;
    }
}

@media only screen and (max-width: 576px) {

    .products-list-card-body {
        display: none;
    }

    .category-header-div {
        padding: 10px 10px !important;
    }

    .category-widget-title.single-title h3 {
        padding: 15px 0;
    }

    .products-list-card-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {

    .products-list-card-body {
        display: none;
    }

    .category-header-div {
        padding: 10px 10px !important;
    }

    .category-widget-title.single-title h3 {
        padding: 15px 0;
    }

    .products-list-card-title {
        font-size: 20px;
    }
}

/* ==================================================== */
/* ============== Product Detail styles  ============= */
/* ==================================================== */


.videoWrapper {
    position: relative;
    padding-bottom: 24%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.products-slide-div {
}

    .products-slide-div .home-slider-content {
        height: 406px;
        padding: 0 10%;
        display: flex;
        flex-wrap: wrap;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .products-slide-div .home-slider-content img {
            max-height: 404px;
        }
    /*.products-slide-div .carousel-indicators {
        background-color: #fbfbfb;
        border: 5px solid #fff;
        transition:all ease .5s;
    }*/
    .products-slide-div .carousel-indicators li {
        height: 10px;
        width: 10px;
        background-color: #fff;
        border: 2px solid #ffa500;
        transition: all ease .5s;
    }


        .products-slide-div .carousel-indicators li.active {
            background-color: #fff;
            border: 2px solid #459b0f;
        }

.product-description-container {
}

    .product-description-container .content-title {
        margin-bottom: 10px;
        font-weight: 600;
        color: #274695;
        font-size: 28px;
        color: #007a87;
    }

    .product-description-container .content-description {
        font-size: 16px;
        color: #333d47;
        font-weight: 400;
        letter-spacing: .025em;
        line-height: 1.5;
        margin: 0 0 20px;
        text-align: justify;
    }

.product-download-container {
}

    .product-download-container .content-title {
        margin-bottom: 10px;
        font-weight: 600;
        color: #274695;
        font-size: 28px;
        color: #007a87;
    }

.product-industry-container {
}

    .product-industry-container .content-sub-title {
        margin-bottom: 10px;
        font-weight: 600;
        color: #274695;
        font-size: 23px;
        color: #007a87;
    }

    .product-industry-container .content-list-container {
    }

        .product-industry-container .content-list-container svg {
            color: #ff6a00;
            height: 20px;
            width: 20px;
        }

        .product-industry-container .content-list-container span {
            margin-left: 10px;
            font-weight: 600;
            font-size: 16px;
        }

.content-list-container .content-list-item {
    line-height: 2;
}

.product-usedfor-container {
}

    .product-usedfor-container .content-sub-title {
        margin-bottom: 10px;
        font-weight: 600;
        color: #274695;
        font-size: 23px;
        color: #007a87;
    }

    .product-usedfor-container .content-list-container {
    }

        .product-usedfor-container .content-list-container svg {
            color: #ff6a00;
            height: 20px;
            width: 20px;
        }

        .product-usedfor-container .content-list-container span {
            margin-left: 10px;
            font-weight: 600;
            font-size: 16px;
        }

.content-list-container .content-list-item {
    line-height: 2;
}

.p-t-5p {
    padding: 10px 5%;
}

.table-scroll-div {
    height: 250px;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: auto;
}

.detail-download-container .table {
    max-height: 200px;
    overflow: hidden;
}

    .detail-download-container .table th, .detail-download-container .table td {
        padding: 10px 10px;
    }

.product-download-container .table > thead > tr > th {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee !important;
    background-color: #007a87;
    color: #fff;
}

.table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    width: 10px;
}

.table-scroll-div table th.td-description-td, .table-scroll-div table td.td-description-td {
    width: 90%;
}

.table-scroll-div table th.td-download-td, .table-scroll-div table td.td-download-td {
    width: 10%;
}

    .table-scroll-div table td.td-download-td i, .table-scroll-div table td.td-download-td svg {
        font-size: 20px;
    }


/*New Styles*/

.display-flex{
    display:flex;
    flex-wrap:wrap;
}
.display-flex-a-center {
    display: flex;
    flex-wrap: wrap;
    align-items:center;
}
.new-product-section .carousel-inner img {
    width: 100%;
}
.new-product-section .full-width {
    width: 100%;
}
.new-product-section .no-padding {
    padding: 0;
}



.new-product-section .section-title .title {
    letter-spacing: 0.5px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
}

.new-product-section h5 {
    font-size: 24px;
    margin: 24px 0;
}

.new-product-section .text-muted {
    color: #8492a6 !important;
    font-size: 16px;
}

.new-product-section .mr-2 {
    margin-right: 6px;
}

.new-product-section .list-unstyled li {
    padding: 4px 0;
    display:flex;
}

.new-product-section .content-list-container .content-list-item{
    display:flex;
}

.new-product-section .product-industry-container .content-list-container svg,
.new-product-section .product-usedfor-container .content-list-container svg {
    height: 16px;
    width: 20px;
    margin-top: 8px;
}

.new-product-section .product-usedfor-container .content-list-container svg {
    color: #36a536;
}


/*.new-product-section .new-product-carousel .carousel {
    margin-top: 16px;
    padding: 8px 4px;
    border: 1px solid #ccc;
    background: #ccc;
}

.new-product-section .new-product-carousel .carousel-indicators {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: auto;
    text-align: center;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
    .new-product-section .new-product-carousel .carousel-indicators li {
        display: flex;
        width: 33%;
        height: auto;
        margin: auto;
        max-height: 124px;
        text-indent: initial;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px;
        padding-right: 4px;
    }

        .new-product-section .new-product-carousel .carousel-indicators li:last-child{
            padding-right:0;
        }

        .new-product-section .new-product-carousel .carousel-indicators li.active {
        }
        .new-product-section .new-product-carousel .carousel-indicators li img{
            height:100%;
            width:100%;
        }

.new-product-section .new-product-carousel .carousel-inner {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.new-product-section .new-product-carousel .carousel-inner > .item {
    max-width: 100%;
}
    .new-product-section .new-product-carousel .carousel-inner > .item img {
        max-width: 120px;
        max-height: 150px;
    }*/

.new-product-section  .table-scroll-div {
    max-height:250px;
    height:auto;
}

.new-product-section .shadow-container {
    background-color: #f8f9fc;
    position: relative;
    margin-bottom: 42px;
}

    .new-product-section .shadow-container h1 {
        padding: 44px 32px;
        padding-bottom: 42px;
        font-size: 30px;
        color: #1a73e8;
        font-weight: 500;
        text-align: center;
        margin: 0;
    }


.page-next {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: -15px;
}
.d-inline-block {
    display:inline-block;
}
.new-product-section .breadcrumb {
    padding: 8px 24px !important;
    letter-spacing: 0.5px;
    display: block;
    box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}
    .new-product-section  .breadcrumb .breadcrumb-item {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        padding-left: 0;
        display: inline-block;
    }

.body-content .breadcrumb a:last-child{
    pointer-events:initial !important;
}

.new-product-section .breadcrumb > li + li:before {
    /*content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;*/
    /*color: #fff;*/
}


    /*---- Product carousel */
    /*------------------*/
    .new-product-carousel{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}

.product-slider {
    padding: 16px;
}

    .product-slider #product-carousel {
        margin: 0;
    }

    .product-slider #product-thumbcarousel {
        margin: 12px 0 0;
        padding: 0 45px;
    }

        .product-slider #product-thumbcarousel .item {
            text-align: center;
        }

            .product-slider #product-thumbcarousel .item .thumb {
                /*border: 4px solid #cecece;*/
                width: 20%;
                margin: 0 2%;
                display: inline-block;
                vertical-align: middle;
                cursor: pointer;
                max-width: 98px;
            }

                .product-slider #product-thumbcarousel .item .thumb:hover {
                    border-color: #1089c0;
                }

    .product-slider .item img {
        width: 100%;
        height: auto;
    }

    .product-slider .carousel-control {
        color: #0284b8;
        text-align: center;
        text-shadow: none;
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 20px;
        top: 23%;
    }

        .product-slider .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
            color: #333;
        }

    .product-slider .carousel-caption, .carousel-control .fa {
        font: normal normal normal 30px/26px FontAwesome;
    }

    .product-slider .carousel-control {
        background-color: rgba(0, 0, 0, 0);
        bottom: auto;
        font-size: 20px;
        left: 0;
        position: absolute;
        top: 30%;
        width: auto;
    }

        .product-slider .carousel-control.right,
        .product-slider .carousel-control.left {
            /*background-color: rgba(0, 0, 0, 0);*/
            background-image: none !important;
            color: #0284b8;
        }

        .product-slider .carousel-control.right {
            right: 0;
            left: auto !important;
        }


/*---- Modal Styles */
/*------------------*/
#Image-Detail-View .modal-dialog {
    height: calc(100vh - 60px);
    width: 96%;
    padding-left: 17px;
}

#Image-Detail-View .modal-content {
    box-shadow: none !important;
    background: transparent;
    border: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*#Image-Detail-View .carousel-inner {
        height: calc(100vh - 90px);
    }*/

#Image-Detail-View .carousel-inner .item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
    /*height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;*/
}

#Image-Detail-View .carousel {
    width: 100%;
}

#Image-Detail-View .carousel-control.left, #Image-Detail-View .carousel-control.right {
    background: none;
    position: absolute;
    width: 70px !important;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    line-height: 70px;
    border-radius: 50%;
    color: inherit;
    background: #1b1b1b;
    border: 0;
    opacity: 0.5;
    text-shadow: none;
    z-index: 5;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

#Image-Detail-View .carousel-control.left {
    left: 10px;
}

#Image-Detail-View .carousel-control.right {
    right: 10px;
}

#Image-Detail-View .glyphicon-chevron-left:before {
    content: "\2039";
}

#Image-Detail-View .glyphicon-chevron-right:before {
    content: "\203a";
}

#Image-Detail-View .glyphicon-chevron-right {
    font-size: 40px !important;
    line-height: 27px;
    width: 15px !important;
    height: 25px;
    margin-top: -20px !important;
}

#Image-Detail-View .glyphicon-chevron-left {
    font-size: 40px !important;
    line-height: 27px;
    width: 15px !important;
    height: 25px;
    margin-top: -20px !important;
}

#Image-Detail-View .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    /*width: 100%;*/
    max-width: 85vh;
    max-height: 90vh;
}

#Image-Detail-View .modal-close {
    position: fixed;
    background: #1b1b1b;
    opacity: 0.5;
    font-size: 55px;
    font-weight: 300;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #fff;
    top: -2.5rem;
    right: -2.5rem;
    line-height: 61px;
    border: 0;
    text-align: center;
    text-shadow: none;
    z-index: 5;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

    #Image-Detail-View .modal-close:hover span {
        color: #fff !important;
    }

#Image-Detail-View .table-scroll-div {
    max-height: 250px;
    height: auto;
}


    @media only screen and (max-width: 1200px) {
        .new-product-section .shadow-container h1 {
            padding: 33px 32px;
            padding-bottom: 42px;
            font-size: 26px;
        }
}

@media only screen and (max-width: 992px) {
    .new-product-section .shadow-container h1 {
        padding: 30px 32px;
        padding-bottom: 42px;
        line-height: 1.5;
        font-size: 22px;
    }
}

@media only screen and (max-width: 768px) {
    .new-product-section .shadow-container h1 {
        padding: 16px 32px;
        padding-bottom: 42px;
        line-height: 1.5;
        font-size: 16px;
    }

    #Image-Detail-View .modal-dialog {
        height: calc(100vh - 60px);
        width: 96%;
        padding-left: 17px;
    }

    #Image-Detail-View .modal-content {
        box-shadow: none !important;
        background: transparent;
        border: 0;
        height: 96vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
        #Image-Detail-View .modal-content .modal-body {
            padding: 0;
        }
    #Image-Detail-View .carousel-inner .item {
        width: 100%;
    }

    #Image-Detail-View .carousel {
        width: 100%;
    }

    #Image-Detail-View .carousel-control.left, #Image-Detail-View .carousel-control.right {
        background: none;
        position: absolute;
        width: 50px !important;
        height: 50px;
        top: auto;
        bottom: -25px;
        margin-top: -35px;
        line-height: 70px;
        border-radius: 50%;
        color: inherit;
        background: #1b1b1b;
        border: 0;
        opacity: 0.5;
        text-shadow: none;
        z-index: 5;
        color: #fff;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }

    #Image-Detail-View .carousel-control.left {
        left: 10px;
    }

    #Image-Detail-View .carousel-control.right {
        right: 10px;
    }

    #Image-Detail-View .glyphicon-chevron-left:before {
        content: "\2039";
    }

    #Image-Detail-View .glyphicon-chevron-right:before {
        content: "\203a";
    }

    #Image-Detail-View .glyphicon-chevron-right {
        font-size: 40px !important;
        line-height: 27px;
        width: 15px !important;
        height: 25px;
        margin-top: -20px !important;
    }

    #Image-Detail-View .glyphicon-chevron-left {
        font-size: 40px !important;
        line-height: 27px;
        width: 15px !important;
        height: 25px;
        margin-top: -20px !important;
    }

    #Image-Detail-View .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100%;
        max-width: 85vh;
        max-height: 90vh;
        margin: 0 auto;
    }

    #Image-Detail-View .modal-close {
        position: fixed;
        background: #1b1b1b;
        opacity: 0.5;
        font-size: 30px;
        font-weight: 300;
        width: 50px;
        height: 50px;
        line-height: 45px;
        border-radius: 50%;
        color: #fff;
        top: 0;
        right: 0;
    }

        #Image-Detail-View .modal-close:hover span {
            color: #fff !important;
        }

    #Image-Detail-View .table-scroll-div {
        max-height: 250px;
        height: auto;
    }
}

@media only screen and (max-width: 576px) {
    .new-product-section .shadow-container{
        margin-bottom:0;
    }

    .new-product-section .shadow-container h1 {
        padding: 16px 32px;
        line-height: 1.5;
        font-size: 16px;
    }
    .page-next{
        display:none;
    }
}

.product-detail-img-tag {
    display: flex;
    justify-content: center;
}

.product-detail-img-tag img{
    max-height: 500px;
    max-width: 400px;
    cursor:pointer;
}

/* ==================================================== */
/* ============== Hover border animation  ============= */
/* ==================================================== */

.svg-box-header-border {
    height: 60px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 320px;
}

    .svg-box-header-border .box-shape {
        fill: transparent;
        stroke-dasharray: 140 540;
        stroke-dashoffset: -474;
        stroke-width: 8px;
        stroke: #19f6e8;
    }

    .svg-box-header-border .box-text {
        color: #fff;
        font-family: 'Roboto Condensed';
        font-size: 22px;
        letter-spacing: 8px;
        line-height: 32px;
        position: relative;
        top: -48px;
    }

    .svg-box-header-border:hover .box-shape {
        -webkit-animation: 0.5s draw linear forwards;
        animation: 0.5s draw linear forwards;
    }

@keyframes draw {
    0% {
        stroke-dasharray: 140 540;
        stroke-dashoffset: -474;
        stroke-width: 8px;
    }

    100% {
        stroke-dasharray: 760;
        stroke-dashoffset: 0;
        stroke-width: 2px;
    }
}



/* ==================================================== */
/* ============== Hover border animation  ============= */
/* ==================================================== */

@keyframes background-animation {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.sh-side-options {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 12345678902;
    transition: 0.3s all ease;
    transition: 0.2s all;
    padding: 0 0;
    width: 420px;
    transform: translateX(420px);
}

.sh-side-options.open {
    transform: translateX(0px);
    box-shadow: 0 0px 39px 10px rgba(0,0,0,0.2);
}

.sh-side-options-container {
    position: absolute;
    /*top: calc(50%-150px);*/
    top: 450px;
    left: -60px;
    width: 60px;
    background-color: rgba(255,255,2555,1);
    border-radius: 5px;
    margin-right: 15px;
    /*background-size: 100px 100px;*/
    background-color: #FFA500;
    color: #fff;
}


.sh-side-options.sh-side-options-pages .sh-side-options-container {
    top: 150px;
}



.sh-side-options-item {
    display: block;
    text-align: center;
    margin: 0px;
    transition: 0.3s all ease-in-out;
    position: relative;
    padding: 7px;
    cursor: pointer;
}

    .sh-side-options-item:not(:last-child) {
        border-bottom: 1px solid #f1f3fc;
    }

.sh-side-options-item-container {
    border-radius: 4px;
    padding: 8px 0;
}

.sh-side-options-item:hover .sh-side-options-item-container,
.sh-side-options-item:focus .sh-side-options-item-container,
.sh-side-options.open .sh-side-options-item-trigger-demos .sh-side-options-item-container {
    background-color:transparent;
    color:#fff;
}




.sh-side-options-item i {
    font-size: 22px;
}

.sh-side-options-item:not(:hover):not(:focus) {
    color: #fff !important;
    /*color: #9396a5 !important;*/
}

.sh-side-options-item:hover {
    color: forestgreen !important;
}

    .sh-side-options-item:hover .sh-side-options-hover {
        opacity: 1;
        transform: translateX(-97%);
        background-color: #ffa500;
        color:#fff;
        /*display:block;*/
    }

.sh-side-options-hover {
    position: absolute;
    background-color: #ffffff;
    color: #32343d;
    padding: 17px 26px;
    transform: translateX(0%);
    left: 0px;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.2s all ease-in-out;
    z-index: -100;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 13px;
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.08);
    /*display:none;*/
}

    .sh-side-options-hover span {
        padding: 0px 3px;
    }

@media (max-width: 700px) {

    .sh-side-options {
        width: 52px;
    }

    .sh-side-options-item {
        padding: 10px 0;
    }

        .sh-side-options-item i {
            font-size: 16px;
        }
}

@media (max-width: 600px) {

    .sh-side-options {
        display: none;
    }
}

@media (max-height: 500px) {
    .sh-side-options {
        top: 120px !important;
    }
}


.sh-side-options-item i {
    color: #9396a5 !important;
}

.sh-side-options.open .sh-side-options-item-trigger-demos i,
.sh-side-options-item:hover i,
.sh-side-options-item:focus i {
    color: #294cff !important;
}



/*
** Side Demos
*/
.sh-side-demos-container {
    top: 0;
    left: 0;
    right: -17px;
    bottom: 0;
    position: absolute;
    overflow-y: scroll;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right top;
    /*padding: 22px;*/
    /*box-shadow: -10px 0px 20px 2px rgba(0,0,0,.06);
    background: radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 9%, hsla(0, 100%, 20%, 0) 9%) 0 0, radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 8%, hsla(0, 100%, 20%, 0) 10%) 50px 50px, radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 50px 0, radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 0 50px, radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 50px 0, radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 100px 50px, radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 0 0, radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 50px 50px, linear-gradient(45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0, linear-gradient(-45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0;
    background-color: #300;
    background-size:100px 100px;
    */
}

body.admin-bar .sh-side-demos-container {
    top: 32px;
}


/* Demos Text */
.sh-side-demos-intro {
    text-align: center;
}

.sh-side-demos-intro-title {
    font-size: 24px;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 15px;
}

    .sh-side-demos-intro-title img {
        height: 24px;
        top: -6px;
        position: relative;
    }

.sh-side-demos-intro-descr {
    max-width: 250px;
    margin: 0 auto;
    display: table;
    color: #838794;
}



/* Demos Close Button */
.sh-side-demos-container-close {
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer;
}

    .sh-side-demos-container-close i {
        color: #c5c5c5;
        font-size: 18px;
        transition: 0.3s all ease;
    }

    .sh-side-demos-container-close:hover i,
    .sh-side-demos-container-close:focus i {
        color: #7f7f7f;
    }


/* Demo Items */
.sh-side-demos-loop-container {
    position: relative;
    margin: 0 -10px;
    margin-top: 28px;
}

.sh-side-demos-item {
    display: inline-block;
    position: relative;
    margin-right: -4px;
    margin-bottom: 25px;
    width: 50%;
    padding: 0 10px;
    text-align: center;
    transition: .3s all ease;
    top: 0;
}

    .sh-side-demos-item:hover {
        top: -4px;
    }

    .sh-side-demos-item .sh-image-lazy-loading {
        border-radius: 3px;
        box-shadow: 0 2px 20px 1px rgba(0,0,0,.1);
    }

    .sh-side-demos-item img {
        border-radius: 3px;
    }

.sh-side-demos-item-name {
    font-size: 12px;
    color: #32343d;
    font-weight: 600;
    padding-top: 10px;
}

.sh-side-demos-item-tag {
    position: absolute !important;
    width: auto !important;
    height: auto !important;
    top: 4px;
    left: 6px;
    background-color: #ff5944;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    display: block;
    padding: 1px 9px;
    text-transform: capitalize;
    border-radius: 100px;
}


.aside-main-container {
    display: flex;
    height: auto;
}
.aside-content-container {
    width: 90%;
    /*background: #ccc;*/
}
.aside-bar-container-close {
    background: transparent;
    border-left: 1px solid #ccc;
    width: 10%;
    background: #d7b3a7;
    opacity: 0.5;
    /*background-size: cover;*/
    top: 0;
    /*left: 0;*/
    right: 0;
    bottom: 0;
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .aside-bar-container-close svg, .aside-bar-container-close i {
        font-size:25px;
        font-weight:600;
        opacity: 1;
    }

svg.faa-tada {
    animation: tada 2.5s infinite;
}


@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(.9) rotate(-8deg);
        -ms-transform: scale(.9) rotate(-8deg);
        transform: scale(.9) rotate(-8deg);
    }

    30%, 50%, 70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        -ms-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg);
    }

    40%, 60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        -ms-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg);
    }

    80% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}


/* 
========================
      BUTTON THREE
========================
*/
.contact-form-submit {
    /*line-height: 50px;*/
    height: 50px;
    text-align: center;
    width: 250px;
    cursor: pointer;
    color: #fff;
    transition: all 0.5s;
    position: relative;
    border-radius: 25px;
    background-color: forestgreen;
}

    .contact-form-submit::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(255,255,255,0.1);
        transition: all 0.3s;
    }

    .contact-form-submit:hover {
        color: #ffd800;
    }


    .contact-form-submit:hover::before {
        opacity: 0;
        color: #000;
        border-radius: 25px;
        transform: scale(0.5,0.5);
    }

    .contact-form-submit::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        transition: all 0.3s;
        border: 1px solid rgba(255,255,255,0.5);
        transform: scale(1.2,1.2);
    }

    .contact-form-submit:hover::after {
        opacity: 1;
        border-radius: 25px;
        transform: scale(1,1);
    }
/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 13px;
}

    .toast-message a,
    .toast-message label {
        color: #FFFFFF;
        font-size: 13px;
    }

        .toast-message a:hover {
            color: #CCCCCC;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1;
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    /*overrides*/
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #FFFFFF;
        opacity: 0.8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }

        #toast-container > div.rtl {
            direction: rtl;
            padding: 15px 50px 15px 15px;
            background-position: right 15px center;
        }

        #toast-container > div:hover {
            -moz-box-shadow: 0 0 12px #000000;
            -webkit-box-shadow: 0 0 12px #000000;
            box-shadow: 0 0 12px #000000;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);
            cursor: pointer;
        }

    #toast-container > .toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
    }

    #toast-container > .toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
    }

    #toast-container.toast-top-center > div,
    #toast-container.toast-bottom-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #toast-container.toast-top-full-width > div,
    #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51A351;
}

.toast-error {
    background-color: #BD362F;
}

.toast-info {
    background-color: #2F96B4;
}

.toast-warning {
    background-color: #F89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }

        #toast-container > div.rtl {
            padding: 15px 50px 15px 15px;
        }
}

.new-land-global-container *, .newland-product-component * {
    font-family: "Poppins",sans-serif;
}

.new-banner-section {
    background-image: url('../../Content/Product/Newland/NewlandFrame.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 454px;
}

    .new-banner-section.zebra {
        background-image: url('../../Content/Product/Zebra/zebra-barcode-scanners.png');
    }

@media only screen and (max-width: 768px) {
    .new-banner-section {
        background-size: cover;
    }
}

.new-content-container {
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    text-align: center;
}

.title-label {
    font-size: 4rem;
    text-align: left;
    margin: 2rem;
    margin-left: 0px;
    font-weight: 700;
}

.banner-content-tag {
    padding: 24px;
}

.content-column {
    text-align: justify;
    font-size: 15px;
}

.header-label {
    font-size: 2rem;
    /*animation: mymove 2s infinite;*/
}

/*@keyframes mymove {
    0% {
        color: red;
    }

    50% {
        color: blue;
    }

    100% {
        color: green;
    }
}*/

.header-label-1 {
    font-size: 1.75rem;
}

.header-label-2 {
    font-size: 1.5rem;
}

.header-label-3 {
    font-size: 1.25rem;
}

.header-label-4 {
    font-size: 1rem;
}

.header-label-5 {
    margin-top: 0;
}

.banner-button-container {
    text-align: left;
}

    .banner-button-container button {
        outline: none;
        border: 0;
        background-color: #ffa500;
        padding: 10px 22px;
        margin-top: 16px;
        font-size: 1.5rem;
        font-weight: 600;
        border-radius: 16px/16px;
    }



.partner-info-container {
    /* box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    padding: 16px 32px;
    margin-top: -80px;*/
    background-color: #fff;
    border-radius: 8px;
}

    .partner-info-container .header-label {
        color: #3f51b5;
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 28px;
    }

        .partner-info-container .header-label .span {
            font-size: 3rem;
            font-weight: 700;
            animation: blink 1s linear infinite;
        }


.partner-info-section {
    /*padding: 60px 0;*/
    /*background-color: #f7f7f7;*/
}

    .partner-info-section .info-label {
        text-align: center;
        color: #888;
        font-size: 14px;
    }

.new-category-section {
    padding: 48px 0;
    /*background-color: #f7f7f7;*/
}

.category-content-container {
    /*   -webkit-box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);*/
    /*border-radius: 4px;
    background-color: #eeeff3;*/
}

.category-header {
    margin-bottom: 32px;
    margin-top: 0;
    font-weight: 600;
    font-size: 35px
}

.category-content-container .card {
    padding: 8px;
    text-align: center;
    border-radius: 4px;
    background-color: #eeeff3;
}

.card:hover {
    padding: 8px;
    text-align: center;
    border-radius: 4px;
    background-color: #eeeff3;
}

.category-content-container .card img {
    transition: transform .2s;
    max-height: 186px;
    max-width: 100%;
    margin: 0 auto;
}

.card > img:hover {
    background: white;
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



.card-footer-label {
    padding: 16px;
    padding-bottom: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.call-to-action-section {
    padding: 64px 0;
    background-color: #2F4858;
    color: #fff;
}

    .call-to-action-section.banner {
        background-color: white;
        padding: 0;
    }

    .call-to-action-section .action-header-label h2 {
    }

.new-land-banner-color {
    background: linear-gradient(to right, #0E3C92, #61406B, #112F72);
    display: flex;
    justify-content: center;
}

.zebra-banner-color {
    background: linear-gradient(90deg, #3395F8 0%, #0676E6 100%);
    display: flex;
    justify-content: center;
}

.honeywell-banner-color {
    background: #740606;
    display: flex;
    justify-content: center;
}

/*.call-to-action-section.with-bg {
        background-color: #f4f4f4;
    }*/
.action-header-label {
    font-size: 24px;
    line-height: 38px;
    /* color: #444;*/
    text-align: center;
}

    .action-header-label.content {
        font-size: 28px;
    }

.action-info-label {
    /*  color: #888;*/
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0;
}

    .action-info-label .content {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }

        .action-info-label .content .sub-content {
            display: flex;
            justify-content: space-around;
            gap: 20px;
            margin: 5px 0;
            align-items: center;
        }

    .action-info-label button {
        background: linear-gradient(90deg, #FFC92B 0%, #F47D34 100%);
        padding: 0px 25px;
        border-radius: 5px;
    }

        .action-info-label button svg {
            border: 1px solid white;
            border-radius: 50%;
            padding: 4px;
            margin: 2px;
        }


.inner-button {
    display: flex;
    align-content: center;
    gap: 5px;
    margin-top: 8px;
}

    .inner-button span {
        font-size: 18px;
        color: white;
        font-weight: 500;
    }

.pix-content {
    padding: 20px;
}

.banner-side-image {
    width: 100%;
    padding: 0 !important;
    height: 174px;
}

@media only screen and (max-width: 576px) {
    .title-label {
        font-size: 3rem;
    }

    .pix-content {
        padding: 5px;
    }

    .action-info-label .content .sub-content {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin: 5px 0;
        font-size: 12px;
        flex-wrap: wrap;
    }

    .action-info-label button {
        padding: 0px 9px !important;
    }

    .inner-button span {
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 996px) {
    .action-header-label.content {
        font-size: 18px;
    }

    .banner-side-image {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .inner-button span {
        font-size: 14px;
    }

    .action-info-label {
        font-size: 14px;
    }

        .action-info-label button {
            padding: 0px 15px;
        }
}


.category-detail-container {
    padding: 32px 0;
}

    .category-detail-container.even {
        background-color: #f7f7f7;
    }

.category-content-box {
    display: flex;
    align-items: center;
    padding: 24px 0;
}

.category-content-header {
    font-weight: 600;
    font-size: 32px;
    margin: 8px 0;
}

.category-content-tag {
    text-align: justify;
    font-size: 16px;
}

.category-image-box {
}

    .category-image-box .image-container {
        text-align: center
    }

        .category-image-box .image-container img {
            max-width: 100%;
            max-height: 280px;
        }


.product-list-section {
    background-color: #f7f7f7;
}

.category-carousel-slider {
}

    .category-carousel-slider .carousel-control.left, .category-carousel-slider .carousel-control.right {
        background-image: none;
    }

.carousel-category-item {
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    border-radius: 4px;
    background-color: #fff;
}

    .carousel-category-item .image-container {
        text-align: center;
    }

        .carousel-category-item .image-container img {
            width: 100%;
            max-width: 160px;
            height: 100%;
            max-height: 160px;
        }

    .carousel-category-item .item-detail {
        font-size: 16px;
        text-align: center;
    }


.product-carousel-slider {
}

    .product-carousel-slider .product-item {
        background-color: #fafafa;
        width: 100%;
    }

        .product-carousel-slider .product-item img {
            max-height: 100%;
            max-width: 100%;
        }


.category-wise-product-list {
}

    .category-wise-product-list .category-tab-list {
        display: flex;
        align-items: center;
        box-shadow: 0px 10px 30px rgb(29 140 242 / 20%);
        border-radius: 0.25rem;
        margin: 24px 0;
        border-bottom: 0;
        overflow: hidden;
        overflow-x: auto;
    }

    .category-wise-product-list .category-tab {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
        min-width: 100px;
        position: relative;
        cursor: pointer;
        margin-bottom: 0;
    }

        .category-wise-product-list .category-tab a {
            padding: 24px 0;
            word-wrap: break-word;
            font-size: 12px;
            font-weight: 500;
            color: #ff9800;
            border: none;
            text-align: center;
        }

            .category-wise-product-list .category-tab a:hover, .category-wise-product-list .category-tab a:active, .category-wise-product-list .category-tab a:focus, .category-wise-product-list .category-tab.active a:hover, .category-wise-product-list .category-tab.active a:active, .category-wise-product-list .category-tab.active a:focus {
                background-color: rgb(255 152 0 / 5%);
                border: none;
            }

        .category-wise-product-list .category-tab.active a, .category-wise-product-list .category-tab.active a:hover {
            border: none;
            color: #ff9800;
        }

        .category-wise-product-list .category-tab::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 4px;
            width: 100%;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            -webkit-transition: background-color 0.1s ease-in-out;
            transition: background-color 0.1s ease-in-out;
        }

        .category-wise-product-list .category-tab.active::after {
            background-color: #ff9800;
        }

    .category-wise-product-list .tab-content {
        display: block;
        padding: 0;
    }

    .category-wise-product-list .category-product-item {
        background-color: #fafafa; /*#eeeff3;*/
        /*box-shadow: rgb(33 33 33 / 6%) 0 4px 24px 5px;*/
        margin: 5px;
        /* transition: all 1s;*/
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px;
        border-radius: 8px;
    }
        /*.category-wise-product-list .category-product-item:hover {
            margin-top: 10px;
        }*/

        .category-wise-product-list .category-product-item .category-product-image {
            /*min-width: 160px;*/
            flex: 1;
            position: relative;
            padding-right: 8px;
            text-align: center;
        }

            .category-wise-product-list .category-product-item .category-product-image::after {
                content: '';
                position: absolute;
                right: 8px;
                left: auto;
                top: 8%;
                width: 1px;
                height: 84%;
                background-color: #eee;
            }

            .category-wise-product-list .category-product-item .category-product-image img {
                max-width: 100%;
                height: 186px;
            }

        .category-wise-product-list .category-product-item .category-product-content {
            flex: 1;
            padding-left: 8px;
        }

            .category-wise-product-list .category-product-item .category-product-content p {
                font-size: 14px;
                padding-right: 8px;
                height: 44px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                overflow-wrap: break-word;
                text-align: initial;
            }

@media only screen and (min-width: 768px) {
    .category-wise-product-list .category-tab-list {
        justify-content: center;
    }

    .category-wise-product-list .category-tab a {
        padding: 24px;
        font-size: 16px;
    }

    .faq-container {
        padding: 40px 80px;
    }
}

.action-button, .action-button:hover {
    background: #FFA500;
    color: #fff !important;
}

.faq-container {
    padding: 0;
}

    .faq-container .faq-content {
        height: 200px;
    }

    .faq-container .container-1 {
        text-align: center;
        padding: 24px;
    }

    .faq-container p {
        font-size: 14px;
        padding: 10px 0;
    }


/* ==================================================== */
/* ================== Media Query ===================== */
/* ==================================================== */
@media only screen and (min-width: 568px) {
    .category-wise-product-list .tab-content {
        display: block;
        /* background-color: #f5f7fc;*/
        padding: 2rem 1rem;
    }

    .faq-container {
        padding: 40px 80px;
    }

    .category-wise-product-list .category-product-item {
        margin: 10px 10px 10px 0;
    }
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width : 992px) {
}

@media only screen and (min-width : 1200px) {
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.newland-product-component {
    padding: 24px 0;
}

.n-product-image-list-container {
    padding-bottom: 132px;
    padding-top: 32px;
}

    .n-product-image-list-container .image-container {
        display: flex;
        justify-content: center;
        align-content: center;
    }

    .n-product-image-list-container .carousel {
        /*box-shadow: 0px 10px 30px rgb(29 140 242 / 20%);
        border-radius: 0.25rem;*/
    }

    .n-product-image-list-container .carousel-indicators {
        list-style: none;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        overflow: hidden;
        overflow-x: auto;
        left: 0;
        bottom: -120px !important;
        margin-left: 0;
        box-shadow: 0px 10px 30px rgb(29 140 242 / 20%);
        border-radius: 0.25rem;
    }

        .n-product-image-list-container .carousel-indicators li {
            width: 70px;
            height: 70px;
            background-color: #fff;
            position: relative;
            margin: 10px;
        }

            .n-product-image-list-container .carousel-indicators li.active {
                background-color: #fff;
            }

        .n-product-image-list-container .carousel-indicators img {
            position: absolute;
            width: 100%;
            border-radius: 50%;
            height: 100%;
            top: 0;
            left: 0;
        }

    .n-product-image-list-container .carousel-control.right,
    .n-product-image-list-container .carousel-control.left {
        background-image: none;
    }

    .n-product-image-list-container .carousel-control .glyphicon-chevron-left,
    .n-product-image-list-container .carousel-control .glyphicon-chevron-right,
    .n-product-image-list-container .carousel-control .icon-prev,
    .n-product-image-list-container .carousel-control .icon-next {
        font-size: 20px;
        border-radius: 8px;
        line-height: 26px;
        color: #008080;
        border: 2px solid #008080;
    }

.n-product-description-container {
}

    .n-product-description-container .product-title {
        font-size: 32px;
        padding-bottom: 10px;
        font-weight: 500;
        color: #008080;
    }

    .n-product-description-container h4 {
        color: #3f51b5;
    }

.product-feature p,
.product-used-for p {
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .product-feature p span,
    .product-used-for p span {
        padding-left: 8px;
    }



.product-specification-content {
    padding-bottom: 1rem;
    font-size: 14px;
}

.related-product-title {
    font-size: 32px;
    font-weight: 500;
    color: #008080;
    /*text-align: center;*/
    margin: 24px 0;
}

.related-product-container {
    /*  background-color: #f5f7fc;
    padding: 24px 16px;*/
    margin-right: -15px;
    margin-left: -15px;
}


.related-product-box {
    background: #fff;
    border-radius: 8px;
    color: black;
    /* box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);*/
}

    .related-product-box .image-container {
        cursor: pointer;
        text-align: center;
        background-color: #eeeff3;
        border-radius: 8px;
        transform: scale(.9);
    }

        .related-product-box .image-container:hover {
            transform: scale(1);
        }

        .related-product-box .image-container img {
            max-height: 200px;
        }

    .related-product-box .name-container {
        text-align: center;
        font-size: 16px;
        padding: 8px;
        padding-bottom: 16px;
    }

        .related-product-box .name-container span {
            font-weight: 500;
        }

        .related-product-box .name-container header-label-1 {
            margin-top: 0;
        }

.feature-tab-section {
}

    .feature-tab-section .point {
        font-size: 16px;
        font-weight: 500;
        display: block;
        padding: 8px 0;
    }

    .feature-tab-section .value {
        display: block;
        margin-bottom: 16px;
    }

.get-quote {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px;
    color: white;
}

button {
    background-color: white;
    border: none;
}

.inner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00BA00;
    gap: 10px;
    padding: 10px 45px;
    border-radius: 10px;

}

    .inner-btn strong {
        font-size: 20px;
        color: white;
    }

.bi-telephone-inbound-fill {
    margin-top: 5px;
}

.specification-tab-section {
}

    .specification-tab-section .table > tbody > tr > td {
        border-top: none;
    }



