.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

/**/
.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

/*---------------------*/
.inner-header {
    background: rgb(255 255 255 / 90%);
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 15%);
}

.inner-header .main-nav a {
    color: #000000;
}

.inner-header .main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
    color: #050579;
}

.navigation-right-top ul li {
    color: #000;
}

.navigation-right-top ul li a {
    color: #000000;
}

/*---------------------*/
.inner-banner {
    background: url(../images/inner-banner.jpg) no-repeat;
    background-size: 100% 241%;
    background-position: 100% 70%;
    padding: 70px 0;
    position: relative;
    margin-top: 99px;
}

.inner-banner::after {
    content: "";
    background: #394f80e3;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.inner-banner-head h1 {
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.inner-banner-link {
    background: #eee;
    padding: 8px 0;
}

.inner-banner-link ul li {
    display: inline-block;
    padding-right: 5px;
    font-weight: 500;
}

.inner-banner-link ul li i {
    opacity: 0.5;
    color: #151221;
}

.inner-banner-link ul li a {
    color: #394f80;
}

/*-----------------------*/
.inr-prod {
    padding: 40px 0;
    position: relative;
}

.prod-bl {
    border-left: 2px solid #eee;
}

.inr-prod-dtl p {
    font-family: 'Roboto', sans-serif;
    color: #151221;
    font-size: 15px;
    padding-bottom: 7px;
}

.inr-prod-dtl ul li {
    font-family: 'Roboto', sans-serif;
    color: #151221;
    font-size: 15px;
    padding: 5px 0;
    list-style-type: disc;
    list-style-position: inside;
}

.inr-prod-dtl h3 {
    font-family: 'Roboto', sans-serif;
    color: #394f80;
    padding-bottom: 15px;
    font-size: 25px;
}

.inr-prod-dtl h4 {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 18px;
    padding: 10px 0 5px 0;
    font-weight: 400;
}

.inner_prd_img {
    margin-top: 30px;
}

.inner_prd_img img {
    background: #fff;
    border: 2px solid #f3f3f3;
}

.inner_product_bx {
    position: sticky;
    top: 100px;
}

.inner_prd_bx {
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

.inner_prd_box_mg {
    border-bottom: 0px;
    margin: 0 auto;
    display: table;
}

.inner_prd_box_mg li {
    display: inline-block;
    padding: 0 13px 0 0;
}

.inner_prd_box_mg li a {
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.inner_prd_box_mg li a img {
    width: 70px;
    height: 70px;
    display: block;
    border: 2px solid #f3f3f3;
}

.inner_prd_box_mg li a.active img {
    border: 2px solid #e9e9e9;
}

/*-----------------------*/
#accordionExample {
    position: sticky;
    top: 100px;
}

.accordion .item {
    border: none;
    background: none;
}

.accordion .item .item-header h2 button.btn.btn-link {
    background: #394f80;
    color: white;
    border-radius: 0px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    text-decoration: none;
}

.accordion .item .item-header h2 button.btn.btn-link a {
    color: #fff;
}

.accordion .item .item-header h2 button.btn.btn-link:hover a {
    color: #97be4a;
}

.accordion .item .item-header {
    border-bottom: none;
    background: transparent;
    padding: 0px;
}

.accordion .item .item-header h2 button {
    color: white;
    font-size: 20px;
    padding: 12px 8px;
    display: block;
    width: 100%;
    text-align: left;
}

.accordion .item .item-header h2 i {
    float: right;
    font-size: 18px;
    line-height: 1.7;
    color: #a2cf4b;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}

button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}

.btn-link span img {
    width: 28px;
    margin-right: 8px;
}

.tip {
    color: rgb(193 206 216);
    padding: 0px 20px 0px 20px;
    background: #394f80;
}

.tip ul li {
    position: relative;
    border-left: 2px solid #fff;
    padding: 0 0 0 18px;
    display: block;
}

.tip ul li:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 10px;
    height: 2px;
    background: #fff;
}

.tip ul li a {
    font-size: 15px;
    line-height: 36px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    display: block;
}

.tip ul li:hover a {
    color: #a2cf4b;
}

.tip ul li.active a {
    color: #a2cf4b;
    font-weight: 500;
}

.tip ul li:hover:before {
    background: #a2cf4b;
}

/*-----------------------*/
footer {
    background: #2f3c63e8 url(../images/footer-glob.png) no-repeat;
    background-position: top right;
}

/*-----------------------*/
.lined-prod {
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

.lined-prod img {
    padding: 15px 0;
}

.lined-prod h5 {
    background: #97be4a;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.inr-prod-dtl table thead tr th,
.inr-prod-dtl table tr td {
    font-family: 'Roboto', sans-serif;
}

.inr-prod-dtl table tr td {
    font-size: 14px;
}

.inr-prod-dtl table thead {
    background: #97bd4a;
    color: #fff;
}

/*----------*/
.inr-prod-pdf {
    position: absolute;
    top: 0;
    right: 5%;
    width: 180px;
    background: #394f80;
    color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 10px;
}

.inr-prod-pdf ul {
    text-align: center;
}

.inr-prod-pdf ul li img {
    width: 20px;
}

.inr-prod-pdf ul li:first-child {
    border-right: 1px solid #ffffff57;
    padding-right: 10px;
    margin-right: 10px;
}

.inr-prod-pdf ul li {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}

.inr-prod-pdf a {
    color: #fff;
}


/*//////////////*/
/* All the snapping stuff */


.fullscreen-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#all-pages {
    position: relative;
    top: 0;
    transition: all 800ms ease;
    /* height set by js */
}

.page {
    height: 100%;
    width: 100%;
}

#all-pages .page:nth-child(1) {
    background: url(../images/labrotray.jpg) center / cover;
}

#all-pages .page:nth-child(2) {
    background: url(../images/pharamaceticual-22.jpg) center / cover;
}

