/* @import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,900,900italic,100,300|Roboto:400,300,300italic,400italic,500,700italic,700,500italic); */
/* @import url(https://fonts.googleapis.com/icon?family=Material+Icons); */


/* General Styles */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    font-family: 16px;
    margin: 0;
    line-height: 24px;
    top: 0 !important;
}

a,
a:hover {
    text-decoration: none;
}

.border {
    border: 2px solid #cadbf1 !important;
}

.container {
    width: 100%;
}

/* Utilities */

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.padding-top-bottom {
    padding-top: 137px;
    padding-bottom: 48px;
}

.padding-top-bottom1 {
    padding-top: 121px;
    padding-bottom: 73px;
}

.scalable-padding-top-bottom {
    padding-top: 120px;
    padding-bottom: 60px;
}

.padding-top-bottom2 {
    padding-top: 90px;
    padding-bottom: 48px;
}

.topbar {
    background-color: #f8f9fa;
}

.rightmargin {
    border-left: 1px solid #333;
}

a#dropdownMenuButton {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 0;
    padding-bottom: 0;
}

/* Banner Styles */

.banner {
    /*    background: url(../images/Top-Banner-BG-Image.jpg);*/
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

/* .banner {
    background: url(../images/hero.jpg);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
} */

/* Hero Content */

.hero-content {
    text-align: center;
    max-width: 1290px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
}

.down-arrow {
    margin-top: 170px;
}

.heading {
    font-size: 54px;
    font-weight: 700;
    line-height: 66px;
}

button.red {
    background-color: #fe0c0a;
    margin-top: 32px;
    color: #fff;
    width: 156px;
    height: 50px;
    border-radius: 50px;
    font-size: 18px;
}

button.blue {
    background-color: #167fb3;
    margin-top: 148px;
    color: #fff;
    /* width: 156px; */
    height: 50px;
    border-radius: 50px;
    font-size: 18px;
    padding: 0px 20px;
}

button.orange {
    background-color: #fe7d5e;
    margin-top: 10px;
    color: #fff;
    width: 156px;
    height: 50px;
    border-radius: 50px;
    font-size: 18px;
}

button.green {
    background-color: #14bb75;
    margin-top: 10px;
    color: #fff;
    width: 156px;
    height: 50px;
    border-radius: 50px;
    font-size: 18px;
}

button.red:hover {
    background-color: #fe0c0a;
    /*    margin-top: 32px;*/
    color: #fff;
    /*    width: 156px;
    height: 50px;*/
    border-radius: 50px;
    font-size: 18px;
}

.btn-custom-blue {
    background-color: #1a8cff;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    padding: 10px 30px;
}

    .btn-custom-blue:hover {
        background-color: #007bff;
    }

.btn-orange {
    background-color: #ff5e57;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    padding: 10px 30px;
}

.btn-green {
    background-color: #2ecc71;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    padding: 10px 30px;
}

/* Topbar Styles */

.topbar {
    width: 100%;
    height: 30px;
    background-color: #f6f6f6;
    position: relative;
    line-height: 30px;
}

    .topbar ul {
        margin: 0;
        padding: 0;
    }

    .topbar .dropdown {
        height: 30px;
    }

    .topbar a#dropdownMenuButton.btn.dropdown-toggle {
        height: 30px;
        line-height: 30px;
        color: #c6d0dd;
        border-radius: 0;
        padding: 0;
        vertical-align: top;
    }

.topbar-rightbuttons {
    position: absolute;
    right: 40px;
    display: flex;
    align-items: center;
}

.topbar ul li {
    list-style: none;
    text-transform: uppercase;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #333;
    font-size: 12px;
    font-weight: normal;
}

    .topbar ul li a {
        color: #c6d0dd;
    }

.pad-left {
    padding-left: 8px;
}

.pad-right {
    padding-right: 5px;
}

i .fas .fa-user {
    font-size: 24px;
    padding-right: 10px;
    color: #000;
}

i.fa-caret-down {
    font-size: 24px;
    padding-right: 10px;
}

section.bg {
    background-color: #f7f9fc;
}

section.bg-white {
    background-color: #fff;
}

.para18 {
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
    font-weight: normal;
}

.para18-white {
    font-size: 15px;
    width: 90%;
    color: #fff;
    position: relative;
    z-index: 20;
    font-weight: 400;
    padding-top: 30px;
}

.scalable-proven-new p, .quotes p {
    font-size: 15px;
    line-height: 22px;
}

.support-para18-white {
    font-size: 15px;
    width: 90%;
    color: #fff;
    position: relative;
    z-index: 20;
    font-weight: 400;
    padding-top: 30px;
    line-height: 22px;
}

.scalable-para18-white {
    font-size: 15px;
    width: 90%;
    color: #fff;
    position: relative;
    z-index: 20;
    font-weight: 400;
    line-height: 22px;
}

.section-heading {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
}

.support-heading {
    font-size: 50px;
    font-weight: bold;
    line-height: 68px;
    margin-bottom: 30px;
    color: #fff;
}

.solution-heading {
    font-size: 50px;
    font-weight: bold;
    line-height: 68px;
    margin-bottom: 30px;
    text-align: center;
}

.section-heading-white {
    font-size: 58px;
    font-weight: bold;
    line-height: 68px;
    margin-bottom: 48px;
    color: #fff;
}

#company-testimonials {
    height: 650px;
}

.sten_anniversary_logo {
    width: 400px;
    display: block;
    margin: 0 auto 25px
}

.testimonials-heading {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 48px;
    margin-top: 48px;
}

.small {
    color: #0066cc;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 28px;
}

/* Scalable Styles */

#scalable {
    position: relative;
    width: 100%;
    height: 940px;
}

/* .scalable-image {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/scalablebg-new.png);
    background-repeat: no-repeat;
    background-position: 60% 0;
    background-size: cover;
    width: 100%;
    height: 684px;
    z-index: -1;
} */

.scalable-image {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/scalablebg.png);
    background-repeat: no-repeat;
    background-position: 60% 0;
    background-size: cover;
    width: 100%;
    height: 917px;
    z-index: -1;
}

.vert-box {
    width: 100%;
    height: 750px;
    border: 1px solid #cccccc;
    margin-left: 0;
}

.vert-box-img {
}

.leaderimg {
    width: 100%;
    margin-top: 10px;
}

.horz-box {
    width: 100%;
    height: 490px;
    border: 1px solid #cccccc;
}

.horz-box-img {
}

.support-margin-top {
    margin-top: 220px;
}

#support .topbg {
    background: url("../images/topbg.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1920 / 220;
}

#support .bottombg {
    background: url("../images/bottombg-white.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1920 / 220;
}

.darkbg {
    background-color: #092540;
}

.icon-box {
    background-color: #fff;
    border-top: 6px solid #167fb3;
    border-radius: 12px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 10px 20px 10px;
    box-shadow: 8px 8px 5px rgba(0, 0, 0, 0.05);
}

    .icon-box p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }

.icon {
    position: absolute;
    top: -50px;
}

a.knowmore {
    width: 164px;
    height: 45px;
    background-color: #14bb75;
    color: #fff;
    text-transform: uppercase;
    line-height: 45px;
    text-align: center;
}

.line {
    border: 1px solid #ccc;
    width: 90%;
    margin: 20px 0;
}

.testimonial-line {
    border: 0.5px solid #edeff1;
    width: 50%;
    margin: 65px auto;
}

.features {
    display: block;
}

    .features span {
        color: #768591;
        font-weight: normal;
        font-size: 15px;
        text-transform: uppercase;
    }

#support {
    position: relative;
}

.buttons-links {
    display: flex;
}

.smt-stencills {
    display: flex;
    flex-direction: column;
}

    .smt-stencills p {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        text-align: center;
    }

.toolting {
    display: flex;
    flex-direction: column;
}

    .toolting p {
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        text-align: center;
    }

.profile {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #faac17;
    margin: 20px auto;
}

.client-name {
    font-size: 16px;
    font-weight: 500;
}

.client-designation {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.quotes {
    position: relative;
}

.leftquote {
    background: url(../images/leftquote.png);
    width: 83px;
    height: 59px;
    position: absolute;
    top: -18px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.rightquote {
    background: url(../images/rightquote.png);
    width: 83px;
    height: 59px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.rightquote-wrap {
    position: relative;
}

.livechatbtn {
    width: 135px;
    height: 44px;
    border: none;
    background-color: #1c7bc3;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
}



.instabox {
    background-color: #1f2f46;
    aspect-ratio: 1;
}




ul.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

    ul.footer-links li {
        margin-top: 15px;
        margin-bottom: 15px;
    }

        ul.footer-links li a {
            margin: 0;
            padding: 0;
            list-style: none;
            color: #5b6068;
        }

.about-text {
    color: #5b6068;
    line-height: 28px;
}

.footer-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

footer.bluebg {
    background-color: #111720;
}

.social-icons a {
    margin-right: 5px;
}

.call-box {
    display: flex;
    margin-bottom: 20px;
}

    .call-box img {
        margin-right: 20px;
    }

.para {
    display: flex;
    flex-direction: column;
}

    .para p {
        color: #5b6068;
        margin-bottom: 10px;
    }

.col-left {
    width: 150px;
}

.col-right {
    width: 150px;
    margin-top: 38px;
}

.paylink {
    margin-right: 8px;
}

/* .footer {
    height: 100vh;
}
 */
.footer {
    height: auto;
}

footer .bluebg {
    background-color: #111720;
}

.footerline {
    border: 1px solid #232c3a;
    width: 100%;
    margin: 0 auto;
}

.subscribetext {
    height: 44px;
    width: 272px;
    outline: none;
    padding-left: 20px;
    background-color: #1e2734;
    border: none;
    color: #fff;
}

.subscribebtn {
    width: 50px;
    height: 44px;
    background-color: #1c7bc3;
    border: none;
    outline: none;
}

i.fa-envelope {
    font-size: 30px;
}

.copyright {
    color: #5b6068;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 40px;
}

.carousel-indicators {
    display: flex;
    align-items: center;
}

ol.carousel-indicators li {
    background-color: #8bacca;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

    ol.carousel-indicators li.active {
        background-color: #19bc73;
        width: 14px;
        height: 14px;
        border-radius: 50%;
    }

/* Navbar Styles */

button:focus,
navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

.menu_wrapper {
    background-color: #fff;
    padding: 5px 0;
}

    .menu_wrapper a.navbar-brand img {
        width: 200px;
    }



    .menu_wrapper .navbar-nav .nav-link {
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        color: #0066cc;
        text-transform: uppercase;
        cursor: pointer;
    }

        .menu_wrapper .navbar-nav .nav-link:hover {
            color: #333;
        }


    .menu_wrapper .dropdown-menu .dropdown-item {
        margin-bottom: 10px;
    }

        .menu_wrapper .dropdown-menu .dropdown-item:hover {
            /* background-color: #d0d3d4; */
            color: #0066cc;
            text-decoration: underline;
        }

    .menu_wrapper .dropdown-menu .list-item {
        padding-top: 4px;
        padding-bottom: 4px;
        font-weight: normal;
        color: #323232;
    }

        .menu_wrapper .dropdown-menu .list-item:hover {
            /* background-color: #d0d3d4;
    color: #fff; */
            color: #0066cc;
            text-decoration: underline;
        }

    .menu_wrapper .dropdown-mega .dropdown-menu {
        width: 100%;
    }

    .menu_wrapper .dropdown-mega h5.megamenu-title {
        color: #000000;
        font-size: 18px;
        font-weight: 600;
        border-bottom: 1px solid #d0d3d4;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .menu_wrapper .dropdown-mega .no-title {
        color: #167fb3;
        font-size: 16px;
        border-bottom: 1px solid #d0d3d4;
        padding-top: 32px;
    }

.col-bg {
    background-color: #f7f7f8;
    padding: 40px 0 40px 32px;
}

.explorebtn {
    border: 1px solid #0068ad;
    background-color: transparent;
    border-radius: 5px;
    color: #0068ad;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_wrapper .btn {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #524e69;
    font-weight: 500;
}

/* .menu_wrapper .list-grop-item {
    font-size: 12px;
    color: #fff;
    border: 0;
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 5px 0;
} */

@media (max-width: 991px) {
    .menu_wrapper .navbar-nav .nav-item {
        margin: 5px 5px;
    }
}


/* Electroform Page Styles */

/* Breadcrumb */

#breadcrumb-links {
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
}

#breadcrumb-links {
    height: 50px;
}

    #breadcrumb-links ul li.arrow {
        color: #0066cc;
    }

    #breadcrumb-links ul {
        list-style: none;
        margin: 0;
        padding: 0;
        color: #fff;
        font-weight: normal;
    }

        #breadcrumb-links ul li {
            display: inline;
            color: #333;
            text-transform: uppercase;
            font-size: 14px;
            color: #000000;
        }

            #breadcrumb-links ul li a {
                color: #000000;
            }

                #breadcrumb-links ul li a.active {
                    display: inline;
                    color: #0066cc;
                }


