/* pre loader */
.bg-loader {
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url('https://www.accutechlabels.com/assets/img/logo-gif.gif') 50% 50% no-repeat rgb(249, 249, 249);
    background-size: 150px 150px;
    z-index: 99999999;
}

.goog-logo-link {
    display: none;
}

@font-face {
    font-family: HelveticaNowDisplay-Bold;
    src: url('../fonts/HelveticaNowDisplay-Bold.ttf') format('truetype');
}

@font-face {
    font-family: HelveticaNowText-Light;
    src: url('../fonts/HelveticaNowText-Light.ttf') format('truetype');
}

/* ============== Default Element Style ================ */

body {
    font-family: HelveticaNowText-Light;
    overflow-x: clip;
    scroll-behavior: smooth;
}

a:hover,
a:focus {
    text-decoration: none;
}

h1 {
    font-size: 52px;
    font-weight: 500;
    color: #333;
    margin: 0px;
    padding: 0px;
    margin-top: 100px;
    line-height: 48px;
    font-family: HelveticaNowDisplay-Bold;
}

    /*Banner Title*/
    h1 span {
        font-size: 16px;
        font-weight: 400;
        color: #333;
        text-transform: capitalize;
        display: block;
        text-transform: uppercase;
    }

        h1 span i {
            color: #000;
            font-style: normal;
            font-family: HelveticaNowText-Light;
        }

h2, .h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0px;
    padding: 0 0 40px;
    color: #333;
    font-family: HelveticaNowDisplay-Bold;
}

    /*Inner Title*/
    h2 span, .h2 span {
        font-size: 16px;
        font-weight: 400;
        color: #333;
        text-transform: capitalize;
        display: block;
        text-transform: uppercase;
        font-family: HelveticaNowText-Light;
    }

@media (max-width: 768px) {

    h1, .h1,
    span.h1,
    span.h2,
    h2, .h2 {
        font-size: 30px !important;
        line-height: 38px !important;
    }
}

h3, .h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
    padding: 0 0 40px;
    color: #1a397f;
    font-family: HelveticaNowDisplay-Bold;
}

/*Blue Title*/

/*h4{font-size:32px; font-weight:600;padding:0 0 40px;color:#333;margin-bottom:30px;}*/
/*Blue and Black Title*/
/*h4 span{font-size:20px; font-weight:600;padding:0 0 40px;color:#1a397f;text-transform:uppercase;display:block;}*/

h4, .h4 {
    font-size: 32px;
    padding: 0 0 20px;
    color: #333;
    font-family: HelveticaNowDisplay-Bold;
}

    /*Blue and Black Title*/
    h4 span, .h4 span {
        font-size: 20px;
        font-weight: 600;
        padding: 0 0 22px;
        color: #1a397f;
        text-transform: capitalize;
        display: block;
        font-family: HelveticaNowText-Light;
    }

p, .fs_16 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    color: #666;
    font-family: HelveticaNowText-Light;
}

.invisible_text {
    visibility: hidden;
    position: absolute;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

audio,
canvas,
img,
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

img {
    border-style: none;
}

.bg-grey {
    background-color: #f5f7fd;
}

/* ============== Common Class ================ */
.secmargin {
    padding: 100px 0;
}

.secmargin-inner {
    padding-bottom: 100px;
}

.btn-default {
    border: 1px solid transparent;
    background-color: #2882db;
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 11px 30px;
    border-color: transparent;
    border-radius: 21px;
    background-image: none;
    text-shadow: none;
    cursor: pointer;
}

    .btn-default:hover {
        color: #2882db;
        background-color: #fff;
        transition: 0.3s;
        border: 1px solid #2882db;
    }

.btn-arrow {
    color: #2882db;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
}

    .btn-arrow:hover {
        color: #2882db;
    }

    .btn-arrow i {
        margin-left: 10px;
    }

@media (max-width:992px) {
    h4 {
        font-size: 28px;
    }
}

@media only screen and (max-width:767px) {
    .secmargin {
        padding: 50px 0;
    }
}


/*Footer*/
#footer {
    background-color: #f5f5f5;
    padding: 70px 0;
}

    #footer h3 {
        font-size: 22px;
        color: #333333;
        text-transform: capitalize;
        margin: 0px;
    }

    #footer .footernav li {
        line-height: 30px;
        margin-bottom: 5px;
    }

        #footer .footernav li a {
            color: #666;
            font-size: 15px;
            font-family: HelveticaNowText-Light;
        }

        #footer .footernav li.active {
            color: #1a397f !important;
            font-weight: 700 !important;
        }

    #footer .contact-det {
        margin-top: 70px;
    }

        #footer .contact-det p {
            margin: 0px;
            margin-left: -35px;
            margin-bottom: 10px;
        }

            #footer .contact-det p a {
                color: #666;
                font-weight: 500 !important;
            }

            #footer .contact-det p,
            #footer .contact-det p a,
            #footer p {
                display: flex;
                font-weight: 300;
                font-size: 16px;
            }

        #footer .contact-det i {
            font-size: 16px;
            margin-top: 6px;
            color: #666;
        }

    #footer .form-control {
        background-color: #ebebeb;
        border: none;
        border-radius: 0;
        box-shadow: none;
        color: #666666;
        font-family: HelveticaNowText-Light;
    }

    #footer .btn-default {
        text-transform: capitalize;
    }

    #footer .social-media {
        text-align: right;
        margin-top: 48px;
        margin-top: 70px;
    }

        #footer .social-media a i {
            color: #666666;
            font-size: 18px;
            margin-bottom: 26px;
        }

