/* Form Submit Button */

input[type=button] {
    cursor: pointer !important;
}
/* First Time Load Product Image Slider Problem Fixed CSS */
.pd-image-slider-wrapper .flex-viewport {
    max-height: 200px;
    min-height: 200px;
}

.evalutionSectionPrice {
    text-align: center;
    color: #009;
    width: 100% !important;
    font-size: 18px !important;
    margin: 10px 0 !important;
    font-weight: bold !important;
}
/*Case stydy pages banner tiltle css*/
.casestudy-banner-title {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    height: 50%;
}

    .casestudy-banner-title h1 {
        position: relative;
        font-size: 34px;
        line-height: 40px;
        font-weight: 100;
        color: #fff;
        opacity: .85;
        padding-bottom: 10px;
    }

        .casestudy-banner-title h1 span {
            position: absolute;
            width: 100px;
            height: 1px;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            background-color: #f7f5f5;
        }

    .casestudy-banner-title p {
        font-size: 15px;
        color: #f7f5f5;
        opacity: .9;
        padding: 1em 0;
    }

    .casestudy-banner-title a {
        background-color: #68bb2c;
        padding: 10px 20px;
        font-weight: 600;
        font-size: 12px;
        color: #f7f5f5;
        cursor: pointer;
    }
/*Case stydy pages banner tiltle css*/
/*supported platform css form product pages added by venkat*/
.supported-platforms {
    float: left;
    width: 33%;
}

.four-supported-platforms {
    float: left;
    width: 25%;
}
/*supported platform css form product pages end here*/

/* ****************** New hupage styles **************** */
.Filter-section {
    float: left;
    width: 100%;
}

.dot {
    height: 7px;
    width: 7px;
    background-color: #77AF10;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.know-more-hubpage {
    background-color: #77af10;
    margin: 0px 10px;
    height: 28px;
    width: 100px;
    border: none;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px !important;
    transition: 0.5s;
    display: flex;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
}

    .know-more-hubpage:hover {
        background-color: #3f4d85 !important;
        color: #fff;
    }

.hub-page {
    position: relative;
}

.maintitle {
    padding: 1em 0px 0.5em 0em;
}

.hubtitle {
    color: #555;
}

.tilebottomline {
    width: 85px;
    height: 2px;
    background-color: #77af10;
    margin: 14px auto;
}

.hub-desc .details {
    font-size: 13px;
}

.filters-lists {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-between;
    margin: 20px 0px;
}

    .filters-lists div {
        background-color: #ffffff;
        width: 150px;
        margin: 10px;
        padding: 3px;
        text-align: center;
        color: #000;
        font-weight: bold;
        border: 1px solid #000;
        font-size: 11px;
        cursor: pointer;
    }

.filteractive {
    background-color: #77af10 !important;
    color: #ffffff !important;
    border: 1px solid #77af10 !important;
    cursor: pointer;
}

.casestudyhub .title {
    font-weight: bold;
    color: #000;
    font-size: 13px;
}

.casestudyhub .details {
    font-size: 13px;
    padding: 0px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0;
}

.product-list-col {
    width: 30%;
    float: left;
    background: #fff;
    margin: 0.5em;
    margin-bottom: 1em !important;
    border-radius: 5px;
    border: 1px solid #3f4d85c2;
    padding: 0.5em;
}

.hidden {
    display: none;
}

.overall-main-menus .main-h1-title {
    float: left;
    width: 50%;
    margin: 15px 0px;
}

.hub-page .sub-title {
    padding: 0em 0em 0.5em 0.5em;
    text-align: center;
    font-style: italic;
    color: #000;
    font-weight: 500;
    margin: 5px 0px;
    font-size: 13px;
}

.product-details-hubpage {
    padding: 0em 0.6em;
    margin: 20px 0px;
    text-align: left;
}

    .product-details-hubpage li {
        list-style-type: none;
        line-height: 25px;
        font-size: 13px;
    }

.product-image-hubpage {
    width: 110px;
    height: 110px;
    padding: 0.5em;
}