/* Online Ordering Hub Styles */

.graybg {
    background-color: #f6f9fc;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.whitebg {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.dark-graybg {
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.ordernow {
    position: relative;
}

h2.stencils-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 15px;
}

h3.stencils-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

#content p {
    font-size: 14px;
}

ul.content {
    margin: 0;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ordernow-orange {
    background-color: #d96e4b;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    top: 0px;
    right: 15px;
    margin-bottom: 15px;
}

    .ordernow-orange:hover {
        background-color: #d96e4b;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
    }

.technical-heading {
    color: #0066cc;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.technical-list {
    color: black;
    line-height: 1.8;
    list-style: disc;
    padding: 0 0 0 20px;
}

    .technical-list li {
        margin-bottom: 0.5rem;
    }

.card-box {
    padding: 0;
}

.info-card {
    position: relative;
    padding: 2rem 1rem;
    /* border-radius: 8px; */
    /* background: #f8f9fa; */
    /*    border: 1px dashed #e9ecef;*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
} */

.info-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
}

.info-text {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 3rem;
    font-weight: 500;
}

.certifications-container {
    /* height: 10rem; */
    padding: 1rem 0;
    /* background: #f8f9fa; */
    /* border-radius: 8px; */
    /* margin-top: 2rem; */
    border: 1px dashed #e9ecef;
}

.certification-logo {
    width: 12rem;
    /* max-height: 80px; */
    /* width: auto; */
    /* height: auto; */
    /* filter: grayscale(20%); */
    /* transition: filter 0.3s ease, transform 0.3s ease; */
}

/* .certification-logo:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
} */

.iso-logo,
.cgp-logo {
    width: 10rem;
}

.usfcr-logo {
    width: 13rem;
}

.card-order-btn,
.card-view-btn {
    position: absolute;
    bottom: 0.5rem;
    left: 1.5rem;
}

.card-view-btn {
    background-color: #167fb3;
    border: none;
    color: white;
    padding: 0.3rem 2.2rem;
    font-weight: 600;
    border-radius: 1px;
    text-decoration: none;
    float: right;
    margin: 1rem 5rem 1rem 0;
}

    .card-view-btn:hover {
        background-color: #256B8A;
        color: white;
    }

.card-order-btn {
    background-color: #db704c;
    border: none;
    color: white;
    padding: 0.4rem 1rem;
    font-weight: 500;
    border-radius: 1px;
    text-decoration: none;
    display: inline-block;
    margin: 0 5rem 1rem 0;
}

    .card-order-btn:hover {
        background-color: #D16B4C;
        color: white;
    }

.pdp-potion {
}

.main-heading {
    color: black;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.watch-video-btn {
    background-color: #167fb3;
    border: none;
    color: white;
    padding: 8px 10px;
    font-weight: 600;
    border-radius: 2px;
    text-decoration: none;
    float: right;
    margin: 1rem 5rem 1rem 0;
}

    .watch-video-btn:hover {
        background-color: #256B8A;
        color: white;
    }

.image-container {
    position: relative;
    width: 70%;
    margin: 0 auto;
    background-color: var(--bg-light);
    border-radius: 8px;
    overflow: hidden;
    padding: 0.2rem;
    border: 1px solid #ddd;
    box-shadow: -5px 8px 5px rgba(121, 121, 121, 0.705);
}

.product-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 1.2rem;
}

    .product-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
    }

    /* smooth transition animation */
    .product-image img {
        transition: opacity 0.5s ease-in-out;
        opacity: 1;
    }

        .product-image img.fade-out {
            opacity: 0;
            transition: none;
        }

.carousel-container {
    position: relative;
    width: 100%;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: #666;
    cursor: pointer;
    z-index: 1;
    background-color: rgba(209, 209, 209, 0.8);
    border: 1px solid #ccc;
    padding: 0 0.5rem;
    /* margin-left: -10px; */
    /* margin-right: -10px; */
}

    .carousel-arrow:hover {
        background-color: rgba(199, 199, 199, 0.95);
    }

    .carousel-arrow.prev {
        left: 1.5rem;
    }

    .carousel-arrow.next {
        right: 1.5rem;
    }



.boxbg {
    width: 260px;
    height: 260px;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 5px;
}

    .boxbg img {
        width: 260px;
        /*        height: 250px;*/
    }

.carousel-control-prev-icon {
    background-color: #ccc;
    border: 1px solid #aeb8bd;
    width: 22px;
    height: 22px;
}

.carousel-control-next-icon {
    background-color: #ccc;
    border: 1px solid #aeb8bd;
    width: 22px;
    height: 22px;
}

.carousel-control-prev {
    left: -50px;
}

.carousel-control-next {
    right: -50px;
}