#footer-bottom {
    background-color: #1a397f;
    padding: 10px 0 1px 0;
    position: absolute;
    width: 100%;
}

    #footer-bottom p {
        margin: 0px;
        margin-bottom: 15px;
    }

        #footer-bottom p,
        #footer-bottom p a {
            color: #fff;
            font-weight: 300;
            font-size: 15px;
        }

#footer .captcha-class {
    padding: 0px;
}

@media screen and (max-width: 767px) {
    #footer {
        text-align: center;
        padding: 40px 0;
        padding-top: 0px;
    }

        #footer h3 {
            margin-top: 50px;
        }

    #footer-bottom {
        padding-bottom: 15px;
    }

        #footer-bottom p {
            margin-bottom: 0px;
        }

    #footer .contact-det {
        margin-top: 50px;
        text-align: center;
    }

    #footer .social-media {
        text-align: center;
        margin-top: 20px;
    }

        #footer .social-media a i {
            margin-bottom: 0px;
            margin-right: 15px;
        }

    #footer-bottom p {
        text-align: center;
    }

    #footer .form-group {
        margin-bottom: 0px;
    }

    #footer .form-control {
        margin-bottom: 15px;
    }

    #footer .contact-det i {
        display: none;
    }

    #footer .contact-det p,
    #footer .contact-det p a,
    #footer p {
        display: initial;
        margin: 0px;
        padding: 0px;
    }

    #footer .footer-form-sec .form-group {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #footer h3 {
        font-size: 15px;
    }

    #footer .contact-det p {
        margin-left: -15px;
    }
}


/*Top*/
.top {
    padding: 8px 0;
    padding-bottom: 14px;
    background: #262626;
}

    .top a {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        margin-left: 40px;
        float: right;
        letter-spacing: 1px;
    }

#navigation .dropdown-menu > li > a {
    padding: 6px 10px;
}

#navigation .dropdown-menu {
    background: #fff;
    color: #1a397f;
    border-top: 0px;
    padding: 0px;
    box-shadow: none;
}

.dropdown-menu > li > a {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

/*Navigation*/
.navbar-default {
    background-color: #1a397f;
    border-color: transparent;
    margin-top: -7px;
    box-shadow: none;
    background-image: none;
    border-radius: 0px;
}

    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        text-shadow: none;
        margin-left: 5px;
        margin-right: 5px;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: transparent;
        font-size: 16px;
        font-weight: 700;
    }

    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .open > a {
        background-image: none;
    }

        .navbar-default .navbar-nav > .active > a::after {
            content: "";
            border-bottom: 4px solid #2882db;
            display: block;
            position: absolute;
            bottom: 13px;
            width: 35%;
        }

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    width: 97%;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a {
    box-shadow: none;
}

.navbar-nav > li > a {
    padding-top: 23px;
    padding-bottom: 25px;
    margin-bottom: 2px;
}

#navigation .btn-nav {
    position: relative;
    top: 23px;
    margin-left: 30px;
}

    #navigation .btn-nav .btn-default {
        padding: 10px 25px;
        font-size: 14px;
        font-weight: 600;
        box-shadow: none;
        text-transform: uppercase;
    }

#navigation .navbar-brand {
    padding: 18px 15px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #1a397f;
    transition: all .3s linear;
    padding-left: 15px !important;
}