.product-h4-hubpage {
    padding: 0.5em 0em 0em 0.5em;
    text-align: center;
    font-style: italic;
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

@media only screen and (min-width: 200px) and (max-width: 425px) {
    /*supported platform css form product pages added by venkat*/
    .supported-platforms {
        float: left;
        width: 100%;
    }

    .four-supported-platforms {
        float: left;
        width: 50%;
    }
    /*supported platform css form product pages end here*/
    .product-list-col {
        width: 90%;
    }

    .filters-lists div {
        padding: 0px;
        font-size: 9px;
    }

    .filters-lists {
        display: flex;
        flex-wrap: unset;
        border-bottom: 1px solid #f0e9e9;
    }

    .overall-main-menus .main-h1-title {
        float: left;
        width: 100%;
        font-size: 15px;
        margin: 10px 0px;
    }

    .sub-title {
        padding: 0em 0em 0.2em 0.2em;
        margin: 2px 0px;
        font-size: 12px;
    }

    .hub-desc p {
        font-size: 11px;
    }

    .product-details-hubpage li {
        list-style-type: none;
        line-height: 20px;
        font-size: 11px;
    }

    .product-image-hubpage {
        width: 90px;
        height: 90px;
        padding: 0em;
    }

    .know-more-hubpage {
        background-color: #77af10;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
    }

    .product-h4-hubpage {
        padding: 0.3em 0em 0em 0.3em;
        font-size: 13px;
    }

    .breadcrumbs1 p a {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 426px) and (max-width: 1024px) {
    .maincontainer .main1 {
        padding: 110px 5px 30.5px;
    }

    .product-list-col {
        padding: 0;
    }

    .overall-main-menus .main-h1-title {
        float: left;
        width: 100%;
        font-size: 15px;
        margin: 10px 0px;
    }

    .product-h4-hubpage {
        padding: 0.4em 0em 0em 0.4em;
        font-size: 14px;
    }
}
/* ********************** New Hubpage styles End **************************** */
/*case study changes*/
.ul-main {
    list-style: none; /* Remove default bullets */
    text-align: left;
    padding: 1em;
    line-height: 2em;
    font-size: 15px;
    color: #3f3f3f;
    font-family: 'Droid Sans', sans-serif;
}

    .ul-main li::before {
        content: "\26AA"; /* Add content: \25EF is the CSS Code/unicode for a bullet */
        color: #1155cc; /* Change the color */
        font-weight: 900; /* If you want it to be bold */
        font-size: 12px;
        display: inline-block; /* Needed to add space between the bullet and the text */
        width: 2em; /* Also needed for space (tweak if needed) */
        margin-left: -1em; /* Also needed for space (tweak if needed) */
    }

.casestudy .content {
    font-size: 15px;
    color: #3f3f3f;
    line-height: 30px !important;
}
/*case study changes legend here*/
/*Prev Next background change*/
a.flex-prev.flex-disabled::before, a.flex-prev.flex-disabled::after, a.flex-next.flex-disabled::before, a.flex-next.flex-disabled::after {
    background-color: #c0c0c0 !important;
}
/*Prev Next background change*/
/* Markets Webpage CSS */
.market_application .embed-container,
.market_application .embed-container iframe, .market_application .product-design-right .related-vidoes .embed-container > .youtube, .market_application .product-design-right .related-vidoes .embed-container {
    float: left;
    width: 350px;
    height: 300px;
}

.market_application .video_side .embed-container, .market_application .video_side .embed-container iframe, .market_application .video_side .embed-container > .youtube {
    float: left;
    width: 385px;
    height: 292px;
}

.market_application .tab_container {
    border: none;
    float: left;
    width: 100%;
    margin: 0px auto;
}

.market_application .tab-content, .market_application .tab-content1, .market_application .tab-content2 {
    display: none;
    padding: 15px;
    width: 100%;
    float: left;
    margin-top: 2em;
}

    .market_application .tab-content.current, .market_application .tab-content1.current, .market_application .tab-content2.current {
        display: inherit;
    }

.market_application .tabs li, .market_application .tabs1 li, .market_application .tabs2 li {
    float: left;
    background: #fff;
    border: 1px solid #c1c1c1;
    position: relative;
    margin: 5px 0em;
    display: block;
    padding: 20px 70px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.market_application .tabs, .market_application .tabs1, .market_application .tabs2 {
    float: left;
    margin: 0px 8em;
}

    .market_application .tabs li.current, .market_application .tabs1 li.current, .market_application .tabs2 li.current {
        color: #fff;
    }

        .market_application .tabs li.current, .market_application .tabs li.current:hover, .market_application .tabs1 li.current, .market_application .tabs1 li.current:hover, .market_application .tabs2 li.current, .market_application .tabs2 li.current:hover {
            font-weight: normal;
            background: #64d0c5;
        }

.market_application .main_title, .market_application .smart_feature, .market_application .smart_relateprd {
    float: left;
    margin-bottom: 2em;
    width: 100%;
}


.rightside_product {
    position: relative;
}

    .rightside_product .pd-image-slider-wrapper .flex-direction-nav li {
        height: 35%;
        top: 40%;
    }

    .rightside_product a {
        font-size: 14px;
    }

    .rightside_product .pd-image-slider-wrapper .flex-direction-nav li a::before, .rightside_product .pd-image-slider-wrapper .flex-direction-nav li a::after {
        top: 3.4em;
    }

.zoom {
    width: 20px;
    height: 16px;
    background-image: url(https://d2u56hfpsewfc3.cloudfront.net/images/mouse-zoom-icon.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 135px;
    right: 0;
}

.zoom-nothumb {
    width: 20px;
    height: 16px;
    background-image: url(https://d2u56hfpsewfc3.cloudfront.net/images/mouse-zoom-icon.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
}

.product-content-left {
    position: relative;
}

    .product-content-left .product-thumb ul li {
        width: 31%;
    }

.launch-soon {
    background: url(https://d2u56hfpsewfc3.cloudfront.net/images/launchin-soon-ribbon-new.png) no-repeat;
    width: 105px;
    height: 105px;
    position: absolute;
}

.launch-new {
    background: url(https://d2u56hfpsewfc3.cloudfront.net/images/new-ribbons.png) no-repeat;
    width: 105px;
    height: 105px;
    position: absolute;
}

.ProductLeadTime {
    text-align: center;
    font-size: 11px;
    font-weight: normal;
}

/*.annviersary {
    background: url(/images/16thanniversary_offer.png) no-repeat;
    width: 59px;
    height: 66px;
    position: absolute;
    margin: -5px 0 0 -6px;
}*/
.productbox, .modules1, .modules {
    position: relative;
}

.hub_annviersary {
    margin: 10px 0 0 -18px;
    background: url(https://d2u56hfpsewfc3.cloudfront.net/images/16thanniversary_offer.png) no-repeat;
    width: 80px;
    height: 60px;
    position: absolute;
    left: 8px;
    z-index: 0;
    top: 35px;
}

.sixteenth_anniversary {
    background: url(https://d2u56hfpsewfc3.cloudfront.net/images/16thanniversary_offer.png) no-repeat;
    width: 80px;
    height: 60px;
    position: absolute;
    left: -8px;
    z-index: 1;
}

.launch {
    background: url(https://d2u56hfpsewfc3.cloudfront.net/images/launch-offer.png) no-repeat;
    width: 59px;
    height: 66px;
    position: absolute;
    margin: -5px 0 0 -6px;
}

.launch_soon {
    background: url(https://d2u56hfpsewfc3.cloudfront.net/images/launching_soon_image.png) no-repeat;
    width: 59px;
    height: 66px;
    position: absolute;
    margin: -5px 0 0 -6px;
}

.launch_preorder {
    background: url(https://d2u56hfpsewfc3.cloudfront.net/images/launch-preorder.png) no-repeat;
    width: 59px;
    height: 66px;
    position: absolute;
    margin: -5px 0 0 -6px;
}


.ProductPrice .div_money {
    font-size: 13px;
    font-weight: 500;
}

.productbox {
    display: table;
    padding: 5px 5px 5px 5px !important;
}

table.reference, table.border1, .borderoutline {
    margin: 5px 0px;
}

#boxes #dialog, #boxes {
    display: none;
}

.pop-up-background {
    background: rgba(255,255,255,.8);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.pop-up-background-modal {
    cursor: default;
}

.pop-up {
    visibility: hidden;
    left: 50%;
    margin-left: -400px;
    max-width: 800px;
    position: absolute;
    top: 20px;
    width: 90%;
    z-index: 100;
}

    .pop-up.small {
        margin-left: -200px;
        max-width: 400px;
    }

    .pop-up.medium {
        margin-left: -300px;
        max-width: 600px;
    }

    .pop-up.large {
        margin-left: -283px;
        max-width: 550px;
        float: left;
    }

.pop-up-content {
    box-shadow: 0px 1px 10px 2px #ccc;
    float: left;
    padding: 24px;
    background: #008bd0;
    color: #202;
}

.pop-up-main-content {
    float: left;
    width: 100%;
    text-align: left;
    color: #FFF;
}

    .pop-up-main-content h1 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 32px;
        margin: 30px 0;
    }

    .pop-up-main-content p {
        float: left;
        width: 100%;
        text-align: justify;
        margin: 0 0 10px 0;
        font-size: 14px;
        line-height: 20px;
    }

        .pop-up-main-content p a, .pop-up-main-content p b {
            color: #ECD700 !important;
            font-size: 18px !important;
        }

    .pop-up-main-content #pop-up-1 {
        float: left;
        width: 100%;
        margin: -20px 0 0 0;
    }

    .pop-up-main-content h3 {
        float: left;
        width: 100%;
        text-align: left;
        font-weight: normal;
        font-size: 16px;
        margin: 4px 0;
    }

.dist-contact {
    font-weight: bold !important;
    font-size: 24px !important;
    margin: 20px 0 10px !important;
}

.pop-up-content .close, .pop-up-footer {
    text-align: right;
}

.pop-up-footer {
    padding-top: 24px;
}

.pop-up-body {
    font-size: 16px;
    color: #666;
}

.pop-up-display-content {
    display: none;
}

.pop-up .close {
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 99;
}

    .pop-up .close a {
        font-size: 18px;
        color: #d22;
        width: 24px;
        height: 24px;
        background: url(https://d2u56hfpsewfc3.cloudfront.net/images/icon-cross.png) no-repeat 0 0;
        display: inline-block;
    }

        .pop-up .close a:hover {
            opacity: 0.6;
        }

.pop-up-btn {
    padding: 8px 15px;
    display: inline-block;
    background: #3B4658;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

    .pop-up-btn:hover, .pop-up-btn:focus {
        background: #6A798E;
    }

.pop-up .screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.ie6 .pop-up {
    border: 10px solid #CED4E2;
    width: 600px;
}

#TB_window {
    margin-top: 10px !important;
    background: transparent !important;
    border: none !important;
}

.faq a {
    text-align: left !important;
    padding: 14px 0 0 17px;
    margin: 10px 0 0 11px !important;
    font-size: 13.5px;
    font-weight: bold;
    width: 85% !important;
    background: url(https://d2u56hfpsewfc3.cloudfront.net/images/CX3-THine-ISP-13mp/faq-bg.png) no-repeat;
    height: 57px;
}

.documents {
    background: url(https://d2u56hfpsewfc3.cloudfront.net/images/QtCAM/QtCAM-linux-download.png) no-repeat;
    background-position: 10px 12px !important;
    background-size: 13%;
    color: #FF0033 !important;
}

    .documents:hover {
        background: url(https://d2u56hfpsewfc3.cloudfront.net/images/QtCAM/QtCAM-download.png) no-repeat !important;
        background-position: 10px 12px !important;
        background-size: 13%;
    }

.QtCAM-title {
    font-weight: normal !important;
    font-size: 18px !important;
    margin: 10px 0 20px !important;
    float: left !important;
    width: 100% !important;
    text-align: left !important;
    color: #777 !important;
}

.Qtcam-read-more {
    text-align: center;
    padding: 8px 0 8px 0;
    border-radius: 4px;
    background: #337ab7;
    border-color: #2e6da4;
    border: 1px solid transparent;
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
}

    .Qtcam-read-more:hover {
        background: #c54932;
        border-color: #2e6da4;
        border: 1px solid transparent;
        font-size: 14px;
        text-decoration: underline;
        color: #FFF;
    }

.doc-lef p, .doc-rig p {
    text-align: left;
}

input[type="checkbox" i] {
    vertical-align: middle;
}

.product-title {
    font-weight: normal !important;
    font-size: 18px !important;
    margin: 10px 0 20px !important;
    float: left !important;
    width: 100% !important;
    text-align: left !important;
    color: #777 !important;
}

.split-title .product-title {
    width: 75% !important;
}

.split-title .see3cam-leftcnt {
    width: 25%;
    float: right;
    margin: 0px;
}

.customize-tab-7 #horizontalTab-module li a {
    width: 99px;
}

.customize-tab-5 #horizontalTab-module li a {
    width: 139.5px;
}

.customize-tab-4 #horizontalTab-module li a {
    width: 175.5px;
}

#horizontalTab #horizontalTab-module li a {
    font-size: 11px;
}

.som-product-jp #horizontalTab #horizontalTab-module li a {
    font-size: 10px;
}

.erda-feature .overall-feature {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #f1f1f1;
    margin-bottom: 1em;
}

    .erda-feature .overall-feature h2 {
        padding: 0.1em;
    }

    .erda-feature .overall-feature .feature1 {
        width: 22%;
        float: left;
        height: 225px;
        margin: 1em;
    }

        .erda-feature .overall-feature .feature1 img {
            padding-top: 1em;
        }

        .erda-feature .overall-feature .feature1 ul {
            padding: 2em;
            text-align: left;
            font-size: 13px;
        }

            .erda-feature .overall-feature .feature1 ul li {
                list-style: none;
            }

.erda-feature .overall-benefits {
    float: left;
    width: 100%;
    background: #fff8f8;
}

    .erda-feature .overall-benefits h2 {
        padding-bottom: 0em;
        padding-top: 1em;
    }

    .erda-feature .overall-benefits .benefits1 {
        width: 22%;
        float: left;
        height: 225px;
        margin: 1em;
    }

        .erda-feature .overall-benefits .benefits1 img, .erda-feature .overall-benefits .benefits1 h4 {
            padding-top: 1em;
        }

        .erda-feature .overall-benefits .benefits1 ul {
            padding: 1em;
            text-align: left;
            font-size: 13px;
        }

            .erda-feature .overall-benefits .benefits1 ul li {
                list-style: none;
            }

@media screen and (max-width: 820px) {
    .erda-feature .overall-benefits .benefits1, .erda-feature .overall-feature .feature1 {
        width: 45%;
    }
}

@media screen and (max-width: 620px) {
    .erda-feature .overall-benefits .benefits1, .erda-feature .overall-feature .feature1 {
        width: 100%;
    }
}

.econ-rda .embed-container iframe {
    width: 230px;
}

.econ-rda .product-design-right .related-vidoes .embed-container > .youtube {
    background-size: cover;
}

.econ-rda .flex-direction-nav li {
    background: #fff;
    height: 50px;
    top: 41%;
}

.data {
    padding: 10px;
}
/* Full veiw menu adjustment */

.overall-menu, .p_main div.menu {
    z-index: 10 !important;
    position: absolute;
    left: 0 !important;
    width: 100% !important;
    width: -webkit-fill-available !important;
    width: -moz-available !important;
    top: 0 !important;
    padding: 0px 1px !important;
    height: auto !important;
}

.maincontainer .overall-menu {
    z-index: 13 !important;
    position: fixed !important;
    left: 0 !important;
    width: 100% !important;
    width: -webkit-fill-available !important;
    width: -moz-available !important;
    top: 0 !important;
    padding: 0px 1px !important;
    height: auto !important;
}

.p_main .main {
    padding: 135px 20px 10px 20px !important;
}

.main1 {
    padding: 125px 30.5px 30.5px;
}

.p_main div.menu .wrapper-inner div.wrapper {
    width: auto !important;
}
/* Full veiw menu adjustment */
.p_main div.menu {
    height: 190px;
}

#TB_window {
    position: absolute;
    height: auto;
}

.view-cart {
    position: relative;
}

.cartcount {
    top: 0.5em;
    left: 2.2em;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    background: #77af10;
    width: 15px;
    line-height: 15px;
    height: 15px;
    text-align: center;
    border-radius: 25px;
    position: absolute;
}

.contact-down .gsc-search-button .gsc-search-button-v2 svg {
    /*width: 30px;
    height: 15px;
    margin: 4px 20px 2px 20px;*/
    display: none;
}

.contact-down .gsc-search-button .gsc-search-button-v2 {
    padding: 0px;
    height: 30px;
    border: none;
    box-shadow: none;
    margin: 0px;
    /*border-radius: 3px;*/
}

.contact-down table.gsc-search-box, .contact-down form.gsc-search-box {
    margin-bottom: 0px;
}

.contact-down .gsc-input-box {
    padding: 0px;
    border-radius: 0px;
}

.header-helpful .contacttop-all #search-custom {
    padding: 2px;
    margin: 3px 0px;
}

.header-helpful {
    width: 75%;
}

    .header-helpful .login-reg .header-contacts .login-css, .header-helpful .login-reg .header-contacts .view-cart, .header-helpful .login-reg .header-contacts .track-order, .callno {
        /*display: inline;
        float: left;
        line-height: 22px;
        padding: 0px 8px 8px 8px;*/
    }

        .header-helpful .login-reg .header-contacts .view-cart form {
            padding-top: 0.4em;
        }

        .header-helpful .login-reg .header-contacts .login-css a span {
            color: #0971b2;
            background: url(https://d2u56hfpsewfc3.cloudfront.net/images/login-icon.png) no-repeat;
            background-position: left;
            height: 20px;
            float: right;
            background-size: 20%;
            padding: 0 0 0 25px;
            text-align: right;
            margin: 0px !important;
        }

.header-helpful, .wrapper .header-helpful .login-reg .header-contacts, .wrapper-scroll .header-helpful .login-reg .header-contacts {
    float: right;
}

.contact-down {
    width: 568px;
}

.first-top {
    background: #fff url(https://d2u56hfpsewfc3.cloudfront.net/images/Trackorder_viewcart.png) no-repeat top left;
    display: inline-block;
    height: 20px;
    width: 100px;
}

.view-cart input {
    padding: 0px;
    border-color: rgba(21, 20, 20, 0);
}

.track {
    background-position: 0px 5px;
}

.contacttop-all .header-contact {
    padding: 5px;
    border-left-width: 1px;
}

.header-contact .devlop {
    background-position: 2px -97px !important;
}

.header-contact .wpzoom-icon {
    background: #fff url(https://d2u56hfpsewfc3.cloudfront.net/images/sprite-contact-icons1.png) no-repeat top left;
}

.header-contact .cart {
    background-position: 2px -47px;
}

.header-contact .help {
    background-position: 2px -21px;
}

.header-contact .email {
    background-position: 2px 3px;
}

.header-contact .store {
    background-position: 2px -73px;
}

.header-contact .wpzoom-icon1 {
    display: inline-block;
    float: left;
    margin: 0px;
    padding: 3px;
    border: none;
    height: 23px;
    background: transparent url(https://d2u56hfpsewfc3.cloudfront.net/images/sprite-contact-icons1.png) no-repeat top left;
    width: 23px;
}


.country-logo {
    color: #777;
    display: inline;
    float: left;
    font-size: 13px;
    line-height: 22px;
    padding: 10px;
}

.header-helpful .login-reg .header-contacts .login-css, .header-helpful .login-reg .header-contacts .view-cart, .header-helpful .login-reg .header-contacts .track-order, .callno {
    /*padding: 6px 8px 8px 8px;*/
}
/* Full veiw menu adjustment */
div.wrapper {
    padding: 5px !important;
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .wrapper #logo {
        width: 25% !important;
    }

    .wrapper .header-helpful {
        width: 70%;
        padding: 12px 18px;
    }

    .header-helpful {
        width: 70%;
        padding: 12px 20px;
    }
}
/* Full veiw menu adjustment */
.contact-first-dev {
    background: #77af10;
    color: #fff;
}

    .contact-first-dev a:hover {
        color: #fff;
    }

    .contact-first-dev a {
        background: #77af10;
        color: #fff;
    }


@media screen and (max-width: 820px) {
    .header-helpful .login-reg .header-contacts .callno {
        display: none;
    }
}

@media screen and (max-width: 1044px) {
    #logo {
        width: 25% !important;
    }

        #logo img {
            float: none;
            width: 100%;
        }

    .header-helpful {
        width: 70%;
    }
}



.multi-column-dropdown li .sub_category_list {
    font-size: 11.5px !important;
}

.overall-menu {
    z-index: 2;
}

.resp-tabs-list li.resp-tab-active {
    z-index: 0;
    height: max-content;
}

.overall-menu .navbar-inverse .over_menu .menu_site .nav, .over_menu .menu_site .nav {
    border-color: #3f4d85;
    background: #3f4d85;
    padding: 0px;
    position: relative;
    width: 100%;
}

.navbar-nav > li {
    float: left;
}

.navbar-nav {
    float: left;
    margin: 0;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.over_menu .navbar-nav > li > .dropdown-menu, .over_menu .navbar-nav > li > .dropdown-menu-one {
    background-color: #ffffff;
    padding: 2px 2px 2px 0px;
    border-style: solid;
    border-width: 5px 0px 0px 0px;
    border-color: #74ae3d;
    padding-bottom: 1em;
}

.over_menu .navbar-nav > li > .dropdown-menu {
    background-color: #f4faed;
    padding: 2px 2px 2px 0px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    border-color: #74ae3d;
    padding-bottom: 1em;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    float: left;
    width: 100%;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.main_site_menu .row {
    margin-right: -15px;
    margin-left: -15px;
}

.main_site_menu .col-sm-3 {
    width: 25%;
}

.main_site_menu .col-sm-4 {
    width: 30%;
}

.main_site_menu .col-sm-5 {
    width: 35%;
}

.main_site_menu .col-sm-6 {
    width: 45%;
}

.main_site_menu .col-sm-12 {
    width: 100%;
}

.main_site_menu .col-sm-1, .main_site_menu .col-sm-10, .main_site_menu .col-sm-11, .main_site_menu .col-sm-12, .main_site_menu .col-sm-2, .main_site_menu .col-sm-3, .main_site_menu .col-sm-4, .main_site_menu .col-sm-5, .main_site_menu .col-sm-6, .main_site_menu .col-sm-7, .main_site_menu .col-sm-8, .main_site_menu .col-sm-9 {
    float: left;
}

.main_site_menu .col-lg-1, .main_site_menu .col-lg-10, .main_site_menu .col-lg-11, .main_site_menu .col-lg-12, .main_site_menu .col-lg-2, .main_site_menu .col-lg-3, .main_site_menu .col-lg-4, .main_site_menu .col-lg-5, .main_site_menu .col-lg-6, .main_site_menu .col-lg-7, .main_site_menu .col-lg-8, .main_site_menu .col-lg-9, .main_site_menu .col-md-1, .main_site_menu .col-md-10, .main_site_menu .col-md-11, .main_site_menu .col-md-12, .main_site_menu .col-md-2, .main_site_menu .col-md-3, .main_site_menu .col-md-4, .main_site_menu .col-md-5, .main_site_menu .col-md-6, .main_site_menu .col-md-7, .main_site_menu .col-md-8, .main_site_menu .col-md-9, .main_site_menu .col-sm-1, .main_site_menu .col-sm-10, .main_site_menu .col-sm-11, .main_site_menu .col-sm-12, .main_site_menu .col-sm-2, .main_site_menu .col-sm-3, .main_site_menu .col-sm-4, .main_site_menu .col-sm-5, .main_site_menu .col-sm-6, .main_site_menu .col-sm-7, .main_site_menu .col-sm-8, .main_site_menu .col-sm-9, .main_site_menu .col-xs-1, .main_site_menu .col-xs-10, .main_site_menu .col-xs-11, .main_site_menu .col-xs-12, .main_site_menu .col-xs-2, .main_site_menu .col-xs-3, .main_site_menu .col-xs-4, .main_site_menu .col-xs-5, .main_site_menu .col-xs-6, .main_site_menu .col-xs-7, .main_site_menu .col-xs-8, .main_site_menu .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.over_menu .dropdown, .over_menu .dropup, .over_menu .dropdown-one {
    position: static !important;
}

maincontainer .container {
    width: 1024px;
}

.responsive-menu-all {
    display: none;
    float: left;
    width: 91.7%;
    padding: 0 10px 10px 10px;
    border: 1px solid #77AF10;
    color: #FFF;
    border-radius: 0 0 8px 8px;
    position: absolute;
    margin: 42px 0 0 1px;
    background: #77AF10;
    border-top: 1px solid;
    z-index: 1;
}

.menu-all {
    display: none;
    float: left;
    width: 95%;
    text-align: left;
    background: url(https://d2u56hfpsewfc3.cloudfront.net/images/heder-menu-icon.png) no-repeat;
    background-position: 95%;
    background-color: #77af10;
    color: #FFF;
    border: 1px solid;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
}

.responsive-main-menu {
    float: left;
    width: 100%;
    max-height: 400px;
    height: max-content;
    height: intrinsic; /* Safari/WebKit uses a non-standard name */
    height: -moz-max-content; /* Firefox/Gecko */
    height: -webkit-max-content; /* Chrome */
    overflow: scroll;
    display: none;
}

    .responsive-main-menu a {
        float: left;
        width: 95%;
        padding: 10px 5px;
        border-bottom: 1px solid #FFF;
        text-align: left;
        color: #FFF;
        font-size: 14px;
    }

.responsive-inner-menu, .responsive-inner-submenu, .inner-camsol1-sub1, .inner-camsol1-sub2, .inner-camsol1-sub3, .inner-camsol1-sub4, .inner-camsol1-sub5, .inner-camsol1-sub6, .responsive-inner-menu .inner-submenu1 {
    float: right;
    width: 95%;
    display: none;
}

.inner-submenu1 {
    float: right;
    width: 95%;
    display: none;
}

.responsive-sub-menu {
    float: left;
    width: 100%;
}

.chat, .ticket {
    background: none repeat scroll 0 0 #025922;
    border-radius: 8px;
    color: #fff !important;
    float: left;
    text-align: center;
    margin-top: 0.5em;
    padding: 5px 15px !important;
    width: 50% !important;
}

ticket_list {
    padding: 0px 10px;
}

.chat_list, .ticket_list {
    text-align: justify;
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
    color: #1f1f1f;
}

.menu_site li a {
    padding: 12px 6px;
}

.one_col .dropdown-menu li a {
    padding: 2px 15px;
    font-size: 12px;
}

.overall-menu .over_menu .one_col {
    position: relative !important;
}

.multi-column-dropdown li .inner_split li a:hover, .multi-column-dropdown li .inner_split li a:focus, .multi-column-dropdown li .inner_split > li > a:hover {
    background: transparent;
    color: #000;
    text-decoration: underline;
}

.multi-column-dropdown li a.sub_title, .one_col .dropdown-menu li a.sub_title, .dropdown-menu-one li a.sub_title {
    font-weight: bold;
    margin: 5px 0px;
    text-decoration: none;
    padding: 2px 0px;
    color: #0d4967;
    font-size: 14px !important;
    border-bottom: 1px solid #77af10;
    width: 95%;
}

.multi-column-dropdown li .inner_split li a {
    padding: 0px;
}

.navbar-inverse .over_menu .middle_menu.navbar-nav > li > a {
    color: #777;
}

.over_menu .dropdown, .over_menu .dropup, .over_menu .dropdown-one {
    position: static !important;
}

.overall-menu .navbar-inverse .over_menu .menu_site .nav {
    border-color: #3f4d85;
    background: #3f4d85;
    padding: 0px;
    position: relative;
    width: 100%;
}

.navbar-inverse .over_menu .navbar-nav > li > a {
    font-size: 13px;
    color: #fff;
}

.navbar-inverse .over_menu .menu_site .navbar-nav > .open > a, .navbar-inverse .over_menu .menu_site .navbar-nav > .open > a:focus, .navbar-inverse .over_menu .menu_site .navbar-nav > .open > a:hover, .navbar-inverse .over_menu .menu_site .navbar-nav > li > a:focus, .navbar-inverse .over_menu .menu_site .navbar-nav > li > a:hover, .navbar-inverse .over_menu .menu_site .navbar-nav > li > a:active {
    background-color: #77af10;
    z-index: 2;
}

.over_menu .navbar-nav > li > .dropdown-menu, .over_menu .navbar-nav > li > .dropdown-menu-one {
    background-color: #ffffff;
    padding: 2px 2px 2px 0px;
    border-style: solid;
    border-width: 5px 0px 5px 0px;
    border-color: #74ae3d;
    padding-bottom: 1em;
    z-index: 1;
}

.dropdown-menu-one {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu {
    min-width: 200px;
}

.dropdown-menu-one {
    min-width: 300px;
}

.dropdown-menu.columns-2, .dropdown-menu.columns-full {
    min-width: 99.8%;
}

.dropdown-menu.columns-3 {
    min-width: 600px;
}

.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300;
}

.multi-column-dropdown {
    list-style: none;
    padding: 0px;
    margin: 10px 20px;
    line-height: 15px;
}

    .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.8;
        font-weight: 500;
        color: #1f1f1f;
        white-space: normal;
        font-size: 13px !important;
        padding: 2px 5px;
        font-family: 'Droid Sans', sans-serif;
        width: 100%;
    }

.dropdown-menu-one li a {
    display: block;
    clear: both;
    line-height: 1.8;
    font-weight: 500;
    color: #1f1f1f;
    white-space: normal;
    font-size: 13px !important;
    padding: 2px 5px;
    font-family: 'Droid Sans', sans-serif;
    width: 92%;
}

.dropdown-menu li:nth-child(n) a.ticket:hover, .dropdown-menu-one li:nth-child(n) a.ticket:hover, .dropdown-menu li:nth-child(n) a.chat:hover, .dropdown-menu-one li:nth-child(n) a.chat:hover {
    background-color: #77af10 !important;
    border-radius: 8px !important;
}

.dropdown-menu li:nth-child(n) a:hover, .dropdown-menu-one li:nth-child(n) a:hover {
    background-color: #77af10 !important;
    border-radius: 0 !important;
    color: #ffffff;
    text-decoration: none;
}

.dropdown-menu li:nth-child(n) a.sub_title:hover, .dropdown-menu-one li:nth-child(n) a.sub_title:hover {
    background-color: transparent !important;
    border-radius: 0 !important;
    color: #1f1f1f;
    text-decoration: none;
}

.menu_site .navbar-nav .dropdown .active:before, .menu_site .navbar-nav .dropdown-one .active:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #74ae3d;
    position: absolute;
    top: 100%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, 0%);
    z-index: 1;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

@media screen and (max-width: 769px) {
    .p_main #footer {
        position: unset;
    }

    .product-content-right p span .arrow, .inner-content-left img, .inner-content-left-ios img {
        width: auto;
    }

    .product-design-left #windows-logo, #android-logo, #linux-logo, #nvidia-logo, #NXP {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .p_main div.menu {
        z-index: 10 !important;
        position: unset !important;
        left: 0 !important;
        width: 100% !important;
        width: -webkit-fill-available !important;
        width: -moz-available !important;
        top: 0 !important;
        padding: 0px 1px !important;
        height: auto !important;
    }

    nav.main_site_menu .menu-all {
        display: block;
        width: 97%;
        padding-right: 0px;
    }

    .contacts-all {
        display: none;
    }

    .p_main .wrapper .contacts-all, .responsive-main-menu {
        display: block;
    }

    .overall-menu .navbar-inverse .over_menu .menu_site {
        display: none !important;
    }

    .header-helpful {
        width: 100%;
        float: left;
    }

    .p_main .wrapper .header-helpful {
        width: 65%;
        padding: 17px; /*center for tab view menu */
        float: right;
    }

    .p_main .wrapper .contact-down {
        width: 568px;
    }

    .contact-down {
        width: 98%;
    }

    .responsive-menu-all {
        width: 94.5%;
    }

    .p_main .menu-all, .p_main .responsive-menu-all {
        display: none !important;
    }

    .p_main .navbar-inverse .over_menu .menu_site {
        display: block !important;
    }
}

@media screen and (min-width: 1024px) {
    .responsive-menu-all {
        display: none !important;
    }
}

@media screen and (max-width: 340px) {
    .menu-all {
        width: 97% !important;
    }

    .responsive-menu-all {
        width: 93.5%;
    }

    .header-helpful .login-reg {
        display: block !important;
    }
}

.p_main .main1.f-nav6 {
    padding: 10px 20px !important;
}

.scroll-nav {
    height: max-content !important;
}

.scroll-nav1 {
    margin: 0px !important;
}

.scroll-nav2 {
    width: 135px !important;
    height: 40px !important;
}

.scroll-nav3, .scroll-nav4 {
    display: none !important;
}

.p_main .main1 {
    width: 984px;
    margin: 0 auto;
    min-height: 370px;
    /* padding: 10px 20px 10px 20px; full view for webstore and contacat us */
    background: #fff;
    font-size: 14px;
    line-height: 25px;
    float: left;
}

.p_main .main {
    padding: 135px 20px 10px 20px !important;
}

.front-img {
    background: #fff url(https://d2u56hfpsewfc3.cloudfront.net/images/Home-Page-Product-list.png) no-repeat top left;
    display: inline-block;
    height: 138px;
    width: 300px;
}

.category1 {
    background-position: 0px 0px;
}

.category2 {
    background-position: 0px -420px;
}

.category3 {
    background-position: 0px -280px;
}

.category4 {
    background-position: 0px -558px;
}

.category5 {
    background-position: 0px -140px;
}

.slide-img {
    background: #fff url(https://d2u56hfpsewfc3.cloudfront.net/images/e-con-customers-list.png) no-repeat top left;
    display: inline-block;
    height: 50px;
    width: 150px;
}

.client1 {
    background-position: 0px -10px;
}

.client2 {
    background-position: 0px -86px;
}

.client3 {
    background-position: 0px -165px;
}

.client4 {
    background-position: 0px -245px;
}

.client5 {
    background-position: 0px -320px;
}

.client6 {
    background-position: 0px -403px;
}

.client7 {
    background-position: 0px -470px;
}

.client8 {
    background-position: 0px -545px;
}

.client9 {
    background-position: 0px -622px;
}

.client10 {
    background-position: 0px -690px;
}

.client11 {
    background-position: 0px -750px;
}

.client12 {
    background-position: 0px -813px;
}

.client13 {
    background-position: 0px -885px;
}

.client14 {
    background-position: 0px -945px;
}

.client15 {
    background-position: 0px -1005px;
}

.client16 {
    background-position: 0px -1065px;
}

.client17 {
    background-position: 0px -1125px;
}

.client18 {
    background-position: 0px -1185px;
}

.client19 {
    background-position: 0px -1245px;
}

.slider-widget .product-list {
    padding: 1.5em;
}

.slider-widget .product-list-title {
    padding: 0em 1em 1em 1em;
}

.slider-widget .carousel-item {
    border: 1px solid #fff;
}

.slider-widget .flex-direction-nav a.flex-next {
    background-position: -70px -30px;
    right: 0px;
}

.slider-widget .flex-direction-nav a.flex-prev {
    background-position: -15px -30px;
    left: 0px;
}

.slider-widget .flex-direction-nav li {
    list-style: none;
}

.slider-widget .flex-direction-nav a {
    background: #fff url(https://d2u56hfpsewfc3.cloudfront.net/images/sprite-carousel-arrows.png) no-repeat;
    border: solid 1px #f0f0f0;
    cursor: pointer;
    position: absolute;
    top: 75px;
    width: 35px;
    height: 50px;
    text-indent: -9999px;
    z-index: 10;
    zoom: 1;
}

.slider-widget {
    background: #f3f3f3;
    width: 935px;
    margin: 0px auto;
    position: relative;
}

.news-information {
    padding: 2em;
}

.homepage-topmenu h1 a {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #333;
}

.partners, .econ-news, .customer-testimonials {
    float: left;
    width: 100%;
    background: #fff;
    padding: 2em 0em;
}


.index-markets .main_title, .index-markets .markets-list-layer {
    float: left;
    margin-bottom: 2em;
    width: 100%;
}

.index-page .econ-product4 {
    float: left;
    width: 30.333%;
}

.econ-12, .row {
    width: 100%;
    float: left;
}

.index-title {
    position: relative;
    height: 85px;
}

    .index-title .title {
        text-align: center;
        font-weight: 500;
        color: #101010;
        font-size: 32px;
        font-family: 'Droid Sans', sans-serif;
        font-style: inherit;
        line-height: 26px;
        letter-spacing: 1.6px;
    }

    .index-title .bottom-line {
        position: absolute;
        width: 85px;
        height: 2px;
        background: #77af10;
        top: 45px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

.home-innercontent .details {
    padding: 1em 0em 2em 0em;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Droid Sans', sans-serif;
    font-style: inherit;
    line-height: 26px;
    color: #3f3f3f;
    letter-spacing: 0.4px;
}

.mkt-application-list {
    width: 25%;
    float: left;
    text-align: center;
}

.index-page .econ-news4, .markets-list-layer .econ-col3 {
    /*margin-bottom: 2em;*/
    width: 33.33%;
    float: left;
    text-align: center;
}

.divalign-right {
    margin-right: 12.5%;
}

.divalign-left {
    margin-left: 12.5%;
}

.appimage:hover .appoverlay {
    opacity: 1;
    cursor: pointer;
}

.appimage img {
    transition: transform .4s; /* smoother zoom */
}

.appimage {
    position: relative;
    margin: 1em;
    width: 215px;
    overflow: hidden;
}

/* .appimage:hover span {
        transform: scale(1.3);
        transform-origin: 50% 50%;
        border-radius: 10px;
    } */

.app-image {
    opacity: 1;
    width: 100%;
}

.appoverlay {
    opacity: 0;
    position: absolute;
    top: 0%;
    left: 3%;
    width: 93%;
    height: 182px;
    border-radius: 20px;
    text-align: center;
    background: #00000096;
}

    .appoverlay p {
        color: #fff;
        padding-top: 1.5em;
        padding-left: 1em;
        padding-right: 1em;
        font-size: 13px;
        font-weight: 600;
        font-family: 'Droid Sans', sans-serif;
        letter-spacing: 1px;
    }

.index-page .econ-news .news_title a {
    color: #0080b5;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.index-page .econ-news .news_title {
    padding: 0.5em 1em;
}


.index-page .econ-news .news_subtitle {
    height: 205px;
    text-align: justify;
}

.index-page .econ-news .news-design {
    width: 94%;
    margin: 0px auto;
}

.index-markets .mkt-application-list .apptitle {
    font-size: 14px;
    font-weight: bold;
    padding-top: 0em;
}

.mkt-application-list .apptitle, .news_title a {
    padding: 0.5em 0em;
    color: #101010;
    font-size: 22px;
    letter-spacing: 0.4px;
    font-weight: 400;
    font-family: 'Droid Sans', sans-serif;
    font-style: inherit;
    line-height: 26px;
}

.news_details .news_subtitle {
    padding: 0.5em 0em;
}

.news_subtitle {
    padding: 0.5em 2em;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Droid Sans', sans-serif;
    font-style: inherit;
    line-height: 26px;
    height: 150px;
    color: #3f3f3f;
    letter-spacing: 0.4px;
}

.link-btn {
    width: 100%;
    height: 40px;
    margin-top: 1em;
}

.rslides_tabs1 li {
    position: relative;
    display: inline-block;
    width: 30.25%;
    padding: 1em;
    background: #ffffff;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.link-btn a:hover {
    background: #77af10;
    border: 2px solid #77af10;
    color: #fff;
}

.link-btn a {
    padding: 0.5em 2em;
    line-height: 25px;
    background: #fff;
    border: 2px solid #000;
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.rslides_tabs1 li.rslides-test_here a {
    color: #fff;
}

.rslides_tabs1 li.rslides-test_here {
    background: #77af10;
    color: #fff;
}

.rslides-test_here:before {
    content: '';
    border-bottom: 15px solid #77af10;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: -1em;
    z-index: 2;
    left: 45%;
    position: absolute;
}

.hideshow p {
    text-align: center;
    margin: 0px auto;
    font-size: 16px;
    color: #101010;
    font-weight: bold;
    height: 40px;
    padding-top: 1em;
    font-family: 'Droid Sans', sans-serif;
    letter-spacing: 0.4px;
}

.hideshow {
    position: relative;
    cursor: pointer;
}

.arrow:hover {
    border-bottom-width: 4px;
    border-right-width: 4px;
}

.arrow {
    height: 25px;
    width: 25px;
    border-style: solid;
    border-color: #77af10;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    position: absolute;
    left: 49%;
    top: 23px;
}

.product-design {
    margin: 0px auto;
    width: 94%;
    float: none;
}

.index-page .product-design {
    margin: 0px auto;
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.index-markets .application1 {
    background-position: -5px -5px;
}

.index-markets .application2 {
    background-position: -5px -142px;
}

.index-markets .application3 {
    background-position: -5px -277px;
}

.index-markets .application4 {
    background-position: -5px -414px;
}

.index-markets .application5 {
    background-position: -2.7px -547.6px; /*-5px -549px;*/
}

.index-markets .application6 {
    background-position: -5px -685px;
}

.index-markets .application7 {
    background-position: -5px -821px;
}

.index-markets .application8 {
    background-position: -5px -1097px;
}

.index-markets .application9 {
    background-position: -5px -957px;
}
.index-markets .application10 {
    background-position: -5px -1235px;
}
.index-markets .application11 {
    background-position: -5px -1374px;
}
.index-markets .application12 {
    background-position: -2.7px -1095.6px;
}
.slide-markets-img {
    background: #fff url(https://d2u56hfpsewfc3.cloudfront.net/images/markets-we-serve-latest-v1.jpg) no-repeat top left;
    display: inline-block;
    height: 134px;
    width: 215px;
    border-radius: 10px;
}

.index-page .econ-news .news-content1 {
    background-position: -5px -5px;
}

.index-page .econ-news .news-content2 {
    background-position: -5px -494px;
}

.index-page .econ-news .news-content3 {
    background-position: -5px -330px;
}

.index-page .econ-news .news-content4 {
    background-position: -5px -166px;
}

.slide-news-img {
    background: #fff url(https://d2u56hfpsewfc3.cloudfront.net/images/latest-homepage-news.jpg) no-repeat top left;
    display: inline-block;
    height: 158px;
    width: 281px;
}

.index-page .econproduct-image .product-index1 {
    background-position: 0px 0px;
}

.index-page .econproduct-image .product-index2 {
    background-position: 0px -185px;
}

.index-page .econproduct-image .product-index3 {
    background-position: 0px -334px;
}

.slide-product-img {
    background: #fff url(https://d2u56hfpsewfc3.cloudfront.net/images/cameras-we-offer.png) no-repeat top left;
    display: inline-block;
    height: 150px;
    width: 140px;
}

.slide-partners-img {
    background: #fff url(https://d2u56hfpsewfc3.cloudfront.net/images/partners-logo-new.png) no-repeat top left;
    display: inline-block;
    height: 51px;
    width: 150px;
}

.slide-clients-img {
    background: #fff url(https://d2u56hfpsewfc3.cloudfront.net/images/e-con-systems-customers-list.png) no-repeat top left;
    display: inline-block;
    height: 50px;
    width: 150px;
}

#main .wpzoom-partners .carousel-item {
    padding: 21px;
    margin-top: 0.1em;
}
#main .wpzoom-partners .carousel-item.lessPadding {
    padding: 19px;
}
.partners1 {
    background-position: 0px -18px;
}

.partners2 {
    background-position: -4px -84px;
}

.partners3 {
    background-position: 0px -147px;
}

.partners4 {
    background-position: 0px -197px;
}

.partners5 {
    background-position: 0px -247px;
}

.partners6 {
    background-position: 0px -312px;
}

.partners7 {
    background-position: 0px -356px;
}

.partners8 {
    background-position: 0px -415px;
}

.partners9 {
    background-position: 0px -533px;
}

.partners10 {
    background-position: -187px -18px;
}

.partners11 {
    background-position: 0px -655px;
}

.partners12 {
    background-position: -187px -135px;
}

.partners13 {
    background-position: -4px -773px;
}

.partners14 {
    background-position: -185px -258px;
}

.partners15 {
    background-position: -185px -312px;
}

.partners16 {
    background-position: -185px -382px;
}

.partners17 {
    background-position: -189px -452px;
}

.partners18 {
    background-position: -195px -510px;
}

.partners19 {
    background-position: -377px -17px;
}

.partners20 {
    background-position: 0px -477px;
}

.partners21 {
    background-position: -377px -75px;
}

.partners22 {
    background-position: -377px -128px;
}

.partners23 {
    background-position: -377px -168px;
}

.partners24 {
    background-position: -376px -216px;
}

.partners25 {
    background-position: -377px -274px;
}

.partners26 {
    background-position: -378px -340px;
}

.partners27 {
    background-position: -377px -405px;
}

.partners28 {
    background-position: -376px -469px;
}

.partners29 {
    background-position: -377px -510px;
}

.partners30 {
    background-position: -560px -28px;
    height: 56px;
}

.partners31 {
    background-position: -561px -98px;
}

.partners32 {
    background-position: -561px -151px;
}

.partners33 {
    background-position: -561px -204px;
}

.partners34 {
    background-position: -561px -271px;
}
.partners35 {
    background-position: -561px -328px;
}

.index-page .home-innercontent .partners-logo, .index-page .home-innercontent .clients-logo, .index-page .econ-testimonials, .index-markets {
    width: 92%;
    padding: 0px;
    margin: 0px auto;
}

.index-page .home-innercontent {
    width: 100%;
    padding: 2em 0em;
}

.index-page .econ-products .econ-product .product-information {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    padding: 1em;
    box-shadow: 0px 0px 7px 0px #e9e9e9;
}

.index-page .econ-products .econ-product .product-information {
    padding: 2em;
}

.index-page .econ-products .econ-product .econproduct-image {
    padding-bottom: 0.5em;
}

.index-page .econ-products .econ-product .underline {
    background: #777;
    height: 1px;
    margin-bottom: 0.5em;
}

.index-page .econ-products .econ-product .product_title, .index-page .econ-products .econ-product .product_subtitle {
    font-size: 14px;
    font-family: 'Droid Sans', sans-serif;
    line-height: 15px;
    padding: 0.5em 0em;
}

.product_details ul li a:hover {
    color: #77af10;
    text-decoration: underline;
    font-weight: bold;
}

.index-page .econ-products .econ-product .product_details ul li a {
    font-size: 13px;
    padding: 0.5em 0em;
    font-weight: normal;
    font-family: 'Droid Sans', sans-serif;
    font-style: inherit;
    line-height: 26px;
    color: #3f3f3f;
    letter-spacing: 0.4px;
}

.index-page .econ-products .econ-product .product_title a {
    font-size: 16px;
}

.product_details ul li {
    list-style: none;
}

.product_details ul {
    text-align: left;
    line-height: 22px;
}

.index-page .econ-products .econ-product .link-btn {
    padding: 0.5em 0em;
    text-align: center;
}


.index-page .econ-products .econ-product {
    margin: 1em !important;
    background: #f3f3f3;
    border-radius: 5px;
}

.index-page .econ-products {
    background: #fff;
    float: left;
    width: 100%;
    padding: 2em 0em;
}


.clients-logo .slider-widget .carousel-item, .partners-logo .slider-widget .carousel-item {
    border: 1px solid #f3f3f3;
}

.clients-logo .slider-widget .flex-direction-nav a.flex-next, .partners-logo .slider-widget .flex-direction-nav a.flex-next {
    background-position: -70px 0px;
    right: 0px;
}

.clients-logo .slider-widget .flex-direction-nav a.flex-prev, .partners-logo .slider-widget .flex-direction-nav a.flex-prev {
    background-position: -15px 0px;
    left: 0px;
}

.clients-logo .slider-widget .flex-direction-nav a, .partners-logo .slider-widget .flex-direction-nav a {
    top: 0px;
    height: 100px;
    width: 40px;
    border: none;
}

.clients-logo .slider-widget ul.flex-direction-nav > li:last-child, .partners-logo .slider-widget ul.flex-direction-nav > li:last-child {
    right: 0;
}

.clients-logo .slider-widget .flex-direction-nav li, .partners-logo .slider-widget .flex-direction-nav li {
    list-style: none;
    position: absolute;
    top: 0px;
    width: 40px;
    height: 102px;
    background: #fff;
    border: 1px solid #f3f3f3;
}

.clients-logo .slider-widget, .partners-logo .slider-widget, .index-page .econ-testimonials .slider-widget {
    width: 100%;
    float: left;
    padding-bottom: 3em;
    background: #fff;
}

.testimonial-info .customer-testimonial {
    text-align: center;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    font-family: 'Droid Sans', sans-serif;
    line-height: 26px;
    color: #3f3f3f;
    letter-spacing: 0.4px;
    padding: 2em 6em;
}

.testimonial-auth .auth-name {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    font-family: 'Droid Sans', sans-serif;
    line-height: 26px;
    color: #3f3f3f;
    letter-spacing: 0.4px;
}

.testimonial-auth .auth-company {
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    font-family: 'Droid Sans', sans-serif;
    line-height: 26px;
    color: #3f3f3f;
    letter-spacing: 0.4px;
}

.carousel-item {
    background: #fff;
}

.over_menu #qm0 div {
    z-index: 3 !important;
}
/* Hided by venkatesan for code optimizing */
/* 
@media screen and (max-width: 500px) {
    .mkt-application-list, .index-page .econ-products .econ-product, .index-page .econ-news4 {
        float: none;
        width: 100%;
    }

    .index-page .econ-products .econ-product {
        margin: 2em 0em !important;
    }

    .clients-logo .slider-widget, .partners-logo .slider-widget, .index-page .econ-testimonials .slider-widget {
        width: 100%;
    }
} */

@media screen and (max-width: 770px) {
    .index-page .econ-news .news_subtitle {
        height: auto;
    }


    .home-innercontent {
        width: 98%;
    }

    #slider-wpzoom-widget-testimonials {
        margin-left: 0px;
    }

    .clients-logo .slider-widget, .partners-logo .slider-widget, .index-page .econ-testimonials .slider-widget {
        width: 100%;
    }
}

.korea {
    display: none;
}

.rslides1_tabs {
    display: none;
}

.rslides2_tabs {
    display: none;
}

.rslides2_tabs {
    float: right;
    width: 20%;
    height: 10px;
    margin: 10px 0;
}

    .rslides2_tabs li {
        float: left;
        background-color: #77AF10;
        color: #77AF10;
        margin: 0 6px 0 0;
        cursor: pointer;
        font-size: 6px;
        line-height: 10px;
    }

        .rslides2_tabs li a {
            color: #77AF10;
            padding: 4px;
            font-size: 4px;
        }

    .rslides2_tabs .rslides_here {
        background: #005927 !important;
    }

        .rslides2_tabs .rslides_here a {
            color: #005927 !important;
        }

.rslides li {
    top: 3px;
}

.rightside-menu.target-app a {
    padding: 0;
}
/*.overall-menu {
    height: 195px !important;
}

.banner {
    margin: 3px 0px 0px 0px;
}*/

.home-aboutus {
    float: left;
    height: 80px;
}


    .home-aboutus p {
        text-align: justify;
        margin-bottom: 20px;
        line-height: 20px;
        font-size: 13px;
    }

.home-mbl-banner {
    float: left;
    width: 100%;
    display: none;
}

#main .wpzoom-clients .carousel-item {
    padding: 21px;
    margin-top: 0.1em;
}

.wpzoom-slider .wpzoom-carousel-clients {
    margin: 0 45px;
}

#main .wpzoom-clients .carousel-item {
    text-align: center;
}

@media screen and (max-width: 500px) {
    .wrapper {
        flex-direction: column !important;
        justify-content: center !important;
    }

        .wrapper #logo {
            width: 60% !important;
        }

        .wrapper .header-helpful .header-contacts {
            float: none !important;
            justify-content: center !important;
        }

    body .maincontainer .main1 {
        padding-top: 10.1rem !important;
    }

    .index-page .home-innercontent {
        padding-top: 6rem !important;
    }

    .left-side-mobilemenu, .right-side-mobilemenu {
        width: 100% !important;
    }

        .left-side-mobilemenu .list-menu {
            text-align: center;
        }

    .mkt-application-list, .index-page .econ-products .econ-product, .index-page .econ-news4 {
        float: none;
        width: 100%;
    }

    .index-page .econ-products .econ-product {
        margin: 2em 0em !important;
    }

    .clients-logo .slider-widget, .partners-logo .slider-widget, .index-page .econ-testimonials .slider-widget {
        width: 100%;
    }
}

@media screen and (max-width: 620px) {
    .home-aboutus {
        display: none;
    }

    .home-mbl-banner {
        display: block;
        text-align: center;
        margin-bottom: 1em;
    }

    .maincontainer .home-headermenu {
        min-height: 230px !important;
        max-height: 230px !important;
    }
}

@media screen and (max-width:767px) {
    .homepage-topmenu a, .homepage-topmenu h2 a, .homepage-topmenu p {
        text-align: center;
    }
}

@media screen and (min-width:820px) {
    .home-innercontent {
        padding: 10px 30px 0px 30px;
    }
}

/*Banner Video CSS*/
.grtvideo-popup {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 99999;
}

.grtvideo-popup-content {
    margin-top: 0px;
    width: 95%;
    HEIGHT: 480PX;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
    box-shadow: 0px 0px 8px 0px rgba(255,255,255,0.4);
    position: relative;
}

.grtvideo-popup-close {
    position: ABSOLUTE;
    top: 12px;
    right: -38px;
    color: #FFF;
    font-size: 25px;
    cursor: pointer;
    Z-INDEX: 2;
}

.grtyoutube-iframe {
    width: 100%;
    height: 480px;
    POSITION: ABSOLUTE;
    TOP: 0;
    LEFT: 0;
}

@media (max-width:767px) {
    .grtyoutube-iframe {
        width: 100%;
        height: 350px;
    }
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

    #jquery-lightbox a img {
        border: none;
    }

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

    #lightbox-container-image-data #lightbox-image-details {
        width: 70%;
        float: left;
        text-align: left;
    }