#all-pages .page:nth-child(3) {
    background: url(../images/cleanroom-banner.jpg) center / cover;
}

#all-pages .page:nth-child(4) {
    background: url(../images/banner-2.jpg ) center / cover;
}

#all-pages .page:nth-child(5) {
    background: url(../images/chemical-plant-bg.jpg) center / cover;
}

/* #all-pages .page:nth-child(6) {
    background: url(../images/banner-1.jpg) center / cover;
}

#all-pages .page:nth-child(7) {
    background: #2f3c63e8 url(../images/banner-1.jpg) center / cover;
} */

.Zind-certif4 {
    top: 0px;
    position: relative;
    margin-top: 60px;
}

.text-container {
    color: white;
    position: relative;
    top: 28%;
    margin: 0 40px;
    /*opacity:0;*/
    visibility: visible;
    transform: translateY(-50%);
    transition: all 1s ease;
}

.text-container-slider-1 {

    top: 45%;
    text-align: center;

}

.text-container-slider-2 {

    top: 30%;
    /* text-align: center; */

}

.text-container.in-sight {
    opacity: 1;
    visibility: visible;
    display: flex;
}

.nav-dot-container {
    position: fixed;
    top: 50%;
    right: 3%;
    transform: translateY(-50px);
}

.nav-dot {
    width: 20px;
    height: 30px;
    padding: 0px 0px;
    margin: 0 10px;
    /* float: left; */
    /* display: inline-block; */
}

.nav-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    opacity: 0.65 !important;
    transition: all 200ms ease;
    margin: auto;
}

.nav-dot span:hover {
    width: 12px;
    height: 12px;
}

.nav-dot.dot-active span {
    width: 15px;
    height: 15px;
    opacity: 1 !important;
    background: linear-gradient(to right, #201f7c, #3b4cca);
    border: 1px solid #fff;
}

/*//////////////*/


/* From Uiverse.io by satyamchaudharydev */
.button {
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background: linear-gradient(to right, #201f7c, #3b4cca);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: 3px solid #ffffff4d;
    outline: none;
    overflow: hidden;
    font-size: 15px;
    cursor: pointer;
}

.icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
}

.button:hover {
    transform: scale(1.05);
    border-color: #fff9;
}

.button:hover .icon {
    transform: translate(4px);
}

.button:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 0.8),
            rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}