#buttonchange {
    color: #fff;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .top a {
        float: none;
    }

    /*Navigation*/
    .navbar-brand {
        width: 80%;
    }

    #navigation .navbar-brand {
        padding: 15px;
    }

    .navbar-default .navbar-toggle {
        border: none;
    }

    .navbar-toggle {
        margin-top: 12px;
        margin-bottom: 15px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #fff;
    }

    .navbar-default .navbar-nav > .active > a::after {
        display: none;
    }

    .navbar-right {
        margin-right: 0;
    }

    #navigation .nav li a {
        border-bottom: 1px solid #ffffff14;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background-color: #1a397f;
        position: absolute;
        width: 102%;
        z-index: 1;
    }

    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-left: -20px;
        border: #e7e7e714;
        box-shadow: none;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        color: #fff;
    }

    .navbar-default .navbar-nav > li > a {
        color: #333;
        margin-left: 20px;
    }

        .navbar-default .navbar-nav > li > a:focus,
        .navbar-default .navbar-nav > li > a:hover {
            color: #fff;
        }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav > .open > a:hover {
        color: #fff;
    }

    .navbar-nav > li > a {
        padding: 10px 0px;
    }

    .top {
        text-align: center;
    }

    .navbar-collapse {
        padding-bottom: 50px;
    }

    .top a {
        margin-left: 12px;
        letter-spacing: 0px;
    }

    #navigation .dropdown-menu {
        background: #1a397f;
    }

    #navigation .btn-nav {
        margin-left: 15px;
    }

    #navigation .dropdown-menu > li > a {
        font-weight: 600;
        color: #fff;
        border: none;
    }

        #navigation .dropdown-menu > li > a::before {
            content: "\f054";
            font-family: FontAwesome;
            margin-right: 10px;
            color: #fff;
            font-size: 10px;
        }

    .navbar-default .navbar-nav > li > a {
        letter-spacing: 0px;
        color: #fff;
    }

    .dropdown-menu > li > a {
        margin-left: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
    }

    .nav > li > a {
        padding: 10px 10px;
    }

    .navbar-brand img {
        margin: 0 auto;
    }

    .navbar-nav {
        float: none;
    }

    .navbar-default .navbar-nav > .active > a::after {
        bottom: 0px;
    }

    .navbar-default .navbar-nav > li > a {
        margin-left: 0px;
        margin-right: 0px;
        padding: 10px 12px;
    }

    #navigation .btn-nav {
        top: 11px;
    }

    .navbar-brand {
        width: 100%;
        margin-bottom: 12px;
        float: none;
        text-align: center;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-right {
        float: none !important;
        margin: 15px 9%;
    }

    .btn-nav {
        margin-left: 10px !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .top a {
        margin-left: 15px;
    }
}


/*Inner Banner*/
.webp .whyus-banner {
    background: url(../../assets/img/whyus-banner.webp) top center no-repeat !important;
    height: 530px !important;
}

.faq-banner {
    background: url(../../assets/img/faq-banner.webp) top center no-repeat !important;
    height: 530px !important;
    background-size: cover !important;
}

.no-webp .whyus-banner {
    background: url(../../assets/img/whyus-banner.png) top center no-repeat !important;
    height: 530px !important;
}

.webp #inner-banner {
    background: url(../../assets/img/about-banner.webp) top center no-repeat;
    height: 420px;
}

.no-webp #inner-banner {
    background: url(../../assets/img/about-banner.png) top center no-repeat;
    height: 420px;
}

#whyus p {
    margin: 0px;
    margin-bottom: 10px;
}

#whyus a {
    margin-top: 15px;
}

#inner-banner h1 {
    color: #fff;
    text-align: center;
    padding-top: 150px
}

#inner-banner p {
    color: #fff;
    text-align: center;
}

#inner-banner h1.pd {
    padding-top: 80px;
    padding-bottom: 20px;
}

@media (max-width:767px) {

    #blog h1,
    #inner-banner h1 {
        padding-top: 30px !important;
        font-size: 40px;
    }

        #inner-banner h1.product-inner-content {
            padding-top: 90px !important;
        }
}

/*Home Banner*/
.webp #homebanner .banner1 {
    background: url(../../assets/img/home-banner.webp) top center no-repeat;
    height: 592px;
    background-size: cover
}

.no-webp #homebanner .banner1 {
    background: url(../../assets/img/home-banner.png) top center no-repeat;
    height: 592px
}

.webp #homebanner .banner2 {
    background: url(../../assets/img/home-banner2.webp);
    height: 592px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.no-webp #homebanner .banner2 {
    background: url(../../assets/img/home-banner2.png) top center no-repeat;
    height: 592px
}

.webp #homebanner .banner3 {
    background: url(../../assets/img/home-banner3.webp) top center no-repeat;
    height: 592px
}

.no-webp #homebanner .banner3 {
    background: url(../../assets/img/home-banner3.png) top center no-repeat;
    height: 592px
}

#homebanner .banner2 .text-white {
    color: #fff;
}

    #homebanner .banner2 .text-white span {
        color: #fff;
    }

#homebanner h1, #homebanner .h1 {
    margin-top: 75px;
}

#homebanner .carousel-control.left {
    background: transparent;
    top: 50%;
    left: -35px;
    font-size: 30px;
    color: #1a397f;
    box-shadow: none;
}

#homebanner .carousel-control.right {
    background: transparent;
    top: 50%;
    right: -35px;
    font-size: 30px;
    color: #1a397f;
    box-shadow: none;
}

@media (max-width:767px) {
    .banner-caption h1 {
        margin-top: 25px !important;
        font-size: 28px;
        line-height: 30px;
    }

        .banner-caption h1 span {
            line-height: 25px;
            font-size: 14px;
            margin-top: 12px;
        }

    #homebanner .banner2 .text-white,
    #homebanner .banner2 .text-white span {
        color: #333;
    }

    #homebanner h1 {
        text-align: center;
    }

    .webp #homebanner .banner1 {
        background: none;
        height: auto;
    }

    .no-webp #homebanner .banner1 {
        background: none;
        height: auto;
    }

    .webp #homebanner .banner2 {
        background: none;
        height: auto;
    }

    .no-webp #homebanner .banner2 {
        background: none;
        height: auto;
    }

    .webp #homebanner .banner3 {
        background: none;
        height: auto;
    }

    .no-webp #homebanner .banner3 {
        background: none;
        height: auto;
    }

    #hm-production {
        padding-top: 0px !important;
    }

    #homebanner .carousel-control.left {
        top: 50px;
        left: 0px;
        color: #fff;
        box-shadow: none;
    }

    #homebanner .carousel-control.right {
        top: 50px;
        right: 0px;
        color: #fff;
        box-shadow: none;
    }
}