#lightbox-image-details-caption, .econ-rda .rightside-menu a, .esomgears-ota .rightside-menu a {
    font-weight: bold;
    font-size: 15px;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

@media (max-width: 767px) {
    #footer-lower .footer-lower-item .sub_button {
        margin: 0px auto;
        padding: 10px 20px;
        float: none;
        width: 120px;
    }

    .homepage-footer .social-icons {
        width: 100%;
    }

    .fifth-item form {
        float: left;
        width: 100%;
    }
}

.social-icons {
    float: left;
}

.footer-lower-item p:first-child {
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}

.footer_form {
    margin-top: 1em;
    position: relative;
    float: left;
    width: 100%;
}

#footeremailid {
    width: 96%;
    height: 35px;
    padding-left: 10px !important;
    padding: 0px;
    margin-bottom: 1em;
}

#Submit_footer {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -8px;
    background: #77af10;
    color: #fff;
    height: 39px;
    border: 0px;
    width: 60px;
}

#Map area:focus {
    outline: none;
}

.sublink_button {
    width: 100%;
    height: 35px;
    float: left;
    margin-top: 10px;
}

#footer-lower .first-item, #footer-lower .second-item, #footer-lower .third-item, #footer-lower .fourth-item, #footer-lower .fifth-item {
    width: 20%;
}