.watchvideo {
    width: 124px;
    height: 36px;
    background-color: #167fb3;
    border: 0;
    outline: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hubleft {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    justify-content: space-evenly;
    position: relative;
}

.topbgrow {
    height: 220px;
}

#orderinghub .topbg {
    background: url("../images/topbg.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 220px;
}

.hub-heading {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
}

p.smt_title {
    color: #fff;
    text-transform: uppercase;
}

p.phone {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    display: block;
}

.hub_buttons {
    display: block;
}

.hubright {
    padding-top: 50px;
}

.hubpara {
    color: #fff;
    line-height: 24px;
}

.hubright ul {
    margin: 0;
    padding-left: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .hubright ul li {
        color: #fff;
    }


button.ordernow, a.ordernow {
    background-color: #167fb3;
    color: #fff;
    /*    width: 156px;
    height: 50px;*/
    border-radius: 50px;
    font-size: 18px;
    margin-right: 10px;
    padding: 10px 20px;
}

button.locations {
    background-color: #fe7d5e;
    color: #fff;
    width: 156px;
    height: 50px;
    border-radius: 50px;
    font-size: 18px;
}


/* Resources Page */

.resources-content {
    position: relative;
}



.outerbox {
    width: 268px;
    height: 268px;
    border-radius: 15px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 5px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.innerbox {
    width: 258px;
    height: 258px;
    border-radius: 15px;
    background-color: #f8f8f8;
    margin-bottom: 20px;
}

.innerboxtitle {
    background-color: #e7e7e8;
    height: 72px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-left: 10px;
    line-height: 72px;
    font-size: 22px;
}

.view {
    width: 124px;
    height: 36px;
    background-color: #167fb3;
    border: 0;
    outline: 0;
    color: #fff;
    text-transform: uppercase;
}

.carousel-control-prev-icon {
    background-color: #ccc;
    border: 1px solid #aeb8bd;
    width: 22px;
    height: 22px;
}

.carousel-control-next-icon {
    background-color: #ccc;
    border: 1px solid #aeb8bd;
    width: 22px;
    height: 22px;
}

.carousel-control-prev {
    left: -50px;
}

.carousel-control-next {
    right: -50px;
}

*/
/* Support Center Page */
.support-content {
    position: relative;
}

span.stencil {
    color: #0066cc;
}

input.formbox {
    position: relative;
    width: 80%;
    padding-left: 50px;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #e0e1e4;
}

input:focus {
    outline: 0;
}

button.search {
    width: 46px;
    height: 46px;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 46px;
    left: 16px;
}

.fa-magnifying-glass {
    font-size: 20px;
    font-weight: 600;
    color: #e0e1e4;
}

/* i.search {
    position: absolute;
    top: 0;
    height: 46px;
} */

/* .input-group-text {
    background-color: transparent;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
} */


/* News Listings Page */

.newslisting-content {
    position: relative;
}

.newsbg {
    background-color: #f6f9fc;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    height: 99px;
}

    .newsbg h3 {
        font-size: 36px;
        font-weight: 700;
        text-align: center;
    }

.newspara {
    margin-bottom: 30px;
}

.highlight {
    font-weight: 700;
    margin-bottom: 0;
}

.newsdate {
    color: #0066cc;
}

a.more {
    color: #0066cc;
}

ul.listing-links {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #e5edf6;
    width: auto;
    height: 185px;
    padding: 20px 20px 20px 40px;
    margin-bottom: 30px;
}

    ul.listing-links li {
        text-transform: uppercase;
        line-height: 30px;
    }

        ul.listing-links li a {
            color: #0066cc;
        }

/* filter Styles */
ul.filter-links {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #e5edf6;
    width: auto;
    height: 185px;
    padding: 20px 20px 20px 40px;
    margin-bottom: 30px;
}

    ul.filter-links li {
        line-height: 30px;
        font-weight: 700;
    }

        ul.filter-links li a {
            color: #003399;
        }

/* Support Center Styles */

ul.support-links {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #e5edf6;
    width: auto;
    /* height: 535px; */
    padding: 20px 20px 20px 30px;
    margin-bottom: 30px;
}

    ul.support-links li {
        text-transform: uppercase;
        line-height: 30px;
    }

        ul.support-links li a {
            color: #0066cc;
            font-size: 15px;
        }

/* Company Page Styes */

ul.company-links {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #e5edf6;
    width: auto;
    padding: 20px;
    margin-bottom: 40px !important;
}

    ul.company-links li {
        line-height: 25px;
        font-weight: 600;
        font-size: 14px;
    }

        ul.company-links li a {
            color: #0066cc;
        }

.company-rightcol {
    display: flex;
    align-items: end;
    flex-direction: column;
    padding-top: 30px;
}

.company-boxbg {
    width: 438px;
    height: 438px;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

h4.stencils-title {
    font-size: 22px;
    font-weight: 600;
    color: #0066cc;
}

.listingbg {
    background: url("../images/topbg-white.png");
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 220px;
}

.tagline {
    color: #0066cc;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

/* styles added by kaushik start here */
#company-testimonials {
    height: auto;
}

.team {
    justify-content: space-between;
}

a.email {
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal;
}

.boxes {
    gap: 16px; /* Optional spacing between columns */
    display: grid;
    grid-template-columns: 1fr 1fr;
}

    .boxes .instabox {
        aspect-ratio: 1;
        padding: 20px;
        text-align: center;
    }

.footer {
    height: auto;
}

footer .bluebg {
    background-color: #111720;
}

/* styles added by kaushik end here */

@media (max-width: 576px) {

    .company-boxbg {
        width: 340px;
        height: 340px;
        border-radius: 15px;
        margin-bottom: 20px;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .company-rightcol {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-top: 30px;
        max-width: 100%;
    }

    .company-boxbg img {
        max-width: 100%;
        width: 320px;
        height: 320px;
    }
}



@media (min-width: 576px) and (max-width: 992px) {



    .company-boxbg {
        width: 340px;
        height: 340px;
        border-radius: 15px;
        margin-bottom: 20px;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .company-rightcol {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .company-boxbg img {
        max-width: 100%;
        width: 320px;
        height: 320px;
    }

    .team {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .email {
        font-size: 11px;
    }

    h2.stencils-title {
        font-size: 24px;
        font-weight: 500;
    }

    h3.stencils-title {
        font-size: 24px;
        font-weight: 500;
    }





    .carousel-control-prev {
        left: 10px;
    }

    .carousel-control-next {
        right: 10px;
    }
}

.pad-top {
    padding-top: 30px;
}

.solidborder {
    border-left: 1px solid #ddd;
}

.solidborder-right {
    border-right: 1px solid #ddd;
}

.dashedborder {
    border-left: 1px dashed #ddd;
}

.personbg {
    width: 143px;
    height: auto;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.team .person {
    width: 133px;
    height: 131px;
}

.person-name {
    color: #333;
    font-weight: bold;
    font-size: 20px;
}

    .person-name:before {
        display: block;
        position: absolute;
        top: 158px;
        left: 0;
        width: 2px;
        height: 20px;
        background-color: #0066cc;
        content: "";
    }

.desig {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

.personpara {
    font-size: 14px !important;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 20px !important;
}

a.readmore {
    color: #0066cc;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.bottommargin {
    margin-bottom: 10px;
}

a.email {
    font-weight: 600;
    color: #0066cc;
    margin-top: auto;
}

#company-content a.email, #company-content a.readmore, #company-content p, #content p, .technical-list li, ul.content li {
    font-size: 15px;
    line-height: 22px;
}



.team {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.isoline {
    width: 90%;
    border: 1px solid #999999;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Area calculator*/
.stentech-calculator .calculator-block.bg {
    padding: 30px;
    background: rgb(65 83 100 / 20%)
}

.stentech-calculator .calculator-block.left-section {
    padding-right: 30px;
}

.stentech-calculator .calculator-block.right-section {
    padding-left: 30px;
}

.stentech-calculator .calculator-block {
    flex: 1;
    display: flex;
    flex-direction: column;
}

    .stentech-calculator .calculator-block h3 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 15px
    }

    .stentech-calculator .calculator-block h4 {
        font-weight: 700;
        font-size: 16px;
        margin: 0;
        padding: 15px 0
    }

    .stentech-calculator .calculator-block p {
        font-size: 16px;
        padding: 5px 0;
        margin: 0;
        line-height: 24px
    }

    .stentech-calculator .calculator-block .OrangeArrowBtn p {
        padding: 10px 20px
    }

    .stentech-calculator .calculator-block .select-control {
        border-radius: 0;
        height: 44px;
        background: no-repeat #14a6db;
        font-size: 16px;
        padding: 10px;
        font-weight: 700;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: linear-gradient(45deg,transparent 50%,#fff 50%),linear-gradient(135deg,#fff 50%,transparent 50%),linear-gradient(to right,#fff,#fff);
        background-position: calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) .5em;
        background-size: 5px 5px,5px 5px,1px 1.5em;
        border: 0;
        color: #fff;
        width: 100%
    }

    .stentech-calculator .calculator-block .form-group label {
        flex: 1 0 40%;
        padding-right: 5px;
        display: block;
        font-size: 16px;
        margin-bottom: .5rem;
        font-weight: 700;
        color: #000
    }

    .stentech-calculator .calculator-block .form-control {
        border-color: rgb(65 83 100 / 20%);
        border-radius: 0;
        padding: 10px 15px;
        height: 40px
    }

    .stentech-calculator .calculator-block .form-group {
        display: flex;
        align-items: center
    }

.calculator-block-wrap {
    display: flex;
}

.stentech-calculator .calculator-block.recommendation {
    flex: 1 0 100%;
    text-align: center;
    padding: 5px;
    background: #ff6c37;
    color: #fff;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .calculator-block-wrap {
        flex-direction: column;
    }

    .stentech-calculator .calculator-block.right-section {
        padding-left: 0;
        padding-top: 30px;
    }

    .stentech-calculator .calculator-block.left-section {
        padding-right: 0;
        padding-bottom: 30px;
    }
}
/*Area calculator*/

/****************** Get a Quote ***************************/

.get-a-quote .file-field {
    position: relative;
}

    .get-a-quote .file-field .file-path-wrapper {
        height: 2.5rem;
        padding-left: 10px;
        overflow: hidden;
    }

.get-a-quote .btn-file {
    padding: 5px 30px;
    font-size: 18px;
    color: #000000;
    background-color: #efefef;
    border: 2px solid rgb(65 83 100 / 20%);
    border-radius: 20px;
}

.get-a-quote .file-field input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
}

.get-a-quote .file-path {
    border-radius: 0;
    border-width: 0;
    padding: 7px 15px;
    font-size: 18px;
    width: 100%;
}

.get-a-quote .file-field + p {
    text-align: left;
    margin: 15px 0;
}

.get-a-quote .waves-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.get-a-quote .get-a-quote-wrapper .color-red, .color-red {
    color: #ff0000;
}

.get-a-quote {
    padding: 50px 0px;
}

    .get-a-quote h1 {
        font-size: 36px;
        color: #000;
        padding: 10px 0;
        text-align: center;
        margin: 0px;
    }

    .get-a-quote h5 {
        font-size: 16px;
        color: #ff0000;
        padding: 0;
        margin: 10px 0;
        text-align: center;
        font-weight: bold;
    }

    .get-a-quote .header-wrap p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 30px;
    }

    .get-a-quote .get-a-quote-wrapper {
        width: 100%;
        max-width: 900px;
        margin: 0px auto;
    }

        .get-a-quote .get-a-quote-wrapper [type="radio"]:checked,
        .get-a-quote .get-a-quote-wrapper [type="radio"]:not(:checked) {
            position: absolute;
            left: -9999px;
        }

            .get-a-quote .get-a-quote-wrapper [type="radio"]:checked + label,
            .get-a-quote .get-a-quote-wrapper [type="radio"]:not(:checked) + label {
                position: relative;
                padding-left: 28px;
                cursor: pointer;
                line-height: 20px;
                display: inline-block;
            }

                .get-a-quote .get-a-quote-wrapper [type="radio"]:checked + label:before,
                .get-a-quote .get-a-quote-wrapper [type="radio"]:not(:checked) + label:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 18px;
                    height: 18px;
                    border: 1px solid rgb(65 83 100 / 20%);
                    border-radius: 100%;
                    background: #efefef;
                }

                .get-a-quote .get-a-quote-wrapper [type="radio"]:checked + label:after,
                .get-a-quote .get-a-quote-wrapper [type="radio"]:not(:checked) + label:after {
                    content: '';
                    width: 10px;
                    height: 10px;
                    background: #0b2e4d;
                    position: absolute;
                    top: 4px;
                    left: 4px;
                    border-radius: 100%;
                    -webkit-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                }

                .get-a-quote .get-a-quote-wrapper [type="radio"]:not(:checked) + label:after {
                    opacity: 0;
                    -webkit-transform: scale(0);
                    transform: scale(0);
                }

                .get-a-quote .get-a-quote-wrapper [type="radio"]:checked + label:after {
                    opacity: 1;
                    -webkit-transform: scale(1);
                    transform: scale(1);
                }

    .get-a-quote .form-check-inline {
        margin-right: 30px;
    }

    .get-a-quote .is-required label:after,
    .contact-form .is-required label:after,
    .contact-box .is-required label:after {
        content: "*";
        color: #ff0000;
    }

.form-control:disabled {
    background: #eeeeee !important;
    cursor: not-allowed;
}

#stencilModal .modal-content {
    background-color: #14a6db;
    border-radius: 15px;
}

#stencilModal .modal-dialog {
    top: 75px;
}

#stencilModal .modal-header {
    border-bottom: 0;
}

#stencilModal .modal-title {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    flex: 1;
}

#stencilModal .btn-blue,
#stencilModal .btn-orange {
    border-radius: 8px;
    display: block;
    color: #fff;
    padding: 5px;
    max-width: 160px;
    margin: 0 auto;
}

#stencilModal .btn-orange {
    background: #ff6c37;
}

#stencilModal .btn-blue {
    background: #124376;
}