/*Inner Banner*/
.webp #inner-banner {
    background: url(../../assets/img/inner-banner.webp) top center no-repeat;
    height: 530px;
}

.no-webp #inner-banner {
    background: url(../../assets/img/inner-banner.webp) top center no-repeat;
    height: 530px;
}

#inner-banner h1 {
    color: #fff;
    text-align: center;
    padding-top: 150px;
    /*text-shadow: 0px 0px 10px #000;*/
}

#inner-banner p {
    color: #fff;
    text-align: center;
}

#inner-banner h1.pd {
    padding-top: 80px;
    padding-bottom: 20px;
}

/*Home Production and Quality*/
#hm-production {
    padding: 80px 0 30px 0;
}

    #hm-production h2 {
        margin-top: 110px;
    }

#hm-quality h2 {
    margin-top: 50px;
}

/*#hm-quality {
    padding-bottom: 80px;
}*/

/*Home Counter*/
.webp #hm-counter {
    background: url(../../assets/img/home-counter-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-block: 160px;
}

.no-webp #hm-counter {
    background: url(../../assets/img/home-counter-bg.png) top center no-repeat;
    height: 255px;
}

#hm-counter {
    padding-top: 80px;
}

    #hm-counter h4 {
        font-size: 40px;
        color: #fff;
        font-weight: 500;
        padding: 0;
        margin: 0;
        border-bottom: 5px solid #2882db;
        display: inline-block;
        font-family: HelveticaNowDisplay-Bold;
    }

    #hm-counter h5 {
        font-size: 22px;
        color: #fff;
        font-weight: 500;
        font-family: HelveticaNowDisplay-Bold;
    }

        #hm-counter h5.ls {
            letter-spacing: -1px;
        }

@media (min-width:768px) and (max-width:991px) {
    #hm-counter h4 {
        font-size: 40px;
    }

    #hm-counter h5 {
        font-size: 20px;
    }
}

@media (max-width:767px) {
    #hm-counter {
        background: #1a3a7e !important;
        height: auto !important;
        padding: 40px 0px;
        text-align: center;
    }
}



/*Home Certificates*/
#hm-certi .owl-carousel .owl-item {
    padding: 15px 0;
}

#hm-certi .certi-boxx {
    border-radius: 7px;
    padding: 9px 0;
    box-shadow: 0px 0px 16px 0px rgba(191, 191, 191, 1);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(191, 191, 191, 1);
    -moz-box-shadow: 0px 0px 16px 0px rgba(191, 191, 191, 1);
}



/*Home Expertise*/
#hm-expertise {
    padding-bottom: 40px;
}

    #hm-expertise .certi-box {
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 16px -5px rgba(171, 171, 171, 1);
        -moz-box-shadow: 0px 0px 16px -5px rgba(171, 171, 171, 1);
        box-shadow: 0px 0px 16px -5px rgba(171, 171, 171, 1);
        margin-bottom: 30px;
    }

        #hm-expertise .certi-box h5 {
            font-size: 18px;
            font-weight: 600;
            color: #333;
            line-height: 30px;
        }

        #hm-expertise .certi-box h6 {
            font-size: 14px;
            font-weight: 300;
            color: #999;
            margin-bottom: 20px;
        }

        #hm-expertise .certi-box img {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        #hm-expertise .certi-box .text-box {
            padding: 16px;
        }

    #hm-expertise .owl-carousel .owl-item {
        padding: 15px 0;
    }

    #hm-expertise .owl-theme .owl-controls {
        position: absolute;
        top: -76px;
        right: 0;
    }

        #hm-expertise .owl-theme .owl-controls .owl-buttons div .fa {
            font-size: 16px;
        }

        #hm-expertise .owl-theme .owl-controls .owl-buttons div {
            background: #dcdcdc;
            padding: 9px 29px;
            color: #666;
            transition: 0.3s ease-in-out;
        }

            #hm-expertise .owl-theme .owl-controls .owl-buttons div:hover {
                background: #1A3A7E !important;
                color: #fff !important;
            }

@media (max-width:767px) {
    #hm-expertise .certi-box {
        margin-bottom: 35px;
    }

    #hm-expertise .certi-box2 {
        margin-bottom: 35px;
    }
}

/*Home Discover*/
#hm-discover {
    margin-bottom: 100px;
    padding-top: 100px !important;
}

.webp #hm-discover {
    background: url(../../assets/img/hm-discover-bg.webp) top center no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-block: 120px;
}

.no-webp #hm-discover {
    background: url(../../assets/img/hm-discover-bg.png) top center no-repeat;
    height: 428px;
}

#hm-discover h2 {
    color: #fff;
    font-size: 31px;
}

    #hm-discover h2 span {
        color: #fff;
        text-transform: initial;
        font-weight: 500;
        font-size: 20px;
        line-height: 35px;
        margin-top: 12px;
    }

#hm-discover .links {
    text-align: center;
}

    #hm-discover .links .btn-default {
        margin-right: 30px;
    }

#hm-discover .bio-text {
    font-weight: 500;
    font-size: 23px;
    line-height: 42px;
}

