
@font-face {
    font-family: "Inter";
    src: url("/assests/font/Inter-Regular.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "Inter";
    src: url("/assests/font/Inter-Medium.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "Inter";
    src: url("/assests/font/Inter-SemiBold.ttf") format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: "Inter";
    src: url("/assests/font/Inter-Bold.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "Bree Serif";
    src: url("/assests/font/BreeSerif-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.maxW {
    padding: 0 30px;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Bree Serif", serif;
    font-weight: 400;
}

.jnHeader {
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff; 
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.jHead {
    display: flex;
    justify-content: space-between;
    padding: 4px 30px;
    background-color: #f5f5f5;
    align-items: center;
    font-size: 16px;
}

.jHead>div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.jHead img {
    display: block;
    height: 18px;
    margin-left: 5px;
}


.jnHtop>a>img {
    display: block;
}
.hdrRyts{
    display: flex;
    gap: 20px;
    align-items: center;
}
.toggleBtn {
    position: relative;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none;
    z-index: 999999;
}


.rsNavbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rsList {
  list-style: none;
  display: flex;
  gap: 40px;
}
.rsList li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
}
.rsList li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 0;
  display: inline-block;
}
.rsList li a:hover {
  color: #036DB1;
}

.rsList button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.rsList button img {
  width: 18px;
  transition: transform 0.3s ease;
}

.navDrops{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    gap: 5px;
}

.aboutList.active .aboutBtn img {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(25%) sepia(95%) saturate(1347%) hue-rotate(180deg) brightness(93%) contrast(95%);
}
.aboutList:hover > a,
.aboutList.active > a {
  color: #036DB1;
}
.abList {
    position: absolute;
    top: 100%;
    left: -73px;
    width: 250px;
    background: #D7EFFF;
    padding: 10px 20px;
    display: none;
    flex-direction: column;
    z-index: 99999;
}

.hdRyWraps{
    padding: 4px;
}
.proList.active .dropdownBtn img {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(25%) sepia(95%) saturate(1347%) hue-rotate(180deg) brightness(93%) contrast(95%);
}

.productDropdown {
    display: block;
  position: absolute;
  top: 100%;
  left: -250%;
  background: white;
  width: 520px;
  z-index: 99999;
  flex-direction: row;
}
.productDropdown.catHasSub{
    width: 780px;
}
.navDrops:hover > a {
  color: #036DB1;
}
.navDrops:hover .dropdownBtn img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(95%) saturate(1347%) hue-rotate(180deg) brightness(93%) contrast(95%);
}

.col1, .col2, .col3 {
  width: 260px;
  padding: 10px;

  cursor: pointer;
}
.col1 {
  background-color: #D7EFFF;
  display: block;
}
.col2 {
  background-color: #EDF8FF;
}
.col3 {
  background-color: #fff;
}
.productDropdown a {
  padding: 10px 17px !important;
}
.col1 div:hover a,
.col2 div:hover a,
.col3 div:hover a {
  color: #036DB1;
}
.col1-item.active > a,
.col2-item.active > a,
.col3-item.active > a {
    color: #036DB1;
}


#col3 div:nth-child(-n+5) {
  display: block;
  cursor: pointer;
}

.vwMorWrap {
  display: none;

}
.vwMore {
    display: inline-flex !important;
    gap: 10px;
    color: #036DB1 !important;
    text-decoration: underline !important;
    cursor: pointer;
}
.vwMore img {
  max-width: 100%;
  object-fit: contain;
  margin-top: 4px;
}

.abList li a {
    color: #191919;
    padding: 8px 0;
}
.abList li a, .productDropdown a{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hdRyWraps{
    display: flex;
    gap: 20px;
    align-items: center;
}

.searchCon {
  width: 100%;
  position: relative;
}

.searchCon img{
    cursor: pointer;
}

.closeSrch {
    position: absolute;
    z-index: 9999;
    right: 46px;
    left: right;
}
.openSrch, .closeSrch {
    position: absolute;
    cursor: pointer;
    right: 30px;
}

  .closeSrch {
    display: none;
  }
.searchBar {
  display: flex;
  align-items: center;
  background: #fcfcfd;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  outline: none;
  gap: 18px;
}

.searchBar img {
  width: 30px;
  height: 30px;
}

.searchBar input {
  border: none;
  background: transparent;
  font-size: 26px;
  width: 100%;
  outline: none;
  margin-left: 12px;
  color: #111;
}

.searchBtn {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchOverlay {
  position: fixed;
  top: 120px;
  left: 0;
  width: 100vw;
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background: white;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.1s ease;
}

.searchOverlay.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}


.breadcrumb {
    background-color: #f5f5f5;
    padding: 6px 0;
    border-radius: 5px;
}

.breadcrumb-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
}

.breadcrumb-list li {
    display: inline-block;
    margin-right: 5px;
}

.breadcrumb-list li a {
    text-decoration: none;
    color: #333;
}

.breadcrumb-list li a:hover {
    color: #666;
}

.breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 6px;
    right: -3px;
    width: 4px;
    height: 4px;
    transform: rotate(45deg);
    border-top: 1px solid #036DB1;
    border-right: 1px solid #036DB1;
}

