html,
body {
    overflow-x: hidden;
    box-sizing: border-box;
}

@font-face {
    font-family: 'figtree-light';
    font-style: normal;
    font-weight: 100;
    src: local('figtree-light'), local('figtree-light'),
        url('figtree-light.ttf') format('truetype');
}

@font-face {
    font-family: 'figtree-regular';
    font-style: normal;
    font-weight: 400;
    src: local('figtree-regular'), local('figtree-regular'),
        url('figtree-regular.ttf') format('truetype');
}

h1 {
    font-family: 'figtree-regular';
    text-transform: uppercase;
    font-size: 40px;
}

h2 {
    font-family: 'figtree-light';
    font-size: 50px;
}

h3 {
    font-family: 'figtree-regular';
    font-size: 35px;
    color: #000;
}

h4 {
    font-family: 'figtree-light';
    font-size: 30px;
    color: #000;
}

p,
li {
    font-family: 'figtree-light';
    font-size: 20px;
}

.menu-top {
    width: fit-content;
    position: relative;
    left: 1340px;
}

.menu-top ul {
    display: flex;
    list-style-type: none;
    background: #dee2e6;
    border-radius: 0 0 15px 15px;
    padding: 5px 0px;
}

.menu-top li {
    margin: 0 25px 0 25px;
}