@media (max-width:1199px) {
    #hm-discover {
        padding-top: 80px !important;
    }

        #hm-discover h2 {
            font-size: 24px;
            line-height: 32px;
            font-weight: 400;
        }
}

@media (max-width:767px) {
    .webp #hm-discover {
        background: #1a3a7e;
        height: auto;
        padding-bottom: 50px !important;
        padding-top: 60px !important;
    }

    .no-webp #hm-discover {
        background: #1a3a7e;
        height: auto;
        padding-bottom: 40px !important;
        padding-top: 40px !important;
    }

    #hm-discover .links a {
        margin-bottom: 30px;
    }

    #hm-discover .links .btn-default {
        margin-right: 0px;
    }

    #hm-discover .bio-text {
        line-height: 32px;
        font-size: 20px;
    }
}

/*Products*/
.product-h1 {
    font-size: 40px;
}

h1 .product-span {
    color: #fff;
    text-shadow: 0px 0px 10px #000;
}

.webp .product-banner {
    background: url(../../assets/img/product-banner.webp) top center no-repeat !important;
    height: 530px;
}

.no-webp .product-banner {
    background: url(../../assets/img/product-banner.png) top center no-repeat !important;
    height: 530px;
}

#products h3 {
    line-height: 28px;
    font-weight: 600;
}

#products .nav-tabs {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

    #products .nav-tabs li a {
        font-weight: 500;
        font-size: 16px;
        color: #333;
        padding: 10px 48px;
        background: none;
        border: none;
    }

    #products .nav-tabs > li.active > a,
    a,
    #products .nav-tabs > li.active > a:focus,
    #products .nav-tabs > li.active > a:hover {
        border: none;
        border-bottom-color: #ccc;
    }

        #products .nav-tabs > li.active > a::after {
            content: "";
            border-bottom: 3px solid #a21e38;
            display: block;
            width: 50px;
            position: absolute;
            top: 41px;
            right: 0;
            left: 0;
            margin: 0 auto;
        }

#products .tab-content .box {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 16px -5px rgba(171, 171, 171, 1);
    -moz-box-shadow: 0px 0px 16px -5px rgba(171, 171, 171, 1);
    box-shadow: 0px 0px 16px -5px rgba(171, 171, 171, 1);
    margin-top: 30px;
}

    #products .tab-content .box img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    #products .tab-content .box h6 {
        color: #1a397f;
        font-size: 18px;
        font-weight: 600;
    }

#products .tab-content .text-box {
    padding: 12px 0 12px 15px;
}

@media (max-width:767px) {
    #products .tab-content .box img {
        width: 100%;
    }

    #products .tab-content .box h6 {
        text-align: center;
    }

    #products .nav-tabs > li {
        float: none;
        text-align: center;
    }

    #products .nav-tabs {
        border-bottom: none;
    }

    h1 .product-span {
        line-height: 28px;
        margin-top: 15px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #products .tab-content .box h6 {
        font-size: 15px;
    }

    #products .tab-content .text-box {
        padding: 12px 0 12px 12px;
    }
}

/*Product Detail*/
#product-detail h4 {
    margin-bottom: -10px;
    margin-top: 35px;
}

    #product-detail h4 span {
        margin-top: 10px;
    }

#product-detail img.right {
    float: right;
    padding-left: 30px;
}

#product-detail h5 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    padding-top: 50px;
}

@media (max-width:991px) {
    #product-detail img.right {
        float: none;
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    #product-detail img.right {
        margin-left: initial;
    }

    #product-detail img.right {
        padding-left: 0px;
    }
}

/*Product Applications*/
#product-application .nav-stacked {
    margin-right: 30px;
}

#product-application .nav li {
    margin-bottom: 15px;
}

    #product-application .nav li a {
        background-color: #f5f5f5;
        color: #333;
        font-size: 16px;
        font-weight: 600;
        border-radius: 12px;
    }

    #product-application .nav li.active a,
    #product-application .nav li:hover a {
        background-color: #1a397f;
        color: #fff;
    }

#product-application #Application img {
    padding-bottom: 10px;
    width: 55%;
}

@media (max-width:767px) {
    #product-application .nav-stacked {
        margin-right: 0px;
    }
}

/* career at accutech */
.webp .about-banner {
    background: url(../../assets/img/about-banner.webp) top center no-repeat !important;
    height: 530px;
}

.no-webp .about-banner {
    background: url(../../assets/img/about-banner.png) top center no-repeat !important;
    height: 530px;
}

.webp .career-banner {
    background: url(../../assets/img/career-banner.webp) top center no-repeat !important;
    height: 900px;
}

.no-webp .career-banner {
    background: url(../../assets/img/career-banner.png) top center no-repeat !important;
    height: 900px;
}

/*.webp .feedback-banner {
    background: url(../../assets/img/feedback-banner-img.webp) top center no-repeat !important;
    height: 900px;
}

.no-webp .feedback-banner {
    background: url(../../assets/img/feedback-banner-img.png) top center no-repeat !important;
    height: 900px;
}
*/


#career img {
    border-radius: 4px;
}

#career .table {
    padding: 0px 30px;
}

#career h3 {
    padding-bottom: 0px;
    padding: 20px;
    font-size: 18px;
    color: #333333;
}