.breadcrumb li a,
.breadcrumb li {
    font-size: 12px;
    padding: 0 6px 0 6px;
    position: relative;
    display: block;
    line-height: 1.5;
}

.breadcrumb li:first-child a {
    padding-left: 0;
}
.jBanItem {
    position: relative;
    width: 100%;
    height: calc(100vh - 120px);
    overflow: hidden;
    display: flex!important;
    flex-direction: column;
    gap: 30px;
}

.jBanItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.jOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6); 
    z-index: 1;
}
.jBanWrap {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    left: 50%;
    transform: translate(-50%, -45%);
}
.jBanWrap>h1 {
    color: #000;
    font-size: 55px;
    font-weight: 400;
    width: 100%;
    line-height: 128.57%;
    text-align: center;
    z-index: 2;
}

.jBanWrap > h1 > span {
    display: block;
    font-size: 16px;
    font-weight: 400;
     font-family: "Inter";
     line-height: 100%;
    margin-top: 30px;
}
.btnWrap{

    display: block;

}
.jBanWrap a {
    color: #000;
    background-color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 8px 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 121%;
    z-index: 2;
  
}

.jBanner .swiper-button-next,
.jBanner .swiper-button-prev {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8;
  transition: all 0.3s ease;
}


.jBanner .swiper-button-prev {
  left: 20px;
}

.jBanner .swiper-button-next {
  right: 20px;
}


.jBanner .swiper-button-prev::after,
.jBanner .swiper-button-next::after {
  font-size: 16px;
  font-weight: 600;
  color: #666;
}


.jBanner .swiper-button-disabled {
  opacity: 0.4;
}


