:root { --black: #000; --bg-black: #000; --white: #fff; --bg-white: #fff; --theme-color: #046B8A; --secondery-color: #2ba780; }
@font-face { font-family: 'Anton SC'; src: url('../fonts/AntonSC-Regular.eot'); src: url('../fonts/AntonSC-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AntonSC-Regular.woff2') format('woff2'), url('../fonts/AntonSC-Regular.woff') format('woff'), url('../fonts/AntonSC-Regular.ttf') format('truetype'), url('../fonts/AntonSC-Regular.svg#AntonSC-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Anton SC'; src: url('../fonts/AntonSC-Regular_1.eot'); src: url('../fonts/AntonSC-Regular_1.eot?#iefix') format('embedded-opentype'), url('../fonts/AntonSC-Regular_1.woff2') format('woff2'), url('../fonts/AntonSC-Regular_1.woff') format('woff'), url('../fonts/AntonSC-Regular_1.ttf') format('truetype'), url('../fonts/AntonSC-Regular_1.svg#AntonSC-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Regular.eot'); src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Light.eot'); src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Poppins'; src: url('../fonts/Poppins-Thin.eot'); src: url('../fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Thin.woff2') format('woff2'), url('../fonts/Poppins-Thin.woff') format('woff'), url('../fonts/Poppins-Thin.ttf') format('truetype'), url('../fonts/Poppins-Thin.svg#Poppins-Thin') format('svg'); font-weight: 100; font-style: normal; font-display: swap; }
* { box-sizing: border-box; }
.container { transition: .4s ease; max-width: 1320px; }
h1, h2, h3, h4, h5, h6 { font-family: 'Anton SC'; }
body { padding: 0; margin: 0; font-size: 16px; font-family: 'Poppins'; position: relative; scroll-behavior: smooth; }
ul { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
h3.f-size { font-size: 15vw; color: var(--theme-color); }
h5 { color: var(--theme-color); letter-spacing: 1px; }

/* ====================heador css====================*/
.mbshado.show { overflow: hidden; }
.header-section { background: #ffffff; }
.brand { z-index: 1; max-width: 100px; }
.nav-menu .nav-link {color: #000;font-size: 16px;margin-right: 15px;}
.nav-menu .nav-link.active { color: var(--theme-color); }
.nav-menu .nav-link:hover { color: var(--theme-color); }
.hamburger .bar { display: block; width: 25px; height: 3px; margin: 5px auto; background: var(--theme-color); transition: all 0.3s ease-in-out; -webkit-tranzsition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; }

/* ====================home page banner css====================*/
section.card-wrapper { background: #f6f6f6; }
.card-details h5 a { font-size: 18px; color: var(--theme-color); }
.card-details p { border-bottom: 1px solid #f1f1f1; padding: 7px; }
.web-banner .banner-heading h2 { font-size: 80px; color: var(--secondery-color); position:relative; }
.web-banner .banner-heading h2 span {color: #ffffff;font-size: 30px;letter-spacing: 1px;line-height: 40px;}
.web-banner::after {content: "";position: absolute;background: rgba(0, 0, 0, 30%);right: 0;left: 0;top: 0;bottom: 0;margin: auto;z-index: 1;}
.banner-heading {  margin: 0 auto; top: 50%; left: 0; transform: translateY(-50%); right: 0; max-width: 1320px; width: 100%; position: absolute; z-index: 2; text-align: center; }
.subtext { font-size: 16px; line-height: 28px; }
.subtext a { color: var(--secondery-color); text-decoration: underline; }
.main-item-container .card { border: 1px solid transparent; transition: all 0.4s ease 0s; overflow: hidden; box-shadow: 0px 0px 4px 2px #f1f1f1; }
.main-item-container .card:hover { z-index: 9; box-shadow: unset; border: 1px solid var(--theme-color); }
.custom-notpads-wrapper .custom-products .imges-details { width: 75%; }
.custom-notpads-wrapper .custom-products .imges-box { width: 25%; }
.custom-notpads-wrapper .custom-products { box-shadow: 0px 0px 4px 4px #0000000f; width: calc(50% - 8px); }
.imges-details.ps-3 p a { color: var(--secondery-color); }
.terms li { position: relative; padding-left: 20px; width: calc(50% - 8px); }
.terms li::before { content: ""; position: absolute; height: 10px; width: 10px; background: #000; top: 6px; bottom: auto; left: 0; rotate: 45deg; }

/* ====================inner-pages-css====================*/
.image-head { background: var(--bg-white); border: 1px solid #f1f1f1; position: relative; transition: all .4s ease 0s; }
.image-head:hover { border-color: var(--theme-color); }
.image-head p { text-align: center; font-size: 14px; }
.hed-in { font-size: 30px; color: var(--theme-color); }
/* ====================contact-pages-css====================*/
.contact-page ul { display: flex; flex-wrap: wrap; justify-content: space-between; overflow: hidden; }
.contact-page ul li { border-radius: 10px; transition: .4s all; text-align: center; position: relative; z-index: 1; border: 1px solid var(--theme-color); width: 23%; margin-top: 60px; font-size: 18px; padding: 60px 15px 10px; background: #fff; }
.contact-page ul li span { display: block; font-size: 20px; color: var(--theme-color); margin-bottom: 5px; line-height: 30px; }
.contact-page ul li img.hover_img { display: none; }
.contact-page ul li:hover img.hover_img { display: block; margin: 0 auto; }
.contact-page ul li:hover img { display: none; }
.contact-page ul li a { color: var(--black); }
.contact-page ul li figure { position: absolute; top: -40px; right: 0; left: 0; background: var(--bg-white); border: 1px solid var(--theme-color); width: fit-content; margin: auto; padding: 20px; border-radius: 50%; transition: .4s ease; }
.contact-page ul li:hover figure { background: var(--theme-color); }

/* ====================footer-css====================*/
.main-footer { background: var(--bg-black); }
.f_titel { font-size: 24px; color: var(--secondery-color); }
.f_link, .f-text { font-size: 16px; color: var(--white); transition: .2s; }
.payment-icon li img { border: 1px solid #fff; padding: 8px; }
.contact-details .icon-box { margin-bottom: 12px; }
.contact-details .icon-box:last-child { margin-bottom: 0; }
.contact-details .icon-box a:hover { color: var(--secondery-color); }
.icon-box img { padding-right: 2px; color: var(--black); }
.icon-box.address img { padding-top: 5px; }
.address { line-height: 34px; display: flex; align-items: flex-start; margin-bottom: 0; }
.footer-logo { height: 150px; width: 150px; display: flex; justify-content: center; align-items: center; border: 1px solid #fff; background: var(--bg-white); border-radius: 100%; overflow: hidden; padding: 10px; }

/* ====================media query====================*/
@media (min-width:1920px) {
    .web-banner {max-width: 1920px;width: 100%;margin: 0 auto;z-index: 1;}
}
@media (max-width:1199px) {
    .container { max-width: 100%; }
    .custom-notpads-wrapper .custom-products { width: 100%; }
}
@media (max-width:991px) {
    .contact-page ul li { width: 47%; }
    .payment-icon li img { padding: 5px }
    .footer-logo { width: 100px; height: 100px; overflow: hidden; }
}
@media (max-width:767px) {
    .brand { max-width: 80px; }
    .mbshado.show .bg-shado { background: rgba(0, 0, 0, .6); height: 100%; width: 100%; position: absolute; top: 0; bottom: 0; z-index: 998; transition: .7s; }
    .nav-menu { position: fixed; right: -100%; top: 0px; flex-direction: column; width: 240px; border-radius: 0; transition: 0.3s; background: var(--bg-white); z-index: 999; bottom: auto; height: 100%; padding-top: 76px; }
    .nav-menu.show { right: 0px; }
    .nav-menu .nav-item { border-top: 1px solid #7d7f7f; width: 100%; padding: 10px; text-align: left; }
    .nav-menu .nav-item:last-child { border-bottom: 1px solid #7d7f7f; margin-right: auto; }
    .hamburger { cursor: pointer; z-index: 9999; transition: 0.3s; position: relative; padding: 3px; border-radius: 4px; }
    .hamburger.show { transition: 0.3s; }
    .hamburger.show .bar { background: var(--bg-black); }
    .hamburger.show .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .hamburger.show .bar:nth-child(2) { opacity: 0; }
    .hamburger.show .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
    .nav-menu .nav-link { font-size: 14px; }
    .web-banner .banner-heading h2 { font-size: 48px; }
    .hed-in { font-size: 20px; }
    .contact-details .icon-box { margin-bottom: 8px; }
    .f_titel { font-size: 20px; }
    .f_link, .f-text { font-size: 14px; }
    .ftr-box { border-bottom: 1px solid #ffffff40; padding-bottom: 16px; }
    .web-banner .banner-heading h2 { font-size: 36px; }
    .web-banner .banner-heading h2 span { font-size: 20px; line-height: 26px; }
    .terms li { width: 100%; font-size: 14px; }
    .specifications p { font-size: 14px; }
    .table-wrapper.inner-table .table { min-width: 399px; width: 100%; font-size: 14px; }
    .custom-notpads-wrapper .custom-products .imges-details { width: 100%; }
    .custom-notpads-wrapper .custom-products .imges-box { width: 100%; text-align: center; }
    .table-wrapper.inner-table p.mb-2 .text-danger {
    font-size: 14px;
}
}
@media (max-width:575px) {
    .contact-page ul li { width: 100%; font-size: 16px; }
}
@media (max-width:414px) {
    .web-banner .banner-heading h2 { font-size: 24px; }
    .web-banner .banner-heading h2 span { font-size: 16px; }
}
@keyframes fade-in-left {
    0% { opacity: 0; transform: translateX(-20px); }
    100% { opacity: 1; transform: translateX(0); }
}
.bounce-in-right { animation: bounce-in-right 2s ease; }
@keyframes bounce-in-right {
    0% { opacity: 0; transform: translateX(2000px); }
    60% { opacity: 1; transform: translateX(-30px); }
    80% { transform: translateX(10px); }
    100% { transform: translateX(0); }
}