#stencilModal .btn-blue,
.blue-bg {
    background: #124376 !important;
}

#stencilModal .modal-body {
    background: #ffffff;
    margin: 0 15px 15px;
    border-radius: 15px;
}

#stencilModal .stencil-wrapper p {
    margin-bottom: 5px;
}

#stencilModal .close {
    font-size: 30px;
    font-weight: 500;
    text-shadow: none;
}

.get-a-quote .get-a-quote-wrapper .quote_submit, .stentech-contact .contact-right .contact_submit {
    font-size: 18px;
    background-color: #ff5e57;
    height: 3rem;
    display: flex;
    color: #fff;
    font-weight: 500;
    align-items: center;
    border-radius: 9999px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    justify-content: center;
    border: 0
}
/****************** Get a Quote ***************************/
/* Media Queries for Mobile Screen < 576px */

@media (max-width: 576px) {

    .banner {
        /*        background: url(../images/hero.jpg);*/
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 70vh;
        width: 100vw;
    }

    #industry-leader img {
        width: 100%;
    }

    .heading {
        font-size: 30px;
        font-weight: 700;
        line-height: 45px;
        padding-top: 30px;
    }

    .down-arrow {
        margin-top: 20px;
    }

    #industry-leader img {
        width: 100%;
    }

    .para18 {
        font-size: 16px;
        width: 100%;
        font-weight: normal;
        margin-bottom: 20px;
    }

    .testpara {
        font-size: 14px;
        font-weight: normal;
    }

    .martop {
        margin-top: 0px;
    }

    .vert-box {
        width: 100%;
        height: 550px;
        border: 1px solid #cccccc;
        margin-left: 0;
    }

    .horz-box {
        width: 100%;
        height: 400px;
        border: 1px solid #cccccc;
        margin: 0;
    }

    .section-heading {
        font-size: 36px;
        font-weight: bold;
        line-height: 54px;
        margin-bottom: 48px;
    }

    .section-heading-white {
        font-size: 36px;
        font-weight: bold;
        line-height: 54px;
        margin-bottom: 48px;
        color: #fff;
    }

    .solution-heading {
        font-size: 36px;
        font-weight: bold;
        line-height: 54px;
        margin-bottom: 48px;
        text-align: center;
    }

    .marginbtm {
        margin-bottom: 80px;
    }

    button.blue {
        background-color: #167fb3;
        margin-top: 30px;
        color: #fff;
        width: 156px;
        height: 50px;
        border-radius: 50px;
        font-size: 18px;
        margin-right: 10px;
    }

    .padding-top-bottom1 {
        padding-top: 100px;
        padding-bottom: 50px;
    }



    h2.support-heading {
        font-size: 24px;
        font-weight: bold;
        line-height: 36px;
        margin-bottom: 2px;
        color: #fff;
    }

    .support-margin-top {
        margin-top: 220px;
    }

    .support-margin-top1 {
        margin-top: 100px;
    }

    p.support-para18-white {
        font-size: 14px;
        width: 90%;
        color: #fff;
        position: relative;
        z-index: 20;
        font-weight: 400;
    }

    .buttons-links {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    #scalable {
        position: relative;
        width: 100%;
        height: 917px;
        color: #fff;
    }

    .scalable-image {
        position: absolute;
        left: 0;
        bottom: 0;
        background: url(../images/scalablebg.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 917px;
        z-index: -1;
    }

    h5.text-white {
        margin-bottom: 0;
    }

    p.text-white {
        font-size: 12px;
    }

    .stats {
        width: 100%;
        font-size: 10px;
    }

    h5.count {
        color: #fff;
        font-size: 40px;
    }

    .para18-white {
        font-size: 14px;
        width: 90%;
        color: #fff;
        position: relative;
        z-index: 20;
        font-weight: 400;
        padding-top: 20px;
    }

    .small {
        color: #0066cc;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 100px;
    }

    .footer {
        height: auto;
    }

    .paymentrow .col-md-6 {
        text-align: center;
        margin-bottom: 30px;
    }

    .subscribeform {
        display: flex;
        justify-content: center;
    }

    .copyright {
        color: #5b6068;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 0;
        margin-top: 15px;
    }




    .social-icons {
        margin-bottom: 40px;
    }





    .scalable-padding-top-bottom {
        padding-top: 100px;
        padding-bottom: 30px;
    }

    a.email {
        color: #0066cc;
        margin-bottom: 10px;
    }
}



@media (min-width: 768px) and (max-width: 1024px) {



    p.text {
        font-size: 14px;
    }

    .scalable-padding-top-bottom {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .subscribetext {
        height: 44px;
        width: 250px;
        outline: none;
        padding-left: 20px;
        background-color: #1e2734;
        border: none;
        color: #fff;
    }
}


/*****========Media Query CSS Added By Saunyak Start Here=========*****/
@media (max-width: 768px) {
    .container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .menu_wrapper .navbar-nav .nav-link,
    .menu_wrapper .navbar-nav .nav-link:hover {
        display: block;
    }

    .padding-top-bottom {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .banner {
        height: auto;
    }

    .small {
        margin-bottom: 20px;
    }

    .hub-heading {
        font-size: 40px;
    }

    p.phone {
        font-size: 30px;
    }

    .padding-top-bottom1 {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 0;
        padding-left: 0;
    }

    img.leaderimg {
        width: 100%;
    }

    .scalable-padding-top-bottom {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #scalable {
        height: auto;
    }

    .vert-box-img {
        width: 100%;
    }

    .horz-box-img {
        width: 100%;
    }

    .padding-top-bottom2 {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .solution-heading {
        margin-bottom: 10px;
    }

    .side-pads {
        padding: 0 15px;
    }

    .graybg,
    .whitebg,
    .hubleft,
    .hubright {
        padding: 20px 0;
    }
}


/*****========Media Query CSS Added By Saunyak End Here=========*****/

/*------------ general styles added by koushik biswas start here -----------*/
/*  .ordernow-orange {
            position: static;
            float: inline-end;
        } */





.footer {
    height: auto;
}

footer .bluebg {
    background-color: #111720;
}

/*------------ general styles added by koushik biswas end here -----------*/

/*------------ general styles added by Payel De start here -----------*/
.for-order-btn {
    display: block;
    height: 40px;
}

/* Quick Links Styles */

ul.quick-links {
    list-style: none;
    background-color: #e5edf6;
    width: 80%;
    padding: 20px 20px 20px 30px;
    margin-top: 30px;
}

    ul.quick-links li {
        font-weight: 600;
        line-height: 30px;
        font-size: 14px;
    }

        ul.quick-links li h4 {
            font-size: 14px;
            font-weight: 700;
        }

        ul.quick-links li a {
            color: #003399;
        }

.table.smaller-tab {
    width: 70%;
    margin: 0 auto;
}

.table.smallest-tab {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

    .table.sizes-tab thead th,
    .table.smaller-tab thead th,
    .table.smallest-tab thead th {
        vertical-align: middle;
        background-color: #b9bbbe;
    }

    .table.sizes-tab td,
    .table.sizes-tab th,
    .table.smaller-tab td,
    .table.smallest-tab td,
    .table.smallest-tab th {
        padding: 5px 0px;
        text-align: center;
        border-top: none;
        border-bottom: none;
    }

.sizes-tab.table-striped tbody tr:nth-of-type(even),
.smaller-tab.table-striped tbody tr:nth-of-type(even),
.smallest-tab.table-striped tbody tr:nth-of-type(even) {
    background-color: #e6e8eb;
}

.sizes-tab.table-striped tbody tr:nth-of-type(odd),
.smaller-tab.table-striped tbody tr:nth-of-type(odd),
.smallest-tab.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.bigger-boxbg {
    width: 380px;
    height: 380px;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 5px;
    margin-top: 20px;
}

.step-stencil-box h2 {
    padding-bottom: 15px;
    padding-top: 30px;
}

.step-stencil-box p {
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 22px;
}

/* for owl carousel */
.owl-carousel {
    margin: 0 auto;
    padding: 30px 0;
}

    .owl-carousel .item {
        text-align: center;
        padding: 5px;
        line-height: 2;
        font-weight: 700;
        margin: 0px 15px;
    }

        .owl-carousel .item .boxbg {
            background-color: #f8f8f8;
            border: 3px solid #ffffff;
            width: auto;
            min-height: 300px;
        }

        .owl-carousel .item .for-image img {
            border-top-left-radius: 12px;
            border-top-right-radius: 12px;
        }

        .owl-carousel .item h3 {
            font-size: 20px;
            font-weight: 700;
            text-align: left;
            padding: 15px 0px 5px 10px;
        }

        .owl-carousel .item h4 {
            font-size: 20px;
            font-weight: 700;
            text-align: left;
            padding: 14px 10px 14px 11px;
            background-color: #ccc;
            border-radius: 5px 5px 0px 0px;
        }

        .owl-carousel .item p {
            font-size: 14px;
            line-height: 20px;
            font-weight: 500;
            color: #000;
            text-align: left;
            padding-left: 10px;
        }

.owl-nav .owl-nav button {
    background-color: #ddd;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -20px;
    top: 42%;
    background-color: #cccccc !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 27px !important;
    line-height: 30px;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -60px;
    top: 42%;
    background-color: #cccccc !important;
    display: block;
    font-size: 27px !important;
    line-height: 30px;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}

/*  .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	z-index: 1;
	width: 20px;
	height: 20px;
	background-color: #ccc;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translatey(-50%); 
}  */

/* .owl-nav button span {
	font-size: 30px;
	height: 25px;
	display: block;
	width: 25px;
} */
/* .owl-carousel .owl-nav button.owl-prev {
	left: 0%;
}
.owl-carousel .owl-nav button.owl-next {
	right: 0%;
}
.owl-carousel .owl-nav {
	margin: 0;
} */
.btn-wrap {
    text-align: center;
    width: 100%;
}

/* button {
	background-color: #ddd;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
} */
/* .owl-theme .owl-nav .disabled,
button.disabled {
	opacity: 0.6;
} */

/* for owl carousel */
/* for location page */
#image-map {
    background: url(../images/us-map.png) center center no-repeat;
    height: 720px;
    position: relative;
    width: 725px;
    margin: 0 auto;
}

.hotspot .quoteNowBtn {
    background: #ff6c37;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    color: #fff;
    font-weight: 700
}

.spot .spot-wrapper .spot-details {
    padding: 10px 50px 10px 10px;
    position: relative
}

.spot-details:after {
    content: "";
    background: url(../images/google-marker.png) center center/contain no-repeat;
    display: block;
    position: absolute;
    width: 30px;
    height: 50px;
    right: 10px;
    bottom: 10px
}

#image-map .hotspot .spot {
    background-color: transparent;
    display: block;
    padding-left: 20px;
    margin-top: 0;
    width: 250px;
    position: relative;
    z-index: 9
}

#image-map .hotspot:hover {
    overflow: visible
}

    #image-map .hotspot:hover .spot .spot-wrapper {
        opacity: 1;
        -webkit-transition: opacity 1s;
        color: #000 !important;
        text-decoration: none;
        font-size: 16px;
        border: 1px solid #ff6c37;
        background-color: #fff;
        box-shadow: 0 3px 6px 3px rgb(0 0 0 / 30%);
        position: absolute;
        top: 20px;
        left: auto;
        right: auto;
        transform: translateX(-50%);
        z-index: 99
    }