#career .btn-class .btn-default {
    text-transform: capitalize;
}

#career .btn-class {
    padding: 20px;
    padding-top: 25px;
    text-align: right;
    cursor: pointer;
}

#career h4 {
    margin-bottom: -10px;
}

#career .que {
    margin-bottom: -10px;
    font-size: 20px;
    color: #1a397f;
}

.modal .modal-content .modal-body {
    padding: 30px;
    margin-top: -22px;
}

.modal .form-control {
    color: #999999;
    border-radius: 0px;
    box-shadow: none;
    padding: 6px 6px;
    margin-bottom: 18px;
    font-size: 13px;
    font-family: Helvetica, sans-serif;
}

.modal .form-group {
    font-size: 15px;
    font-weight: 300;
}

.modal .form-control:placeholder {
    color: #666;
}

.modal-header {
    border: none;
}

.modal .apply-btn {
    background: #1a397f;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0px;
    border: 1px solid transparent;
}

    .modal .apply-btn:hover {
        color: #1a397f;
        border: 1px solid #1a397f;
        background: #fff;
        transition: 0.3s ease-in;
    }

@media (max-width:767px) {
    #career img {
        width: 100%;
        margin-bottom: 50px;
    }

    #career .btn-class {
        padding-top: 20px;
    }

    #career .btn-default {
        display: table-cell;
        padding: 5px 15px;
        text-align: center;
        letter-spacing: 0px;
    }

        #career .btn-default:hover {
            border: 1px solid transparent;
        }
}

/* about accutech */
#about p {
    margin-bottom: 15px;
}

/* why us */
#whyus button {
    border: none;
    background: none;
    color: #2882db;
    font-size: 15px;
    padding-left: 0px;
    font-weight: 700;
}

#whyus a {
    font-size: 16px;
    color: #2882db;
}

.why-link {
    text-align: left;
    font-size: 16px;
    position: relative;
}

    .why-link a {
        color: #2882db;
    }

        .why-link a:hover {
            color: #2882db;
        }

    .why-link::after {
        content: '';
        border-bottom: 2px solid #2882db;
        width: 150px;
        height: 1px;
        position: absolute;
        top: 30px;
        left: 0px;
    }

.why-button {
    text-transform: capitalize;
    font-weight: 600;
}

/*#whyus .owl-controls .owl-buttons .owl-prev{position:absolute;left:-60px;top:40%;padding:15px 20px;border-radius:10px;}
#whyus .owl-controls .owl-buttons .owl-next{position:absolute;right:-60px;top:40%;padding:15px 20px;border-radius:10px;}
#whyus .owl-theme .owl-controls .owl-buttons div{background:#d5d5d5;color:#666666;}*/
.webp .sustain {
    background: url(../../assets/img/sustain-bg.webp) top center no-repeat;
    height: 400px;
}

.no-webp .sustain {
    background: url(../../assets/img/sustain-bg.png) top center no-repeat;
    height: 400px;
}

.sustain {
    padding: 55px 0px;
}

    .sustain h4,
    .sustain p,
    .why-link a {
        color: #fff;
        /*text-shadow: 0px 0px 10px #000;*/
    }

    .sustain p {
        font-size: 18px;
        line-height: 28px;
    }

@media (max-width:767px) {
    #whyus img {
        width: 100%;
    }

    #whyus a {
        margin-bottom: 20px;
    }

    .why-link {
        text-align: center;
        margin-top: 30px;
    }

        .why-link::after {
            display: none;
        }

    .sustain {
        padding: 5% 0px;
    }

        .sustain p {
            line-height: 25px;
        }

        .sustain h4 {
            padding: 0px;
            padding-top: 10px;
        }

        /*.sustain{background:#1a3a7e !important;height:auto !important;padding:30px 0px;margin-top:-50px;}*/
        .sustain h4,
        .sustain p,
        .why-link a {
            color: #fff;
            text-shadow: none;
        }

        .sustain p {
            font-weight: 500;
        }

    .webp .sustain,
    .no-webp .sustain {
        height: auto;
    }

    .webp .sustain {
        background: url(../../assets/img/sustain-bg-mob.webp) top center no-repeat;
        height: auto;
    }

    .no-webp .sustain {
        background: url(../../assets/img/sustain-bg-mob.png) top center no-repeat;
        height: auto;
    }
}

@media (max-width:991px) {
    #whyus h4 {
        margin-top: 15px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .why-link {
        text-align: center;
        margin-top: 30px;
    }

        .why-link::after {
            left: 39.5%;
        }

    .sustain {
        padding: 0px;
    }

    #whyus img {
        margin-top: 80px;
    }

    .sustain h4 {
        padding: 0px;
        padding-top: 10px;
    }
}

@media (max-width:1299px) {
    #whyus .owl-controls .owl-buttons {
        display: none;
    }
}

/* codex */
#codex #hm-expertise {
    padding-bottom: 0px;
}

#codex h3 {
    color: #ea751f;
    margin-top: 5px;
}

#codex-banner .textwhite {
    color: #fff;
    text-align: center;
    margin-top: 150px;
}

#codex p {
    font-size: 16px;
}

#codex h4 span {
    color: #ea751f;
}