.footer-lower-item .sub_message {
    color: #999;
    line-height: 20px;
    width: 100%;
}

.footer-lower-item .sub_button {
    background: #0971b2;
    color: #fff;
    text-align: center;
    margin: 0px auto;
    padding: 10px 20px;
    float: none;
}

.homepage-footer #footer-lower {
    float: left !important;
    margin: 2% 5% !important;
    width: 90% !important;
}

.prd-footer {
    float: left;
    width: 100%;
}

#footer {
    background-position: center center;
    border-style: solid;
    border-width: 10px 0px 0px 0px;
    border-color: #0971b2;
    font-size: 13px;
    color: #FFFFFF;
    height: auto;
    width: 100%;
    z-index: auto;
    position: absolute;
    right: 0px;
    text-align: left;
    background: #222;
    padding-bottom: 2%;
}

#footer-lower {
    float: left;
    background: #222;
    margin: 2% 5%;
    width: 90%;
}

#footer-lower-left {
    float: left;
    width: 100%;
}

.footer-lower-item {
    float: left;
    width: 20%;
    text-align: left;
    font-size: 14px;
}

    .footer-lower-item.first-item {
        width: 20%;
        text-align: left;
    }

    .footer-lower-item.second-item {
        width: 20%;
        text-align: left;
    }

    .footer-lower-item.third-item {
        width: 20%;
        text-align: left;
    }

    .footer-lower-item.fourth-item {
        width: 20%;
        text-align: left;
    }

    .footer-lower-item.fifth-item {
        width: 20%;
        text-align: left;
    }

    .footer-lower-item p, .footer-lower-item li, .footer-lower-item a {
        margin-bottom: 8px;
        color: #999;
        text-align: left;
        width: 90%;
    }

        .footer-lower-item a:hover {
            margin-bottom: 8px;
            color: #fff;
            text-align: left;
            text-decoration: underline;
        }