.image-map-mob .hotspot .spot .spot-wrapper {
    opacity: 1;
    color: #000 !important;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid;
    background-color: #fff;
    margin: 5px 0 5px 25px;
    position: relative
}

.image-map-mob .spot-wrapper:before {
    content: attr(data-location);
    font-weight: 700;
    background: #ff6c37;
    color: #fff;
    display: block;
    position: absolute;
    width: 25px;
    height: 100%;
    left: -25px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

#image-map .hotspot:hover .spot .spot-wrapper .spot-details a {
    color: #0066cc;
}

#image-map #spot-1 {
    left: 85px;
    top: 0
}

#image-map #spot-2 {
    left: 48px;
    top: 71px
}

#image-map #spot-3 {
    left: 225px;
    top: 200px
}

#image-map #spot-4 {
    left: 330px;
    top: 307px
}

#image-map #spot-5 {
    left: 315px;
    top: 350px
}

#image-map #spot-6 {
    left: 195px;
    top: 335px
}

#image-map #spot-7 {
    left: 195px;
    top: 357px
}

#image-map #spot-8 {
    left: 316px;
    top: 429px
}

#image-map #spot-9 {
    left: 230px;
    top: 495px
}

#image-map #spot-10 {
    left: 278px;
    top: 500px
}

#image-map #spot-11 {
    right: 122px;
    top: 70px
}

#image-map #spot-12 {
    right: 150px;
    top: 95px
}

#image-map #spot-13 {
    right: 167px;
    top: 106px
}

#image-map #spot-14 {
    right: 80px;
    top: 100px
}

#image-map #spot-15 {
    right: 270px;
    top: 160px
}

#image-map #spot-16 {
    right: 195px;
    top: 170px
}

#image-map #spot-17 {
    right: 123px;
    top: 163px
}

#image-map #spot-18 {
    left: 32px;
    top: 210px;
}

#image-map #spot-19 {
    left: 32px;
    top: 195px;
}

#image-map #spot-20 {
    right: 84px;
    top: 87px
}

#image-map #spot-21 {
    right: 100px;
    top: 160px;
}

#image-map #spot-22 {
    right: 200px;
    top: 290px;
}

#image-map #spot-23 {
    right: 144px;
    top: 366px;
}

.hotspot .spot-details h4 {
    color: #0b2e4d;
    font-weight: 700;
    font-size: 16px;
    margin: 0
}

.hotspot .spot-details h5 {
    font-weight: 700;
    color: #14a6db;
    margin: 5px 0 0;
    font-size: 16px
}

#image-map .hotspot {
    background: url(../images/img-marker.png) center center no-repeat;
    cursor: pointer;
    height: 20px;
    overflow: hidden;
    position: absolute;
    width: 20px;
    border-radius: 100%;
}

.stentech-locations {
    padding: 30px 0;
    margin-top: 50px
}

    .stentech-locations h1 {
        font-size: 36px;
        font-weight: 700;
        color: #0b2e4d;
        margin-bottom: 30px
    }

    .stentech-locations a {
        color: #0066cc;
    }

.hotspot .spot-details a {
    text-decoration: underline
}

.hotspot .quoteNowBtn:after {
    content: "";
    background: url(../images/quote-icon.png) 0 0 / contain no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-left: 5px;
}

.spot-details:after {
    content: "";
    background: url(../images/google-marker.png) center center / contain no-repeat;
    display: block;
    position: absolute;
    width: 30px;
    height: 50px;
    right: 10px;
    bottom: 10px;
}

/* for location page */

/*Contact Page*/
.stentech-contact .dbox .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0b2e4d;
    margin: 0 auto 20px;
    position: relative;
    top: auto;
}

    .stentech-contact .dbox .icon svg {
        font-size: 20px;
        color: #fff;
    }

.py-70 {
    padding: 70px 0;
}

.contact-us-form .dbox .text p a {
    color: #000;
}

.stentech-contact .dbox .text p span {
    font-weight: 700;
    display: block;
}

/*Contact Page*/

/* for stencil landing page */



h2.stencils-title {
    font-size: 32px;
    font-weight: 600;
}

button.locations {
    background-color: #167fb3 !important;
}

button.ordernow, a.ordernow {
    background-color: #fe7d5e !important;
}

.stencil-banner {
    background: url('../images/stencil-landing-hero-banner.jpg');
    background-position: 30% 50%;
    background-size: cover !important;
}

.down-arrow {
    margin-top: 50px;
}

.scalable-proven {
    background-color: #f6f9fb;
}

.scalable-proven-bottom {
    padding-top: 90px;
    padding-bottom: 90px;
}

.scalable-proven-stats {
    margin-top: 2vw;
}
/* for stencil landing page */

@media (max-width: 991px) {
    .listingbg {
        height: 100px;
    }



    .about-text {
        line-height: 22px;
    }

    .footer {
        height: fit-content;
    }
}

@media (max-width: 768px) {
    .main-heading {
        font-size: 26px;
        margin: 3rem 0 2rem 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    ul.quick-links {
        width: 90%;
        height: auto;
    }

    .owl-carousel .item .boxbg {
        min-height: 340px;
    }

    .boxbg {
        width: 200px;
        height: 200px;
    }

    .bigger-boxbg {
        width: 300px;
        height: 300px;
    }

    .main-heading {
        font-size: 26px;
        margin: 3rem 0 2rem 0;
    }
}

@media (max-width: 768px) {
    .hubright {
        padding-top: 0px;
    }

    .hubleft {
        padding-bottom: 0px;
    }

    .topbgrow {
        height: 220px;
        /* position: relative; */
    }

    /* #orderinghub .topbgrow {
                height: 81px;
                top: -30px;
            } */
}


@media (max-width: 576px) {
    h2.stencils-title {
        font-size: 24px;
    }

    .tagline {
        font-size: 18px;
        font-weight: 600;
    }

    ul.quick-links {
        height: auto;
        width: 100%;
    }

    .table.smaller-tab {
        width: 90%;
    }

    .table.smallest-tab {
        width: 90%;
    }
}

@media (max-width: 576px) {


    .owl-carousel .owl-nav button.owl-prev {
        top: 82%;
        left: 40px;
    }

    .owl-carousel .owl-nav button.owl-next {
        top: 82%;
        right: 0px;
    }

    #receorces-landing .owl-carousel .owl-nav button.owl-prev {
        top: 85%;
    }

    #receorces-landing .owl-carousel .owl-nav button.owl-next {
        top: 85%;
    }
}

/*------------ general styles added by Payel De end here -----------*/

.banner {
    margin-top: 110px;
    position: relative;
    overflow: hidden;
}

#breadcrumb-links {
    margin-top: 110px;
}

/* Responsive video background */
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Overlay content centered */
.overlay-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.2rem 2rem;
    background: rgba(0, 0, 0, 0.6);
    /* optional semi-transparent overlay */
}

.down-arrow {
    font-size: 21px !important;
    margin-top: 75px;
}


ul.filter-links {
    height: auto !important;
}

.menu_wrapper .dropdown-menu-wrapper {
    background: none;
}

.menu_wrapper .dropdown-menu-wrapper {
    background: none;
    border: none;
    box-shadow: none;
}

    .menu_wrapper .dropdown-menu-wrapper .dropdown-menu-inner {
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    }

    .menu_wrapper .dropdown-menu-wrapper .dropdown-menu-section-wrap {
        display: flex;
    }

    .menu_wrapper .dropdown-menu-wrapper .dropdown-left-section,
    .menu_wrapper .dropdown-menu-wrapper .dropdown-right-section {
        flex: 1;
    }

    .menu_wrapper .dropdown-menu-wrapper .dropdown-middle-section {
        width: 100%;
    }

    .menu_wrapper .dropdown-menu-wrapper .dropdown-right-section {
        background: #f7f7f8;
    }

.menu-left-section {
    padding: 40px;
}

.menu-img-section {
    padding: 40px;
    background-color: #f7f7f8;
    border-right: 1px #1f282f solid;
}

    .menu-img-section .menu-img-title {
        font-weight: bold;
    }

    .menu-img-section .explorebtn {
        font-weight: 500;
    }

    .menu-img-section .list-group img {
        border: 1px #999999 solid;
    }

.menu_wrapper .dropdown-mega .dropdown-menu {
    top: 40px;
    padding-top: 30px;
}

.menu_wrapper .dropdown-mega h5.megamenu-title {
    color: #0066cc;
    font-size: 16px;
    font-weight: 500;
}


.menu_wrapper .dropdown-menu .list-group {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: normal;
}

.menu_wrapper .dropdown-menu .menu-img-section .list-group {
    margin-bottom: 0;
}

.mega-content .col-auto {
    padding: 0 10px;
}

/* Optional: Hide scrollbar for WebKit browsers */
.dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

/* Sidebar styling */
.mobile-sidebar {
    display: none;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    transition: left 0.3s ease-in-out;
}

.mobile-sidebar-inner {
    display: flex;
    flex-direction: column;
    width: 80%;
    max-width: 600px;
    background: #FFF;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

    .mobile-sidebar-inner .mobile-nav {
        flex: 1;
    }

        .mobile-sidebar-inner .mobile-nav .details {
            padding: 5px 0;
        }

            .mobile-sidebar-inner .mobile-nav .details + .details {
                border-top: 1px solid #e5e5e5;
            }

.mobile-sidebar-left {
    flex: 1;
}

.mobile-sidebar.open {
    left: 0;
}

.mobile-sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 13px 20px 10px 20px;
    border-bottom: 1px solid #d0d3d4;
}

    .mobile-sidebar-header .mobile-logo {
        width: 120px;
    }

    .mobile-sidebar-header .close-sidebar {
        background: none;
        border: none;
        font-size: 40px;
        height: 40px;
        line-height: 1;
        cursor: pointer;
        margin: 0;
    }