.jBanner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
.pdtCtgsTp{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.productItem h2 {
    text-align: center;
}

.pdtCtgs {
    padding-bottom: 60px;
}

.pdtCtgs h2 {
    line-height: 120.914%;
    position: relative;
}
.proCrdWrp{
    padding-left: 30px;
    display: flex;
    gap: 20px;
}
.proCrdWrp a {
    text-decoration: none;
}


.proCard{
    display: flex;
    flex-direction: column;
    padding: 25px 30px;
    justify-content: space-between;
    border-radius: 24px;
    height: 100%;
    box-sizing: border-box;
}

.carImgWrp img {
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.cardHd h6{
    font-size: 28px;
    font-weight: 400;
    color: #000;
    padding-bottom: 30px;
}
.arrRyt{
    text-align: right;
    padding-top: 30px;
}
.arrRyt img{
    max-width: 100%;
    object-fit: contain;
    background-color: #fff;
    padding: 20px;
    border-radius: 50%;
}
.pdtCtgs {
    padding-bottom: 60px;
}

.proCrdWrp {
    position: relative;
}
.productDropdown{
    display: none;
}
.swiper {
    padding: 10px 0;
}
.swiper-slide {
    width: auto;
}

.proCard {
    display: flex;
    flex-direction: column;
    padding: 25px 30px;
    justify-content: space-between;
    border-radius: 24px;
    height: 100%;
    box-sizing: border-box;
    text-decoration: none;
}
.cardHd h6 {
    font-size: 28px;
    font-weight: 400;
    color: #000;
    padding-bottom: 30px;
}
.carImgWrp img {
    max-width: 100%;
    object-fit: contain;
    display: block;
}
.navWrapsB {
    display: flex;
    gap: 20px;

}
.swiperLft {
    border: 2px solid rgb(0, 0, 0);
    width: 36px;
    height: 35px;
    padding: 6px 10px;
    border-radius: 50%;
    cursor: pointer;
}

.swiperRyt {
    border: 2px solid #000;
    width: 36px;
    height: 35px;
    padding: 6px 13px;
    border-radius: 50%;
    cursor: pointer;
}
.arrRyt {
    text-align: right;
    padding-top: 30px;
}
.arrRyt img {
    max-width: 100%;
    object-fit: contain;
    background-color: #fff;
    padding: 20px;
    border-radius: 50%;
}


.proCrdWrp>.proSwiper>.swiper-wrapper>.swiper-slide:nth-child(10n + 1)>a{
    background-color: #E4F6FF!important;
}
.proCrdWrp>.proSwiper>.swiper-wrapper>.swiper-slide:nth-child(10n + 2)>a{
    background-color: #FAF0FF!important;
}
.proCrdWrp>.proSwiper>.swiper-wrapper>.swiper-slide:nth-child(10n + 3)>a{
    background-color: #FFF7D5!important;
}
.proCrdWrp>.proSwiper>.swiper-wrapper>.swiper-slide:nth-child(10n + 4)>a{
    background-color: #DDFFE5!important;
}
.proCrdWrp>.proSwiper>.swiper-wrapper>.swiper-slide:nth-child(10n + 5)>a{
    background-color: #FFE9ED!important;
}
.proCrdWrp>.proSwiper>.swiper-wrapper>.swiper-slide:nth-child(10n + 6)>a{
    background-color: #FFF1E0!important;
}
.proCrdWrp>.proSwiper>.swiper-wrapper>.swiper-slide:nth-child(10n + 7)>a{
    background-color: #F1F5FC!important;
}
.proCrdWrp>.proSwiper>.swiper-wrapper>.swiper-slide:nth-child(10n + 8)>a{
    background-color: #FFEBEB!important;
}
.proCrdWrp>.proSwiper>.swiper-wrapper>.swiper-slide:nth-child(10n + 9)>a{
    background-color: #ECF6EF!important;
}
.proCrdWrp>.proSwiper>.swiper-wrapper>.swiper-slide:nth-child(10n + 10)>a{
    background-color: #E8EEF2!important;
}

.fp {
    padding: 50px 0;
    background-color: #f9fafc;
}

.fpTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.fpTop h2 {
    line-height: 120.914%;
    position: relative;
}


.fpTop a {
    color: #036DB1;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
}

.fpBtm {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    max-width: 100%;
}

.fpCards {
    background-color: #FFFFFF;
    width: 24.25%;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    color: #191919;
    border-radius: 24px;

}

.fpCards>div:first-child img {
    max-width: 100%;
    height: 150px;
    padding-top: 20px;
    object-fit: contain;
}
.sBar{
    border-radius: 30px;
}
.fpCards:hover .sBar {
    background-color: #036DB1;
    color: #FFFFFF;
    transition-duration: .3s;
}

.fpCards:hover .sBar img:first-child {
    display: none;
}

.fpCards .sBar img:nth-child(2) {
    display: none;
}

.fpCards:hover .sBar img:nth-child(2) {
    display: inline-block;
}

.fpCards h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.sBar {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    background-color: #f9fafc;
    justify-content: center;
    padding: 10px 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.sBar img {
    width: 25px;
    height: 25px;
}

.fpCards .sBar:hover img:first-child {
    display: none;
}

.fpCards .sBar img:nth-child(2) {
    display: none;
}

.fpCards .sBar:hover img:nth-child(2) {
    display: inline-block;
}

.jInfoHd {
    padding-top: 50px;
}

.jInfoHd h2 {
    text-align: center;
    font-size: 30px;
    line-height: 120.914%;
    position: relative;
}

.jInfo {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    padding-top: 50px;
    gap: 45px;
}

.jInfoRyt,
.jInfoLft {
    width: 50%;
}

.jInfoLft img {
    max-width: 100%;
    width: 100%;
    height: 490px;
    object-fit: cover;
    display: block;
    border-radius: 24px;
}

.jInfoRyt a {
    display: inline-block;
    color: #036DB1;
}

.jInfoRyt>a:last-child {
    color: #000;
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 30px;
    padding: 8px 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 121%;
}

.p3 {
    padding-bottom: 20px;
}

.jInfoRyt p {
    font-size: 16px;
    line-height: 140.31%;
    margin: 10px 0;
    font-weight: 500;
}

.wChus {
    padding: 40px 0;
}

.wChus h2 {
    line-height: 120.914%;
    position: relative;
}

.wChusWrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.wChusWrp>div {
    width: 49.5%;
    border: 1px solid #191919;
    padding: 15px;
    margin-top: 20px;
    position: relative;
    font-size: 16px;
    line-height: 140.31%;
    margin: 10px 0;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.wChusWrp>div::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    height: 60%;
    width: 10px;
    background-color: #036DB1;
    transform: translateY(-50%);
}
.cataSec{
    background-color: #F9FAFC;
}
.cataMn{
    max-width: 100%;
    display: flex;
    gap: 20px;
    padding: 50px 0;
}
.cataLft{
width: 50%;
display: flex;
flex-direction: column;
gap: 30px;
}
.cataRyt{
width: 50%;
text-align: center;
}
.cataRyt img{
    max-width: 100%;
    object-fit: contain;
}
.catBtWrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.catBtWrap a{
    display: flex;
    align-items: center;
    gap: 10px;
        color: #000;
    text-decoration: none;
    border: 2px solid #000;
    border-radius: 30px;
    padding: 8px 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 121%;
}
.catBtWrap a img{
    max-width: 100%;
    object-fit: contain;
    width: 16px;
    height: 16px;
}

.modOverlay {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0; 
  top: 0;
  width: 100vw;
  height: 100vh;
background: rgba(60, 60, 70, 0.5);


  align-items: center;
  justify-content: center;

}

.modOverlay.active {
  display: flex;

}

.modBox {
  background: #fff;
    max-width: 557px;
  border-radius: 12px;
  box-shadow: 0 2px 32px 0 rgba(0,0,0,0.18);
  padding: 0;
  position: relative;
}

.modHdr {
  background: #D7EFFF;
  font-weight: 700;
  font-size: 22px;
  padding: 30px;
  border-radius: 12px 12px 0 0;
  color: #000;
}
.modBody {
    padding: 30px;
    color: #000;
}
.modBody p {
  margin-bottom: 30px;
  font-size: 16px;
}
.modal-input {
  width: 100%;
  padding: 13px 12px;
  border-radius: 6px;
  border: 1.5px solid #ccc;
  margin-bottom: 20px;
  font-size: 16px;
}
.modSubmit {
  width: 100%;
  padding: 13px 0;
  background: #036DB1;
  color: #fff;
  border: none;
  border-radius: 9px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 16px;

}
.modSubmit:hover {
  background: #005fa3;
}
.modInfo {
  font-size: 14px;
  color: #96A7B4;
  text-align: center;
  margin-bottom: 4px;
}
.modClose {
    position: absolute;
    top: -14px;
    right: -15px;
    background: none;
    border: none;
    padding: 6px 8px;
    width: 28px;
    height: 28px;
    background-color: #9FADB7;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: color 0.2s;
}
.modClose img{
max-width: 100%;
object-fit: contain;

}

body.modal-open {
  overflow: hidden;
  padding-right: 15px;
}

.ftr-list>div:nth-last-child(2)>div {
    display: flex;
}


.ftr-list>div:nth-last-child(2) a {
    display: flex;
    margin-top: 15px;
    color: #000;
    text-decoration: none;
}

.ftr-list>div:last-child {
    width: 30%;
    margin-left: 50px;

}

.ftr-list>div:nth-last-child(4) {
    width: 20%;
}

.ftr-list>div:nth-last-child(3) {
    width: 14%;
}


.footer {
    border-top: 4px solid #fff;
    background-color: #fff;
    padding-top: 50px;
}

.ftr-list {
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
    max-width: 100%;
    justify-content: space-between;
}

.ftr-list>div {
    width: 20%;
}

.para2 {
    font-size: 16px;
    font-weight: 600;
    color: #191919;
    line-height: 150%;
    margin: 20px 0;
}

.ftr-list>div:not(:nth-last-child(2)) a {
    font-size: 16px;
    color: #000;
    margin-top: 15px;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.ftrLSec{
    display: flex;
    flex-direction: column;
    text-align: center;
      gap: 42px;
}
.ftrLSec{
    color: #000;
        font-size: 15px;
        font-weight: 700;
        line-height: 24px;
 
}
.ftrLSec p:last-child{
    color: #036DB1;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}
.ftrLSec img{
    max-width: 100%;
    object-fit: contain;
}
.ftr-list h6 {
    font-size: 18px;
}

.mess {
    display: flex;
    gap: 10px;
}

.mob {
    display: flex;
    gap: 10px;
}

.gps {
    display: flex;
    gap: 10px;
}

.gps img {
    margin-top: 25px;
}
.ftr-list a{
    font-weight: 600;
}
.ftr-list div a img {
    margin-right: 10px;
}

.d-flex {
    display: flex;
}
.ftsR{
    display: flex;
    flex-direction: column;
    gap: 55px;
}
.fSocial {
    display: inline-flex;
    gap: 6px;
}

.fSocial a img {
    height: 20px;
}

.footer-end a {
    text-decoration: none;
    font-weight: 500;
    line-height: 150%;
    color: #191919;
    font-weight: 600;
    display: inline-block;
}

.footer-end>div a {
    margin-top: 15px;
    font-size: 16px;
}

.footer-end {
    padding-bottom: 20px;
    font-size: 16px;
    letter-spacing: .3px;
}

.pp {
    border-left: 2px solid #FFFFFF;
    padding-left: 12px;
    color: #000;
}

.ts {
    padding-right: 10px;
      color: #000;
}

.ftr-list>div:last-child a {
        margin-top: unset;
}

.enqModal .modal-content {
    background-color: #036DB1;
    padding: 10px;
}

.enqModal .modal-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
}

.enqModal .moHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #036DB1;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border: 0;
    padding: 15px;
    margin-bottom: 20px;
}

#enqNowClose,
#enqClose {
    cursor: pointer;
    width: 32px;
}

.enqCont {
    padding: 20px;

}

.vh80 {
    overflow: auto;
    max-height: 80vh;
}

.enqModal .moFtr {
    border: none;
    padding-top: 0;
}

.cF input[disabled] {
    color: #036DB1;
}

.cF input,
.cF .form-grp textarea,
.cF .form-select {
    display: block;
    width: 100%;
    height: 60px;
    background: transparent;
    border: 1px solid #E1E6EE;
    color: #191919;
    font-size: 18px;
    padding: 15px 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

    .cF input:focus,
    .cF .form-grp textarea:focus,
    .cF .form-select:focus {
        outline: none;
        border-color: #036DB1;
    }

input.btnSubmit {
    background: #036DB1;
    border: none;
    border-radius: 30px;
    letter-spacing: .5px;
    display: block;
    width: 100%;
    padding: 15px 20px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.cF .form-select option {
    background-color: #036DB1;
}

.cF .form-grp label {
    position: absolute;
    cursor: text;
    z-index: 2;
    left: 10px;
    top: -11px;
    font-size: 14px;
    color: #191919;
    font-weight: 400;
    background: #fff;
    padding: 0 10px;
    transition: all .3s ease;
    white-space: nowrap;
}

.mB.cF .form-grp {
    margin-bottom: 20px;
}

.cF .form-grp {
    position: relative;
    margin-bottom: 30px;
}

.btn {
    user-select: none;
    -moz-user-select: none;
    background: #036DB1;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2rem;
    margin-bottom: 0;
    padding: 20px 34px;
    text-align: center;
    text-transform: uppercase;
}

.btn:hover {
    color: #fff;
}

.product-b {
    background-color: #036DB1;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    gap: 6px;
    font-family: "Inter";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: none;
    cursor: pointer;
}

.product-b img {
    height: 28px;
}

.p-button {
    padding-top: 18px;
    display: flex;
    gap: 15px;
}

.p-button a:hover {
    text-decoration: none;
    color: #fff;
}

body.modalVisible {
    overflow: hidden;
}

.enqModal {
    display: none;
}

.enqModal.visible {
    display: block;
}

.enqModal,
#enqOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

#enqOverlay {
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(5px);
}

.enqSub {
    position: relative;
    height: 100%;
}

.enqMin {
    position: absolute;
    border-radius: 24px;
    background-color: #fff;
    width: 600px;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translateX(-50%) translateY(-50%);
}

.enqMain .enqMin {
    width: 800px;
}

.enqMain .cF {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.enqMain .col {
    width: 49%;
}


.wApp {
    border-radius: 50px;
    white-space: nowrap;
    padding: 15px;
    color: #fff;
    background-color: #25d366;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16);
    position: fixed;
    font-size: 14px;
    bottom: 20px;
    right: 20px;
    font-weight: 500;
    text-decoration: none;
    z-index: 10;
}

.wApp img {
    height: 37px;
}

.Wahts_app {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
}
.pdtCtgs h2,
.fpTop h2,
.jInfoHd h2,
.wChus h2, .cataLft h2 {
    font-size: 32px;
}
@media all and (max-width:1500px) {
.searchBar{
    padding: 40px 30px;
}
}
@media all and (max-width:1200px) {
    .search-input {
        max-width: 350px;
    }
    .jInfo {
        gap: 29px;
    }
    .jnHbtm {
        gap: 3%;
    }
}

@media all and (max-width: 1024px) {

    #searchTogg {
        width: 30px;
    }
    .jmbRight {
        display: flex;
        align-items: center;
        gap: 40px;
    }
    .comm {
        display: none;
    }
    .toggleBtn span:first-child {
        top: 0;
    }
    .toggleBtn span:nth-child(2) {
        top: 11px;
    }
    .toggleBtn span:nth-child(3) {
        top: 21px;
    }
    .toggleBtn span {
        background: #fff;
    }
    .toggleBtn span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #191919;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        z-index: 3;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .rsMenu ul {
        display: flex;
        flex-direction: column;
        position: fixed;
        justify-content: start;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
        height: 100%;
        background-color: #fff;
        opacity: 0;
        display: none;
        overflow-y: auto;
        padding: 150px 30px 40px 30px;
        gap: 2%;
    }
    .rsMenu ul li {
        display: block;
    }

    .rsMenu ul li ul {
        position: static;
        width: 100%;
        height: auto;
        box-shadow: none;
        opacity: 1;
        padding: 13px 10px;
    }
    .rsMenu ul li a {
        font-size: 16px;
        padding: 12px 9px;
        color: #191919;
        display: block;
    }

    .navIsActive .rsMenu>ul {
        left: 0;
        opacity: 1;
        visibility: visible;
        display: block;
    }
    .navIsActive .rsNavbar:before {
        content: "";
        position: fixed;
        width: 100%;
        height: 100px;
        top: 0;
        left: 0;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        z-index: 99999;
    }

    .toggleBtn {
        display: block;
    }
    .toggleBtn.navIsActive span:first-child {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .toggleBtn.navIsActive span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .toggleBtn.navIsActive span:nth-child(2) {
        opacity: 0;
        left: -15px;
    }
    /* .navIsActive.pageBody,
    .active,
    .navIsActive.pageBody {
        overflow: hidden;
    } */
    .navIsActive .rsMenu {
        overflow-y: auto;
    }
.searchBar {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}
    body.active .searchBar {
        display: block;
    }
    .searchBar>div {
        display: flex;
        flex-direction: column;
        border: none;
        margin: 0 15px;
    }
    .searchBar .search-input {
        display: block;
        width: 100%;
        max-width: 100%;
        height: 50px;
        padding: 15px;
        border: 0;
        border-bottom: 2px solid #dadada;
        margin-bottom: 80px;
        font-size: 18px;
    }
    .category-select {
        border-left: none;
        height: 50px;
        margin-bottom: 20px;
        padding-left: 0;
        background-color: #fff;
    }
    .productItem>div {
        flex-wrap: wrap;
        justify-content: center;
        gap: 2%;
    }
    .productItem>div>a {
        display: flex;
        align-items: center;
        text-align: center;
        width: 32%;
        margin-top: 2%;
    }
    .fpBtm {
        justify-content: center;
    }
    .fpCards {
        width: 32.25%;
    }
    .ftr-list>div:nth-last-child(2) {
        border-right: unset;
        padding-right: unset;
        margin-left: unset;
        height: unset;
    }
    .ftr-list>div:last-child {
        margin-left: unset;
    }
    .ftr-list {
        gap: 39px;
    }

    .form-grp span {
        font-size: 12px;
        color: #fc0000;
    }
.col1{
    display: block;
    width: 100%;
}
.col2{
    display: none;
}
.col3{
    display: none;
}
.openSrch, .closeSrch {
    right: 72px;
}
  .aboutList,
  .proList {
    flex-direction: column;
    align-items: flex-start;
  }
  .abList,
  .productDropdown {
    position: static;
    width: 100%;
    display: none;
  }
  .abList.show,
  .productDropdown.show {
    display: block !important;
    background-color: #D7EFFF;
  }

.searchOverlay{
    top: 20px;
}

}
@media all and (max-width: 992px) {
    .fpCards {
        width: 49.25%;
    }
    .productItem>div>a {
        width: 49%;
    }
    .jBanItem h1 {
        font-size: 30px;
        font-weight: 600;
    }
    .ftr-list {
        flex-direction: column-reverse;
        margin-bottom: 39px;
    }
    .ftr-list>div:not(:first-child) {
        margin-top: 30px;
    }
    .ftr-list>div,
    .ftr-list>div:nth-last-child(2),
    .ftr-list>div:nth-last-child(4),
    .ftr-list>div:nth-last-child(3),
    .ftr-list>div:last-child {
        width: unset;
        margin-top: 0;
    }
    .para2 {
        margin-bottom: 0;
    }
    .jBanItem a {
    padding: 8px 9px;
    font-size: 12px;
}
.jBanWrap {
    gap: 42px;
}

}

@media all and (max-width: 768px) {
.jBanItem>h1>span {
    font-size: 14px;
    margin-top: 23px;
            line-height: 150%;
}
 
    .jnHtop>a {
        display: flex;
        align-items: center;
    }
    .jnHtop>a>img {
        height: 60px;
    }
 
    .maxW {
        padding: 0 15px;
    }
    .jHead {
        padding: 3px 15px;
        font-size: 12px;
    }
    .wChusWrp>div {
        width: 100%;
        margin: 5px 0;
    }
    .jHead img {
        height: 22px;
    }
    .productItem>div>a {
        width: 100%;
    }
    .productItem>div>a img {
        background-color: #F9FAFC;
        padding: 0 50px;
        box-sizing: border-box;
        display: block;
    }
    .productItem>div>a>div>h6 {
        font-size: 14px;
        padding: 5px;
    }
    .fpTop {
        align-items: end;
    }
    .fpCards {
        width: 100%;
    }
    .jInfo {
        display: block;
    }
    .jInfoLft img {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }
    .jInfoRyt,
    .jInfoLft {
        width: 100%;
    }
    .jInfoRyt p {
        margin: 30px 0;
    }
    .fpTop a {
        margin-top: 25px;
    }
    .pdtCtgs h2,
    .fpTop h2,
    .jInfoHd h2,
    .wChus h2, .cataLft h2 {
        font-size: 28px;
    }
    .jBanItem h1 {
        font-size: 25px;
        font-weight: 400;
    }
 
    .productItem>div>a {
        margin-top: 27px;
    }
    .fpTop h2::after,
    .wChus h2::after,
    .jInfoHd h2::after {
        top: 38px;
    }
    .cataMn {
    display: block;
}
.cataRyt{
    width: 100%;
    margin-top: 45px;
}
.cataLft {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
    .cataLft p{
        font-size:16px;
    }
    .catBtWrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
        gap: 20px;
    }
.jBanItem{
    height: 400px;
}
    .jBanner .swiper-button-next, .jBanner .swiper-button-prev {
        top: 36%;
    }
.jBanner .swiper-button-prev::after, .jBanner .swiper-button-next::after {
    font-size: 9px;
}
.jBanner .swiper-button-next, .jBanner .swiper-button-prev {
    width: 19px;
    height: 19px;
}
.openSrch, .closeSrch {
    right: 61px;
}
.searchBar{
    padding: 30px 15px;
}
.searchOverlay{
    top: 0px;
}
.searchBar input {
    font-size: 16px;
}
.jBanWrap > h1 > span {
    font-size: 13px;
  margin-top: 20px;
}
.jBanWrap {
    gap: 34px;
    width: 61%;

}
.proCrdWrp{
    padding-left: 15px;
}
}
@media all and (max-width: 652px) {
    .modBox {
    max-width: 400px;
}
}
@media all and (max-width: 600px) {
    .jHead img {
        height: 16px;
    }
    .wChusWrp {
        margin-top: 30px;
    }
    .pdtCtgs h2,
    .fpTop h2,
    .jInfoHd h2,
    .wChus h2, .cataLft {
        font-size: 28px;
    }
 
    .fpCards h6 {
        font-size: 17px;
    }
    .sBar span {
        font-size: 13px;
    }
    .fpTop a {
        font-size: 15px;
    }
    .ftr-list h6 {
        font-size: 18px;
    }
    .ftr-list>div:not(:nth-last-child(2)) a {
        font-size: 14px;
    }
    .para2 {
        font-size: 14px;
    }
}
@media (max-width: 600px) {
.wApp {

    padding: 12px;
    position: fixed;
    font-size: 16px;

}
.wApp img {
    height: 31px;
}

}
@media all and (max-width: 498px) {
 
    .jBanItem h1 {
        font-size: 24px;
        font-weight: 400;
    }
    .jBanItem>h1>span {
   margin-top: 19px;
    margin-bottom: 19px;
}
    .pdtCtgs h2,
    .fpTop h2,
    .jInfoHd h2,
    .wChus h2, .cataLft h2 {
        font-size: 20px;
    }
    .jBanItem {
    height: 300px;
}
    .jBanner .swiper-button-next, .jBanner .swiper-button-prev {
        top: 31%;
    }
.jBanItem a {
    padding: 6px 6px;
    font-size: 10px;
}
.cardHd h6 {
    font-size: 19px;
  
}
.arrRyt img {
    padding: 11px;
}
.catBtWrap a {

    padding: 8px 25px;
    font-size: 16px;

}
.jBanWrap {
    gap: 28px;
    transform: translate(-51%, -48%);
}

.cataMn{
    padding: 40px 0;
} 
.footer {

    padding-top: 40px;
}
}
@media all and (max-width: 467px) {
.modBox {
    max-width: 300px;
}
.modHdr {
    font-size: 18px;
}
.modBody p {
    font-size: 14px;
}
.modBody {
    padding: 20px;
}
.modHdr {
 
    font-size: 18px;
    padding: 20px;
}
.modSubmit{
    font-size: 14px;
}
.modClose {
    right: -10px;
}
.jBanner .swiper-button-prev::after, .jBanner .swiper-button-next::after {
    font-size: 7px;
}
.jBanner .swiper-button-next, .jBanner .swiper-button-prev {
    width: 18px;
    height: 18px;
}
.jBanWrap {
    width: 72%;
}
.navWrapsB{
    display: none;
}
.fp {
    padding: 28px 0;
}
.wApp {
    padding: 10px;

    font-size: 12px;
}
.jInfoRyt p {
    margin:unset;
    margin-top: 30px;
    margin-bottom: 25px;
}
.wChus{
    padding: unset;
    padding-top: 40px;
    padding-bottom: 50px;
}
.cataMn{
    padding: unset;
    padding: 50px 0;
}
.footer {
    padding-top: 50px;
}
}

@media all and (max-width: 320px) {

    .pdtCtgs h2,
    .fpTop h2,
    .jInfoHd h2,
    .wChus h2, .cataLft h2 {
        font-size: 18px;
    }
    .jBanItem h1 {
        font-size: 18px;
        font-weight: 400;
    }
    .jInfoRyt p {
        font-size: 13px;
    }
    .fpTop a {
        font-size: 13px;
    }
    .modClose {
    right: -4px;
}
.jBanItem>h1>span {
    font-size: 11px;

}
.jnHeader {
    padding-top: 15px;
    padding-bottom: 15px;
}
.jBanner {

    padding-bottom: 40px;
}
.pdtCtgs {
    padding-bottom: 40px;
}
.fp {
    padding-top: 15px;
    padding-bottom: 35px;
}
.jInfoHd {
    padding-top: 40px;
}
.jInfo {
    padding-top: 40px;
}
.cataMn {
  
    padding: 40px 0;
}
}