#codex .certi-box2 {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 16px -5px rgba(171, 171, 171, 1);
    -moz-box-shadow: 0px 0px 16px -5px rgba(171, 171, 171, 1);
    box-shadow: 0px 0px 16px -5px rgba(171, 171, 171, 1);
}

    #codex .certi-box2 h5 {
        font-size: 20px;
        font-weight: 600;
        color: #333;
        line-height: 30px;
    }

    #codex .certi-box2 h6 {
        font-size: 14px;
        font-weight: 300;
        color: #999;
        margin-bottom: 20px;
    }

    #codex .certi-box2 img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    #codex .certi-box2 .text-box {
        padding: 16px;
    }

.webp .codex-banner {
    background: url(../../assets/img/codex-banner.webp) top center no-repeat;
    height: 530px;
}

.no-webp .codex-banner {
    background: url(../../assets/img/codex-banner.png) top center no-repeat;
    height: 530px;
}

.webp .codex-banner2 {
    background: url(../../assets/img/codex-banner2.webp) top center no-repeat;
    height: 530px;
}

.no-webp .codex-banner2 {
    background: url(../../assets/img/codex-banner2.png) top center no-repeat;
    height: 530px;
}

#codex-banner h1 {
    color: #333333;
    padding-top: 60px
}

#codex-banner .carousel-indicators li {
    background: #fff;
    border: 1px solid #ea751f;
}

#codex-banner .carousel-indicators .active {
    background-color: #ea751f;
    border: none;
}

@media (max-width:767px) {
    #codex-banner h1 {
        padding-top: 0px;
        text-align: center;
        padding-bottom: 10px;
    }

    #codex-banner .carousel-indicators {
        top: 105%;
    }
}

/* Privacy Policy */
#privacy h1 {
    margin-top: 0px;
    margin-bottom: 35px;
}

#privacy h3 {
    padding: 20px 0px 25px;
}

#privacy p {
    text-align: justify;
    margin: 0px 0px 20px 0px;
}

/* certifications */
#certifications .certi-box img {
    box-shadow: 1px 1px 5px #ccc;
}

    #certifications .certi-box img:hover {
        transform: scale(1.03);
        box-shadow: 1px 1px 5px #ccc;
        transition: transform .5s ease;
    }

#certifications .certi-box:hover {
    cursor: pointer;
}

.webp .certificate-banner {
    background: url(../../assets/img/certificate-banner.webp) top center no-repeat !important;
    height: 530px;
}

.no-webp .certificate-banner {
    background: url(../../assets/img/certificate-banner.png) top center no-repeat !important;
    height: 530px;
}

/*Sitemap*/
#sitemap .fa {
    font-size: 16px;
    color: #666;
    margin-top: 6px;
}

#sitemap .no-space {
    padding: 0px 0px 25px 0px;
    margin: 0px;
}

#sitemap .site-contact {
    margin-top: 0px !important;
    margin-left: -50px;
}

#sitemap .site-contact-p {
    margin: 5px;
}

    #sitemap .site-contact-p a {
        color: #666;
    }

/* Products inner banner */
#inner-banner h1.product-inner-content {
    color: #fff;
    text-align: left;
    /*text-shadow: 0px 0px 10px #000;*/
}

#inner-banner .p-left {
    text-align: left;
    text-shadow: 0px 0px 10px #000;
    display: none;
}

.webp .pharmaceuticals-banner {
    background: url(../../assets/img/pharmaceuticals-banner.webp) top center no-repeat !important;
    height: 530px;
}

.no-webp .pharmaceuticals-banner {
    background: url(../../assets/img/pharmaceuticals-banner.png) top center no-repeat !important;
    height: 530px;
}

.webp .automotive-banner {
    background: url(../../assets/img/Automative_Lubricants-banner.webp) top center no-repeat !important;
    height: 530px;
}

.no-webp .automotive-banner {
    background: url(../../assets/img/Automative_Lubricants-banner.png) top center no-repeat !important;
    height: 530px;
}

.webp .electronics-banner {
    background: url(../../assets/img/Electronics_Durables-banner.webp) top center no-repeat !important;
    height: 530px;
}

.no-webp .electronics-banner {
    background: url(../../assets/img/Electronics_Durables-banner.png) top center no-repeat !important;
    height: 530px;
}

.webp .food-banner {
    background: url(../../assets/img/Food_Beverage-banner.webp) top center no-repeat !important;
    height: 530px;
}

.no-webp .food-banner {
    background: url(../../assets/img/Food_Beverage-banner.png) top center no-repeat !important;
    height: 530px;
}

.webp .homecare-banner {
    background: url(../../assets/img/HomeCare-banner.webp) top center no-repeat !important;
    height: 530px;
}

.no-webp .homecare-banner {
    background: url(../../assets/img/HomeCare-banner.png) top center no-repeat !important;
    height: 530px;
}

.webp .industrial-banner {
    background: url(../../assets/img/Industrials_Logistics-banner.webp) top center no-repeat !important;
    height: 530px;
}

.no-webp .industrial-banner {
    background: url(../../assets/img/Industrials_Logistics-banner.png) top center no-repeat !important;
    height: 530px;
}

.webp .beauty-banner {
    background: url(../../assets/img/PersonalCare_Beauty-banner.webp) top center no-repeat !important;
    height: 530px;
}

