body {
    margin: 0 !important;
}
.fixed {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,.3);
    transition: all .3s ease;
	position:fixed !important;
	top: 0px !important ;
	z-index: 99 !important;
	margin-top:0 !important;
}
.main-menu {
    transition: all 0.4s ease;
}
p:first-child{
    margin-top:0;
}
p:last-child{
    margin-bottom:0;
}
.strong-weight-500 strong {
    font-weight: 500;
}
.line-image {
    position: relative;
}

.line-image::after {
    content: "";
    position: absolute;
    top: 235px;
    left: 0;
    width: 100%;
    height: 15px;
    background: url('https://work.sanatancloud.com/genesysbiotech/wp-content/uploads/2026/06/line-scaled.png') no-repeat center center;
    background-size: cover; 
}
#product-popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    z-index:999999;
}

#product-popup .popup-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.6);
}

#product-popup .popup-box{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:600px;
    max-width:90%;
    background:#fff;
    padding:30px;
    border-radius:8px;
    box-sizing:border-box;
}

.popup-close{
    position:absolute;
    right:20px;
    top:8px;
    font-size:28px;
    cursor:pointer;
	color:#E5462F;
}
.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 100%;
    max-width: 700px;
    padding: 50px;
    border-radius: 20px;
}
#product-popup-body h2 {
    margin: 0;
	
}
.product-details{
	padding-bottom:10px;
	border-bottom:1px solid #000;
}
ul.product-documents {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.product-documents li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.product-details div {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.product-details p:first-child {
    margin-bottom: 0;
    margin-top: 16px !important;
}
span.document-type {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
}

.download-icon img {
    width: 100%;
    max-width: 16px;
}
.product-search-filter label {
    width: 100%;
    display: block;
	margin-bottom:4px;
	font-size:16px;
	font-weight:500;
}
.product-search-filter input[type="text"] {
    width: 100%;
	border-radius: 16px;
	color: #06050D;
	border: 1px solid #69727d;
	min-height: 40px;
    padding: 5px 14px;
}
.product-search-filter .elementor-button{
	background-color:#3461AB !important;
	border:1px solid #3461AB !important;
	border-radius: 50px !important;
    padding: 10px 20px 10px 60px !important;
	font-family: var(--e-global-typography-accent-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-accent-font-size) !important;
    font-weight: var(--e-global-typography-accent-font-weight) !important;
    line-height: var(--e-global-typography-accent-line-height) !important;
	margin-top:20px
}
.product-search-filter .elementor-button-content-wrapper {
    gap: 45px !important;
}
.page-id-18 .footer-contact-banner{
    display: none;
}
.page-id-18 .bottom-footer .e-con-inner{
	padding-top:120px !important
}
#form-btn-margin-top{
	margin-top:20px
}
#product-popup-body h3 {
    text-align: center;
    font-size: 22px;
	color: #06050D;
}
@media (max-width: 1024px) {
	ul#menu-2-1adb3d9 {
		height: 100vh;
		padding-top: 30px;
	}
}
@media (max-width: 600px) {
	.line-image::after{
		display:none;
	}
	body .dot-style .swiper-pagination-bullet {
		height: 2px !important;
	}
	ul#menu-2-1adb3d9 {
		height: 100vh;
	}
	.product-search-filter .elementor-button {
		margin-top: 10px;
	}
	#form-btn-margin-top{
		margin-top:20px
	}
	.e-form__buttons{
		justify-content:start !important;
	}
}