.top-menu-japan #search-custom {
    width: 400px;
}

.social-icon {
    -moz-opacity: 0.65;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}

    .social-icon:hover {
        -moz-opacity: 1;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    }

@media screen and (max-width:820px) {
    #boxes {
        display: none !important;
    }
}

/*Flexslider CSS*/

.pd-image-slider-wrapper .flex-direction-nav li {
    background-color: #e9e9e9;
}

.pd-image-slider-wrapper {
    position: relative;
}

    .pd-image-slider-wrapper .flex-direction-nav li {
        position: absolute;
        height: 20%;
        width: 40px;
        top: 45%;
    }

        .pd-image-slider-wrapper .flex-direction-nav li:first-child {
            left: 0;
        }

        .pd-image-slider-wrapper .flex-direction-nav li:last-child {
            right: 0;
        }

        .pd-image-slider-wrapper .flex-direction-nav li a {
            display: block;
            height: 100%;
            width: 100%;
            /* image replacement */
            overflow: hidden;
            text-indent: 100%;
            white-space: nowrap;
            -webkit-transition: background-color 0.2s;
            -moz-transition: background-color 0.2s;
            transition: background-color 0.2s;
        }

    .pd-image-slider-wrapper .no-touch .flex-direction-nav li a:hover {
        background-color: #323234;
    }

    .pd-image-slider-wrapper .flex-direction-nav li a::before, .pd-image-slider-wrapper .flex-direction-nav li a::after {
        /* left and right arrows in css only */
        content: '';
        position: absolute;
        background-color: #3f4d85;
        left: 1em;
        top: 3.2em;
        /*left: 35%;
   top: 100%;*/
        width: 2px;
        height: 13px;
        /*background-color: #000;*/
    }

    .pd-image-slider-wrapper .flex-direction-nav li a::before {
        -webkit-transform: translateY(-35px) rotate(45deg);
        -moz-transform: translateY(-35px) rotate(45deg);
        -ms-transform: translateY(-35px) rotate(45deg);
        -o-transform: translateY(-35px) rotate(45deg);
        transform: translateY(-35px) rotate(45deg);
    }

    .pd-image-slider-wrapper .flex-direction-nav li a::after {
        -webkit-transform: translateY(-27px) rotate(-45deg);
        -moz-transform: translateY(-27px) rotate(-45deg);
        -ms-transform: translateY(-27px) rotate(-45deg);
        -o-transform: translateY(-27px) rotate(-45deg);
        transform: translateY(-27px) rotate(-45deg);
    }

    .pd-image-slider-wrapper .flex-direction-nav li:last-child a::before {
        -webkit-transform: translateY(-35px) rotate(-45deg);
        -moz-transform: translateY(-35px) rotate(-45deg);
        -ms-transform: translateY(-35px) rotate(-45deg);
        -o-transform: translateY(-35px) rotate(-45deg);
        transform: translateY(-35px) rotate(-45deg);
    }

    .pd-image-slider-wrapper .flex-direction-nav li:last-child a::after {
        -webkit-transform: translateY(-27px) rotate(45deg);
        -moz-transform: translateY(-27px) rotate(45deg);
        -ms-transform: translateY(-27px) rotate(45deg);
        -o-transform: translateY(-27px) rotate(45deg);
        transform: translateY(-27px) rotate(45deg);
    }