.no-webp .beauty-banner {
    background: url(../../assets/img/PersonalCare_Beauty-banner.png) top center no-repeat !important;
    height: 530px;
}

.webp .wine-banner {
    background: url(../../assets/img/wine_spirits-banner.webp) top center no-repeat !important;
    height: 530px;
}

.no-webp .wine-banner {
    background: url(../../assets/img/wine_spirits-banner.png) top center no-repeat !important;
    height: 530px;
}

/* thank you */
#thank-you h2 {
    padding-bottom: 20px;
}

#thank-you p {
    font-size: 18px;
}

#blog li span {
    font-weight: 700;
    font-family: 'HelveticaNowText-Light';
}

.center_col {
    margin: auto;
    float: inherit
}

#blog h5,
#blog li {
    font-family: 'HelveticaNowText-Light';
    font-size: 16px;
    color: #666;
    line-height: 30px
}

#blog ::marker {
    font-size: 22px
}

#blog ul {
    list-style: disc;
    padding-left: 40px
}

#blog li span {
    color: #1a397f;
    font-family: 'HelveticaNowText-Light';
}

#blog .my-2 {
    margin: 20px auto
}

#blog h3 {
    padding: 40px 0 10px
}

#blog .social-media {
    margin-top: 30px
}

    #blog .social-media i {
        width: 50px;
        height: 50px;
        background: #1a397f;
        border-radius: 100%;
        font-size: 24px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        margin: 10px
    }

    #blog .social-media a:hover i {
        box-shadow: rgba(0, 0, 0, .35) 0 5px 15px;
        background: #fff;
        color: #1a397f
    }

.panel {
    border-radius: 10px;
    box-shadow: 0 0 16px -5px #ababab;
    margin-bottom: 30px;
    border: none;
    padding: 10px 0
}

.panel-body {
    padding: 0 15px
}

.my_50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.phone_banner h2 {
    padding: 50px 0;
    background: #f1f1f1;
    text-align: center;
    font-size: 30px
}

@media (max-width:767px) {
    .webp .blog-banner {
        height: 400px !important;
    }
}

.panel:hover img {
    transform: scale(1.1);
}

@media (max-width:767px) {
    #inner-banner h1 {
        margin-top: 60px;
    }
}

#webstories .box img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#webstories .box {
    border-radius: 10px;
    /* -webkit-box-shadow: 0px 0px 16px -5px rgba(171,171,171,1);
    -moz-box-shadow: 0px 0px 16px -5px rgba(171, 171, 171, 1);
    box-shadow: 0px 0px 16px -5px rgba(171,171,171,1); */
    margin-top: 30px;
}

    #webstories .box h6 {
        color: #1a397f;
        font-size: 18px;
        font-weight: 600;
    }

#footer .contact-det p a:hover {
    color: #1a397f !important;
    font-weight: 600 !important;
}

#footer ul li a:hover {
    color: #1a397f !important;
    font-weight: 600 !important;
}

.icon-hover:hover {
    color: #1a397f !important;
}

.diff-custom {
    display: flex;
}

.text-sel {
    color: #fff !important;
}

.content-label {
    padding-top: 30px;
    padding-bottom: 30px;
}

.imgs-production img {
    width: 525px;
}

.img-spacing {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*detail pages*/
@media (min-width:992px) {

    #product-details .vertical-align {
        display: table;
        width: 100%;
    }


        #product-details .vertical-align .col-md-4,
        #product-details .vertical-align .col-md-8 {
            display: table-cell;
            vertical-align: middle;
            float: none !important;
        }
}

#product-details .margin-bottom-small {
    margin-bottom: 10px !important;
}

#product-details .mt-2 {
    margin-top: 50px;
}

@media (max-width: 1200px) {
    #product-details .d-none.d-lg-inline {
        display: none;
    }
}

@media (min-width: 1200px) {
    #product-details .d-lg-none {
        display: none;
    }
}

#product-details img {
    padding: 20px;
}

#product-details .col-12 {
    padding-right: 15px;
    padding-left: 15px;
}

#hm-production {
    background: url(../../assets/img/home-counter-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-block: 150px;
}
@media (min-width: 992px) {
    
.mobile {
    display: none;
}
}
@media (max-width: 992px) {

    .desktop {
        display: none;
    }
}
.barcode-float-img,
.col-xs-12 > picture img,
.col-xs-12 > img.img-responsive.desktop {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
}

@media (min-width: 992px) {
    .col-xs-12 > picture img,
    .col-xs-12 > img.img-responsive.desktop {
        float: left;
        width: 33%;
        margin: 4px 20px 10px 0;
    }
}

/* Mobile par desktop img dikhao */
@media (max-width: 991px) {
    .col-xs-12 > picture img.desktop,
    .col-xs-12 > img.img-responsive.desktop {
        display: block !important;
        width: 100% !important;
        height:250px;
 object-fit:contain;
        margin-inline: auto;
        padding: 0 0 15px 0;
    }
    }

    /* Aur mobile duplicate img hide karo */
    .col-xs-12 > img.img-responsive.mobile,
    .col-xs-12 > picture img.mobile {
        display: none !important;
    }
}