.banner1-certifed img {
    max-width: 300px;
    /* background-color: #cfcfcf; */
    padding: 10px 0px 5px 0;
    padding-left: -20px;
    /* margin-bottom: 10px; */
    border-radius: 10px;
}

.banner1-certifed h4 {
    padding: 10px;
}

.banners-btn-slider-1 {

    display: flex;
    justify-content: center;
}

.footer-copy-right a {
    color: #fff;
}

/* =============== */
.inner-banner-new {
  background-image: linear-gradient(90deg, rgb(66 66 66 / 38%) 49%, #16151514 100%), url(../images/inner-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 205px 0 100px;
  /* margin-top: 104px; */
}
.inner-banner-head-new {
    border-left: 5px solid #fff;
}
.inner-banner-head-new h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    padding-left: 10px;
}
.inner-hamb-cnt {
    width: max-content;
    height: 65px;
    margin-top: -34px;
    border-radius: 57px;
    padding: 0 15px;
    justify-items: center;
    align-content: center;
    background: linear-gradient(to right, #201f7c, #3b4cca);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border: 4px solid #ffffff;
}

.inner-hamb-cnt ul {
  display: flex;
}
.inner-hamb-cnt ul li {
  display: inline-block;
  padding: 0 4px;
}
.inner-hamb-cnt ul li a {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #ffffff;
}
.inner-hamb-cnt ul li {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}
/* ================ */

.products-heading {
    padding: 55px 0;
}

.main_title_block {
    font-size: 20px;
    color: #510103;
    position: relative;
    z-index: 2;
    display: block;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding-bottom: 13px;
}
.prod-desc-p p {
    font-size: 14px;
    display: block;
    font-weight: 500;
    line-height: 24px;
    color: #3d3d3d;
    letter-spacing: 0.3px;
    padding-bottom: 10px;
    text-align: justify;
}

#inner-pg-img img {
    width: 100%;
    background-color: #fffefe;
    padding: 5px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.multi-prod-rang {
    /*background: #ffffff; */
    padding-top: 1px;
    padding-top: 5px;
    /* box-shadow: 0px 7px 24px 0px rgb(0 0 0 / 7%); */
    position: sticky;
    top: 74px;
}
.multi-prod-rang h4 {
    /*margin-bottom: 15px; */
    padding: 10px 0;
    padding-left: 12px;
    font-size: 16px;
    letter-spacing: 0.50px;
    font-weight: 600;
    border-left: 5px solid #aeaeae;
    border-right: 5px solid #fff;
    background: linear-gradient(to right, #c21743, #3b4cca);
    /* box-shadow: 0px 5px 10px rgb(0 0 0 / 10%); */
    position: relative;
    /* margin-left: -5px; */
    color: #fff;
}

.main-nav-overflow {
    height: 300px;
}
.multi-prod-rang ul li {
    border-bottom: 1px solid #f7f7f7;
    position: relative;
}
.multi-prod-rang ul li:before {
    position: absolute;
    bottom: 0;
    background: #c02141;
    height: 1px;
    display: block;
    content: "";
    width: 0;
    transition: 0.5s all ease-in;
}
.multi-prod-rang ul li a {
    padding: 10px 10px;
    margin: 5px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    display: block;
    text-transform: capitalize;
    background: #f3f3f38c;
}
.multi-prod-rang ul li a:hover {
	color:#c21743;
}
/* ======= */

.other_list ul li i {
    left: 13px;
    line-height: 22px;
    color: #040871;
    position: absolute;
    font-weight: 500;
    font-size: 13px;
}
.other_list ul li span {
    display: inline-block;
    padding-left: 15px;
    position: relative;
    color: #3d3d3d;
    letter-spacing: 0.25px;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 12px;
}
.products-section {
    padding: 60px;
}
/* ==== */

.side-img img {
    border-radius: 10px;
}
.side-contact {
    position: relative;
}
.side-contact img {
    position: absolute;
    top: -107px;
    left: 6px;
    width: 21px;
}
.side-contact a {
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: -110px;
    left: 34px;
}
.side-contact-1 {
    position: relative;
    list-style: none;
}
.side-contact-1 img {
    position: absolute;
    top: -78px;
    left: 8px;
    width: 20px;
}
.side-contact-1 a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.50px;
    position: absolute;
    top: -79px;
    left: 35px;
}
.side-img {
	margin-top: 15px;
}
.text-content ul li a, .text-content p a {
	font-size: 16px;
    line-height: 24px;
    color: #555555;
    font-weight: 500;
    letter-spacing: 0.50px;
}
.text-content ul li a:hover, .text-content p a:hover {
	color:#c21743;
}
.submit-button {
	padding: 10px 25px;
    font-size: 16px;
    border: 1px solid #000;
    font-weight: 500;
    letter-spacing: 0.50px;
    background: #232485;
    width: 100%;
    color: #fff;
    cursor: pointer;
}
.submit-button:hover {
    font-size: 16px;
    border: 1px solid #000;
    font-weight: 500;
    letter-spacing: 0.50px;
    background: linear-gradient(to right, #201f7c, #3b4cca);
    width: 100%;
    color: #fff;
    cursor: pointer;
}

.whatsapp-fixed {
	position: fixed;
	right: 15px;
	bottom: 20px; 
	z-index: 10000;
}

.whatsapp-fixed .Btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 45px;
	height: 45px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition-duration: 0.3s;
	background-color: #00d757;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	box-shadow: 0 0 0 2em transparent;
}

.whatsapp-fixed .sign {
	width: 100%;
	transition-duration: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sign svg {
	width: 25px;
}

.sign svg path {
	fill: white;
}

.whatsapp-fixed .text {
	position: absolute;
	right: 10px;
	width: 0%;
	opacity: 0;
	color: white;
	font-size: 16px;
	font-weight: 600;
	transition-duration: 0.3s;
}

.whatsapp-fixed .Btn:hover {
	width: 150px;
	border-radius: 40px;
	transition-duration: 0.3s;
}

.whatsapp-fixed .Btn:hover .sign {
	width: 30%;
	transition-duration: 0.3s;
}

.whatsapp-fixed .Btn:hover .text {
	opacity: 1;
	width: 70%;
	transition-duration: 0.3s;
}
.whatsapp-fixed .Btn:active {
	transform: translate(2px, 2px);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #00d757;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #00d757;
  }
}

.quickcontact input[type="text"], [type="email"], [type="number"] {
	width: 100%;
	max-width: 100%;
	padding: 8px 5px;
	font-size: 13px;
	margin-top: 4px;
	display: inline-block;
	border: 1px solid rgb(59 59 56 / 50%);
	box-sizing: border-box;
}

.quickcontact select {
	width: 100%;
	max-width: 100%;
	padding: 8px 5px;
	font-size: 13px;
	margin-top: 4px;
	display: inline-block;
	border: 1px solid rgb(59 59 56 / 50%);
	box-sizing: border-box;
}

.form-text {
	border: 1px solid #ccc;
}

.quickcontact input[type="submit"] {
	width: 100%;
	max-width: 100%;
	background-color: #2d2d2d;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 15px;
	padding: 7px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
}

.quickcontact input[type="submit"]:hover {
	background: linear-gradient(to right, #201f7c, #3b4cca);
	color: #ffffff;
	max-width: 100%;
}

.btn-1 {
	width: 100%;
	max-width: 100%;
	background: linear-gradient(to right, #201f7c, #3b4cca);
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.25px;
	font-size: 15px;
	padding: 7px;
	border: none;
	cursor: pointer;
}

.quickcontact {
	right: 0px;
	bottom: 0px;
	max-width: 100%;
	overflow-x: hidden;
	display: block;
	background-color: #fbfbfb;
}

.max {
	border: #21207f thick solid;
	position: fixed;
	width: 210px;
	left: 10px;
	bottom: 10px;
	max-width: 100%;
	background-color: #ffffff;
	padding: 4px;
	z-index: 9999;
}