@media only screen and (min-width: 768px) {
    .pd-image-slider-wrapper .flex-direction-nav li {
        width: 30px;
    }
}

@media only screen and (min-width: 1170px) {
    .pd-image-slider-wrapper .flex-direction-nav li a::before, .pd-image-slider-wrapper .flex-direction-nav li a::after {
        background-color: #000;
        -webkit-transition: background-color 0.2s;
        -moz-transition: background-color 0.2s;
        transition: background-color 0.2s;
    }
}

.cd-see-all {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #252527;
    text-align: center;
    text-transform: uppercase;
    color: #6b6b70;
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-transition: color, 0.2s;
    -moz-transition: color, 0.2s;
    transition: color, 0.2s;
}

.no-touch .cd-see-all:hover {
    color: #79b6e4;
}

.cd-testimonials-all {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-testimonials-all .cd-testimonials-all-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

        .cd-testimonials-all .cd-testimonials-all-wrapper > ul {
            width: 90%;
            max-width: 1170px;
            margin: 4em auto;
        }

            .cd-testimonials-all .cd-testimonials-all-wrapper > ul:after {
                content: "";
                display: table;
                clear: both;
            }

    .cd-testimonials-all .cd-testimonials-item {
        margin-bottom: 2em;
        opacity: 0;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translate3d(0, 0, 0) scale(0.4);
        -moz-transform: translate3d(0, 0, 0) scale(0.4);
        -ms-transform: translate3d(0, 0, 0) scale(0.4);
        -o-transform: translate3d(0, 0, 0) scale(0.4);
        transform: translate3d(0, 0, 0) scale(0.4);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform .3s, opacity .3s;
        -moz-transition: -moz-transform .3s, opacity .3s;
        transition: transform .3s, opacity .3s;
    }

    .cd-testimonials-all p {
        position: relative;
        background: #79b6e4;
        color: white;
        padding: 2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1.4;
        border-radius: 0.25em;
        margin-bottom: 1em;
    }

        .cd-testimonials-all p::after {
            /* creating the triangle in css */
            content: '';
            position: absolute;
            top: 100%;
            left: 2em;
            height: 0;
            width: 0;
            border: 8px solid transparent;
            border-top-color: #79b6e4;
        }


    .cd-testimonials-all.is-visible {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

        .cd-testimonials-all.is-visible .cd-testimonials-item {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0) scale(1);
            -moz-transform: translate3d(0, 0, 0) scale(1);
            -ms-transform: translate3d(0, 0, 0) scale(1);
            -o-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
        }

@media only screen and (min-width: 768px) {
    .cd-testimonials-all .cd-testimonials-item {
        width: 46%;
        margin: 0 2% 3em;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-testimonials-all .cd-testimonials-item {
        width: 30%;
        margin: 0 1.6666% 3em;
    }
}

.close-btn {
    position: fixed;
    display: block;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 5%;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

    .close-btn::before, .close-btn::after {
        /* close icon in css */
        content: '';
        position: absolute;
        display: inline-block;
        width: 2px;
        height: 24px;
        top: 8px;
        left: 19px;
        background-color: #39393c;
    }

    .close-btn::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .close-btn::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

/* NVIDIA Hub Page CSS */
.nvidia-cameras .support_jetson, .nvidia-cameras .xavier_camera, .nvidia-cameras .nano_camera {
    padding: 1em !important;
}

.nvidia-cameras .camera_board {
    padding-top: 2em !important;
}

.nvidia-cameras .support_jetson_camera th {
    background: #0468A2;
    color: #fff;
    font-size: 13px;
}

.nvidia-cameras .support_jetson_camera td {
    padding: 8px 8px 8px 8px;
    text-align: center;
    color: #2c2c2c;
}

.nvidia-cameras .support_jetson_camera tr:nth-child(even) {
    background-color: #f3f3f3;
}

/* Camera Module CSS */
.camera-modulemain .resultblock {
    float: left;
    width: 31%;
    PADDING: 0EM 0.5em;
}

.camera-modulemain .col-md-4 {
    width: 100%;
    float: left;
    margin-bottom: 2em;
    MARGIN-LEFT: 1EM;
    height: 500px;
    /* margin-top: 2em; */
    border: 1px solid #0468A2;
}

.camera-modulemain h3.title {
    padding: 10px 0px 10px 0px;
    COLOR: #FFFFFF;
    BACKGROUND: #0468A2;
    FONT-SIZE: 14PX;
    font-weight: normal;
}

.camera-modulemain .modules .product-image {
    vertical-align: middle;
    PADDING: 2EM;
    margin: 0px auto;
}

    .camera-modulemain .modules .product-image img {
        width: 135px;
        height: 110px;
    }

.camera-modulemain .description {
    font-size: 12px;
    padding: 15px !important;
    COLOR: #838383;
    border-top: 1px solid rgba(4, 104, 162, 0.21);
    padding-bottom: 0px !important;
}

.camera-modulemain ul.feature li {
    list-style: none;
    text-align: left;
    line-height: 2em;
}

.camera-modulemain .filterblock label {
    color: #0468a2;
}

.camera-modulemain .prd-category {
    width: 25%;
    float: left;
    border: 1PX solid #e9e9e9;
}

.camera-modulemain .title h4 {
    background: #036228;
    padding: 0.5em;
    font-size: 13PX;
    color: #fff;
}

.camera-modulemain #filters {
    text-align: left;
    line-height: 25px;
    WIDTH: 90%;
    MARGIN: 10PX AUTO;
    font-size: 12PX;
}

    .camera-modulemain #filters h5 {
        font-size: 13px;
        margin: 0.5em;
        margin-left: 0em;
    }

    .camera-modulemain #filters .filterblock {
        margin-left: 1em;
    }

.camera-modulemain .prd-list {
    margin-top: 1em;
    float: left;
    width: 100%;
}

.camera-modulemain #resultsearch {
    font-size: 20px;
    text-align: center;
    padding: 1em;
    background: #f1f1f1;
}

.camera-modulemain .interface-wrap, .camera-modulemain .Mpixel-wrap, .camera-modulemain .frame-rate, .camera-modulemain .sensor-wrap, .camera-modulemain .chroma-wrap, .camera-modulemain .shutter-wrap, .camera-modulemain .focus-wrap, .camera-modulemain .pixelsize-wrap, .camera-modulemain .opticalfrmt-wrap {
    margin: 0 5% 0 0;
    padding: 0;
    text-align: left;
}

.camera-modulemain .filters, .camera-modulemain .overall-main-menus .see3CAM-mainmenus {
    float: left;
    width: 75%;
    /* margin-left: 1em; */
}

.camera-modulemain .filter-options {
    float: left;
    width: 22%;
}

.camera-modulemain .clear-filter {
    vertical-align: middle;
    height: 4em;
    margin-right: 5%;
}

    .camera-modulemain .clear-filter .clear {
        background: #9e9e9e;
        color: #fff;
        padding: 0.5em;
        width: 60%;
        margin-top: 1em;
        border: 0px;
        border-radius: 5px;
        cursor: pointer;
    }

/* Selector CSS */

#resultsearch {
    font-size: 20px;
    text-align: center;
    padding: 1em;
    background: #f1f1f1;
}

.interface-wrap, .Mpixel-wrap, .frame-rate, .focus-wrap, .chroma-wrap, .shutter-wrap, .camera-wrap, .processsor-wrap, .sensor-wrap, .fps-wrap, .App-wrap, .pixelsize-wrap, .opticalformat-wrap, .enclosure-wrap {
    margin: 0 5% 0 0;
    padding: 0;
    text-align: left;
}

.filters {
    float: left;
    width: 75%;
    margin-left: 0em;
}

.filter-options {
    float: left;
    width: 25%;
}

.result h2 {
    margin: 0.5em;
    text-align: right;
    color: #9E9E9E;
    font-size: 16px;
    font-weight: normal;
}

.clear-filter {
    vertical-align: middle;
    height: 2em;
}

    .clear-filter .clear {
        background: rgba(158, 158, 158, 0);
        padding: 0em;
        margin: 0em;
        color: #2874f0;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 500;
        border: 0px;
        border-radius: 0px;
        text-align: left;
        vertical-align: bottom;
        cursor: pointer;
    }

.filter td {
    padding: 0.5em;
    text-align: left;
}

.headmenu div a.header-menu-link {
    padding: 1px 20px 1px 10px !important;
}

.breadcrumbs1 p {
    margin: 10px auto;
}

.clear-filter:focus {
    outline: none;
}
/*
Back to top button 
*/
#back-top {
    position: fixed;
    bottom: 20px;
    margin: 0;
    float: right;
    width: auto;
    right: 20px;
    z-index: 100;
}

    #back-top a {
        width: 60px;
        display: block;
        text-align: center;
        font: 11px/100% Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        color: #bbb;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }
    /* arrow icon (span tag) */
    #back-top span {
        width: 60px;
        height: 60px;
        display: block;
        margin-bottom: 7px;
        background: #77AF10 url(https://d2u56hfpsewfc3.cloudfront.net/images/article/cd-top-arrow.svg) no-repeat center 50%;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }
/*
	Max width before this PARTICULAR table gets nasty. This query will take effect for any screen smaller than 760px and also iPads specifically.
	*/