.menu-top a {
    font-family: 'figtree-light';
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

.menu {
    position: absolute;
    top: 20px;
    left: 185px;
}

.navbar {
    position: relative;
    left: 110px;
}

.nav-item {
    margin: 0 15px;
}

.navbar-nav a {
    font-family: 'figtree-light';
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

#mobile-view {
    display: none;
}

.dropend {
    margin: 0;
}

.dropend .dropdown-toggle,
.dropend ul a,
.dropdown-menu a {
    text-transform: capitalize;
}

.dropdown-item:hover {
    background-color: transparent;
    color: #3fafd7;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    padding: 0;
}

.nav-link:focus,
.nav-link:hover {
    color: #3fafd7;
}

.excellence p {
    text-align: justify;
}

@media screen and (min-width: 769px) {
    .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}

.layer-0 {
    padding: 0;
    border-bottom: 2px solid #dc1f26;
}

.layer-1,
.layer-2,
.layer-3,
.layer-5,
.layer-9,
.Support,
.vision,
.why-vacuum,
.infra-facility,
.design-excellence,
.certificates {
    padding: 0 0 50px 0;
}

.layer6-txt p {
    text-align: justify;
    padding: 0px 20px;
}

.layer6-txt h2 {
    margin-left: 20px;
}

.parallax1-content p {
    text-align: justify;
}

.heat-trt {
    padding-bottom: 50px;
}

.banner-text {
    width: fit-content;
    position: absolute;
    left: 955px;
    top: 120px;
}

.banner-text a {
    background: linear-gradient(45deg, #002d59, #9e1424);
    padding: 13px 15px;
    border-radius: 30px;
    text-decoration: none;
    font-family: 'figtree-light';
    color: #fff;
    position: relative;
    top: 25px;
}

.banner-text i {
    background: #fff;
    color: black;
    border-radius: 50%;
    padding: 9px 10px;
}

.banner-cer {
    position: absolute;
    bottom: 78px;
    right: 170px;
    width: fit-content;
}

.carousel-btn {
    position: absolute;
    bottom: 102px;
    left: 65em;
}

.carousel-btn1 {
    position: absolute;
    bottom: -10px;
    left: 20px;
}

.carousel-btn i,
.carousel-btn1 i {
    background: none;
    border: 1px solid #076b9d;
    color: #076b9d;
    padding: 9px 10px;
    border-radius: 100%;
    transition: background .6s ease;
}

.carousel-btn .carousel-control-next {
    right: -50px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.layer-2 p {
    width: 960px;
    text-align: justify;
}

.layer-2 a {
    font-family: 'figtree-light';
    font-size: 18px;
    color: #0f6e9a;
}

.layer-2 a:hover {
    color: #df1520;
    border: 0;

}

.layer-3 {
    background-color: #002e5a;
    color: #fff;
    text-align: center;
    border-bottom: 2px solid red;
    padding: 50px 0px 160px 0px;
}

.layer-3 p {
    padding: 0 115px;
    text-align: center;
    justify-content: center;
}

.layer-4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: -130px auto 80px auto;
}

.layer-4 p {
    padding: 8px 15px;
    background: linear-gradient(45deg, #013466d4, #ff0407);
    color: #fff;
    margin: 0 0px;
    text-align: left;
    width: 308px;
    display: flex;
    bottom: -80px;
    border-radius: 0 0 15px 15px;
    height: 60px;
    line-height: normal;
    justify-content: space-between;
    align-items: flex-end;
}

.layer-4 i,
.vfp i,
.card__inner i {
    background: #fff;
    color: #1170a0;
    border-radius: 50%;
    padding: 7px 8px;
    font-size: 16px;
}

#product-img {
    background: #fff;
    border-radius: 15px 15px 0 0;
}

#product-img a:hover p i {
    background: #1170a0;
    color: #fff;
}

.product-home {
    background-color: #fff;
    border-radius: 10px;
    margin: 0 10px 0 10px;
    padding: 0;
}

.product-home p {
    background: black;
    margin: 0;
    text-align: left;
    padding: 0 0px 0 15px;
}

.layer-5 {
    text-align: center;
}

.idustry-home {
    display: flex;
    justify-content: space-evenly;
}

.industry-img {
    border: 1px solid #ccc;
    text-align: center;
    box-shadow: 0px 3px 5px 2px #373b3e4f;
    border-radius: 10px;
    height: 153px;
    margin-top: 80px;
}

.industry-img p {
    width: 195px;
}

.img-bg {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 5px 3px #373b3e4f;
    width: fit-content;
    margin: -50px auto 15px auto;
    padding: 8px;
}

.img-bg img {
    border: 1px solid #f10505;
    border-radius: 50%;
}

.parallax-wrapper {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 70px;
}

.parallax {
    background-image: url(/static/lakshmivacuum-com/presence.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 500px;
    width: 100%;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}

.parallax-div {
    height: 500px;
    margin-top: -500px;
}

.map-txt {
    color: #fff;
    position: relative;
    top: 80px;
    right: 100px;
}

.map-txt p {
    text-align: justify;
}

.layer-6 {
    display: flex;
    align-items: center;
    padding: 0 250px 0 150px;
    margin: 50px 0 0 0;
}

.layer-6 .fas,
.layer-2 .fas,
.thermo-text i,
.layer-7 a {
    border: 1px solid #0f6e9a;
    border-radius: 50%;
    font-size: 16px;
    padding: 6px 7px;
    color: #0f6e9a;
    display: inline-flex;
}

.parallax1 {
    background-image: url(/static/lakshmivacuum-com/why-choose-us.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 650px;
    width: 100%;
    margin: 0 auto;
    background-position: center;
}

.parallax-div1 {
    margin-top: -590px;
    height: 650px;
}

.parallax-div1 h2,
.parallax-div1 p {
    color: #fff;
}

.why-display {
    margin-top: 70px;
}

.why-us {
    background: #fff;
    display: flex;
    align-items: flex-start;
    width: 315px;
    padding: 15px 10px;
    border-radius: 10px;
    margin: 15px 0 0 0;
}

.why-us p {
    font-family: 'figtree-regular';
    font-size: 22px;
    color: #000;
    margin-left: 15px;
    margin-bottom: 0;
}

.certificates span {
    font-family: 'figtree-regular';
    font-size: 25px;
    -webkit-text-fill-color: #0000;
    background: linear-gradient(90deg, #fb2144, #6340a8);
    -webkit-background-clip: text;
    background-clip: text;
}

.layer-7 span {
    font-family: 'figtree-regular';
    font-size: 25px;
    -webkit-text-fill-color: #0000;
    background: linear-gradient(90deg, #fb2144, #6340a8);
    -webkit-background-clip: text;
    background-clip: text;
    margin-left: 10px;
}

.excellence {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
    width: 84%;
}

.layer-7 p {
    font-size: 18px;
    width: 561px;
    text-align: justify;
    padding: 0px 20px;
}

.layer-7 a:hover {
    background: #df1520;
    color: #fff;
    border: 0;
}

.layer-8 {
    background: #d8ebf2;
    padding: 20px 70px 70px 70px;
    margin: 40px 70px 80px 70px;
    border-radius: 10px;
    text-align: center;
}

.layer-8 h2 {
    text-align: center;
}

.layer-8 a {
    background: transparent;
    padding: 10px 20px;
    border-radius: 35px;
    text-decoration: none;
    font-family: 'figtree-light';
    color: #012e58;
    position: relative;
    top: 25px;
    border: 1px solid #002e5a;
    font-size: 18px;
}

.parallax-div1 a,
.map-txt a {
    background: transparent;
    padding: 10px 20px;
    border-radius: 35px;
    text-decoration: none;
    font-family: 'figtree-light';
    color: #fff;
    position: relative;
    top: 25px;
    border: 1px solid #fff;
    font-size: 18px;
}

.layer-8 i,
.parallax-div1 i,
.map-txt i {
    background: #002e5a;
    color: #fff;
    border-radius: 50%;
    padding: 9px 10px;
    position: relative;
    left: 15px !important;
}

.impact {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 4px 5px 1px #a1aebf;
    display: flex;
    align-items: flex-start;
    padding: 0px 10px 0 0;
    margin: 25px 0 10px 0;
    gap: 20px;
}

.impact img {
    background: #e5eaee;
    padding: 31px 10px;
    border-radius: 10px 0px 0px 10px;
}

.impact span {
    font-size: 45px;
    -webkit-text-fill-color: #0000;
    background: linear-gradient(90deg, #f92146, #6c3ea1);
    -webkit-background-clip: text;
    background-clip: text;
    width: fit-content;
}

.impact p {
    font-family: 'figtree-regular';
    font-size: 23px;
    display: grid;
    text-align: left;
}

.clients-logo,
.associate-logo {
    margin: 20px 0;
}

hr {
    color: #dc1f25;
    border: 1px solid #dc1f25;
    opacity: 1;
    margin: 40px 0;
}

.layer-10 {
    background-image: url(/static/lakshmivacuum-com/footer.webp);
    background-repeat: no-repeat;
    padding: 50px 0 0 0;
    border-top: 2px solid #dc1f25;
}

.layer-10 p {
    color: #fffeff;
    margin: 0;
    font-size: 18px;
}

.layer-10 a {
    text-decoration: none;
    color: #fffeff;
    margin: 0;
    font-size: 18px;
}

.links {
    float: inline-end;
}

.media {
    float: inline-end;
    margin-top: 50px;
}

.media .fa-linkedin-in {
    border: 1px solid #a1afbc;
    color: #a1afbc;
    border-radius: 50%;
    padding: 10px 11px;
    margin: 0 10px;
}

.media .fa-youtube {
    border: 1px solid #a1afbc;
    color: #a1afbc;
    border-radius: 50%;
    padding: 10px 9px;
    margin: 0 10px;
}

.subscribe_form {
    max-width: 470px;
    width: 100%;
    margin: 10px auto 0 auto;
}

.subscribe_form:focus {
    outline: none;
}

.subscribe_form .form-control {
    border: 1px solid #3fafd7;
    border-radius: 25px 0px 0px 25px;
    background: #002e5a;
    color: #5d718c !important;
}

.subscribe_form .form-control:focus {
    box-shadow: none;
}

.subscribe_form button {
    font-family: 'figtree-regular';
    background-color: #3fafd7;
    color: #fff;
    border-radius: 0px 25px 25px 0px;
    width: 100px;
}

.subscribe_form button:hover {
    background-color: #3fafd7;
    color: #fff;
    border-radius: 0px 25px 25px 0px;
}

.form-container {
    display: flex;
    border: 2px solid #58c5e8;
    border-radius: 25px;
    overflow: hidden;
    width: fit-content;
    margin-top: 10px;
}

input[type="email"] {
    font-family: 'figtree-light';
    border: none;
    padding: 10px 15px;
    border-radius: 25px 0 0 25px;
    outline: none;
    /* background-color: #062b46;
  color: white; */
}

input[type="text"],
input[type="tel"],
textarea {
    border: none;
    outline: none;
    box-shadow: none;
}

input::placeholder,
textarea::placeholder {
    color: #b0c4cc;
}

.copy-right {
    background: #01172c87;
    padding: 15px 0;
    margin-top: 60px;
}

.copy-right p,
.copy-right a {
    color: #767982;
}

.slider {
    padding: 20px 0 20px 0;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    z-index: 2;
    background: transparent;
    color: #c3bfbf;
    border: none;
    font-size: 40px;
    cursor: pointer;
}

.slick-prev {
    left: -35px;
}

.slick-next {
    right: -35px;
}

.img {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.img p,
.client p {
    background: linear-gradient(45deg, #7e1222, #c30203);
    padding: 10px 10px;
    margin: 0;
    border-radius: 0px 0 10px 10px;
    color: #fff;
    text-align: left;
    font-size: 22px;
}

.clients-logo img {
    filter: grayscale(1);
}

.associate-logo img {
    padding: 0 10px;
}

.img img,
.manfacturing-img img,
.client img {
    width: 100%;
    border-radius: 10px 10px 0 0 !important;
}

.manfacturing-img p {
    background: linear-gradient(45deg, #0f4c78, #3eabd4);
    padding: 10px 10px;
    margin: 0;
    border-radius: 0px 0 10px 10px;
    color: #fff;
    text-align: left;
    font-size: 21px;
}

.unit-text p {
    background: transparent;
    color: #000;
    font-size: 18px;
    padding: 10px 0 0 0px;
}

.unit-text img {
    max-width: 200px;
    border-radius: 0 !important;
}

.manfacturing-img {
    margin-bottom: 60px;
    margin-top: 20px;
}

.btn-one1 i {
    position: relative;
    left: 10px;
    background: #fff;
    color: #3fafd7;
    font-size: 16px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn-one:hover:after,
.btn-one1:hover:after {
    transform: scaleX(1.0) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.btn-one:after,
.btn-one1:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #4b84bd;
    z-index: -1;
    content: "";
    border-radius: 40px;
    transform: scaleX(0.0) rotateX(0deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn-one i {
    position: relative;
    left: 15px;
    background: #002e5a;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn-one:hover i,
.btn-one1:hover i {
    color: #ffffff;
    margin-left: 25px;
    transform: rotate(360deg);
    background: #3bafda;
}

.carousel-btn i:hover,
.layer-6 .fas:hover,
.thermo-text i:hover {
    border: 1px solid #df1520;
    background: #df1520;
    border: 0;
    color: #fff;
}

a {
    text-decoration: none;
}

.inner-banner {
    padding: 0 0 2px 0;
}

.breadcrumb {
    margin-top: 10px;
    font-size: 18px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #000;
}

.breadcrumb-item a {
    font-family: 'figtree-light';
    color: #000;
}

.breadcrumb-item.active {
    font-family: 'figtree-light';
    color: #f6080c;
}

.micro-menu .active a {
    font-family: 'figtree-regular';
    color: #fff;
}

.inner-layer-1 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.inner-layer-1 img,
.thermo img {
    width: 100%;
    border-radius: 15px;
}

.inner-layer-1 h2,
h3 {
    margin-bottom: 20px;
}

.inner-layer-1 p {
    text-align: justify;
}

.text-center {
    width: 100% !important;
    margin-top: 10px;
}

.parallax4 {
    background-image: url(/static/lakshmivacuum-com/values-bg.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 440px;
}

.parallax-div4 {
    height: 350px;
    margin-top: -350px;
    color: #fff;
    text-align: center;
}

.values {
    margin-top: 50px;
}

.values img {
    background: #fff;
    border-radius: 50%;
    padding: 10px 10px;
}

.values p {
    font-size: 22px;
    margin-top: 15px;
}

.vision span,
.awards span {
    font-family: 'figtree-light';
    font-size: 30px;
}

.awards p {
    text-align: justify;
}

#why-lvt {
    padding-bottom: 80px;
}

.case-study {
    padding-bottom: 50px;
}

.inner-cer {
    position: absolute;
    right: 200px;
    top: 500px;
    background: #fff;
    padding: 20px 20px;
    border-radius: 15px;
    width: 23%;
}

.micro-menu {
    border-bottom: 2px solid red;
    padding: 0;
    position: relative;
    top: -105px;
    height: 0;
}

.micro-menu nav {
    background: #ef2d2d;
    margin: 0px auto 5px auto;
    padding: 5px 0 5px 0;
    width: 100%;
}

.breadcrumb .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
    padding: 10px 20px;
}

.nav-item p {
    margin: 0;
    font-size: 18px;
}

.breadcrumb .nav-item:hover {
    background: #41afd7 !important;
}

.micro-menu .active {
    background: #41afd7 !important;
}

.micro-menu ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 50%;
    margin: 5px auto;
}

.micro-menu a {
    font-family: 'figtree-light';
    color: #fff;
    text-transform: uppercase;
}

.micro-layer {
    margin: 50px 0 30px 0;
}

.speak {
    border-bottom: 2px solid #e50b12;
    width: fit-content;
}

.speak img {
    border-radius: 0 !important;
}

.speak a {
    background: linear-gradient(45deg, #102a53, #f6080c);
    padding: 5px 25px;
    border-radius: 30px;
    font-family: 'figtree-light';
    font-size: 25px;
    color: #fff;
}

.parallax2 {
    background-image: url(/static/lakshmivacuum-com/key-benefits-bg.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 750px;
}

.parallax-div2 {
    height: 750px;
    margin-top: -670px;
    color: #fff;
}

#key-details {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.key-num span {
    font-family: 'figtree-light';
    font-size: 40px;
    -webkit-text-fill-color: #0000;
    background: linear-gradient(90deg, #f70604, #3fafd7, #3fafd7);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    top: -6px;
}

.key-benefits span {
    font-family: 'figtree-regular';
    font-size: 25px;
    -webkit-text-fill-color: #0000;
    background: linear-gradient(90deg, #f70604, #3fafd7, #3fafd7);
    -webkit-background-clip: text;
    background-clip: text;
}

.application {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.app {
    background: #0000008a;
    border-radius: 50%;
    padding: 25px;
    width: fit-content;
    margin: 0 auto;
}

.application p {
    margin: 0;
    font-family: 'figtree-regular';
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

.Support p {
    width: 1020px;
}

.case-study img {
    border-radius: 15px;
}

.case-study span {
    font-family: 'figtree-regular';
    -webkit-text-fill-color: #0000;
    background: linear-gradient(90deg, #fb2144, #6340a8);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 25px;
    margin-top: 10px;
}

.case-study p {
    display: grid;
    justify-items: start;
}

.text-center {
    margin: 0 auto;
    display: block;
}

.awards {
    margin: 50px 0 80px 0;
}

#inner-layer-7 h3 {
    margin-bottom: 30px;
}

.micro-layer img {
    width: 100%;
}

.thermo-text {
    margin-top: 70px;
}

.thermo-text a {
    color: #0f6e9a;
}

.thermo-text a:hover {
    color: #dc1f25;
}

.testi {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 30px 50px 80px 0;
}

.testi p,
.blogs p {
    font-size: 18px;
}

.testi .carousel-control-next {
    right: -50px;
}

.blog-flex {
    display: flex;
    margin-top: 30px;
}

.blogs img {
    border-radius: 10px;
}

.blogs {
    width: 90%;
    margin-bottom: 50px;
}

.blogs p {
    padding-right: 56px;
}

.dwnld-ctlg {
    margin: 50px 0 0px 0;
}

.blogs i {
    color: #076b9d;
}

.dwnld-ctlg a {
    color: #000;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.download-box {
    display: flex;
    border: 2px solid #00bcd4;
    border-radius: 25px;
    overflow: hidden;
    width: 80%;
    justify-content: space-between;
}

select {
    font-family: 'figtree-light';
    border: none;
    padding: 10px 15px;
    border-radius: 25px 0 0 25px;
    outline: none;
    width: 100%;
}

button {
    font-family: 'figtree-regular';
    background-color: #00bcd4;
    border: none;
    color: #000;
    padding: 10px 20px;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
}

button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.dwnld-ctlg img {
    border-radius: 0;
}

.track-record h2 {
    text-align: center;
}

.vfp p {
    background: linear-gradient(45deg, #5b1b3a, #dc0a13);
    padding: 10px 15px;
    margin: 0 0px;
    border-radius: 0 0 5px 5px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    height: 80px;
}

.table {
    margin: 0 0px;
    border-radius: 5px;
    --bs-table-border-color: #fff;
    width: 100%;
}

.table-dark {
    --bs-table-bg: #ffd7d7 !important;
    --bs-table-border-color: #fff;
    --bs-table-striped-color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: #fff;
}

.table-striped>tbody>tr:nth-of-type(even)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: #e1ecef;
}

.table-dark th {
    font-family: 'figtree-regular';
    font-weight: normal;
    font-size: 18px;
    color: #000;
}

.table td {
    font-family: 'figtree-light' !important;
}

.custom-padding {
    padding: 6px 10px !important;
}


.timeline-carousel__item-inner {
    display: flex;
    align-items: baseline;
    width: fit-content;
    position: relative;
}

.track-record {
    height: -webkit-fill-available;
    padding: 20px 0;
}

.timeline-carousel {
    margin: 0;
    padding: 140px 0px;
    height: -webkit-fill-available;
    position: relative;
    overflow: hidden;
}

.timeline-carousel__item-inner span {
    font-family: 'figtree-light';
    font-size: 38px;
    -webkit-text-fill-color: #0000;
    background: linear-gradient(90deg, #bc5a8b, #2478ec);
    -webkit-background-clip: text;
    background-clip: text;
    background-color: #fff;
    z-index: 1;
    position: relative;
    font-weight: 700;
    padding: 25px 10px;
    border-radius: 50%;
}

.year {
    background: #fff;
    box-shadow: 0px 3px 3px 3px #c3c2bd;
    width: 105px;
    height: 105px;
    content: "";
    position: absolute;
    border-radius: 50%;
}

.year1 {
    background-color: #e5e2d9;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 80px;
    top: 55px;
}

.top-img {
    position: relative;
    top: -25px;
}

.bottom-img {
    position: relative;
    top: 120px;
}

.record-txt1 {
    position: absolute;
    top: -90px;
    width: 340px;
    text-align: center;
    margin-left: -140px;
}

.record-txt2 {
    position: relative;
    text-align: center;
    top: 150px;
    left: -110px;
    width: 200px;
}

.record-txt3 {
    position: absolute;
    top: -90px;
    margin-left: -130px;
    width: 280px;
    text-align: center;
}

.record-txt4 {
    position: relative;
    top: 150px;
    left: -95px;
    width: 200px;
    text-align: center;
}

.record-txt5 {
    position: absolute;
    top: -90px;
    margin-left: -100px;
    width: 225px;
    text-align: center;
}

.record-txt6 {
    position: relative;
    top: 150px;
    left: -100px;
    width: 180px;
    text-align: center;
}

.record-txt7 {
    position: absolute;
    top: -90px;
    margin-left: -100px;
    width: 225px;
    text-align: center;
}

.record-txt8 {
    position: relative;
    top: 150px;
    left: -170px;
    width: 350px;
    text-align: center;
}

.record-txt9 {
    position: absolute;
    top: -90px;
    margin-left: -100px;
    width: 225px;
    text-align: center;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.timeline-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.timeline-carousel__item-wrapper {
    display: flex;
    width: max-content;
    animation: scroll 40s linear infinite;
}

.timeline-carousel__item {
    flex: 0 0 auto;
    width: 300px;
    margin-right: 15px;
}

.timeline-carousel:hover .timeline-carousel__item-wrapper {
    animation-play-state: paused;
}

@media screen and (max-width: 576px) {
    .timeline-carousel {
        margin: 0;
        padding: 10px 0px;
    }

    .track-record {
        padding: 10px 0;
    }

    .timeline-carousel__item-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        animation: none !important;
        width: 100%;
    }

    .timeline-carousel__item {
        width: 100%;
        margin: 10px 0;
        display: flex;
        justify-content: center;
    }

    .timeline-carousel__item-inner {
        flex-direction: column;
        align-items: center;
        position: static;
    }

    .top-img,
    .bottom-img {
        display: none;
    }

    .year1 {
        position: relative;
        margin: 0 auto 10px;
        right: unset;
        top: unset;
    }

    .timeline-carousel__item-inner span {
        position: relative;
        padding: 10px;
    }

    .record-txt1,
    .record-txt2,
    .record-txt3,
    .record-txt4,
    .record-txt5,
    .record-txt6,
    .record-txt7,
    .record-txt8,
    .record-txt9 {
        position: static !important;
        margin: 0 auto;
        width: 80%;
        text-align: center;
    }
}

.accordion-item {
    border-bottom: 1px solid #000;
}

.accordion-header {
    width: 100%;
    text-align: left;
    background: transparent;
    padding: 5px 15px;
    font-size: 18px;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-header.active {
    background-color: #c2ecfbe3;
}

.accordion-header .icon {
    transition: transform 0.2s;
}

.accordion-item span {
    font-family: 'figtree-regular';
    font-size: 40px;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #fff;
    padding: 0 15px;
}

.accordion-content p {
    margin: 0px;
    text-align: justify;
    padding: 0px 5px 0px 130px;
    line-height: 1.5;
}

.case-study hr {
    position: relative;
    top: 20px;
}

.cards {
    padding: 15px;
    display: flex;
    flex-flow: row wrap;
}

.wrapper .card {
    margin: 0 15px;
    width: calc((100% / 3) - 30px);
    transition: all 0.2s ease-in-out;
    border: 0;
}

.card__inner p {
    background: linear-gradient(45deg, #013466d4, #ff0407);
    padding: 5px 10px;
    margin: 0;
    border-radius: 0 0 10px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .card {
        width: 100%;
    }

    .layer6-txt p {
        padding: 0px 10px;
    }

    .layer6-txt h2 {
        margin-left: 10px;
    }

    .read-more {
        margin-left: 10px;
    }

    .parallax1-content {
        margin-bottom: 20px;
    }

    .inner-layer-1 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .inner-layer-1 h2,
    h3 {
        margin-bottom: 10px;
    }
}

.wrapper .card:hover .img-2 {
    display: block;
    margin: 0 auto;
}

.wrapper .card:hover .img-1 {
    display: none;
}

.img-2 {
    display: none;
}

.card__inner {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.card__inner img {
    margin: 0 auto;
    display: block;
}

.card__inner:after {
    transition: all 0.3s ease-in-out;
}

.card__inner .fa {
    width: 100%;
    margin-top: 0.25em;
}

.card__expander {
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 100%;
    position: unset;
    top: 132px;
    z-index: 5;
    padding: 15px 15px;
}

.card__expander .fa {
    font-size: 0.75em;
    position: relative;
    right: 0;
    cursor: pointer;
    color: #f9f5f5;
    float: inline-end;
    background: #e90909;
    border-radius: 50%;
    padding: 2px 5px;
}

.fa-times {
    background: red;
    color: #fff;
    border-radius: 50%;
    padding: 5px 8px;
    float: inline-end;
    cursor: pointer;
}

.card.is-collapsed .card__inner:after {
    content: "";
    opacity: 0;
}

.card.is-collapsed .card__expander {
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    margin-top: 0;
    opacity: 0;
}

.card.is-expanded .card__inner:after {
    content: "";
    opacity: 1;
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 15px);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #3ca8ce;
}

.card.is-expanded .card__inner .fa:before {
    content: "ÃƒÆ’Ã‚Â¯ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢";
}

.card.is-expanded .card__expander {
    max-height: 1000px;
    overflow: visible;
    margin-top: 30px;
    opacity: 1;
}

.card.is-expanded:hover .card__inner {
    transform: scale(1);
}

.card.is-inactive .card__inner {
    pointer-events: none;
    opacity: 0.5;
}

.card.is-inactive:hover .card__inner {
    background-color: #949fb0;
    transform: scale(1);
}

@media screen and (min-width: 992px) {
    .card:nth-of-type(3n+2) .card__expander {
        margin-left: calc(-100% - 30px);
    }

    .card:nth-of-type(3n+3) .card__expander {
        margin-left: calc(-200% - 60px);
    }

    .card:nth-of-type(3n+4) {
        clear: left;
    }

    .card__expander {
        width: calc(300% + 60px);
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .card:nth-of-type(2n+2) .card__expander {
        margin-left: calc(-100% - 30px);
    }

    .card:nth-of-type(2n+3) {
        clear: left;
    }

    .card__expander {
        width: calc(200% + 30px);
    }
}

.infra-facility h3,
.design-excellence h3 {
    font-family: 'figtree-regular';
    font-size: 30px;
    -webkit-text-fill-color: #0000;
    background: linear-gradient(to right, #df3363, #624cb0);
    -webkit-background-clip: text;
    background-clip: text;
    width: fit-content;
}

.parallax3 {
    background-image: url(/static/lakshmivacuum-com/quality-practices-bg.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 650px;
}

.parallax-div3 {
    height: 650px;
    margin-top: -560px;
    color: #fff;
}

.infra {
    text-align: center;
}

.p3-txt {
    margin-top: 30px;
}

.parallax-div3 h3 {
    font-family: 'figtree-regular';
    font-size: 30px;
    -webkit-text-fill-color: #0000;
    background: linear-gradient(to right, #f97696, #6192f9);
    -webkit-background-clip: text;
    background-clip: text;
    width: fit-content;
}

ul {
    list-style-type: none;
}

.design-excellence span {
    font-family: 'figtree-light';
    font-size: 45px;
    -webkit-text-fill-color: #0000;
    background: linear-gradient(to right, #f63054, #624db4);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    top: -10px;
}

.design-excellence li {
    display: flex;
    gap: 20px;
    align-items: stretch;
    margin-top: 20px;
}

.top {
    position: relative;
    top: -120px;
    height: 0;
    display: block;
    float: inline-end;
    right: 300px;
}

.top i {
    border: 1px solid #a6cdf0;
    border-radius: 50%;
    font-size: 20px;
    padding: 5px 7px;
    color: #a6cdf0;
}

html,
body {
    scroll-behavior: smooth;
}

.header-acc {
    padding: 0;
    border: 0;
}

.header-acc .active {
    background: none !important;
}

.accor-icon {
    background: #fff;
    border-radius: 50%;
    padding: 5px 10px 5px 0;
    position: relative;
    left: 20px;
}

.accor-icon img {
    background: #dce6e8;
    border-radius: 50%;
    padding: 12px 12px;
}

.acco-txt {
    width: -webkit-fill-available;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #dce6e8;
    padding: 20px 15px 20px 40px;
    border-radius: 0 10px 10px 0;
}

.acco-txt p {
    font-family: 'figtree-regular';
    font-size: 25px;
    -webkit-text-fill-color: #0000;
    background: linear-gradient(90deg, #ef1906, #143fa8);
    -webkit-background-clip: text;
    background-clip: text;
    margin: 0;
}

.acco-txt span {
    -webkit-text-fill-color: #0000;
    background: linear-gradient(90deg, #ef1906, #143fa8);
    -webkit-background-clip: text;
    background-clip: text;
}

.indus-ico {
    background: #fff;
    border-radius: 50%;
    padding: 15px 15px;
    position: relative;
    left: 15px;
    z-index: 2;
}

.indus-ico img {
    background: #cddbde;
    border-radius: 50%;
    padding: 15px 15px;
}

#indus-accor .accordion-header {
    background: #dce6e8;
    position: relative;
    top: 20px;
    padding: 0 15px 0 40px;
    border-radius: 0 10px 10px 0px;
}

.header-acc {
    padding: 0 0px 0 35px;
}

.iso-cert,
.mision {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.iso-cert p {
    text-align: justify;
}

.read-more-content {
    display: none;
}

.read-more {
    display: inline-block;
    font-family: 'figtree-light';
    font-size: 18px;
    background: linear-gradient(45deg, #375279, #f00404);
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    margin-bottom: 50px;
    margin-left: 20px;
}

.timeline-info {
    position: relative;
    background: #f3f1f1;
    padding: 24px 20px 18px;
    margin-bottom: 12px;
    border: 1px solid #f3f1f1;
    border-radius: 8px;
    margin-left: 54px;
}

.team p {
    width: 1070px;
}

.team-img {
    margin: 50px 0;
}

.team-img img {
    width: auto;
    margin-bottom: 10px;
}

.ht-num span {
    font-family: 'figtree-light';
    font-size: 40px;
    -webkit-text-fill-color: #0000;
    background: linear-gradient(90deg, #f70402, #0f40a7);
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    top: -6px;
}

.ht-info span {
    font-family: 'figtree-regular';
    font-size: 25px;
    -webkit-text-fill-color: #0000;
    background: linear-gradient(90deg, #f82306, #3eb0d7, #3eb0d7);
    -webkit-background-clip: text;
    background-clip: text;
}

.parallax5 {
    background-image: url(/static/lakshmivacuum-com/manufacturing-par-excellence.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 750px;
    margin: 0 70px 50px 70px;
    border-radius: 12px;
}

.parallax-div5 {
    height: 750px;
    margin-top: -750px;
    color: #fff;
}

.parallax-div5 h3 {
    color: #fff;
}

.parallax-div5 span {
    font-family: 'figtree-light';
    font-size: 25px;
    margin-bottom: 10px;
}

.ht-services {
    display: flex;
    gap: 20px;
    width: 630px;
}

.ht-num img {
    width: 165px;
}

#ht-service {
    display: flex;
    gap: 40px;
}

.ht-inner {
    display: flex;
    width: 610px;
}

.trt-ser {
    padding-bottom: 80px;
}

.container-bg {
    background: #e6e6e4;
    border-radius: 12px;
    padding: 30px 30px 10px 30px;
    margin-top: 30px;
}

.quality-img {
    width: fit-content;
    display: flex;
    gap: 40px;
}

.quality-img img {
    width: auto;
}

.enq-field input,
.enq-field textarea {
    width: 100%;
    font-family: 'figtree-light';
    font-size: 18px;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    background: transparent;
    padding: 20px 5px 00 5px;
    border-radius: 0
}

.unit-img img {
    border-radius: 15px 15px 0 0;
}

.unit-img p {
    background: linear-gradient(45deg, #0f4c78, #3eabd4);
    padding: 5px 10px;
    margin: 0;
    border-radius: 0px 0 10px 10px;
    color: #fff;
    text-align: left;
    font-size: 18px;
}

.loc-txt p {
    font-size: 18px;
}

#enq-submit {
    font-family: 'figtree-light';
    font-size: 18px;
    background: linear-gradient(45deg, #3478db, #f00404);
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    border: 0;
}

form {
    width: 90%;
    margin-top: 20px;
}

.client-slider .client {
    padding: 10px;
    text-align: center;
}

.client-slider img {
    max-width: 100%;
    height: auto;
}

.pagination {
    font-family: 'figtree-light';
    font-size: 18px;
    position: relative;
    top: -27px;
    left: 90px;
}

.client-adrs p {
    background: transparent !important;
    border-radius: 0;
    color: #000;
    font-size: 18px;
    margin: 10px 0 0 0;
    padding: 0;
}

.client-slider .slick-prev:before {
    content: '\f060';
    font-family: 'Font Awesome 5 Free';
    font-weight: 1000;
    padding-left: 0px;
    color: #1c74a4;
    border: 1px solid #1c74a4;
    border-radius: 50%;
    padding: 4px 5px;
    font-size: 16px;
}

.client-slider .slick-next:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 1000;
    padding-left: 0px;
    color: #1c74a4;
    border: 1px solid #1c74a4;
    border-radius: 50%;
    padding: 4px 5px;
    font-size: 16px;
}

.client-slider .slick-prev,
.client-slider .slick-next {
    position: absolute;
    line-height: 0;
    bottom: 0px;
    top: 480px;
    width: 25px;
    height: 25px;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.client-slider .slick-prev {
    left: 0px;
}

.client-slider .slick-next {
    right: 0;
    left: 40px;
}

.btn-bg {
    background: transparent;
    border: 0;
    padding: 0;
    width: 100%;
    margin: 12px 0;
}

.btn-bg img {
    border-radius: 8px;
}

.modal-dialog {
    max-width: 1000px;
}

.btn-bg:hover {
    background: transparent;
}

.gallery-hdng h3 {
    font-family: 'figtree-regular';
    font-size: 25px;
    -webkit-text-fill-color: #0000;
    background: linear-gradient(90deg, #fb3321, #6340a8);
    -webkit-background-clip: text;
    background-clip: text;
    width: fit-content;
}

.gallery-hdng {
    border-bottom: 1px solid red;
    padding: 5px 0 0 0;
    margin: 0 0 10px 0;
}

.btn-bg p {
    color: #000;
    font-size: 23px;
}

#why-lvt p {
    margin-top: 15px;
}

.thermo-pro-img img,
.content-images img {
    border-radius: 15px;
}

.thermo-products {
    padding: 20px 0 70px 0;
}

.connection-img {
    border: 2px solid #ccc;
    border-radius: 15px;
    text-align: center;
    margin: 30px 0;
}

.content-images,
.thermo-pro-img {
    margin-bottom: 15px;
}

#calibration-container {
    background: #e6e6e4;
    padding: 50px 30px;
    border-radius: 15px;
}

.calibration-txt,
.calibration-img {
    margin-top: 40px;
}

.calibration-txt li {
    margin: 0 0 8px 0;
    font-size: 18px;
    display: flex;
    align-items: baseline;
}

.calibration-txt ul {
    padding: 0;
}

.calibration-txt span,
.calibration-num span {
    font-family: 'figtree-light';
    font-size: 20px;
    -webkit-text-fill-color: #0000;
    background: linear-gradient(90deg, #f70402, #0f40a7);
    -webkit-background-clip: text;
    background-clip: text;
    margin-right: 10px;
}

.calibration-num p {
    margin: 0;
}

.mumbai-plant {
    width: 266px;
    height: 270px;
}

.map-presence img {
    width: auto;
}

.rd-txt p {
    width: auto !important;
    font-size: 18px;
}

.rd-txt ul {
    padding: 0;
}

.rd-txt span {
    margin-right: 10px;
    font-size: 20px;
}

.rd-txt li {
    text-indent: -35px;
    margin-left: 35px;
}

@media (max-width: 575px) {
    .bar {
        background: linear-gradient(45deg, #dd151e, #002e5a);
        border-radius: 5px;
        display: block;
        height: 2px;
        margin: 8px 0;
        transition: background-color .4s ease-in, transform .4s ease-in, width .4s ease-in;
        width: 40px;
    }

    .navbar-toggler {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-collapse {
        position: absolute;
        top: 50px;
        background: rgb(200, 235, 248);
        z-index: 2;
        left: 25px;
        width: 100%;
        padding: 10px 10px 0px;
    }

    .menu-top {
        left: 0px;
        margin: 0 auto;
        display: none;
    }

    .menu-top ul {
        padding: 5px 5px;
    }

    .menu-top li {
        margin: 0 15px 0 15px;
    }

    .menu {
        position: relative;
        top: 0px;
        left: 0px;
        display: block;
        width: 200px;
        padding: 5px 0 10px 0;
    }

    .navbar {
        position: absolute;
        left: auto;
        width: 100%;
        right: 25px;
        top: 15px;
        justify-content: flex-end;
    }

    .banner-text {
        left: 190px;
        top: 15px;
    }

    .banner-cer {
        position: relative;
        bottom: 0px;
        right: 0px;
        width: auto;
        padding: 10px 20px 0 20px;
    }

    h1 {
        font-size: 12px;
    }

    .btn-one1 i,
    .layer-8 i,
    .parallax-div1 i {
        font-size: 10px;
        left: 5px;
        padding: 6px 7px;
    }

    .banner-text i,
    .layer-8 i {
        padding: 6px 7px;
    }

    .banner-text a,
    .layer-8 a,
    .parallax-div1 a {
        padding: 7px 7px;
        top: 5px;
        font-size: 11px;
    }

    .carousel-btn i,
    .carousel-btn1 i {
        padding: 4px 5px;
    }

    .layer-6 .fas,
    .layer-2 .fas,
    .thermo-text i,
    .layer-7 a {
        padding: 4px 5px;
    }

    h2 {
        font-size: 30px;
    }

    p,
    li,
    .excellence p,
    .impact p,
    .manfacturing-img p,
    .calibration-txt span,
    .calibration-num span,
    .layer-7 p,
    .img p,
    .layer-10 p,
    .layer-10 a,
    .menu-top a,
    .breadcrumb,
    .breadcrumb-item.active,
    #enq-submit,
    .rd-txt p {
        font-size: 15px;
    }

    .layer-1,
    .layer-2,
    .layer-5,
    .layer-9 {
        padding-bottom: 30px;
    }

    .layer-3 p {
        padding: 0 0px;
    }

    .layer-7 {
        padding: 30px 0px 10px 0px;
    }

    #inner-layer-7 {
        padding: 0px 0px 10px 0px;
    }

    #inner-layer-7 h2 {
        text-align: center;
        margin-bottom: 20px;
    }

    #why-lvt {
        padding: 0px 12px 10px 12px;
    }

    .layer-3 {
        padding: 15px 15px 0px 15px;
    }

    .layer-4 {
        display: block;
        width: 100%;
        margin: 0px auto 30px auto;
    }

    #product-img {
        border-radius: 15px 15px 15px 15px;
        width: fit-content;
        border: 1px solid #ed070d;
        margin: 10px auto;
    }

    .layer-4 p {
        padding: 10px 10px;
        width: auto;
        bottom: -80px;
        height: auto;
        align-items: center;
    }

    .layer-4 i {
        padding: 9px 10px;
        font-size: 15px;
    }

    .industry-img {
        height: auto;
        margin-top: 0px;
        margin-bottom: 30px;
        border: 0;
        box-shadow: none;
    }

    .img-bg {
        margin: 0px auto 10px auto;
    }

    .industry-img p {
        width: auto;
    }

    .parallax,
    .parallax1,
    .parallax3 {
        display: none;
    }

    .parallax-div {
        height: auto;
        margin-top: 0;
        background: #003961;
        padding: 10px 0 20px 0;
    }

    .parallax-div1 h2 {
        text-align: center;
    }

    .parallax1-content {
        padding: 0px 20px;
    }

    .parallax-wrapper {
        border-radius: 10px;
        overflow: hidden;
        margin: 0 10px;
    }

    .map-txt {
        color: #fff;
        position: relative;
        top: 0px;
        right: 0px;
    }

    .map-txt a {
        padding: 7px 10px;
        top: 0px;
        font-size: 13px;
    }

    .layer-8 i,
    .map-txt i,
    .parallax-div1 i {
        left: 5px !important;
    }

    .layer-6 {
        display: block;
        padding: 0;
        margin: 30px 0 0 0;
    }

    .layer6-txt {
        padding: 15px 15px;
    }

    .parallax-div1 {
        margin-top: 0;
        height: auto;
        background: #092b50;
        padding: 15px 0px;
    }

    .why-display {
        margin: 0px;
    }

    .parallax-div1 a {
        top: -5px;
    }

    .why-us {
        width: auto;
        padding: 10px 30px;
        border-radius: 10px;
        margin: 8px auto;
        align-items: center;
    }

    .why-us img {
        width: 50px;
        margin-left: 30px;
    }

    .why-us p {
        font-size: 18px;
        margin-left: 15px;
    }

    .layer-7 span,
    .application p {
        font-size: 18px;
    }

    .layer-7 p,
    .key-benefits p {
        width: auto;
    }

    .excellence {
        gap: 10px;
        justify-content: space-evenly;
        margin: 0px 10px 0px 10px;
    }

    hr {
        margin: 20px 0;
    }

    .clients-logo,
    .associate-logo {
        margin: 10px auto;
        text-align: center;
        width: fit-content;
    }

    .layer-8 {
        padding: 20px 20px 50px 20px;
        margin: 30px 15px 30px 15px;
    }

    .impact span {
        font-size: 30px;
    }

    .impact img {
        padding: 7px 5px;
    }

    .impact {
        padding: 0px 0px 0 0;
        margin: 10px 0 5px 0;
        gap: 10px;
    }

    .associate-logo img {
        width: 70%;
    }

    .manfacturing-img {
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .slider {
        padding: 10px 0 10px 0;
    }

    .layer-10 {
        padding: 20px 0 0 0;
        background: #1c3f5f;
    }

    .layer-10 img {
        width: 60%;
    }

    .media {
        float: inline-start;
        margin-top: 10px;
    }

    .links {
        float: inline-start;
    }

    .copy-right {
        padding: 10px 0;
        margin-top: 10px;
    }

    .subscribe_form {
        max-width: fit-content;
        width: auto;
        margin: 10px 0;
    }

    .copy-right p {
        float: left !important;
    }

    .inner-layer-1 {
        margin: 0 0;
    }

    .inner-cer {
        position: relative;
        right: 0px;
        top: 0px;
        padding: 10px 10px;
        width: 100%;
    }

    .micro-menu nav {
        border-radius: 0px 0px 0 0;
        margin: -10px auto 0 auto;
        padding: 0px 0 0 0;
        width: 100%;
    }

    .micro-menu ul {
        justify-content: space-between;
        width: 100%;
        margin: 0px auto;
    }

    .micro-menu a,
    .nav-item p {
        font-size: 11px;
        text-transform: capitalize;
    }

    .micro-layer {
        margin: 0px 0 20px 0;
    }

    #inner-layer-7 {
        padding-bottom: 10px;
    }

    .case-study {
        padding-bottom: 20px;
    }

    .case-study span {
        font-size: 25px;
    }

    .case-study p {
        margin-bottom: 30px;
    }

    .awards {
        margin: 20px 0 50px 0;
    }

    .awards img {
        margin: 0px auto 15px auto;
        display: block;
    }

    #inner-layer-7 img {
        margin: 30px auto 0 auto;
        display: block;
    }

    #inner-layer-7 h3 {
        margin-bottom: 0px;
    }

    .inner-layer-1 img {
        margin-bottom: 10px;
    }

    .nav-item {
        margin: 0 0px;
    }

    .carousel-btn {
        position: initial;
    }

    .carousel-btn .carousel-control-next {
        right: 0px;
    }

    .layer-1,
    .layer-2,
    .layer-5,
    .layer-9,
    .Support,
    .why-vacuum {
        padding: 0 0 30px 0;
    }

    .dwnld-ctlg {
        margin: 30px 0 0px 0;
    }

    .micro-menu {
        border-bottom: 0px solid red;
        padding: 0;
        top: 0;
        height: auto;
    }

    .breadcrumb .nav-item {
        padding: 5px 5px;
    }

    .parallax2,
    .pagination {
        display: none;
    }

    .parallax-div2 {
        height: auto;
        margin: 0 0 30px 0;
        background: #000000e3;
        padding: 20px 0;
    }

    .key-num span {
        font-size: 25px;
        top: 0px;
    }

    .key-benefits span {
        font-size: 20px;
    }

    .speak a {
        padding: 5px 10px;
        font-size: 18px;
    }

    .application {
        display: block;
        margin-top: 10px;
    }

    .application p {
        margin: 0 0 30px 0;
    }

    .parallax-div2 h2 {
        text-align: center;
    }

    .breadcrumb img,
    .parallax4,
    .parallax5 {
        display: none;
    }

    h3,
    .infra-facility h3,
    .design-excellence h3 {
        font-size: 20px;
    }

    .speak {
        margin: 0 auto;
    }

    .speak img,
    .dwnld-ctlg img {
        width: auto !important;
    }

    .download-box {
        width: 100%
    }

    .form-container {
        margin: 10px 0;
    }

    .top {
        right: 100px;
    }

    .slick-prev {
        left: 0px;
    }

    .slick-next {
        right: 0px;
    }

    .read-more {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .wrapper .card {
        width: 100%;
        margin: 0 0px;
    }

    .cards {
        padding: 0px;
    }

    .card__expander {
        padding: 15px 0px;
    }

    .table {
        margin: 0 10px;
    }

    .card.is-expanded .card__expander {
        max-height: -webkit-fill-available;
    }

    .certificates {
        text-align: center;
    }

    .certificates img {
        margin-bottom: 10px;
    }

    .iso-cert {
        display: block;
    }

    .iso-cert p {
        padding: 0px 20px;
    }

    .accor-icon img {
        padding: 0;
        border-radius: 10px 0px 0 10px;
        width: 80px;
    }

    .acco-txt {
        padding: 21px 15px 21px 5px;
    }

    .acco-txt p {
        font-size: 18px;
    }

    .accordion-header {
        padding: 5px 0px;
    }

    .accor-icon {
        padding: 0px 0px 0px 0;
        left: 0px;
    }

    .accordion-item span {
        font-size: 25px;
    }

    .accordion-content p {
        padding: 0px 5px 0px 70px;
    }

    .parallax-div3,
    .parallax-div4 {
        height: auto;
        margin-top: 0;
        background: #373b3e;
        padding: 15px 0;
        margin-bottom: 30px;
    }

    .design-excellence span {
        font-size: 30px;
        top: -6px;
    }

    .team p,
    .ht-services {
        width: auto;
    }

    .team-img {
        margin: 20px 0;
        text-align: center;
    }

    .testi {
        margin: 30px 0px 40px 0;
        display: block;
    }

    .blog-flex {
        display: block;
        margin-top: 15px;
    }

    .blogs,
    .calibration-txt {
        width: 100%;
        margin-bottom: 30px;
    }

    .blogs img {
        width: 100%;
    }

    .blogs p {
        padding-right: 0px;
        padding-top: 5px;
    }

    .values {
        margin-top: 20px;
    }

    .values p {
        margin-top: 5px;
    }

    .ht-num span {
        font-size: 30px;
        top: 0px;
    }

    .ht-info span,
    .industry-img p {
        font-size: 20px;
    }

    .parallax-div5 {
        height: auto;
        margin: 0 0 30px 0;
        background: #000000e3;
        padding: 20px 0;
        border-radius: 10px;
    }

    #ht-service,
    .ht-services,
    .ht-inner {
        display: block;
    }

    .ht-num img,
    .ht-inner {
        width: auto;
    }

    .client img {
        margin-bottom: 0;
    }

    .client-slider .slick-prev {
        left: 0;
        right: 0;
    }

    .client-slider .slick-next {
        right: 0;
        left: 30px;
    }

    .client-slider .slick-prev,
    .client-slider .slick-next {
        top: 440px;
    }

    .thermo-products {
        padding: 0px 12px 0px 12px;
    }

    .calibration-txt,
    .calibration-img {
        margin-top: 5px;
    }

    .calibration-txt li {
        margin: 0 0 5px 0;
        font-size: 15px;
    }

    #calibration-container h3 {
        margin-top: 15px;
    }

    #calibration-container {
        padding: 10px 0px 15px 15px;
    }

    button,
    input[type="email"] {
        padding: 5px 20px;
    }

    form {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .enq-field input,
    .enq-field textarea {
        font-size: 15px;
        padding: 0px 0;
    }

    #mobile-view {
        display: block;
    }

    .excellence img {
        margin: 0 !important;
    }

    .idustry-home {
        display: block;
    }

    .mission,
    .mission h2,
    .ht-services,
    .ht-inner {
        text-align: center;
    }

    .case-study img {
        width: 100%;
    }

    .infra-facility,
    .design-excellence {
        padding: 0 12px 20px 12px;
    }

    .fa-times {
        margin-top: -15px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .bar {
        background: linear-gradient(45deg, #dd151e, #002e5a);
        border-radius: 5px;
        display: block;
        height: 2px;
        margin: 8px 0;
        transition: background-color .4s ease-in, transform .4s ease-in, width .4s ease-in;
        width: 40px;
    }

    .navbar-toggler {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-collapse {
        position: absolute;
        top: 50px;
        background: rgb(200, 235, 248);
        z-index: 2;
        left: 50px;
        width: 100%;
        padding: 10px 10px 0px;
    }

    .menu-top {
        display: none;
    }

    .menu-top ul {
        padding: 5px 5px;
    }

    .menu-top li {
        margin: 0 15px 0 15px;
    }

    .menu {
        position: relative;
        top: 0px;
        left: 0px;
    }

    .navbar {
        position: absolute;
        left: auto;
        width: 100%;
        right: 50px;
        top: 0px;
        justify-content: flex-end;
    }

    .banner-text {
        left: 400px;
        top: 40px;
    }

    .banner-cer {
        bottom: 30px;
        right: 10px;
        width: 270px;
    }

    h1 {
        font-size: 20px;
    }

    .btn-one1 i,
    .layer-8 i,
    .parallax-div1 i {
        font-size: 13px;
        left: 5px;
        padding: 6px 7px;
    }

    .banner-text i,
    .layer-8 i {
        padding: 6px 7px;
    }

    .banner-text a,
    .layer-8 a,
    .parallax-div1 a {
        padding: 7px 10px;
        top: 10px;
        font-size: 13px;
    }

    h2 {
        font-size: 30px;
    }

    p,
    li,
    .excellence p,
    .impact p,
    .manfacturing-img p,
    .application p,
    .layer-7 p,
    .client-adrs p,
    .img p,
    .layer-10 p,
    .layer-10 a,
    .menu-top a,
    .breadcrumb,
    .breadcrumb-item.active,
    .testi p,
    .blogs p {
        font-size: 15px;
    }

    .layer-1,
    .layer-2,
    .layer-5,
    .layer-9 {
        padding-bottom: 30px;
    }

    .layer-3 p {
        padding: 0 0px;
    }

    .layer-7 {
        padding: 30px 0px 10px 0px;
    }

    .layer-3 {
        padding: 15px 15px 0px 15px;
    }

    .layer-4 {
        display: block;
        width: 100%;
        margin: 0px auto 30px auto;
    }

    #product-img {
        border-radius: 15px 15px 15px 15px;
        width: fit-content;
        border: 1px solid #ed070d;
        margin: 10px auto;
    }

    .layer-4 p {
        padding: 10px 10px;
        width: auto;
        bottom: -80px;
        height: auto;
        align-items: center;
    }

    .layer-4 i {
        padding: 9px 10px;
        font-size: 15px;
    }

    .industry-img {
        height: auto;
        margin-top: 60px;
    }

    .parallax1,
    .parallax3 {
        display: none;
    }

    .parallax {
        height: 300px;
    }

    .parallax-div {
        height: 300px;
        margin-top: -300px;
    }

    .parallax-wrapper {
        border-radius: 10px;
        overflow: hidden;
        margin: 0 10px;
    }

    .map-txt {
        top: 25px;
        right: 50px;
    }

    .map-txt a {
        padding: 7px 10px;
        top: 0px;
        font-size: 13px;
    }

    .layer-8 i,
    .map-txt i,
    .parallax-div1 i {
        left: 5px !important;
    }

    .layer-6 {
        display: block;
        padding: 0;
        margin: 30px 0 0 0;
    }

    .layer6-txt {
        padding: 15px 15px;
    }

    .parallax-div1 {
        margin-top: 0;
        height: auto;
        background: #092b50;
        padding: 15px 0px;
    }

    .parallax-div1 h2 {
        text-align: center;
    }

    .why-display {
        margin: 0px;
    }

    .parallax-div1 a {
        top: -5px;
    }

    .why-us {
        width: 500px;
        padding: 10px 5px;
        border-radius: 10px;
        margin: 8px auto;
        align-items: center;
    }

    .why-us img {
        width: 60px;
        margin-left: 100px;
    }

    .why-us p {
        font-size: 18px;
        margin-left: 30px;
    }

    .layer-7 span {
        font-size: 18px;
    }

    .layer-7 p,
    .key-benefits p {
        width: auto;
    }

    .excellence {
        gap: 10px;
        justify-content: space-evenly;
    }

    .excellence img {
        margin: 0 !important;
    }

    .layer-6 .fas,
    .layer-2 .fas,
    .thermo-text i,
    .layer-7 a {
        font-size: 14px;
        padding: 3px 4px;
    }

    hr {
        margin: 20px 0;
    }

    .clients-logo,
    .associate-logo {
        margin: 10px 0;
        width: 100px;
        padding: 0;
    }

    .layer-8 {
        padding: 20px 20px 50px 20px;
        margin: 30px 15px 30px 15px;
    }

    .impact span {
        font-size: 30px;
    }

    .impact img {
        padding: 0px 30px;
        border-radius: 10px 10px 0px 0px;
    }

    .impact {
        padding: 0px 0px 0 0;
        margin: 10px 0 5px 0;
        display: block;
        height: 212px;
    }

    .impact p {
        padding: 5px 10px;
    }

    .manfacturing-img {
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .slider {
        padding: 10px 0 30px 0;
    }

    .layer-10 {
        padding: 20px 0 0 0;
        background: #1c3f5f;
    }

    .layer-10 img {
        width: 60%;
    }

    .media {
        float: inline-start;
        margin-top: 10px;
    }

    .links {
        float: inline-start;
    }

    .copy-right {
        padding: 10px 0;
        margin-top: 10px;
    }

    .subscribe_form {
        max-width: fit-content;
        width: auto;
        margin: 10px 0;
    }

    .copy-right p {
        float: left !important;
    }

    .inner-layer-1 {
        margin: 10px 0 0 0;
    }

    .inner-cer {
        position: relative;
        right: 0px;
        top: 0px;
        padding: 10px 10px;
        width: 100%;
    }

    .micro-menu nav {
        border-radius: 0px 0px 0 0;
        margin: -10px auto 0 auto;
        padding: 0px 0 0 0;
        width: 100%;
    }

    .micro-menu ul {
        width: 75%;
    }

    .micro-menu a,
    .nav-item p {
        font-size: 11px;
        text-transform: capitalize;
    }

    .micro-layer,
    .excellence p {
        margin: 0px 0 20px 0;
    }

    #inner-layer-7,
    .case-study,
    #why-lvt {
        padding-bottom: 20px;
    }

    .case-study span {
        font-size: 18px;
    }

    .case-study p {
        margin-bottom: 30px;
    }

    .awards {
        margin: 0px 0 50px 0;
    }

    #inner-layer-7 img {
        margin: 30px auto 0 auto;
        display: block;
    }

    #inner-layer-7 h3 {
        margin-bottom: 0px;
    }

    .inner-layer-1 img {
        margin-bottom: 10px;
    }

    .nav-item {
        margin: 0 0px;
    }

    .carousel-btn {
        bottom: 50px;
        left: 27em;
    }

    .carousel-btn i,
    .carousel-btn1 i {
        padding: 4px 5px;
    }

    .carousel-btn .carousel-control-next {
        right: -35px;
    }

    .layer-1,
    .layer-2,
    .layer-5,
    .layer-9,
    .Support,
    .why-vacuum {
        padding: 0 0 30px 0;
    }

    .dwnld-ctlg {
        margin: 30px 0 50px 0;
    }

    .micro-menu {
        border-bottom: 0px solid red;
        padding: 0;
        top: 0;
        height: auto;
    }

    .breadcrumb .nav-item {
        padding: 5px 5px;
    }

    .pagination {
        display: none;
    }

    .key-num span {
        font-size: 25px;
        top: 0px;
    }

    .key-benefits span {
        font-size: 20px;
    }

    .speak a {
        font-size: 14px;
        padding: 5px 10px;
    }

    .application {
        margin-top: 10px;
    }

    .application p {
        margin: 0 0 30px 0;
    }

    .p3-txt {
        margin-top: 0px;
    }

    .parallax-div2 h2 {
        text-align: center;
    }

    .parallax5 {
        display: none;
    }

    h3,
    .infra-facility h3,
    .design-excellence h3 {
        font-size: 20px;
    }

    .form-container {
        margin: 10px 0;
    }

    .top {
        right: 100px;
    }

    .slick-prev {
        left: 0px;
    }

    .slick-next {
        right: 0px;
    }

    .read-more {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .wrapper .card {
        width: 100%;
        margin: 0 0px;
    }

    .cards {
        padding: 0px;
    }

    .card__expander {
        padding: 15px 0px;
    }

    .table {
        margin: 0 10px;
    }

    .card.is-expanded .card__expander {
        max-height: -webkit-fill-available;
    }

    .iso-cert,
    .mision {
        align-items: center;
    }

    .certificates img {
        margin-bottom: 10px;
    }

    .iso-cert p {
        text-align: left;
    }

    .accor-icon img {
        padding: 7px 7px;
    }

    .acco-txt p {
        font-size: 18px;
    }

    .parallax-div3 {
        height: auto;
        margin-top: 0;
        background: #373b3e;
        padding: 15px 0;
        margin-bottom: 30px;
    }

    .design-excellence span {
        font-size: 30px;
        top: -6px;
    }

    .team p,
    .ht-services {
        width: auto;
    }

    .team-img {
        margin: 20px 0;
        text-align: center;
    }

    .testi {
        margin: 30px 0px 40px 0;
    }

    .blog-flex {
        display: block;
        margin-top: 15px;
    }

    .blogs {
        width: 100%;
        margin-bottom: 30px;
    }

    .blogs img {
        width: 100%;
    }

    .blogs p {
        padding-right: 0px;
        padding-top: 5px;
    }

    .parallax4 {
        height: 300px;
    }

    .parallax-div4 {
        height: 300px;
        margin-top: -250px;
    }

    .values {
        margin-top: 20px;
    }

    .values p {
        margin-top: 5px;
        font-size: 15px;
    }

    .ht-num span {
        font-size: 30px;
        top: 0px;
    }

    .ht-info span {
        font-size: 20px;
    }

    .parallax-div5 {
        height: auto;
        margin: 0 0 30px 0;
        background: #000000e3;
        padding: 20px 0;
        border-radius: 10px;
    }

    #ht-service,
    .ht-services,
    .ht-inner {
        display: block;
    }

    .ht-num img,
    .ht-inner {
        width: auto;
    }

    .client img {
        margin-bottom: 0;
    }

    .client-slider .slick-prev {
        left: 0;
        right: 0;
    }

    .client-slider .slick-next {
        right: 0;
        left: 30px;
    }

    .client-slider .slick-prev,
    .client-slider .slick-next {
        top: 440px;
    }

    .slick-slider {
        margin-bottom: 50px;
    }

    .calibration-txt li {
        margin: 0 0 5px 0;
        font-size: 15px;
    }

    .calibration-txt span,
    .calibration-num span {
        font-size: 15px;
    }

    #calibration-container {
        padding: 30px 30px;
    }

    #calibration-container h3 {
        margin-top: 15px;
    }

    #mobile-view {
        display: block;
    }

    .layer-2 p {
        width: auto;
    }

    .img-bg img {
        width: 60px;
    }

    .industry-img p {
        width: 85px;
    }

    #why-lvt {
        padding: 0px 0px 50px 0px;
    }

    .calibration-txt,
    .calibration-img {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .download-box {
        width: 100%;
    }

    select,
    button {
        padding: 5px 15px;
    }

    .dwnld-ctlg a {
        align-items: center;
    }

    .dwnld-ctlg p {
        margin-bottom: 0;
    }

    .thermo-products {
        padding: 0px 0 20px 0;
    }

    .connection-img {
        margin: 0px 0 10px 0;
    }

    .connection-img img {
        padding: 0px 15px;
    }

    .layer-1,
    .layer-2,
    .layer-3,
    .layer-5,
    .layer-9,
    .Support,
    .vision,
    .why-vacuum,
    .infra-facility,
    .design-excellence,
    .certificates {
        padding: 0 0 20px 0;
    }

    .parallax2 {
        height: 650px;
    }

    .parallax-div2 {
        height: 650px;
        margin-top: -620px;
    }

    .fa-times {
        margin-top: -15px;
    }

    .case-study hr {
        top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bar {
        background: linear-gradient(45deg, #dd151e, #002e5a);
        border-radius: 5px;
        display: block;
        height: 2px;
        margin: 8px 0;
        transition: background-color .4s ease-in, transform .4s ease-in, width .4s ease-in;
        width: 40px;
    }

    .navbar-toggler {
        border: 0;
        padding: 0;
        margin: 0;
        position: absolute;
        right: 0;
        bottom: 20px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-expand-lg .navbar-collapse {
        position: absolute;
        top: -5px;
        background: rgb(200, 235, 248);
        z-index: 2;
        left: 0px;
        width: 100%;
        padding: 10px 10px 0px;
    }

    .menu-top {
        display: none;
    }

    #mobile-view {
        display: block;
    }

    .menu {
        left: 0px;
        position: relative;
        top: 0px;
    }

    .menu-top li {
        margin: 0 15px 0 15px;
    }

    .navbar {
        left: 0px;
    }

    .banner-text {
        left: 380px;
        top: 30px;
    }

    h1 {
        font-size: 25px;
    }

    .banner-cer {
        bottom: 35px;
        right: 0px;
        width: 225px;
    }

    .carousel-btn {
        bottom: 53px;
        left: 26em;
    }

    .banner-text a,
    .parallax-div1 a {
        padding: 10px 12px;
        top: 7px;
        font-size: 15px;
    }

    .btn-one1 i {
        position: relative;
        left: 8px;
        font-size: 14px;
    }

    .banner-text i,
    .parallax-div1 i {
        padding: 7px 8px;
    }

    h2 {
        font-size: 30px;
    }

    p,
    .menu-top a,
    .why-us p,
    .excellence p,
    .impact p,
    .layer-7 p,
    li,
    .client p,
    .layer-8 a,
    .manfacturing-img p,
    .img p,
    .micro-menu a,
    .application p,
    .testi p,
    .blogs p {
        font-size: 15px;
    }

    .layer-1,
    .layer-2,
    .layer-5,
    .layer-9 {
        padding-bottom: 50px;
    }

    .layer-2 p {
        width: 600px;
    }

    .layer-3 p {
        padding: 0 60px;
    }

    .layer-3 {
        padding: 15px 0px 40px 0px;
    }

    .layer-4 {
        width: 97%;
        margin: -35px auto 50px auto;
    }

    #product-img {
        width: 145px;
    }

    .layer-4 p {
        width: 145px;
        padding: 5px 5px;
        font-size: 14px;
    }

    .layer-4 i {
        padding: 7px 8px;
        font-size: 13px;
    }

    .parallax-wrapper {
        margin: 0 20px;
    }

    .parallax {
        height: 300px;
    }

    .parallax-div {
        height: 300px;
        margin-top: -300px;
    }

    .map-txt {
        top: 35px;
        right: 0px;
        left: 40px;
    }

    .layer-6 {
        padding: 0 0px 0 0px;
    }

    .layer-6 img {
        width: 420px;
    }

    .parallax1 {
        height: 500px;
    }

    .parallax-div1 {
        margin-top: -460px;
        height: 500px;
    }

    .why-us img {
        width: 40px;
    }

    .why-us {
        width: auto;
        height: 77px;
        align-items: center;
        padding: 5px 5px;
    }

    .parallax-div1 i {
        left: 5px !important;
    }

    .excellence {
        gap: 10px;
    }

    .layer-7 span,
    .btn-one i,
    .rd-txt span {
        font-size: 14px;
    }

    .layer-8 {
        padding: 20px 40px 60px 40px;
        margin: 40px 30px 50px 30px;
    }

    .impact {
        display: block;
        padding: 0px 0px 0 0;
        height: 230px;
    }

    .impact img {
        padding: 10px 21px;
        border-radius: 10px 10px 0px 0px;
    }

    .impact p {
        padding: 0 10px;
    }

    .impact span {
        font-size: 30px;
    }

    .associate-logo img {
        width: 90%;
    }

    .layer-10 {
        padding: 10px 0 0 0;
    }

    .layer-10 p,
    .layer-10 a {
        font-size: 13px;
    }

    .copy-right {
        margin-top: 40px;
    }

    .subscribe_form button {
        width: auto;
    }

    hr {
        margin: 20px 0;
    }

    .inner-cer {
        right: 80px;
        top: 255px;
        padding: 10px 10px;
        width: 40%;
    }

    .inner-layer-1 {
        margin: 20px 0 0 0;
    }

    .quality-img {
        margin-bottom: 20px;
    }

    #inner-layer-7 {
        padding-bottom: 20px;
    }

    .micro-menu ul {
        width: 94%;
        margin: 0px auto;
    }

    .thermo,
    .thermo-text {
        margin: 0px 0 30px 0;
    }

    .layer-7 p,
    .key-benefits p {
        width: auto;
    }

    .nav-item {
        margin: 0 10px;
    }

    .micro-layer {
        margin: 20px 0 20px 0;
    }

    .layer-1,
    .layer-2,
    .layer-5,
    .layer-9,
    .Support,
    .application,
    .key-benefits,
    .why-vacuum {
        padding: 0 0 30px 0;
    }

    .layer-7 span,
    .speak a,
    .key-benefits span {
        font-size: 18px;
    }

    .nav-item p {
        font-size: 13px;
    }

    .micro-menu {
        top: -72px;
    }

    .breadcrumb .nav-item {
        padding: 2px 20px;
    }

    h3,
    .infra-facility h3,
    .design-excellence h3 {
        font-size: 20px;
    }

    .key-num span,
    .ht-num span {
        font-size: 30px;
    }

    .parallax2 {
        height: 650px;
    }

    .parallax-div2 {
        height: 650px;
        margin-top: -600px;
    }

    .design-excellence span {
        font-size: 30px;
        top: -6px;
    }

    .parallax3 {
        height: 500px;
    }

    .parallax-div3 {
        height: 500px;
        margin-top: -475px;
    }

    .p3-txt {
        margin-top: 0px;
    }

    .accor-icon img {
        padding: 8px 8px;
    }

    .acco-txt {
        padding: 15px 15px 15px 40px;
    }

    .acco-txt p,
    .layer-7 span,
    .certificates span {
        font-size: 20px;
    }

    .top {
        right: 40px;
    }

    .card {
        width: calc((100% / 2) - 30px) !important;
    }

    .parallax4 {
        height: 300px;
    }

    .parallax-div4 {
        height: 250px;
        margin-top: -250px;
    }

    .values {
        margin-top: 20px;
    }

    .values p {
        font-size: 15px;
        margin-top: 15px;
    }

    .parallax5 {
        margin: 0 30px 50px 30px;
    }

    .parallax-div5 {
        padding: 0 40px;
    }

    .ht-info span {
        font-size: 17px;
    }

    .ht-services {
        width: 340px;
    }

    .client-slider .slick-prev,
    .client-slider .slick-next {
        top: 455px;
    }

    .thermo-products {
        padding: 0px 0 20px 0;
    }

    .connection-img {
        margin: 0 0 30px 0;
        padding: 0 15px;
    }

    .calibration-txt span,
    .calibration-num span {
        font-size: 15px;
    }

    .calibration-txt li {
        margin: 0 0 5px 0;
        font-size: 15px;
    }

    .img-bg img {
        width: 80px;
    }

    .industry-img {
        height: 120px;
        margin-top: 60px;
    }

    .industry-img p {
        width: 115px;
    }

    .case-study span {
        font-size: 20px;
    }

    .calibration-txt,
    .calibration-img {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .iso-cert,
    .mision {
        align-items: center;
    }

    .case-study {
        padding-bottom: 20px;
    }

    .case-study hr {
        top: 0px;
    }

    .testi {
        margin: 30px 0px 50px 0;
    }

    .blogs {
        margin-bottom: 10px;
    }

    .dwnld-ctlg {
        margin: 50px 0 50px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1099px) {
    .menu-top ul {
        padding: 5px 0px;
    }

    .menu-top a {
        font-size: 16px;
    }

    .menu-top {
        left: 600px;
    }

    .menu {
        left: 40px;
    }

    .menu img {
        width: 85%;
    }

    .navbar {
        left: 0px;
    }

    .navbar-nav li {
        font-size: 15px;
        margin: 0 5px;
    }

    .navbar-nav a {
        font-size: 14px;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-start;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 35px;
    }

    p,
    .excellence p,
    .impact p,
    .img p,
    .client-adrs p {
        font-size: 17px;
    }

    .manfacturing-img p {
        font-size: 13px;
    }

    .banner-text {
        left: 510px;
        top: 60px;
    }

    .banner-cer {
        bottom: 40px;
        right: 0px;
        width: 300px;
    }

    .banner-text a {
        padding: 10px 15px;
        top: 10px;
    }

    .banner-text i,
    .layer-8 i {
        padding: 7px 8px;
    }

    .carousel-btn {
        bottom: 63px;
        left: 34em;
    }

    .layer-2 p {
        width: 650px;
    }

    .layer-3 p {
        padding: 0 150px;
    }

    .layer-4 {
        width: 99%;
    }

    #product-img {
        width: 200px;
    }

    .layer-4 p {
        padding: 10px 10px;
        width: 200px;
        font-size: 16px;
    }

    .layer-4 i {
        font-size: 15px;
    }

    .parallax-wrapper {
        margin: 0 30px;
    }

    .parallax {
        height: 400px;
        background-position: right;
    }

    .parallax-div {
        height: 400px;
        margin-top: -400px;
    }

    .map-txt {
        top: 40px;
        right: 0px;
        left: 50px;
    }

    .layer-6 {
        padding: 0 40px 0 40px;
    }

    .layer-6 img {
        width: 500px;
    }

    .why-us {
        width: auto;
        height: 120px;
    }

    .why-us p,
    .layer-7 span {
        font-size: 20px;
    }

    .excellence p {
        width: 330px;
    }

    .impact {
        display: block;
        padding: 0px 0px 0 0;
        height: 240px;
    }

    .impact img {
        padding: 10px 45px;
        border-radius: 10px 10px 0px 0px;
    }

    .impact span {
        font-size: 30px;
    }

    .impact p {
        padding: 0 10px;
    }

    .layer-8 {
        margin: 40px 30px 80px 30px;
    }

    .layer-8 a {
        font-size: 16px;
    }

    .layer-10 {
        padding: 20px 0 0 0;
    }

    .inner-cer {
        right: 115px;
        top: 290px;
        padding: 15px 15px;
        width: 30%;
    }

    .micro-menu ul {
        width: 95%;
    }

    .thermo-text {
        margin-top: 25px;
    }

    .key-benefits p {
        width: auto;
    }

    .layer-7 p {
        width: 400px;
    }

    .micro-layer {
        margin: 30px 0 30px 0;
    }

    button {
        padding: 5px 3px;
    }

    .dwnld-ctlg {
        margin: 50px 0 0px 0;
    }

    .layer-1,
    .layer-2,
    .layer-5,
    .layer-9,
    .Support,
    .key-benefits,
    .why-vacuum {
        padding: 0 0 30px 0;
    }

    .nav-item p {
        font-size: 15px;
    }

    .micro-menu {
        top: -90px;
    }

    h3,
    .speak a {
        font-size: 20px;
    }

    .speak a {
        padding: 5px 10px;
    }

    .parallax2 {
        height: 700px;
    }

    .parallax-div2 {
        height: 700px;
        margin-top: -650px;
    }

    .application {
        gap: 15px;
    }

    .application p {
        font-size: 18px;
    }

    .breadcrumb .nav-item {
        padding: 5px 20px;
    }

    .key-num span {
        font-size: 30px;
        top: -3px;
    }

    .slick-prev {
        left: -25px;
    }

    .slick-next {
        right: -25px;
    }

    .top {
        right: 50px;
    }

    .accor-icon img {
        padding: 8px 8px;
    }

    .acco-txt {
        padding: 15px 15px 15px 40px;
    }

    .acco-txt p,
    .case-study span {
        font-size: 20px;
    }

    .design-excellence span {
        font-size: 40px;
    }

    .parallax3 {
        height: 500px;
    }

    .parallax-div3 {
        height: 500px;
        margin-top: -470px;
    }

    .team p {
        width: 880px;
    }

    .parallax4 {
        height: 370px;
    }

    .parallax-div4 {
        height: 330px;
        margin-top: -330px;
    }

    .ht-services {
        width: 450px;
    }

    .parallax5 {
        margin: 0 30px 50px 30px;
    }

    .parallax-div5 {
        padding: 0 50px;
        margin-top: -770px;
    }

    .client-slider .slick-prev,
    .client-slider .slick-next {
        top: 470px;
    }

    .pagination {
        top: -50px;
    }

    .connection-img {
        padding: 0 15px;
    }

    .thermo-products {
        padding: 0px 0 20px 0;
    }

    .calibration-txt li {
        margin: 0 0 5px 0;
        font-size: 14px;
    }

    .calibration-txt span,
    .calibration-num span {
        font-size: 15px;
    }

    .inner-layer-1 {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .quality-img {
        margin-bottom: 20px;
    }

    .industry-img p {
        width: 150px;
    }

    .mumbai-plant {
        height: 160px;
    }
}

@media only screen and (min-width: 1100px) and (max-width:1199px) {
    .menu-top {
        left: 715px;
    }

    .menu {
        left: 80px;
        top: 10px;
    }

    .navbar {
        left: 0px;
    }

    .navbar-nav li {
        font-size: 16px;
        margin: 0 4px;
    }

    .navbar-nav a,
    .micro-menu a {
        font-size: 15px;
    }

    .banner-text {
        left: 580px;
        top: 80px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 35px;
    }

    h3,
    .ht-info span {
        font-size: 22px;
    }

    p,
    li,
    .excellence p,
    .impact p,
    .layer-10 p,
    .layer-10 a,
    .application p {
        font-size: 17px;
    }

    .banner-cer {
        bottom: 45px;
        right: 70px;
        width: 320px;
    }

    .carousel-btn {
        bottom: 70px;
        left: 39em;
    }

    .layer-2 p {
        width: 620px;
    }

    .layer-1,
    .layer-2,
    .layer-5,
    .layer-9 {
        padding-bottom: 50px;
    }

    .layer-3 p {
        padding: 0 150px;
    }

    .layer-4 {
        width: 98%;
    }

    #product-img,
    .layer-4 p {
        width: 225px;
    }

    .parallax {
        height: 400px;
    }

    .parallax-div {
        height: 400px;
        margin-top: -400px;
    }

    .map-txt {
        top: 40px;
        right: 0px;
        left: 50px;
    }

    .layer-6 {
        padding: 0 80px 0 80px;
    }

    .layer-6 img {
        width: 600px;
    }

    .why-us {
        width: auto;
        margin: 12px 0;
        height: 111px;
    }

    .why-us p,
    .layer-7 span,
    .img p {
        font-size: 18px;
    }

    .manfacturing-img p {
        font-size: 15px;
    }

    .excellence p {
        width: 380px;
    }

    .impact {
        display: block;
        padding: 0px 0px 0 0;
        height: 215px;
    }

    .impact img {
        padding: 10px 55px;
        border-radius: 10px 10px 0px 0px;
    }

    .impact p {
        padding: 0 10px;
    }

    .impact span,
    .case-study span {
        font-size: 25px;
    }

    .layer-10 {
        padding: 20px 0 0 0;
    }

    .inner-cer {
        right: 130px;
        top: 330px;
        padding: 15px 15px;
        width: 30%;
    }

    .micro-menu {
        top: -102px;
    }

    .micro-menu ul {
        width: 75%;
    }

    .thermo-text {
        margin-top: 30px;
    }

    .nav-item {
        margin: 0 10px;
    }

    .micro-layer {
        margin: 30px 0 30px 0;
    }

    .layer-1,
    .layer-2,
    .layer-5,
    .layer-9,
    .Support,
    .application,
    .key-benefits,
    .why-vacuum {
        padding: 0 0 30px 0;
    }

    .key-benefits p {
        width: auto;
    }

    .layer-7 p {
        width: 400px;
    }

    .nav-item p {
        font-size: 15px;
    }

    .speak a {
        font-size: 20px;
        padding: 5px 10px;
    }

    .parallax2 {
        height: 700px;
    }

    .parallax-div2 {
        height: 700px;
        margin-top: -660px;
    }

    .key-num span {
        font-size: 30px;
        top: -2px;
    }

    .parallax3 {
        height: 550px;
    }

    .parallax-div3 {
        height: 550px;
        margin-top: -510px;
    }

    .design-excellence span {
        font-size: 40px;
    }

    .accor-icon img {
        padding: 8px 8px;
    }

    .acco-txt {
        padding: 15px 15px 15px 40px;
    }

    .acco-txt p {
        font-size: 20px;
    }

    .top {
        right: 100px;
    }

    .team p {
        width: 860px;
    }

    .ht-services {
        width: 450px;
    }

    .client-slider .slick-prev,
    .client-slider .slick-next {
        top: 460px;
    }

    .calibration-txt li {
        margin: 0 0 3px 0;
        font-size: 15px;
    }

    .calibration-txt span,
    .calibration-num span,
    .client-adrs p {
        font-size: 16px;
    }

    .inner-layer-1 {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .quality-img {
        margin-bottom: 20px;
    }

    .industry-img p {
        width: 150px;
    }

    .mumbai-plant {
        height: 170px;
    }
}

@media only screen and (min-width: 1200px) and (max-width:1320px) {
    .menu {
        left: 100px;
    }

    .menu-top {
        left: 825px;
    }

    .navbar {
        left: 30px;
    }

    .navbar-nav li {
        font-size: 17px;
        margin: 0 10px;
    }

    .layer-1,
    .layer-2,
    .layer-5,
    .layer-9 {
        padding-bottom: 50px;
    }

    h1 {
        font-size: 35px;
    }

    h2,
    .design-excellence span {
        font-size: 40px;
    }

    p,
    .excellence p,
    .impact p,
    .application p,
    .client-adrs p {
        font-size: 17px;
    }

    .banner-text {
        width: 600px;
        left: 630px;
        top: 80px;
    }

    .carousel-btn {
        bottom: 70px;
        left: 42em;
    }

    .layer-4 {
        width: 95%;
    }

    .banner-cer {
        bottom: 50px;
        right: 0px;
        width: 400px;
    }

    .layer-2 p {
        width: 770px;
    }

    #product-img,
    .layer-4 p {
        width: 230px;
    }

    .layer-3 p {
        padding: 0 240px;
    }

    .parallax {
        height: 400px;
    }

    .parallax-div {
        height: 400px;
        margin-top: -400px;
    }

    .map-txt {
        top: 50px;
        right: 0px;
        left: 50px;
    }

    .layer-6 {
        padding: 0 100px 0 60px;
    }

    .layer-6 img {
        width: 650px;
    }

    .why-us {
        width: auto;
    }

    .why-us p {
        font-size: 18px;
    }

    h3 {
        font-size: 22px;
    }

    .img p,
    .speak a,
    .acco-txt p {
        font-size: 20px;
    }

    .manfacturing-img p {
        font-size: 16px;
    }

    .layer-7 span {
        font-size: 24px;
    }

    .excellence p {
        width: 400px;
    }

    .layer-8 {
        padding: 20px 60px 70px 60px;
        margin: 40px 55px 50px 55px;
    }

    .impact {
        padding: 0px 0px 0 0;
        gap: 10px;
    }

    .impact img {
        padding: 31px 5px;
    }

    .impact span {
        font-size: 25px;
    }

    .layer-10 p,
    .layer-10 a,
    .navbar-nav a,
    .micro-menu a {
        font-size: 16px;
    }

    .layer-10 {
        padding: 20px 0 0 0;
    }

    .inner-cer {
        right: 140px;
        top: 350px;
        padding: 15px 15px;
        width: 30%;
    }

    .nav-item {
        margin: 0 12px;
    }

    .layer-7 p {
        width: 450px;
    }

    .micro-layer {
        margin: 30px 0 30px 0;
    }

    .layer-1,
    .layer-2,
    .layer-5,
    .layer-9,
    .Support,
    .application,
    .key-benefits,
    .why-vacuum {
        padding: 0 0 30px 0;
    }

    .micro-menu {
        top: -102px;
    }

    .nav-item p {
        font-size: 15px;
    }

    .micro-menu ul {
        width: 80%;
    }

    .key-num span {
        font-size: 30px;
        top: -2px;
    }

    .parallax2 {
        height: 700px;
    }

    .parallax-div2 {
        height: 700px;
        margin-top: -640px;
    }

    .top {
        right: 100px;
    }

    .accor-icon img {
        padding: 8px 8px;
    }

    .acco-txt {
        padding: 15px 15px 15px 40px;
    }

    .parallax3 {
        height: 550px;
    }

    .parallax-div3 {
        height: 550px;
        margin-top: -500px;
    }

    .application {
        gap: 20px;
    }

    .p3-txt {
        margin-top: 10px;
    }

    .team p {
        width: 860px;
    }

    .ht-services {
        width: 540px;
    }

    .parallax-div5 {
        padding: 0 100px;
    }

    .calibration-txt li {
        margin: 0 0 5px 0;
        font-size: 16px;
    }

    .calibration-txt span,
    .calibration-num span {
        font-size: 16px;
    }

    .inner-layer-1 {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .quality-img {
        margin-bottom: 30px;
    }

    .case-study span {
        font-size: 30px;
    }

    .calibration-txt,
    .calibration-img {
        margin-top: 5px;
        margin-bottom: 30px;
    }

    .mumbai-plant {
        height: 190px;
    }

    .client-slider .slick-prev,
    .client-slider .slick-next {
        top: 495px;
    }
}

@media only screen and (min-width: 1321px) and (max-width:1400px) {
    .menu {
        left: 140px;
    }

    .menu-top {
        left: 890px;
    }

    .navbar {
        left: 30px;
    }

    .banner-text {
        left: 730px;
    }

    h1,
    h2 {
        font-size: 35px;
    }

    p,
    .manfacturing-img p {
        font-size: 18px;
    }

    .banner-cer {
        bottom: 55px;
        right: 0px;
        width: 400px;
    }

    .carousel-btn {
        bottom: 80px;
        left: 48em;
    }

    .layer-1,
    .layer-2,
    .layer-5,
    .layer-9 {
        padding-bottom: 60px;
    }

    .layer-2 p {
        width: 815px;
    }

    .layer-4 {
        width: 95%;
    }

    #product-img,
    .layer-4 p {
        width: 250px;
    }

    .parallax {
        height: 400px;
    }

    .parallax-div {
        height: 400px;
        margin-top: -400px;
    }

    .map-txt {
        top: 50px;
        right: 0px;
        left: 30px;
    }

    .layer-6 {
        padding: 0 50px 0 100px;
    }

    .layer-6 img {
        width: 740px;
    }

    .why-us {
        width: auto;
    }

    .why-us p {
        font-size: 18px;
    }

    .layer-7 span {
        font-size: 24px;
    }

    .acco-txt p {
        font-size: 20px;
    }

    .excellence p {
        width: 400px;
    }

    .impact {
        gap: 5px;
    }

    .impact img {
        background: #e5eaee;
        padding: 22px 5px;
        border-radius: 10px 0px 0px 10px;
    }

    .impact p {
        font-size: 15px;
    }

    .impact span {
        font-size: 35px;
    }

    .layer-10 {
        padding: 20px 0 0 0;
    }

    .layer-10 p,
    .layer-10 a {
        font-size: 16px;
    }

    .inner-cer {
        right: 180px;
        top: 380px;
        padding: 15px 15px;
        width: 28%;
    }

    .nav-item {
        margin: 0 10px;
    }

    .navbar-nav a,
    .micro-menu a {
        font-size: 16px;
    }

    .micro-layer {
        margin: 30px 0 30px 0;
    }

    .layer-1,
    .layer-2,
    .layer-5,
    .layer-9,
    .Support,
    .application,
    .key-benefits,
    .why-vacuum {
        padding: 0 0 30px 0;
    }

    .layer-7 p {
        width: 490px;
    }

    .key-benefits p {
        width: auto;
    }

    .micro-menu ul {
        width: 70%;
    }

    .breadcrumb .nav-item {
        padding: 5px 20px;
    }

    .micro-menu {
        top: -96px;
    }

    h3,
    .speak a {
        font-size: 22px;
    }

    .key-num span,
    .design-excellence span {
        font-size: 35px;
        top: -4px;
    }

    .parallax2 {
        height: 700px;
    }

    .parallax-div2 {
        height: 700px;
        margin-top: -650px;
    }

    .top {
        right: 100px;
    }

    .accor-icon img {
        padding: 8px 8px;
    }

    .acco-txt {
        padding: 15px 15px 15px 40px;
    }

    .inner-layer-1 {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .quality-img {
        margin-bottom: 50px;
    }

    .team-img {
        margin: 15px 0;
    }

    .ht-services {
        width: 520px;
    }

    .client-slider .slick-prev,
    .client-slider .slick-next {
        top: 430px;
    }

    .calibration-txt li {
        margin: 0 0 3px 0;
        font-size: 16px;
    }

    .calibration-txt span,
    .calibration-num span {
        font-size: 16px;
    }

    .case-study span {
        font-size: 25px;
    }

    .calibration-txt,
    .calibration-img {
        margin-top: 5px;
        margin-bottom: 35px;
    }
}


@media (min-width: 1401px) and (max-width: 1499px) {
    .menu-top {
        left: 975px;
    }

    .menu {
        left: 80px;
    }

    .navbar {
        left: 0px;
    }

    .banner-text {
        left: 730px;
    }

    h1 {
        font-size: 35px;
    }

    h2,
    .case-study span {
        font-size: 45px;
    }

    h3 {
        font-size: 28px;
    }

    .carousel-btn {
        bottom: 80px;
        left: 48em;
    }

    .banner-cer {
        bottom: 58px;
        right: 70px;
        width: 440px;
    }

    #product-img,
    .layer-4 p {
        width: 250px;
    }

    .layer-4 i {
        padding: 10px 11px;
    }

    .parallax {
        height: 400px;
    }

    .parallax-div {
        height: 400px;
        margin-top: -400px;
    }

    .map-txt {
        top: 40px;
        right: 0px;
        left: 40px;
    }

    .layer-6 {
        padding: 0 70px 0 100px;
    }

    .why-us p {
        font-size: 23px;
    }

    .impact span {
        font-size: 30px;
    }

    .impact p {
        font-size: 16px;
    }

    .impact img {
        padding: 21px 10px;
    }

    .inner-cer {
        right: 160px;
        top: 390px;
        width: 30%;
    }

    .micro-layer {
        margin: 30px 0 30px 0;
    }

    .layer-1,
    .layer-2,
    .layer-5,
    .layer-9,
    .Support,
    .application,
    .key-benefits,
    .why-vacuum {
        padding: 0 0 30px 0;
    }

    .micro-menu ul {
        width: 70%;
    }

    .parallax2 {
        height: 750px;
    }

    .parallax-div2 {
        height: 750px;
        margin-top: -680px;
    }

    .application {
        gap: 20px;
    }

    .parallax3 {
        height: 600px;
    }

    .parallax-div3 {
        height: 600px;
        margin-top: -540px;
    }

    .p3-txt {
        margin-top: 10px;
    }

    .design-excellence span {
        font-size: 40px;
        top: -6px;
    }

    .accor-icon img {
        padding: 8px 8px;
    }

    .acco-txt {
        padding: 15px 15px 15px 40px;
    }

    .acco-txt p {
        font-size: 22px;
    }

    .layer-10 {
        padding: 25px 0 0 0;
    }

    .top {
        right: 100px;
    }

    .parallax-div5 {
        margin-top: -770px;
        padding: 0 100px;
    }

    .client-slider .slick-prev,
    .client-slider .slick-next {
        top: 440px;
    }

    .inner-layer-1 {
        margin-bottom: 0px;
    }

    .quality-img {
        margin-bottom: 50px;
    }

    .case-study span {
        font-size: 25px;
    }

    .calibration-txt,
    .calibration-img {
        margin-top: 5px;
        margin-bottom: 35px;
    }

    .manfacturing-img p {
        font-size: 18px;
    }
}

@media (min-width: 1500px) and (max-width: 1599px) {
    .menu-top {
        left: 1030px;
    }

    .navbar {
        left: 0px;
    }

    .banner-text {
        left: 770px;
    }

    h1 {
        font-size: 35px;
    }

    .carousel-btn {
        left: 50em;
        bottom: 85px;
    }

    .banner-cer {
        bottom: 65px;
        width: 400px;
    }

    .layer-4 {
        width: 95%;
    }

    #product-img,
    .layer-4 p {
        width: 280px;
    }

    .map-txt {
        right: 0px;
        left: 35px;
    }

    .layer-6 {
        padding: 0 120px 0 150px;
    }

    .impact img {
        padding: 29px 10px;
    }

    .impact p {
        font-size: 18px;
    }

    .impact span {
        font-size: 35px;
    }

    .inner-cer {
        top: 400px;
        width: 28%;
    }

    .micro-layer {
        margin: 30px 0 30px 0;
    }

    .layer-1,
    .layer-2,
    .layer-5,
    .layer-9,
    .Support,
    .application,
    .key-benefits,
    .why-vacuum {
        padding: 0 0 30px 0;
    }

    .micro-menu ul {
        width: 70%;
    }

    .breadcrumb {
        margin-top: 10px;
        font-size: 18px;
    }

    .top {
        right: 100px;
    }

    .client-slider .slick-prev,
    .client-slider .slick-next {
        top: 425px;
    }

    .case-study span {
        font-size: 25px;
    }
}

@media (min-width: 1600px) and (max-width: 1730px) {
    .menu-top {
        left: 1115px;
    }

    .navbar {
        left: 80px;
    }

    .banner-text {
        left: 880px;
    }

    .carousel-btn {
        left: 57em;
    }

    h1 {
        font-size: 35px;
    }

    .banner-cer {
        width: 400px;
    }

    .layer-4 {
        width: 96%;
    }

    .map-txt {
        right: 25px;
    }

    .layer-6 {
        padding: 0 250px 0 150px;
    }

    .impact img {
        padding: 20px 10px;
    }

    .impact p {
        font-size: 18px;
    }

    .impact span {
        font-size: 38px;
    }

    .inner-cer {
        top: 450px;
        width: 25%;
    }

    .micro-menu ul {
        width: 70%;
    }

    .top {
        right: 185px;
    }

    .client-slider .slick-prev,
    .client-slider .slick-next {
        top: 440px;
    }

    .case-study span {
        font-size: 25px;
    }

    h3 {
        font-size: 30px;
    }
}

@media (min-width: 1731px) and (max-width: 1830px) {
    .menu-top {
        left: 1215px;
    }

    .navbar {
        left: 90px;
    }

    .map-txt {
        right: 50px;
    }

    .layer-6 {
        padding: 0 300px 0 150px;
    }

    .impact p {
        font-size: 20px;
    }

    .client-slider .slick-prev,
    .client-slider .slick-next {
        top: 450px;
    }

    .case-study span {
        font-size: 25px;
    }

    h3 {
        font-size: 30px;
    }
}

@media (min-width: 1831px) and (max-width: 1919px) {
    .inner-cer {
        top: 500px;
    }

    .client-slider .slick-prev,
    .client-slider .slick-next {
        top: 462px;
    }

    .case-study span {
        font-size: 25px;
    }

    h3 {
        font-size: 30px;
    }
}


.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    background-color: #9bacbd;
    color: #123658;
    /* border: 1px solid #8a9db0; */
    border-radius: 50%;
    font-size: 18px;
    display: none;
    z-index: 1000;
    cursor: pointer;
    transition: transform 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0;

    /* opacity: 0;          
    pointer-events: none; 
    transition: opacity 0.3s ease; */
}

/* .scroll-to-top.show {
    opacity: 1;
    pointer-events: auto;
} */

.scroll-to-top-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.scroll-to-top-icon i {
    line-height: 1;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.scroll-to-top:hover {
    transform: scale(1.1);
}