.mobile-sidebar-bottom {
    padding: 10px 20px 20px 20px;
    flex: 1;
    overflow: auto;
}

.mobile-sidebar details {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

/* .mobile-sidebar summary {
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    padding: 8px 0;
    list-style: none;
    color: #0066cc;
} */
.mobile-sidebar .submenu-title {
    align-items: center;
    justify-content: center;
    display: flex;
    justify-content: space-between;
}

    .mobile-sidebar .submenu-title > a {
        font-weight: 600;
        font-size: 16px;
        color: #0066cc;
    }

.mobile-sidebar .open-sub-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: none;
}

    .mobile-sidebar .open-sub-menu .open-sub-icon {
        border: solid #092540;
        border-width: 0 2px 2px 0;
        pointer-events: none;
        transform: translateY(-20%) rotate(45deg);
        width: 10px;
        height: 10px;
    }

    .mobile-sidebar .open-sub-menu.open .open-sub-icon {
        transform: translateY(20%) rotate(-135deg);
    }

.mobile-sidebar .submenu {
    display: none;
    padding-top: 10px;
    animation: fadeIn 0.3s ease;
}

.mobile-sidebar .open .submenu {
    display: block;
}

.list-group {
    margin-bottom: 10px;
}

.megamenu-title {
    font-size: 14px;
    font-weight: 600;
    color: #0066cc;
    margin-bottom: 5px;
}

.submenu a {
    display: block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    padding: 4px 0;
}

    .submenu a.explorebtn {
        font-weight: 500;
        display: flex;
        margin-bottom: 20px;
    }

.submenu .submenu-image-title {
    font-weight: bold;
}

.sidebar-cta {
    display: flex;
    gap: 20px;
    padding: 10px 20px 20px 20px;
}

    .sidebar-cta .btn {
        flex: 1;
        display: block;
        background: #007bff;
        color: white;
        text-align: center;
        padding: 10px 5px;
        border-radius: 4px;
        text-decoration: none;
    }

/* Optional animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

header.fixed-top {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-expand-md .navbar-toggler {
    display: none;
}

.menu_wrapper .btn.btn-menu {
    text-align: left;
    display: flex;
    gap: 5px;
    border: 2px solid #cadbf1;
    font-size: 16px;
}

.menu_wrapper .navbar-nav {
    gap: 20px;
}

.tooltip-inner {
    background-color: #111720;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #111720;
}

.text-dark {
    color: #000 !important;
}

.section-heading.section-heading-scalable {
    margin-bottom: 140px;
}

.our-locations-wrapper {
    display: flex;
    gap: 20px;
}

.your-online-ordering-buttons-links {
    gap: 20px;
}

.input-group.subscribeform {
    flex-wrap: nowrap;
}

.topbar-rightbuttons .top-login-btn {
    line-height: 1;
    color: #c6d0dd;
    display: inline-block;
}

    .topbar-rightbuttons .top-login-btn .pad-left img {
        vertical-align: top;
    }

    .topbar-rightbuttons .top-login-btn .pad-left {
        display: inline-block;
        margin-top: 4px;
        vertical-align: top;
    }

.img-responsive-404 {
    width: 100%;
    max-width: 740px;
    margin: 15px auto 0;
    display: block;
}

.error-wrapper {
    padding: 80px 0;
}

.error-body-section {
    margin-top: 110px;
    margin-bottom: 10px;
}

.footer-top {
    gap: 30px;
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
}

    .footer-top .footer-col {
        min-width: 180px;
    }

/*lasercut stenciols responsive fix*/
.card-order-btn,
.card-view-btn {
    left: 1rem !important;
}

.hubright ul {
    margin: 15px 0;
}

.hubright {
    font-size: 15px;
}

ul.support-links li {
    text-transform: capitalize;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-size: 10px;
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    width: 28px;
    height: 28px;
}

#newslisting-content,
#support-content {
    font-size: 14px;
}

    #support-content ul.support-links,
    #newslisting-content ul.support-links {
        font-weight: 600;
    }

.section-heading,
.solution-heading,
.support-heading,
.testimonials-heading {
    font-weight: 600;
}

.side-pads h3 {
    font-size: 30px;
    font-weight: 600;
}

.side-pads .features {
    font-size: 24px;
    margin-top: auto;
}

.leftquote {
    top: 105px;
    left: 60px;
}

.rightquote {
    right: 60px;
    bottom: 72px;
}

ul.footer-links {
    font-size: 14px;
}

/*.tagline {
    font-size: 22px;
    font-weight: bold;
}*/

.content-text.bold {
    font-weight: 600;
}

.hub-heading {
    font-size: 52px;
}

.bigger-boxbg .carousel-control-prev,
.company-boxbg .carousel-control-prev {
    left: -60px
}

.bigger-boxbg .carousel-control-next,
.company-boxbg .carousel-control-prev {
    right: -60px
}

.features-heading {
    color: #3c5169;
    font-size: 24px !important;
    margin-bottom: 2px;
}

.parts-banner {
    background: url('../images/parts-landing-banner.jpg');
    background-position: 30% 50%;
    background-size: cover !important;
}

.scrollup {
    background-color: #ff6c37;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 0;
    line-height: 0;
    position: fixed;
    bottom: 85px;
    right: 15px;
    z-index: 999;
}

    .scrollup:hover {
        background-color: #1a8cff;
    }

    .scrollup::after {
        content: "\f077";
        font-family: "Font Awesome 5 Free";
        color: #fff;
        display: block;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
        position: relative;
        top: 0;
        padding: 10px 11px;
        -moz-transition: top .2s linear;
        -o-transition: top .2s linear;
        -webkit-transition: top .2s linear;
        transition: top .2s linear;
    }

#more-info {
    width: 20px;
    height: 20px;
    color: #fff;
    display: inline-block;
    font-size: 0;
    background: #6c757d;
    line-height: 0;
}

    #more-info::after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        color: #fff;
        display: block;
        font-size: 12px;
        font-weight: 900;
        line-height: 1;
        position: relative;
        /* top: 0; */
        padding: 5px;
    }

.modal-header.bg-dark .btn-close::before {
    color: #fff !important;
    float: right
}

a.watchvideo {
    padding: 6px 0;
    text-align: center;
}

    a.watchvideo:hover {
        color: #fff;
    }

.video-section {
    position: relative;
    max-width: 500px;
    margin: 15px auto;
    border: 1px solid #d0d0d0
}

/*.revised-video-section.video-section {
    max-width: unset;
    margin: 5px auto
}*/

.video-section {
    position: relative;
    width: 100%;
    max-width: 100%; /* Optional: remove if not needed */
}

.embed-responsive {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}

    .embed-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }


.video-section .playpause.greyplaybutton {
    background-image: url(../images/play-grey.png);
    width: 65px
}

.video-section .embed-overlay-image img {
    width: 100%;
    margin: auto
}

.video-section .embed-responsive {
    width: 100%;
    margin: auto;
    padding: 0;
    overflow: hidden
}

    .video-section .embed-responsive iframe {
        position: relative;
    }

.video-section .playpause {
    background-image: url(../images/Play-button.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-position: center;
    cursor: pointer
}

.hidden {
    display: none;
}

.hubright {
    padding-bottom: 15px;
}

.video-container {
    max-width: 100%;
    aspect-ratio: 16 / 9;
}

    .video-container iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

.stentech-calculator .calculator-block .OrangeArrowBtn p {
    display: block;
    font-size: 16px;
    line-height: 24px;
    background: #ff6c37;
    color: #fff;
}

.OrangeArrowBtn span::after {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
    background: #ff6c37;
    padding: 10px 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.red {
    width: auto;
    height: auto;
    padding: 10px 15px !important;
}

.image-container {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    border-radius: 26px;
}

.carousel-container .carousel-arrow.prev {
    left: 0;
}

.carousel-container .carousel-arrow.next {
    right: 0;
}

.down-arrow a {
    color: #fff;
}

font {
    background-color: transparent !important;
    box-shadow: none !important;
}

#industry-leader .para18, #trust .para18, #innovation .para18, #solutions .para18 {
    line-height: 22px;
    font-weight: 400;
}

.technical-list {
    font-weight: 500;
}

#our-company p {
    font-size: 16px;
    line-height: 24px;
}

section#materials-and-processes, section#materials-ultrathin-to-heavy-duty, section#materials-ultrathin-to-heavy-duty, section#laser-cutting, section#accuracy-through-electroforming, section#chemical-etching, section#expert-cnc-machining {
    font-size: 14px;
}

.icon-box .icon {
    width: 100px;
}

.footer-top-sticky {
    padding: 10px 5px;
    text-align: center;
    background-color: #ff6c37;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}

section .ordernow .btn-order-link:not(:first-child) > .btn::before,
.btn-order-link > .btn:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    /* adjust as needed */
    height: 40%;
    /* shorter height */
    width: 1px;
    background-color: #ddd;
}

section .ordernow .btn-order {
    background-color: #14a6dc;
    color: #fff;
}

    section .ordernow .btn-order:hover {
        background-color: #2084a8;
        color: #fff;
    }

section .ordernow .note-custromer {
    border-radius: 0;
}

    section .ordernow .note-custromer .card-header {
        background-color: #ff6d37;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        border-radius: 0;
    }

    section .ordernow .note-custromer .card-body {
        background-color: #d9dde0;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }

.btn-order-link .btn {
    border-radius: 0;
    pointer-events: none; /* So only the <a> is clickable */
}

.btn-order-link .dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    border-top: 0.25em solid transparent;
    border-bottom: 0.25em solid transparent;
    border-left: 0.25em solid;
    vertical-align: middle;
    position: relative;
    top: 0.05em; /* adjust this slightly as needed */
}

.ordernow p {
    font-size: 14px;
}

.modal-body {
    max-height: 60vh;
    overflow-y: auto;
}

.electroform-sten .carousel, .electroform-sten .carousel-inner, .electroform-sten img, .electroform-sten .carousel-item {
    height: 100%
}

.sten-ordering .icon-box {
    justify-content: space-between;
    padding: 25px 10px;
}

    .sten-ordering .icon-box h3 {
        font-size: 22px;
        line-height: 30px;
        font-family: "Poppins", sans-serif;
    }
/*.sten-ordering .stencils-title {
    font-size: 58px;
    font-weight: 600;
    line-height: 68px;
}

.sten-ordering p {
    font-size: 18px;
}*/

.sten-ordering > .col-md-4:nth-of-type(1) .knowmore {
    background-color: #1680b2;
}

.sten-ordering > .col-md-4:nth-of-type(2) .knowmore {
    background-color: #ff3300;
}