@media only screen and (max-width: 767px) {
    .maincontainer .overall-menu {
        min-height: max-content;
        height: max-content;
    }

    .header-contacts {
        width: 100%;
    }

    .country-logo {
        display: block;
        margin: 0px auto;
        width: 100%;
        float: none;
        text-align: center;
        line-height: 0px;
    }

    .p_main .header-contacts {
        width: auto;
    }

    .p_main .country-logo {
        color: #777;
        display: inline;
        float: left;
        width: auto;
        font-size: 13px;
        line-height: 22px;
        padding: 5px;
    }

    .p_main .header-helpful .login-reg .header-contacts .callno, .p_main .header-helpful .login-reg .header-contacts .track-order, .p_main .header-helpful .login-reg .header-contacts .login-css {
        display: block;
    }

    .header-helpful .login-reg .header-contacts .callno, .header-helpful .login-reg .header-contacts .track-order, .header-helpful .login-reg .header-contacts .login-css {
        display: none !important;
    }
}

/*@media only screen and (min-width: 767px) {
    .overall-menu {
        min-height: 210px;
    }
}*/
@media only screen and (max-device-width: 1023px) and (min-device-width: 768px) {
    .login-reg {
        width: 100%;
        float: left;
    }

    .wrapper .header-helpful .login-reg .header-contacts, .wrapper-scroll .header-helpful .login-reg .header-contacts {
        width: 55%;
        float: none;
        margin: 0px auto;
    }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1023px) {
    .wrapper .header-helpful, .wrapper-scroll .header-helpful {
        width: 100%;
        float: left;
    }

    .wrapper .contact-down, .wrapper-scroll .contact-down, .wrapper #search-custom {
        width: 98%;
    }

    .responsive-menu-all {
        z-index: 1;
    }

    wrapper-scroll
    /* Force table to not be like tables anymore */
    .filter-title .mytable, .filter-title .mytable thead, .filter-title .mytable tbody, .filter-title .mytable th, .filter-title .mytable td, .filter-title .mytable tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .filter-title .mytable thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    filter-title .mytable tr {
        margin: 0 0 1rem 0;
    }

        filter-title .mytable tr:nth-child(odd) {
            background: #ccc;
        }

    .filter-title .mytable td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        .filter-title .mytable td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

    .filter-title .mytable .title-camera td:nth-of-type(1):before, .filter-title .mytable .title-module td:nth-of-type(1):before,
    .filter-title .mytable .title-board td:nth-of-type(1):before, .filter-title .mytable .title-serdes td:nth-of-type(1):before, .filter-title .mytable .title-access td:nth-of-type(1):before {
        content: none;
    }

    .filter-title .mytable .title-camera td, .filter-title .mytable .title-module td,
    .filter-title .mytable .title-board td, .filter-title .mytable .title-serdes td, .filter-title .mytable .title-access td {
        padding-left: 0%;
    }

    .filter-title .mytable td:first-child {
        background-color: #77af10;
        color: #fff;
    }

    .camera-url {
        color: #000000;
        text-decoration: underline;
        cursor: pointer;
    }

    /*
		Label the data
    You could also use a data-* attribute and content for this. That way "bloats" the HTML, this way means you need to keep HTML and CSS in sync. Lea Verou has a clever way to handle with text-shadow.
		*/
    .filter-title .mytable td:nth-of-type(1):before {
        content: "Product Name";
    }

    .filter-title .mytable td:nth-of-type(2):before {
        content: "Sensor Name";
    }

    .filter-title .mytable td:nth-of-type(3):before {
        content: "Focus Type";
    }

    .filter-title .mytable td:nth-of-type(4):before {
        content: "Chroma";
    }

    .filter-title .mytable td:nth-of-type(5):before {
        content: "Mega Pixel";
    }

    .filter-title .mytable td:nth-of-type(6):before {
        content: "Interface";
    }

    .filter-title .mytable td:nth-of-type(7):before {
        content: "Shutter Type";
    }

    .filter-title .mytable td:nth-of-type(8):before {
        content: "Frame Rate";
    }
}

.ok {
    background: #0971b2;
    color: #fff;
    box-shadow: none;
    border: none;
    padding: 0.5em 3em;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
}


/* CX3 RDK Hub Page CSS */
@media screen and (max-width: 767px) {
    .list_cameras .lef_img {
        width: 100%;
        height: auto;
        margin-bottom: .5em;
    }

    .lef_img img {
        margin: 2em 0em;
    }

    .list_cameras .rig_par {
        width: 100%;
        height: auto;
    }

    .list_cameras .prd_pan {
        width: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .rig_par .explore_button {
        margin-top: -2em;
    }
}

/* .prd_pan {
    float: left;
    padding: 1em;
    border: 1px solid #f3f3f3;
    width: 97%;
}

.lef_img {
    float: left;
    width: 20%;
    background: #f3f3f3;
    height: 160px;
}

    .lef_img img {
        width: 160px;
        margin-top: 1.5em;
    }

.rig_par {
    float: right;
    width: 79.5%;
    height: 160px;
    background: #fff;
} */

/* GMSL HUB PAGE STYLE START */
.product-main-hub {
    float: left;
    width: 100%;
    margin-bottom: 1em;
}

.prd_pan {
    float: left;
    padding: 1em;
    border: 1px solid #f3f3f3;
    width: 94%;
    height: 200px;
}

.lef_img {
    float: left;
    width: 20%;
    background: #f3f3f3;
}

.rig_par {
    float: right;
    width: 79.5%;
    height: 180px;
    background: #fff;
}

.explorebutton {
    border-radius: 5PX;
    padding: 0.5em 2em;
    font-size: 14px;
    color: #fff;
    background-color: #3f4d85;
    float: right;
}

.camera-hubpage-ul {
    float: left;
    display: flex;
    width: 95%;
    list-style: none;
    text-align: left;
    margin-top: 0.5em;
}

.camera-hubpage-li {
    width: 40%;
    list-style: none;
}

.camera-hubpage-li-mini {
    width: 20%;
    list-style: none;
}

.camera-hubpage-li-large {
    width: 50%;
}

.camera-hubpage-li-large-extra {
    width: 60%;
}

@media only screen and (min-width:900px) and (max-width:1100px) {
    #footer-lower .first-item, #footer-lower .second-item, #footer-lower .third-item, #footer-lower .fourth-item, #footer-lower .fifth-item {
        width: 45%;
        margin: .5em;
    }

    .index-page .product-design {
        width: 98%;
    }

    .index-page .econ-news .news_title a, .index-page .econ-products .econ-product .product_title a {
        font-size: 14px;
    }

    .index-page .econ-news .news_subtitle {
        height: 250px;
        font-size: 12px;
    }

    .index-page .econ-products .econ-product .product_details ul li a, .index-markets .mkt-application-list .apptitle {
        font-size: 12px;
    }

    .link-btn a {
        font-size: 10px;
    }

    .index-page .econ-products .econ-product .product-information {
        padding: 1em;
    }
}

@media only screen and (max-device-width:900px) and (min-device-width:500px) {
    .desktop-main-productmenusc.see3CAM-mainmenus {
        padding-left: 0px;
    }
    /*foote page*/
    #footer-lower .first-item, #footer-lower .second-item, #footer-lower .third-item, #footer-lower .fourth-item, #footer-lower .fifth-item {
        width: 45%;
        margin: .5em;
    }
    /*Footer page end*/
    /*index.page*/
    .index-page .econ-products .econ-product {
        width: 350px;
    }

    .index-page {
        padding: 0px;
        margin: auto;
    }

        .index-page .m_main .overall-menu {
            min-height: max-content !important;
            height: max-content !important;
        }

    .index-markets .main_title, .index-markets .markets-list-layer {
        width: 89%;
    }

    .index-page .econ-news .news_title a, .index-page .econ-products .econ-product .product_title a {
        font-size: 14px;
    }

    .index-page .econ-news .news_subtitle {
        height: 250px;
        font-size: 12px;
    }

    .index-page .econ-products .econ-product .product_details ul li a, .index-markets .mkt-application-list .apptitle {
        font-size: 12px;
    }

    .link-btn a {
        font-size: 10px;
    }

    .product-design {
        margin: 0px;
        /* 2em;
    width: 100%;
    float: none;*/
    }

    .index-page .econ-products .econ-product {
        width: 45%;
    }

    .mkt-application-list {
        width: 50%;
    }

    .divalign-left {
        margin-left: 0 !important;
    }

    .clients-logo .slider-widget, .partners-logo .slider-widget, .index-page .econ-testimonials .slider-widget {
        width: 100%;
    }

    .index-page .econ-news4 {
        width: 45%;
    }

    .m_main .overall-menu, .p_main div.menu { /*japanees index*/
        height: max-content !important;
        min-height: max-content;
    }
    /*index End page*/
    /*Market page*/

    .main-title {
        font-size: 28px !important;
        line-height: 25px;
    }

    .marketlist {
        margin-bottom: 1em;
        width: 45% !important;
        padding: .5em !important;
        margin: .5em;
        border: 1px solid #f3f3f3;
        float: left;
    }

    .markets-desc {
        padding: 0px !important;
        text-align: justify !important;
        font-size: 14px !important;
        height: 150px !important;
    }
    /*Market page End*/
    /*Partners page */
    .partners-main .leftside-details {
        width: 45%;
        margin: 0px auto;
        padding: 0.5em;
        height: 100px;
        float: left;
        border: 1px solid #e9e9e9;
    }

    .partners-main .rightside-details {
        width: 45%;
        height: 100px;
        float: right;
        border: 1px solid #e9e9e9;
    }
    /*Partners page End*/
    .col-sm-1-12 {
        width: 45% !important;
        margin-top: 1em;
        /* margin-left: 1em; */
        height: max-content !important;
    }

    .camera_board {
        padding: 0px !important;
    }

    #back-top span {
        width: 40px;
        height: 40px;
    }

    .overall-menu {
        /* min-height: 245px; */
        height: max-content !important;
        width: 100%;
        position: unset;
        margin-left: -5px !important;
    }

    .maincontainer {
        background: #FFF;
        overflow: hidden;
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .index-page div.wrapper {
        background-color: #fff;
        margin: 0 auto;
        padding: 16px 0em 15px 4em;
        text-align: center;
        width: 100%; /*full view for tap old 90%*/
    }

    .main1 {
        height: max-content !important;
    }

    .product-main-hub {
        width: 100%;
    }

    .prd_pan {
        width: 100% !important;
        padding: 1em .1em;
        float: left;
        height: max-content !important;
        text-align: center;
    }

    .lef_img {
        float: left !important;
        width: 20% !important;
        background: #f3f3f3;
    }

        .lef_img img {
            width: 98px !important;
            padding: 2em .5em;
            height: 100px;
        }

    .rig_par {
        float: left !important;
        width: 75% !important;
        height: max-content;
        font-size: 12px;
        background: #fff;
    }

        .rig_par p {
            font-size: 12px;
        }

    .explorebutton {
        float: right;
        font-size: 10px;
    }

    #VerticalTab .modules1 {
        height: auto;
        width: 96% !important;
        float: left;
        border: 1px solid #0468A2;
        margin-bottom: 1em;
        margin-left: 1em;
        margin-top: 1em !important;
    }
}

@media only screen and (max-device-width:500px) and (min-device-width:300px) {
    .col-sm-1-12 #VerticalTab .modules .product-image {
        padding: 0em;
    }

    .col-sm-1-12 #VerticalTab ul.feature {
        font-size: 10px;
    }
    /* .m_head_top{
        height: 230px !important;
    } */
    .camera-hubpage-ul {
        display: block;
    }

        .camera-hubpage-ul .camera-hubpage-li, .camera-hubpage-ul .camera-hubpage-li-large-extra, .camera-hubpage-ul .camera-hubpage-li-large, .camera-hubpage-ul .camera-hubpage-li-mini {
            width: 100%;
            list-style: none;
        }

    .inner-content-left-wsqt img {
        width: 95%;
    }

    .inner-content-left-wsqt {
        width: auto;
    }

    .desktop-main-productmenusc.see3CAM-mainmenus {
        padding-left: 1em;
    }
    /*index.page*/
    .main_title .details {
        text-align: justify !important;
    }

    .index-page .econ-news .news_subtitle {
        height: auto !important;
    }

    .index-page .divalign-left {
        margin-left: 0 !important;
    }

    .news_subtitle {
        font-size: 12px;
    }

    .index-title .title {
        font-size: 22px;
    }

    .index-markets .mkt-application-list .apptitle {
        font-size: 11px;
    }
    /*index.page End*/

    /*Market page*/

    .main-title {
        font-size: 24px !important;
        line-height: 25px;
    }

    markets-list-layer .econ-12 .row {
        margin: 1em !important;
    }

    .econ-12 .row .marketlist {
        width: auto;
        padding: 1em !important;
        margin: 1em auto;
        border: 1px solid #f3f3f3;
        float: left;
    }

    .markets-desc {
        padding: 0px !important;
        text-align: justify !important;
        font-size: 13px !important;
        height: max-content !important;
    }
    /*Market page End*/
    /*Partners page*/
    .partners-main .leftside-details, .partners-main .rightside-details {
        width: 100%;
        margin: 0px auto;
        padding: 0.5em;
        height: 100px;
        float: none;
        /* border: 1px solid #e9e9e9; */
    }

    /*Partners page End*/
    .overall-main-menus p {
        font-size: 12px;
    }

    .product-main-hub {
        margin: 1em 1em !important;
    }

    .prd_pan {
        width: 80% !important;
        float: left;
        height: max-content !important;
        text-align: center;
    }

    .rig_par p {
        font-size: 11px;
    }

    .lef_img {
        float: left;
        width: 100%;
        background: #f3f3f3;
    }

        .lef_img img {
            width: 100%;
        }

    .rig_par {
        float: left;
        width: 100%;
        height: max-content;
        font-size: 12px;
        background: #fff;
    }

    .explorebutton {
        text-align: center !important;
        float: none !important;
        font-size: 10px;
    }
}
/* GMSL HUB PAGE STYLE END HERE */

.main_detail {
    padding: 0EM 1em;
    position: relative;
    width: 97%;
}

.rig_par h2 {
    color: #78ba01;
    text-align: left;
    margin-bottom: 0.5EM;
}

.rig_par h4 {
    color: #0400ac;
    font-weight: normal;
    text-align: LEFT;
    margin-bottom: 0.5EM;
}

.rig_par .explore_button {
    border-radius: 5PX;
    padding: 0.5em 2em;
    font-size: 14px;
    color: #fff;
    background-color: #3f4d85;
    float: right;
}

.main_par {
    margin-bottom: 0em;
    padding-left: 0EM;
    width: 100%;
}

.offer_img {
    position: absolute;
    top: 0px;
    left: 10em;
}

.list_cameras {
    float: left;
    width: 100%;
    margin: 0.5em 0em;
}

/* Camera Board CSS */

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    /* padding: 15px; */
}

.resp-tab-active {
    border: 1px solid #5AB1D0 !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    border-top: 4px solid #5AB1D0 !important;
    border-bottom: 0px #fff solid !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
    height: max-content;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #5AB1D0;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
    height: max-content;
    background-color: #fff;
    float: left;
    width: 100%;
    padding: 0px;
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 0;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5AB1D0 !important;
    border-left: 4px solid #5AB1D0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important;
    height: max-content !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB; /* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

    .resp-easy-accordion .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1; /* !important;*/
    }

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1; /* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}

/*Download Tab CSS*/
@media screen and (max-width: 425px) {
    .std .doc-lef, .std .doc-rig {
        float: none !important;
        height: auto !important;
        width: 100% !important;
        border: none !important;
    }
}

/*End Download Tab CSS*/
.overall-menu .headmenu div a {
    float: none;
    padding: 1px 20px 1px 10px !important;
}

.panel {
    padding: 0px !important;
}

.see3cam-inner {
    float: left;
    width: 100%;
}

    .see3cam-inner h4 {
        float: left;
        width: 100%;
        text-align: left;
        margin: 10px 0 20px 0;
    }

.product-info {
    float: left;
    width: 100%;
}

.product-info-inner {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f0f0), to(#fefefe));
    background: #FFFFFF;
    border: 1px solid #e2e4e4;
    border-radius: 6px;
    float: left;
    padding: 10px;
    width: 97.95%;
    margin: 0 0 20px 0;
}

.product-info-left {
    float: left;
    width: 23%;
    text-align: center;
    border-right: 1px solid #CCCCCC;
    margin: 0 40px 0 0;
    min-height: 180px;
}

    .product-info-left a {
        margin: 6px 0;
        float: left;
        width: 100%;
    }

    .product-info-left img {
        text-align: center;
        margin: 10px 0 0 0;
    }

.product-info-right {
    float: left;
    width: 72%;
}

.see3CAM-rgihtside-cnt {
    float: left;
    width: 100%;
}

.see3CAM-rgihtside-cntinner {
    float: left;
    width: 50%;
}

    .see3CAM-rgihtside-cntinner p {
        float: left;
        width: 100%;
        min-height: 24px;
        margin: 0 0 6px 0;
        padding: 0;
    }

        .see3CAM-rgihtside-cntinner p strong {
            float: left;
            width: 40%;
        }

        .see3CAM-rgihtside-cntinner p i {
            float: left;
            width: 3%;
            padding: 0 15px 0 0;
            font-style: normal;
        }

.tara {
    height: 350px;
}

/* mobile layout */
@media only screen and (max-width: 425px) {
    .camera_board {
        padding: 14px;
        height: 2800px;
        margin: 0px auto;
    }

    #back-top span {
        width: 25px;
        height: 25px;
        float: right;
        margin-right: -20px;
    }

    .camera_board .col-md-4, .col-sm-1-12 {
        width: 80% !important;
        MARGIN-LEFT: 2EM !important;
        margin-top: 2em !important;
        float: none;
    }

    .see3CAM-mainmenus #VerticalTab .resp-tabs-container {
        margin: 0px auto;
    }

    .industrial_camera {
        margin: 0px auto;
        padding: 14px;
        height: 725px;
    }

    .see3CAM-mainmenus #VerticalTab .modules1 .img-prd, .see3CAM-mainmenus #VerticalTab .modules1 .description {
        float: none;
        width: 86%;
    }

    .see3CAM-mainmenus #VerticalTab .modules1 .product-image {
        border-bottom: 1px solid rgba(4, 104, 162, 0.24);
    }

    .cypress {
        margin: 0px auto;
        /* padding: 14px; */
        /* height: 800px; */
    }

    .see3CAM-mainmenus #VerticalTab .modules1 .product-image {
        border-bottom: 1px solid rgba(4, 104, 162, 0.24);
    }

    .tara {
        margin: 0px auto;
        /* padding: 14px; */
        height: 450px;
    }

    .zoom_camera {
        margin: 0px auto;
        padding: 14px;
        height: 400px;
    }

    .see3CAM-mainmenus .resp-vtabs .resp-tab-content {
        border: none;
    }

    h2.resp-accordion {
        border: 1px solid #c1c1c1 !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border: none;
    }
}

/* Tablet Layout */
@media only screen and (min-width: 768px) {
    .see3CAM-mainmenus #VerticalTab .resp-tabs-container {
        margin: 0px auto;
    }

    .panel {
        margin: 0px auto;
    }

    .camera_board {
        padding: 6px;
        height: 980px;
        margin: 0px auto;
    }

        .camera_board .modules {
            width: 22.56%;
            MARGIN-LEFT: 1EM;
            max-height: 520px;
            min-height: 520px;
        }

    .panel .modules {
        width: 22.56%;
        MARGIN-LEFT: 1EM;
        max-height: 550px;
        min-height: 550px;
    }

    .industrial_camera {
        height: 485px;
    }

    .see3CAM-mainmenus #VerticalTab .modules1 .img-prd {
        width: 39%;
    }

    .resp-tab-content {
        width: 95%;
    }

    .cypress {
        height: 435px;
    }

    .tara {
        height: 285px;
    }

    .zoom_camera {
        height: 235px;
    }

    .see3CAM-mainmenus .resp-vtabs .resp-tab-content {
        border: none;
    }

    h2.resp-accordion {
        border: 1px solid #c1c1c1 !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border: 0px solid rgba(0, 0, 0, 0) !important;
    }
}

#VerticalTab .modules .product-image {
    width: 120px;
    height: 110px;
}

.overall-main-menus .see3CAM-mainmenus #VerticalTab .description {
    BACKGROUND: none;
}

.support_jetson, .xavier_camera {
    padding: 1em !important;
}

.support_jetson_camera tr:nth-child(even) {
    background-color: #f3f3f3;
}

.support_jetson_camera td {
    padding: 8px 8px 8px 8px;
    text-align: center;
    color: #2c2c2c;
}

.support_jetson_camera th {
    background: #0468A2;
    color: #fff;
    font-size: 13px;
}
/* vertical tab css */
#VerticalTab ul.feature {
    text-align: left;
    margin: 0px auto;
    font-size: 12px;
    line-height: 2.3em;
}

    #VerticalTab ul.feature li {
        list-style: none;
        text-align: left;
        line-height: 2em;
    }

.overall-main-menus .see3CAM-mainmenus {
    float: left;
    width: 100%;
}

#VerticalTab .description {
    font-size: 12px;
    padding: 15px !important;
    BACKGROUND: #FFFFFF;
    COLOR: #838383;
    border-top: 1px solid rgba(4, 104, 162, 0.21);
    padding-bottom: 0px !important;
}

#VerticalTab .modules1 .description {
    font-size: 12px;
    padding: 15px !important;
    BACKGROUND: #FFFFFF;
    COLOR: #838383;
    border-left: 1px solid rgba(4, 104, 162, 0.21);
    border-top: 0px dotted gray !important;
    float: right;
    width: 55%;
}

#VerticalTab .modules1 {
    height: auto;
    width: 100%;
    float: left;
    border: 1px solid #0468A2;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-top: 0em;
}

    #VerticalTab .modules1 .img-prd {
        float: left;
        width: 40%;
    }

    #VerticalTab .modules1 .product-image img {
        width: 120px;
        height: 110px;
        padding: 1em;
    }

#VerticalTab .modules .product-image img {
    width: 120px;
    height: 110px;
}

.col-md-4 {
    width: 22.56%;
    float: left;
    margin-bottom: 2em;
    MARGIN-LEFT: 1EM;
    height: 450px;
    border: 1px solid #0468A2;
}

.imx6-som .col-md-4 {
    width: 30%;
    height: 500px;
    margin-top: 0em;
}

li.resp-tab-item.hor_1.resp-tab-active:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f3f3f3;
    right: 0%;
    bottom: 0%;
    left: 93%;
    top: 50%;
    transform: rotate(270deg);
}

#VerticalTab h3.title {
    padding: 10px 0px 10px 0px;
    COLOR: #FFFFFF;
    BACKGROUND: #0468A2;
    FONT-SIZE: 14PX;
    font-weight: normal;
}

#VerticalTab .resp-tabs-list li:hover {
    background: #8B8E80 !important;
    color: #FFFFFF;
}

#VerticalTab .modules1 .product-image {
    vertical-align: middle;
    margin: 0px auto;
}

#VerticalTab .modules .product-image {
    vertical-align: middle;
    PADDING: 2EM;
    margin: 0px auto;
}

#VerticalTab .resp-tabs-list {
    width: 15%;
}

#VerticalTab .resp-tabs-container {
    width: 84%;
    border: 1px solid #F3F3F3 !important;
    border-radius: 5px;
}

#VerticalTab .resp-tabs-list li.resp-tab-active {
    border: 1px solid #0468A2 !important;
    border-left: 1px solid #0468A2 !important;
    border-right: 1px #0468A2 solid !important;
    color: #FFFFFF;
    background: #0468A2 !important;
    margin-right: 0px !important;
    border-radius: 2px;
}

#VerticalTab .resp-tabs-list li {
    color: #FFFFFF;
    background: #74ae3d !important;
}

#VerticalTab .resp-tabs-list li {
    font-weight: normal;
    padding: 15px !important;
    font-size: 13px;
}

.computer-module #VerticalTab .resp-tabs-list {
    width: 20%;
}

.computer-module #VerticalTab .resp-tabs-container {
    width: 78%;
}

.computer-module #VerticalTab .resp-tabs-list li.resp-tab-active {
    border: 1px solid #57826C !important;
    border-left: 1px solid #57826C !important;
    border-right: 1px #57826C solid !important;
    background: #57826C !important;
    color: #FFFFFF;
    margin-right: 0px !important;
    border-radius: 2px;
}

.computer-module #VerticalTab .resp-tabs-list li {
    color: #51524C;
    border-radius: 2px;
    background: #A3AFA9 !important;
}