.sten-ordering > .col-md-4:nth-of-type(2) .icon-box {
    border-top-color: #ff3300;
}

.sten-ordering > .col-md-4:nth-of-type(3) .icon-box {
    border-top-color: #14bb75;
}

a.btn-login {
    background-color: #14bb75;
}

a.next-step-btn {
    background-color: #000066 !important;
}

.sten-ordering-instruction {
    font-family: "Poppins", sans-serif;
}

    .sten-ordering-instruction h2.stencils-title {
        font-size: 24px;
    }

    .sten-ordering-instruction a.next-step-btn, .sten-ordering-instruction a.btn-login {
        color: #fff;
        text-transform: uppercase;
        line-height: 45px;
        text-align: center;
        padding: 0;
        font-weight: 500;
        font-size: 14px;
        display: inline-block;
        min-width: 150px;
    }

    .sten-ordering-instruction .icon-box {
        font-size: 14px;
    }

    .sten-ordering-instruction .instruction-para p {
        font-weight: 500;
        line-height: 18px !important;
        margin-bottom: 10px;
    }

#teamModal .modal-header.bg-dark {
    background-color: #1c1c1d !important;
    padding: 10px 20px;
    border-radius: 0px;
}

#teamModal .modal-title {
    color: #0066cc;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
}

#teamModal .modal-body h4 {
    font-size: 24px;
    font-weight: 700;
}

#teamModal .modal-body h6 {
    font-size: 22px;
    font-weight: 700;
}

#teamModal .modal-body .team-details p {
    font-size: 16px;
}

    #teamModal .modal-body .team-details p strong {
        font-weight: 500;
    }

@media (max-width: 991px) {
    .listingbg {
        height: 100px;
    }

    .side-pads h3 {
        font-size: 24px;
    }

    .features-heading {
        font-size: 20px !important;
    }


    .about-text {
        line-height: 22px;
    }

    .footer {
        height: fit-content;
    }



    .padding-top-bottom1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .hubleft,
    .hubright {
        padding: 10px 0;
    }

        .hubright ul {
            margin: 5px 0;
        }

    p.phone {
        font-size: 35px;
    }

    .hub-heading {
        font-size: 40px;
    }

    .graybg,
    .whitebg {
        padding: 30px 0;
    }
}

@media (max-width: 1024px) {
    .banner {
        background-position: center !important;
        height: auto;
        /* padding: 20px; */
    }

    .heading {
        font-size: 40px;
        font-weight: 600;
        line-height: 58px;
    }

    .down-arrow {
        margin-top: 20px;
    }

    .testimonials-heading {
        font-size: 20px;
        margin: 10px 0;
    }

    .leftquote,
    .rightquote {
        width: 30px;
    }

    .bigger-boxbg .carousel-control-next {
        right: -45px;
    }

    .bigger-boxbg .carousel-control-prev {
        left: -45px;
    }
}

@media(max-width: 768px) {

    .section-heading,
    .support-heading,
    .solution-heading {
        font-size: 32px;
        font-weight: bold;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .para18 {
        font-size: 16px;
    }

    .support-margin-top {
        margin-top: 10px;
    }



    .support-para18-white {
        font-size: 16px;
        padding-top: 5px;
    }

    .scalable-image {
        height: 826px;
    }

    .padding-top-bottom,
    .padding-top-bottom2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-image img {
        max-width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .bigger-boxbg {
        width: 225px;
        height: 225px;
    }

    .padding-top-bottom,
    .padding-top-bottom1,
    .padding-top-bottom2 {
        padding-top: 40px;
        padding-bottom: 25px;
    }
}

@media (max-width: 576px) {


    .scalable-image {
        height: 902px;
    }


    .boxbg {
        height: 100%;
        width: 100%;
    }


    .heading {
        font-size: 30px !important;
        font-weight: 700;
        line-height: 35px;
        padding-top: 30px;
    }

    .company-rightcol {
        align-items: start;
        padding-top: 0px;
    }

    ul.company-links {
        margin-bottom: 5px !important;
    }

    .bigger-boxbg {
        width: 100%;
        height: 100%;
    }

        .bigger-boxbg .carousel {
            width: 100%;
            height: 100%;
        }
}

.hero-content {
    padding: 8px 10px;
}

    .hero-content .btn {
        min-width: 200px;
    }

@media (max-width: 1199px) {
    .mobile-sidebar {
        display: flex;
    }
}

@media (max-width: 1199px) {
    .menu_wrapper .btn.btn-menu {
        border: 0;
    }

        .menu_wrapper .btn.btn-menu .btn-menu-text {
            display: none;
        }

    .section-heading {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .navbar {
        padding-right: 5px;
    }

    .menu_wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-brand {
        padding: 0;
    }

    .menu_wrapper a.navbar-brand img {
        width: auto;
        height: 30px;
    }

    .banner {
        margin-top: 80px;
    }

    .navbar-expand-md .navbar-toggler {
        display: block;
    }

    .sidebar-cta {
        gap: 10px;
    }

    .your-online-ordering {
        margin-top: 80px;
    }

    .footer-top {
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .footer-top .footer-col {
            max-width: 45%;
        }

    .bottom-logo-wrapper .bottom-logo {
        width: 110px;
        height: 110px;
    }

    .bottom-logo-wrapper .bottom-logo-3 {
        width: 133px;
        height: 133px;
    }
}

@media (max-width: 767px) {
    .our-locations-wrapper {
        flex-direction: column;
    }

    .footer-top .footer-col {
        max-width: none;
    }

    .revised-video-section.video-section {
        max-width: unset;
        margin: 15px auto
    }
}

@media (max-width: 991.98px) {
    .menu_wrapper .navbar-collapse {
        display: none !important;
    }
}

/* Show dropdown on hover - desktop only */
@media (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
        pointer-events: none;
    }

    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        pointer-events: auto;
    }
}

@media (max-width: 991px) {
    .scalable-proven-bottom {
        padding: 30px 0;
        background-size: cover;
    }

    .section-heading.section-heading-scalable {
        margin-bottom: 35px;
    }
}



@media(max-width: 768px) {

    /*    .boxbg {
        width: 100%;
        height: 100%;
        margin-bottom: 43px;
    }*/
    .footer-top {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .watchvideo,
    .watch-video-btn {
        height: 28px;
        font-size: 13px;
    }

    a.watchvideo {
        padding: 3px 0;
        align-self: center;
    }

    .carousel-control-next,
    .carousel-control-prev,
    .carousel-arrow.prev,
    .carousel-arrow.next {
        bottom: -53px;
        align-items: end;
        top: 100%;
        /* right: 0px; */
        width: 17%;
    }

    .carousel-arrow.prev,
    .carousel-arrow.next {
        background-size: 10px;
        /* background-repeat: no-repeat; */
        /* background-position: center; */
        width: 28px;
        height: 28px;
        transform: translateY(20px);
    }

    a.watch-video-btn {
        float: none;
        margin: auto;
    }

    .carousel-control-next {
        right: 0 !important;
    }

    .carousel-control-prev {
        left: 0 !important;
    }

    .step-stencil-box h2 {
        padding: 10px 0;
    }

    /*    #testimonials {
        padding: 30px 0;
    }*/
    button.ordernow, a.ordernow,
    .btn-custom-blue {
        height: initial;
        width: initial;
        padding: 8px 15px;
    }

    .carousel-container .image-container {
        width: 100%;
    }

    .animation-grid {
        margin: auto;
    }
}

@media(max-width: 360px) {
    .section-heading.section-heading-scalable {
        margin-bottom: 35px;
    }

    .scalable-proven-bottom {
        padding: 10px 0;
    }
}
/* made changes by dhiraj 14-08-2025  cnc machining carousel */
.cncmachining a {
    right: -70px;
}

.cncmachining .carousel-control-prev {
    left: -70px;
}

.stencil-lists li {
    list-style: none;
}

.cncprecision p, .cncprecision li, .cncprecision strong {
    color: #686868;
}

    .cncprecision li:hover strong {
        color: #38386c;
    }

.readmore-btn {
    color: #003399;
    font-weight: 600;
}
/* Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none; /* hidden by default */
    align-items: center;
    justify-content: center;
    z-index: 999;
}

    .popup-overlay video {
        width: 100%;
    }
/* Popup Box */
.popup-box {
    background: #fff;
    max-width: 500px;
    width: 90%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    animation: fadeIn 0.3s ease-in-out;
    position: relative;
}
/* Close Button */
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}
/* Fade in animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* Responsive text */
.popup-box h2 {
    margin-top: 0;
    font-size: 1.5rem;
}

.popup-box p {
    font-size: 1rem;
    line-height: 1.5;
}

@media (max-width: 480px) {
    .popup-box h2 {
        font-size: 1.2rem;
    }

    .popup-box p {
        font-size: 0.9rem;
    }
}

.modal.show-open-popup {
    display: flex !important; /* behave like flex overlay */
}

#popup1 {
    z-index: 10000;
}

.our-material-line ul li {
    list-style: none;
    font-size: 14px;
    padding: 10px 0px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden !important;
    border-radius: 13px !important;
}

.float-left {
    float: left !important;
}

.stentech_blueprint {
    width: 100%;
    margin-bottom: 20px;
}

    .stentech_blueprint img {
        width: 100%;
    }

.virtualdemo-btn-gradient-color {
    background: linear-gradient(to right, rgba(1, 111, 164, 1) 0%, rgba(83, 166, 178, 1) 100%) !important;
}

    .virtualdemo-btn-gradient-color:hover {
        color: #fff;
    }

.virtualdemo-btn {
    border: 1px solid transparent;
    color: #ffffff;
    font-weight: 500;
    padding: 3% 5%;
}

.stencil-lists-section .stencil-lists li:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    left: -40px;
    background-image: url("../images/stencil-lists-bullet.png");
}

.stencil-lists-section .stencil-lists li {
    padding: 9px 0px;
    font-weight: 600;
    display: block;
    position: relative;
}

.nano-coating-image img {
    background-color: #ffffff;
}

.coating-blue-list h4 span {
    background: #404041;
    width: 47px;
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 23px;
    border-radius: 100%;
}

.awardsimage img {
    background-color: #f6f9fc;
}

.custom-color {
    background-color: #f0efef;
}

.fadeInUpSmooth {
    animation-name: fadeInUpSmooth;
}

@-webkit-keyframes fadeInUpSmooth {
    from {
        opacity: 0;
        transform: translate3d(0, 6%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUpSmooth {
    from {
        opacity: 0;
        transform: translate3d(0, 6%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.btn-close {
    position: relative;
    outline: none;
    border: 0;
    background: transparent;
}

    .btn-close:before {
        content: "\f00d";
        font-family: "Font Awesome 5 Free";
        color: #000;
        display: block;
        font-size: 20px;
        font-weight: 900;
        line-height: 1;
    }

.newspara-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .newspara-content.expanded {
        -webkit-line-clamp: unset !important;
        overflow: visible;
    }

.newspara .read-more {
    position: relative;
    cursor: pointer;
    display: none;
    color: #0066cc;
}

    .newspara .read-more:after {
        content: ">";
        color: #0066cc;
        display: inline-block;
        margin-left: 5px;
        position: relative;
        top: 1px;
    }

.newspara-content ul {
    margin-left: 20px;
    margin-bottom: 0;
    margin-top: 0;
}

.newspara-content p + ul {
    margin-top: 5px;
}

.newspara-content p {
    margin-top: 0;
    margin-bottom: 0;
}

    .newspara-content p + p {
        margin-top: 5px;
    }

.newspara .highlight {
    margin-bottom: 5px;
}

.scalable-proven-new {
    position: relative;
    min-height: 800px;
    background: #0a2540;
}

.scalable-proven-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .scalable-proven-video::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-image: url("../images/scalable-proven-bg.png");
        background-repeat: no-repeat;
        background-position: center top;
    }

    .scalable-proven-video video {
        opacity: 0.3;
        width: auto;
        height: auto;
        min-height: 101%;
        min-width: 101%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

@media (max-width: 991px) {
    .scalable-proven-video::after {
        background-image: url("../images/scalable-proven-bg-small.png");
    }
}

@media (max-width: 767px) {
    ul.support-links {
        width: 100%;
    }
}

.home-animation-row {
    display: flex;
    gap: 50px;
    padding: 60px 0;
}

@media (max-width: 999px) {
    .home-animation-row {
        flex-direction: column;
    }
}
/**************** animation_styles ********************/
/* Animation-specific styles only */
.animation-container {
    position: relative;
    /*    background-image: linear-gradient(to right, #ccc 1px, transparent 1px), linear-gradient(to bottom, #ccc 1px, transparent 1px);*/
    background-size: 10px 10px;
}

.animation-grid {
    /*     background-color: #dfdfdf; */
    border-radius: 12px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); */
    position: relative;
    width: 430px;
    height: 550px;
}

.animation-card {
    position: absolute;
    width: 80px;
    height: 80px;
    background: white;
    border: 2px solid #e6e6e6;
    border-radius: 12px;
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box;
    overflow: visible;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(.4,1.4,.6,1), background 0.3s;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.06);
    z-index: 2;
}

    /* 2608 */
    .animation-card .animation-card-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .animation-card .animation-card-icon img {
            width: 30px;
            height: 30px;
            object-fit: contain;
            filter: grayscale(80%);
            transition: filter 0.3s ease;
            opacity: 0.5;
        }

            .animation-card:hover .animation-card-icon img,
            .animation-card:hover .animation-card-icon svg,
            .animation-card.active .animation-card-icon img,
            .animation-card.active .animation-card-icon svg,
            .animation-card .animation-card-icon img:hover,
            .animation-card .animation-card-icon img:active,
            .animation-card .animation-card-icon svg:hover,
            .animation-card .animation-card-icon svg:active {
                filter: grayscale(10%);
                opacity: 1;
            }

.animation-card-label {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 500;
    color: #666;
    text-align: center;
    width: 100%;
    line-height: 1.1;
    letter-spacing: 0.01em;
    pointer-events: none;
    text-transform: uppercase;
}

/* Accent label color only on hover/active */
.animation-card.capital:hover .animation-card-label, .animation-card.capital.active .animation-card-label {
    color: #b97e10;
}

.animation-card.treasury:hover .animation-card-label, .animation-card.treasury.active .animation-card-label {
    color: #06b6d4;
}

.animation-card.issuing:hover .animation-card-label, .animation-card.issuing.active .animation-card-label {
    color: #8b5cf6;
}

.animation-card.connect:hover .animation-card-label, .animation-card.connect.active .animation-card-label {
    color: #f0cd6e;
}

.animation-card.radar:hover .animation-card-label, .animation-card.radar.active .animation-card-label {
    color: #10b981;
}

.animation-card.billing:hover .animation-card-label, .animation-card.billing.active .animation-card-label {
    color: #f44336;
}

.animation-card.orders:hover .animation-card-label, .animation-card.orders.active .animation-card-label {
    color: #000000;
}

.animation-card.items:hover .animation-card-label, .animation-card.items.active .animation-card-label {
    color: #222;
}

.animation-card:hover, .animation-card.active {
    transform: scale(1.08) translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.animation-card svg {
    width: 32px;
    height: 32px;
    stroke: #999;
    fill: none;
    stroke-width: 2;
    transition: all 0.3s ease;
}

/* Accent icon color only on hover/active */
.animation-card.capital:hover svg, .animation-card.capital.active svg {
    stroke: #b97e10;
}

.animation-card.treasury:hover svg, .animation-card.treasury.active svg {
    stroke: #06b6d4;
}

.animation-card.issuing:hover svg, .animation-card.issuing.active svg {
    stroke: #8b5cf6;
}

.animation-card.connect:hover svg, .animation-card.connect.active svg {
    stroke: #f4c542;
}

.animation-card.radar:hover svg, .animation-card.radar.active svg {
    stroke: #53e4b3;
}

.animation-card.billing:hover svg, .animation-card.billing.active svg {
    stroke: #f44336;
}

.animation-card.orders:hover svg, .animation-card.orders.active svg {
    stroke: #15803d;
}

.animation-card.items:hover svg, .animation-card.items.active svg {
    stroke: #160b0a;
}

.animation-card.machining {
    top: 200px;
    left: 250px;
}

.animation-card.stencils {
    top: 200px;
    left: 150px;
}

.animation-card.locations {
    top: 100px;
    left: 350px;
}

.animation-card.company {
    top: 0;
    left: 150px;
}

.animation-card.parts {
    top: 200px;
    left: 350px;
}

.animation-card.tooling {
    top: 300px;
    left: 250px;
}

.animation-card.orders {
    top: 300px;
    left: 50px;
}

.animation-card.resources {
    top: 100px;
    left: 50px;
}

.animation-card.coatings {
    bottom: 70px;
    left: 150px;
}

.animation-card.quotes {
    bottom: 70px;
    left: 350px;
}

.animation-connection-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 600px;
    height: 450px;
    pointer-events: none;
    z-index: 1;
}

.connection-path {
    fill: none;
    stroke-width: 4;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: drawPath 2s ease forwards;
}

/* The keyframe animation that reduces the stroke-dashoffset */
@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

/* NEW KEYFRAME ANIMATION: This animates the color stops in the gradient */
@keyframes animateGradientColors {
    0% {
        stop-color: #bebdbd;
    }

    16.66% {
        stop-color: #59bafa;
    }

    50% {
        stop-color: #3c70ff;
    }

    66.66% {
        stop-color: #0080ff;
    }

    83.33% {
        stop-color: #2c5dff;
    }

    100% {
        stop-color: #0044ff;
    }
}

.label {
    position: absolute;
    background: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
}

    .label.capital {
        color: #b97e10;
    }

    .label.treasury {
        color: #06b6d4;
    }

    .label.issuing {
        color: #8b5cf6;
    }

@media (max-width: 767px) {
    .animation-grid {
        width: 340px;
        height: 455px;
    }

    .animation-card {
        width: 60px;
        height: 60px;
    }

        .animation-card .animation-card-icon img {
            width: 20px;
            height: 20px;
        }

    .animation-card-label {
        font-size: 8px;
    }

    .animation-card.machining {
        top: 200px;
        left: 190px;
    }

    .animation-card.stencils {
        top: 200px;
        left: 100px;
    }

    .animation-card.locations {
        top: 100px;
        left: 280px;
    }

    .animation-card.company {
        top: 0;
        left: 100px;
    }

    .animation-card.parts {
        top: 200px;
        left: 280px;
    }

    .animation-card.tooling {
        top: 300px;
        left: 190px;
    }

    .animation-card.orders {
        top: 300px;
        left: 0;
    }

    .animation-card.resources {
        top: 100px;
        left: 0;
    }

    .animation-card.coatings {
        bottom: 0;
        left: 100px;
    }

    .animation-card.quotes {
        bottom: 0;
        left: 280px;
    }
}

/**************** end animation_styles *************************************/
#success_tic .checkmark-circle {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.checkmark-circle .background {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #1ab394;
    position: absolute;
}

#success_tic .checkmark-circle .checkmark {
    border-radius: 5px;
}

    #success_tic .checkmark-circle .checkmark:after {
        opacity: 1;
        height: 50px;
        width: 37.5px;
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        border-right: 12px solid #fff;
        border-top: 12px solid #fff;
        border-radius: 2.5px !important;
        content: '';
        left: 19px;
        top: 60px;
        position: absolute;
    }

    #success_tic .checkmark-circle .checkmark:after {
        opacity: 1;
        height: 50px;
        width: 37.5px;
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        border-right: 12px solid #fff;
        border-top: 12px solid #fff;
        border-radius: 2.5px !important;
        content: '';
        left: 19px;
        top: 60px;
        position: absolute;
    }

    #success_tic .checkmark-circle .checkmark.draw:after {
        -webkit-animation-delay: .3s;
        -moz-animation-delay: .3s;
        animation-delay: .3s;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-name: checkmark;
        -moz-animation-name: checkmark;
        animation-name: checkmark;
        -webkit-transform: scaleX(-1) rotate(135deg);
        -moz-transform: scaleX(-1) rotate(135deg);
        -ms-transform: scaleX(-1) rotate(135deg);
        -o-transform: scaleX(-1) rotate(135deg);
        transform: scaleX(-1) rotate(135deg);
        -webkit-animation-fill-mode: forwards;
        -moz-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

h2.form-popup-heading {
    font-size: 24px;
    margin: 20px 0 0;
    color: #000;
}

.form-popup-msg {
    font-size: 18px;
    padding: 10px 10px 25px;
}

#tooling-quote .form_label {
    margin-bottom: 0px;
}

#popupModalDefault .popup-content ul,
#popupModalDefault .popup-content ol {
    padding-left: 20px;
}

.modal-header {
    display: flex;
    align-items: center;
}

@media only screen and (max-width:1300px) {
    .menu_wrapper .navbar-nav {
        gap: 5px;
    }

    .menu_wrapper .btn.btn-menu {
        font-size: 14px;
    }

    .whitebg {
        padding: 30px 0;
    }

    #company-content a.email {
        font-size: 12px;
    }
}
