@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap);
body {
  font-family: "Poppins", sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #000;
  overflow-x: hidden;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2 {
  letter-spacing: -1px;
}

a {
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
  line-height: 28px;
}

.flight, .subpageMain .subpageBody h2, .sectionTitle__primaryTitle, .homeAbout .rightArticle h2, .home-slider .swiper-slide .sliderArticle .h2 {
  font-weight: 300;
}

.fsbold, .sectionListItem dd, .productDetail .documentsProduct p a, .productDetail .productDetailSpecp .valueProduct, .historyDetailrow .activecolumn .Orderstatus,
.historyDetailrow .activecolumn .statusDate, .userLoginAccount p a, .breadCrumb li .active, footer .bottomFooter a, .newsItem__link, .productItem__priceDetails .offerPrice, .productItem__productDetails a, .productItem__casnumber, .homeAbout .rightArticle h6, .homeAbout .aboutHighlates__column p, .homeAbout .aboutHighlates__column h2, .navbarHeader .bsnav .dropdown .navbar-nav .nav-item .dropdownactive, .navbarHeader .bsnav .nav-item .active, .navbarHeader .bsnav .nav-item .nav-link, header .middleHeader__icon .cart-number {
  font-weight: 600;
}

.fbold, .customAlert a, .subpageMain .subpageBody h2 span, .subpageMain .subpageHeader h1 span, footer .topFooter h6, .sectionTitle__primaryTitle span, .sectionTitle__introTitle, .ourCulture .cultureColumn__article h6, .homeAbout .rightArticle h2 span, .home-slider .swiper-slide .sliderArticle .h2 span, .swiper-button-prev:after,
.swiper-button-next:after {
  font-weight: 700;
}

.custom-container {
  width: 95%;
}

.graytext, .sectionListItem dt, .productDetail .productDetailSpecp {
  color: #9F9F9F;
}

.blueText, .productDetail .productDetailSpecp .valueProduct {
  color: #0033BB;
}

.greenText {
  color: #009140;
}

.button {
  border-radius: 50px;
  padding: 8px 25px;
  text-align: center;
  font-size: 15px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border: 1px solid transparent;
}

.button-green {
  background: #009140;
  color: #fff;
}
.button-green:hover {
  background: #fff;
  color: #009140;
  border: 1px solid #009140;
}

.button-green-border {
  background: #fff;
  color: #009140;
  border: 1px solid #009140;
}
.button-green-border:hover {
  background: #009140;
  color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  top: 44%;
}
@media (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 15px;
  color: #000;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #009140;
  color: #fff;
}
.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  color: #fff;
}

@media (max-width: 576px) {
  .search-filter {
    padding: 5px 15px;
  }
}
.search-filter .input-group {
  width: 100%;
}
.search-filter .input-group .form-control {
  background: none;
  border-radius: 0;
  height: 50px;
}
.search-filter .input-group .btn {
  background: #009140;
  color: #fff;
  border-radius: 0;
  padding: 0 20px;
}

.autocomplete {
  position: relative;
  display: inline-block;
  /*when hovering an item:*/
  /*when navigating through the items using the arrow keys:*/
}
.autocomplete .autocomplete-items {
  position: absolute;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  font-size: 13px;
  height: 500px;
  overflow-y: auto;
}
.autocomplete .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete .autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.autocomplete .autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

header {
  background: #fff;
}
header .iso-icon {
  width: 90px;
}
@media (max-width: 768px) {
  header .iso-icon {
    display: none;
  }
}
header .topHeader {
  font-size: 13px;
  color: #6D6D6D;
  padding: 10px 0;
  border-bottom: 1px solid #9F9F9F;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
@media (max-width: 576px) {
  header .topHeader {
    border: none;
  }
}
header .topHeader a {
  color: #000;
}
header .topHeader span.spanTopheader:after {
  content: "|";
  padding: 0 15px;
}
header .topHeader span.spanTopheader a {
  color: #6D6D6D;
  text-decoration: none;
}
header .topHeader span.spanTopheader a:hover {
  color: #000;
}
header .topHeader .form-select {
  padding: 3px 10px;
  font-size: 13px;
  border-radius: 0;
  min-width: 120px;
  margin-left: 10px;
}
header .topHeader .currency span:after {
  content: "";
  padding-right: 0;
}
header .topHeader .headerSocial a {
  padding: 0 5px;
  display: inline-block;
  color: #6D6D6D;
  font-size: 15px;
}
header .topHeader .headerSocial a:hover {
  color: #000;
}
header .middleHeader {
  background: #fff;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
@media (max-width: 576px) {
  header .middleHeader .brand img {
    width: 200px;
  }
}
header .middleHeader__nav-right-item {
  color: #000;
  padding-left: 42px;
}
@media (max-width: 576px) {
  header .middleHeader__nav-right-item {
    padding-left: 0;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 15px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  header .middleHeader__nav-right-item {
    padding-left: 0;
    padding-right: 40px;
    padding-top: 10px;
  }
}
header .middleHeader__nav-right-item p {
  line-height: 20px;
  font-size: 14px;
}
header .middleHeader__nav-right-item p small {
  color: #6D6D6D;
}
header .middleHeader__nav-right-item p .icon-rupeeinr {
  font-size: 13px;
}
header .middleHeader__icon {
  position: relative;
}
header .middleHeader__icon .icomoon {
  font-size: 35px;
  margin-right: 10px;
}
header .middleHeader__icon .cart-number {
  background: #06194B;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 5px;
}

.userCanvasNav li a {
  padding: 12px;
  background: #ECF7F6;
  margin-bottom: 2px;
  display: block;
  color: #000;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.userCanvasNav li a:hover {
  background: #009140;
  color: #fff;
}

.userCanvasRight article p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
}
.userCanvasRight article a.button {
  width: 100%;
  display: block;
}

.fixed-top {
  box-shadow: 0 2px 4px #666;
  -moz-box-shadow: 0 2px 4px #666;
  -webkit-box-shadow: 0 2px 4px #666;
  -ms-box-shadow: 0 2px 4px #666;
  -o-box-shadow: 0 2px 4px #666;
}
.fixed-top .middleHeader {
  margin-top: -65px;
}
@media (max-width: 576px) {
  .fixed-top .middleHeader {
    margin-top: -44px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .fixed-top .middleHeader {
    margin-top: -53px;
  }
}

::-moz-placeholder {
  color: #000;
  font-size: 13px;
}

::placeholder {
  color: #000;
  font-size: 13px;
}

.navbarHeader {
  background: #06194B;
}
.navbarHeader .navbar-toggler {
  position: absolute;
  top: -170px;
  right: 10px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .navbarHeader .navbar-toggler {
    top: -170px;
  }
}
.navbarHeader .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbarHeader .navbar-toggler .navbar-toggler-icon,
.navbarHeader .navbar-toggler .navbar-toggler-icon::after,
.navbarHeader .navbar-toggler .navbar-toggler-icon::before {
  background-color: #000;
}
.navbarHeader .bsnav {
  background: none;
}
.navbarHeader .bsnav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 13px;
}
.navbarHeader .bsnav .nav-item .nav-link:hover {
  color: #11AAE8;
}
.navbarHeader .bsnav .nav-item .active {
  padding: 15px;
  display: block;
  position: relative;
  cursor: pointer;
  color: #11AAE8;
  text-transform: uppercase;
}
.navbarHeader .bsnav .rt-nav .nav-item .nav-link {
  background: #11AAE8;
}
.navbarHeader .bsnav .rt-nav .nav-item .nav-link:hover {
  color: #fff;
}
.navbarHeader .bsnav .dropdown .navbar-nav {
  padding: 0;
}
.navbarHeader .bsnav .dropdown .navbar-nav .nav-item .nav-link:hover {
  background: #11AAE8;
  color: #fff;
}
.navbarHeader .bsnav .dropdown .navbar-nav .nav-item .dropdownactive {
  background: #11AAE8;
  color: #fff;
  padding: 10px;
  display: block;
}

.swiper-slide {
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-slider {
  overflow-x: hidden;
  overflow-y: hidden;
}
.home-slider .swiper-container {
  width: 100%;
  height: 500px;
}
@media (max-width: 768px) {
  .home-slider .swiper-container {
    height: auto;
  }
}
.home-slider .swiper-slide {
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column;
  height: 100%;
}
.home-slider .swiper-slide .sliderArticle {
  position: absolute;
  top: 40%;
  right: 10%;
  transform: translateY(-25%);
}
@media (max-width: 576px) {
  .home-slider .swiper-slide .sliderArticle {
    text-align: right;
  }
}
.home-slider .swiper-slide .sliderArticle h6 {
  font-size: 15px;
}
.home-slider .swiper-slide .sliderArticle h6 span {
  display: block;
  padding-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .home-slider .swiper-slide .sliderArticle h6 span {
    display: none;
  }
}
.home-slider .swiper-slide .sliderArticle h6 span:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #06194B;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .home-slider .swiper-slide .sliderArticle h6 {
    font-size: 13px;
  }
}
.home-slider .swiper-slide .sliderArticle .h2 {
  font-size: clamp(1.2rem, 2vw, 2rem);
  color: #06194B;
  padding-bottom: 15px;
}
.home-slider .swiper-pagination {
  display: none;
}
@media (max-width: 576px) {
  .home-slider .swiper-button-next,
  .home-slider .swiper-rtl .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .home-slider .swiper-button-next,
  .home-slider .swiper-rtl .swiper-button-prev {
    display: none;
  }
}

.homeAbout {
  background: #06194B;
  position: relative;
  z-index: 99;
  color: #fff;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .homeAbout {
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .homeAbout {
    z-index: 48;
    padding-bottom: 0;
  }
}
.homeAbout .row {
  position: relative;
}
@media (max-width: 992px) {
  .homeAbout .row {
    top: 0;
    padding-top: 15px;
  }
}
.homeAbout .aboutHighlates {
  background: #fff;
  padding: 25px 15px;
  border-bottom: 5px solid #009140;
  min-height: 50px;
}
@media (max-width: 576px) {
  .homeAbout .aboutHighlates {
    padding: 10px 0px;
    margin-top: 10px;
  }
}
.homeAbout .aboutHighlates__column h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  color: #000;
}
.homeAbout .aboutHighlates__column h2 span {
  color: #009140;
}
.homeAbout .aboutHighlates__column p {
  font-size: clamp(0.8rem, 1vw, 1rem);
  color: #000;
  line-height: 20px;
}
@media (max-width: 576px) {
  .homeAbout .rightArticle {
    padding: 15px;
  }
}
.homeAbout .rightArticle h6 {
  color: #fff;
}
.homeAbout .rightArticle h2 {
  font-size: clamp(1rem, 2.2vw, 2.2rem);
}
.categoriesHome {
  padding-bottom: 45px;
  margin-top: 75px;
  position: relative;
  z-index: 0;
}
.categoriesHome .container {
  overflow-x: hidden;
}
.categoriesHome .container .swiper-wrapper {
  padding-bottom: 25px;
}
.categoriesHome .container .swiper-pagination {
  position: relative;
}

.catItem {
  background: #fff;
  height: 300px;
  border-bottom: 5px solid #003564;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column;
  padding: 25px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  width: 100%;
}
.catItem:hover {
  border-bottom: 5px solid #11AAE8;
}
.catItem__iconDiv {
  width: 67px;
  height: 67px;
  background: #ECF7F6;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column;
}
.catItem__iconDiv .icomoon {
  font-size: 40px;
  color: #000;
}
.catItem h5 {
  color: #06194B;
}
.catItem p {
  font-size: 13px;
  color: #000;
  line-height: 22px;
}

.ourCulture {
  background: url(/images/culturebg.jpg?51dc37b6483f4d149739ad4ce88aacd9) no-repeat 0 0;
  width: 100%;
  background-size: cover;
  min-height: 500px;
  position: relative;
  color: #fff;
}
.ourCulture:before {
  content: "";
  width: 60%;
  height: 100%;
  background: #003564;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .ourCulture:before {
    width: 100%;
  }
}
.ourCulture .cultureSection {
  padding: 65px 0;
  position: relative;
}
.ourCulture .cultureColumn {
  padding: 35px 0 0 0;
}
.ourCulture .cultureColumn__icon {
  width: 10%;
}
.ourCulture .cultureColumn__icon .icomoon {
  font-size: 60px;
  color: #fff;
}
.ourCulture .cultureColumn__article {
  width: 80%;
}
.ourCulture .cultureColumn__article h6 {
  text-transform: uppercase;
  padding-bottom: 5px;
}
.ourCulture .cultureColumn__article p {
  font-size: 14px;
}

.sectionTitle__introTitle {
  font-size: 15px;
  color: #06194B;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.sectionTitle__primaryTitle {
  font-size: 25px;
}
.popularProducts {
  background: #ECF7F6;
}

.productSlider {
  padding: 40px 0;
}
.productSlider .container {
  overflow-x: hidden;
}
.productSlider .container .swiper-wrapper {
  padding-bottom: 25px;
}
.productSlider .container .swiper-pagination-bullets {
  bottom: inherit;
}

.productItem {
  background: #fff;
  width: 100%;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.products-table .productItem__image{
     height: 70px;
}
.productItem__image {
  max-width: 263px;
  height: 263px;
  margin: 0 auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 768px) {
  .productItem__image {
    display: block;
  }
}
.productItem__casnumber {
  background: #F1F5FF;
  padding: 13px 0;
  text-align: center;
  color: #0033BB;
}
.productItem__productDetails {
  padding: 14px 0;
  text-align: center;
}
.productItem__productDetails a {
  color: #000;
  font-size: 17px;
}
.productItem__priceDetails {
  font-size: 14px;
  text-align: center;
}
.productItem__priceDetails .icomoon {
  font-size: 11px;
}
.productItem__priceDetails .oldPrice .icomoon {
  top: -2px;
}
.productItem__priceDetails .offerPrice {
  color: #E42929;
}
.productItem__links {
  padding: 10px 0 0 0;
}
.productItem__links a {
  padding: 10px 0;
  text-align: center;
  display: inline-block;
  border: 1px solid #0033BB;
  color: #0033BB;
  margin: 0 5px;
  width: 48%;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-size: 14px;
}
.productItem__links a:hover {
  background: #0033BB;
  color: #fff;
}
.productItem__weight {
  background: #009140;
  padding: 2px 5px;
  color: #fff;
  display: inline-block;
  top: 0;
  left: 0;
  font-size: 13px;
}
.productItem__dispercentage {
  background: #E42929;
  padding: 2px 5px;
  color: #fff;
  display: inline-block;
  top: 0;
  right: 0;
  font-size: 13px;
}
.productItem:hover {
  box-shadow: 0 2px 4px #666;
  -moz-box-shadow: 0 2px 4px #666;
  -webkit-box-shadow: 0 2px 4px #666;
  -ms-box-shadow: 0 2px 4px #666;
  -o-box-shadow: 0 2px 4px #666;
}

.metriTones {
  margin: 25px 0;
}
.metriTones__rightSection {
  background: #06194B;
  color: #fff;
}
.metriTones__rightSection article {
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column;
  height: 100%;
}

.newsItem {
  background: #ECF7F6;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.newsItem a {
  width: 100%;
}
.newsItem a img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .newsItem {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .newsItem {
    margin-bottom: 15px;
    display: block;
    height: auto;
    flex-wrap: unset;
  }
}
.newsItem__desc {
  padding: 20px;
  width: 100%;
}
.newsItem__desc .h5 {
  font-size: 18px;
}
.newsItem p small {
  color: #6D6D6D;
}
.newsItem__link {
  color: #000;
  font-size: 14px;
}
.newsItem__link .icomoon {
  font-size: 11px;
  position: relative;
  top: 1px;
}

footer {
  margin-top: 25px;
}
@media (max-width: 576px) {
  footer .location .addressItem__desc {
    padding-left: 25px;
  }
}
footer .topFooter {
  background: #06194B;
  padding: 25px 0;
  color: #fff;
}
footer .topFooter h6 {
  color: #fff;
  margin: 0;
  padding: 0 0 5px 0;
}
footer .topFooter .addressItem {
  display: flex;
  padding: 30px 0 0 0;
}
footer .topFooter .addressItem__icon {
  width: 50px;
}
footer .topFooter .addressItem__icon .icomoon {
  font-size: 25px;
  color: #009140;
}
footer .topFooter .addressItem__desc p {
  font-size: 13px;
  line-height: 22px;
}
footer .topFooter .footerSocial {
  display: flex;
}
footer .topFooter .footerSocial a {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  background: #C1D2FF;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column;
  text-align: center;
  color: #000;
  border-radius: 50%;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
footer .topFooter .footerSocial a .icomoon {
  font-size: 15px;
}
footer .topFooter .footerSocial a:hover {
  background: #009140;
  color: #fff;
}
@media (max-width: 576px) {
  footer .topFooter .navrow {
    padding-top: 15px;
  }
}
footer .topFooter .navrow .h5 {
  padding-bottom: 20px;
  position: relative;
}
footer .topFooter .navrow .h5:before {
  content: "";
  width: 40px;
  height: 4px;
  background: #009140;
  position: absolute;
  bottom: 5px;
  left: 0;
}
footer .topFooter .footerNav {
  color: #fff;
}
footer .topFooter .footerNav li {
  padding-bottom: 10px;
}
footer .topFooter .footerNav a.footer-nav-link {
  color: #fff;
  font-size: 13px;
}
footer .topFooter .footerNav a.footer-nav-link:hover {
  color: #009140;
}
footer .topFooter .footerNav .activefooternav {
  color: #009140;
}
footer .bottomFooter {
  background: #C1D2FF;
  padding: 10px 0;
}
footer .bottomFooter a {
  padding-right: 20px;
  display: inline-block;
  color: #003564;
  font-size: 13px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
footer .bottomFooter a:hover {
  color: #009140;
}

.breadCrumb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
@media (max-width: 576px) {
  .breadCrumb {
    display: none;
  }
}
.breadCrumb li:first-child a:before {
  content: "";
  padding: 0;
}
@media (max-width: 768px) {
  .breadCrumb li:first-child a:before {
    padding-left: 0;
    display: none;
  }
}
.breadCrumb li a {
  color: #fff;
  position: relative;
  font-size: 15px;
}
.breadCrumb li a:before {
  content: "\e904";
  font-family: "icomoon" !important;
  font-size: 12px;
  padding: 0 10px;
}
.breadCrumb li .active {
  color: #fff;
}

.subpageMain .subpageHeader {
  background-image: linear-gradient(25deg, #1d6eb4, #4a879a, #59a17f, #5dbc5f);
  padding: 50px 0;
}
.subpageMain .subpageHeader h1 {
  font-size: clamp(1rem, 2.5vw, 2.5rem);
  color: #fff;
}
@media (max-width: 576px) {
  .subpageMain .subpageHeader h1 {
    font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  }
}
.subpageMain .subpageBody {
  min-height: 500px;
  padding: 30px 0;
}
.subpageMain .subpageBody h2 {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}
.subpageMain .subpageBody p {
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 20px;
}

.customFormGroup .form-control {
  border-radius: 0;
  background: none;
}
.customFormGroup .form-control:focus {
  box-shadow: none;
}

.contactDetails {
  background: #06194B;
  height: 100%;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  flex-direction: column;
  color: #fff;
}
@media (max-width: 576px) {
  .contactDetails {
    margin-top: 15px;
  }
}
.contactDetails .table td {
  padding: 15px;
  color: #fff;
}
.contactDetails .table td .icomoon {
  font-size: 30px;
}

.contactMap {
  width: 100%;
}

.pagination .page-item .page-link {
  color: #000;
}
.pagination .page-item .page-link:hover {
  background: #009140;
  color: #fff;
}

.highletSection {
  background: #ECF7F6;
  padding: 25px 75px;
  border-top: 5px solid #003564;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .highletSection {
    padding: 15px;
  }
}
.highletSection h6 {
  color: #003564;
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  padding: 0;
}

.blueSection {
  padding: 20px;
  background: #F1F5FF;
}
.blueSection .h4 {
  color: #003564;
  border-bottom: 1px solid #003564;
}

.newsCardrt {
  padding-top: 10px;
  border-bottom: 1px solid #9F9F9F;
  margin-bottom: 10px;
}
.newsCardrt figure {
  width: 25%;
}
.newsCardrt figure img {
  width: 100%;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsCardrt article {
  width: 70%;
}
.newsCardrt article small {
  font-size: 11px;
}
.newsCardrt article p {
  line-height: 20px !important;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.newsCardrt article p a {
  font-size: 14px;
  color: #000;
}

.userLoginAccount {
  padding: 75px 0;
}
.userLoginAccount p {
  font-size: 13px;
  line-height: 18px;
}
.userLoginAccount p a {
  color: #003564;
}

.form-floating label {
  font-size: 14px;
}
.form-floating .form-control {
  font-size: 14px;
  border-radius: 0;
}
.form-floating .form-control:focus {
  box-shadow: none;
}
.form-floating .form-select {
  font-size: 14px;
}
.form-floating .form-select:focus {
  box-shadow: none;
}
.productsContainer .pagination{
    display:none;
}

.productsContainer 
.productFiltersrow {
  border-bottom: 1px solid #9F9F9F;
  padding: 10px 0 20px 0;
}
.productsContainer .productFiltersrow .custom-select {
  width: 100%;
  padding: 4px;
  font-size: 13px;
  color: #6D6D6D;
  border-color: #6D6D6D;
}
.productsContainer .productItem {
  margin-bottom: 20px;
}

.cartPage .cartImg {
  height: 140px;
}
.cartPage .cartImg img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.cartPage .productItem {
  padding: 15px;
  background: #fff;
  margin-top: 15px;
  margin-left: 0;
  border-radius: 5px;
}
.cartPage .productItem:first-child {
  margin-top: 0;
}
.cartPage .productItem .cartProductDesc p.desc {
  font-size: 13px;
  color: #333333;
  position: relative;
}
.cartPage .productItem .cartProductDesc p.desc:before {
  content: "|";
  padding: 0 10px;
}
@media (max-width: 576px) {
  .cartPage .productItem .cartProductDesc p.desc:before {
    display: none;
    padding: 0;
  }
}
.cartPage .productItem .cartProductDesc p.desc:first-child:before {
  content: "";
  padding: 0;
}
.cartPage .productItem .cartProductDesc p.desc .icon-rupeeinr {
  font-size: 11px;
}
.cartPage .productItem .cartProductDesc a {
  color: #000;
}

.qtyIncrease .value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 10px;
}
.qtyIncrease .value-button:hover {
  cursor: pointer;
}
.qtyIncrease .decrease {
  border-radius: 8px 0 0 8px;
}
.qtyIncrease .increase {
  border-radius: 0 8px 8px 0;
}
.qtyIncrease #input-wrap {
  margin: 0px;
  padding: 0px;
}
.qtyIncrease input.number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  line-height: 30px;
}
.qtyIncrease input.number:focus {
  box-shadow: none;
  outline: none;
}
.qtyIncrease input.number:focus-visible {
  box-shadow: none;
}
.qtyIncrease input[type=number]::-webkit-inner-spin-button,
.qtyIncrease input[type=number]::-webkit-outer-spin-button {
  margin: 0;
}

.priceSummary .h5 {
  border-bottom: 1px dashed #9F9F9F;
}
.priceSummary .totalpayable {
  border-top: 1px dashed #9F9F9F;
  margin-top: 10px;
}
.priceSummary .saveText {
  border-bottom: 1px dashed #009140;
}
.priceSummary .safetext {
  line-height: 18px !important;
}

.stepContainer {
  /* Create a custom radio button */
}
.stepContainer #regForm {
  background-color: #ffffff;
  margin: 0px auto;
}
@media (max-width: 576px) {
  .stepContainer #regForm {
    padding: 10px;
  }
}
.stepContainer input.invalid {
  background-color: #ffdddd;
}
.stepContainer .tab {
  display: none;
}
.stepContainer button {
  background-color: #4caf50;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  cursor: pointer;
}
.stepContainer button:hover {
  opacity: 0.8;
}
.stepContainer #prevBtn {
  background-color: #bbbbbb;
}
.stepContainer .step {
  display: inline-block;
  opacity: 0.5;
}
.stepContainer .step .number {
  width: 26px;
  height: 26px;
  background: #000;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.stepContainer .step.active {
  opacity: 1;
}
.stepContainer .step.finish {
  opacity: 1;
  color: #009140;
}
.stepContainer .step.finish .number {
  background: #009140;
}
.stepContainer .all-steps {
  text-align: center;
  margin: 30px 0;
  border-bottom: 1px dashed #6D6D6D;
  padding-bottom: 30px;
}
.stepContainer .thanks-message {
  display: none;
}
.stepContainer .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.stepContainer .container input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.stepContainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.stepContainer .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.stepContainer .container input:checked ~ .checkmark {
  background-color: #2196f3;
}
.stepContainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.stepContainer .container input:checked ~ .checkmark:after {
  display: block;
}
.stepContainer .container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.offcanvasAddAddress {
  height: 50vh !important;
}
@media (max-width: 576px) {
  .offcanvasAddAddress {
    height: 100vh !important;
  }
}

.address-item {
  border: 1px solid #ccc;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  padding: 15px;
  margin-bottom: 15px;
}
.address-item:hover .editicon {
  display: block;
}
.address-item p {
  line-height: 23px;
  font-size: 14px;
  color: gray;
}
.address-item .button-green,
.address-item .editicon {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.paymentTab {
  padding: 0 25px 25px 0;
  background: #fff;
}

.userHeader {
  background: url(/images/userheaderbg.jpg?6706d401917a7b0410d23f501d15f3d2) no-repeat 0 0;
  width: 100%;
  background-size: cover;
  padding: 35px 0;
}

@media (max-width: 576px) {
  .userBodyNav .nav-item {
    width: 50%;
  }
}
.userBodyNav .nav-link {
  color: #000;
}
.userBodyNav .nav-link:hover {
  color: #009140;
}
.userBodyNav .activeUserNav {
  color: #009140;
  padding: 0.5rem 1rem;
  display: block;
}

.address-block p {
  padding: 0 !important;
  margin: 0;
}
.address-block p a {
  color: #000;
}
.address-block .editdel a {
  padding: 0 10px;
}

.userFaqs {
  margin-top: 25px;
  background: #fff;
  padding: 30px;
}

.orderHistoryItem {
  color: #000;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  margin-bottom: 15px;
  border-radius: 10px;
}
.orderHistoryItem figure {
  height: 160px;
}
.orderHistoryItem figure img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.orderHistoryItem h6 {
  color: #000;
}
.orderHistoryItem p {
  color: #000;
}
@media (max-width: 576px) {
  .orderHistoryItem .mainInfo {
    margin-bottom: 10px;
  }
}
.orderHistoryItem .mainInfo p {
  font-size: 15px -1;
  padding-bottom: 0;
  color: #6D6D6D;
}
.orderHistoryItem .delivered {
  color: #0033BB;
}
.orderHistoryItem .successpayment {
  color: #009140;
}
.orderHistoryItem:hover {
  box-shadow: 0 2px 4px #666;
  -moz-box-shadow: 0 2px 4px #666;
  -webkit-box-shadow: 0 2px 4px #666;
  -ms-box-shadow: 0 2px 4px #666;
  -o-box-shadow: 0 2px 4px #666;
}

.historyDetailrow {
  background: #fff;
  min-height: 50px;
}
.historyDetailrow p {
  font-size: 14px !important;
  line-height: 22px !important;
}
.historyDetailrow .trackProductColumn {
  text-align: center;
}
@media (max-width: 576px) {
  .historyDetailrow .trackProductColumn {
    margin-bottom: 10px;
  }
}
.historyDetailrow .trackProductColumn .stripe {
  background: #C1D2FF;
  height: 5px;
  position: relative;
  margin: 10px 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.historyDetailrow .trackProductColumn .stripe:before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #C1D2FF;
  position: absolute;
  left: -2px;
  top: -4px;
}
.historyDetailrow .trackProductColumn .Orderstatus,
.historyDetailrow .trackProductColumn .statusDate {
  color: #9F9F9F;
  font-size: 12px;
  display: inline-block;
}
.historyDetailrow .activecolumn .stripe {
  background: #009140;
}
.historyDetailrow .activecolumn .stripe:before {
  background: #009140;
}
.historyDetailrow .activecolumn .Orderstatus,
.historyDetailrow .activecolumn .statusDate {
  color: #009140;
}

.productDetail {
  font-size: 14px !important;
}
.productDetail .productdetail-figure {
  height: 340px;
}
.productDetail .productdetail-figure img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.productDetail .productDetailSpecp {
  font-size: 14px;
  font-size: 14px;
}
.productDetail .productDetailSpecp .valueProduct {
  font-size: 14px;
}
.productDetail .productDetailSpecp span:first-child {
  width: 70%;
}
.productDetail .documentsProduct p a {
  color: #0033BB;
}
.productDetail .table-responsive {
  font-size: 14px;
  margin: 25px 0;
}
.productDetail .productDetailTab {
  margin-top: 50px;
}
@media (max-width: 576px) {
  .productDetail .productDetailTab .nav-tabs .nav-item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .productDetail .productDetailTab .nav-tabs .nav-item .nav-link {
    width: 100%;
  }
}
.productDetail .productDetailTab .resp-tabs-list {
  background: #ECF7F6 !important;
  float: left;
  width: 100%;
}
.productDetail .productDetailTab .resp-tabs-list .resp-tab-item {
  background-color: #F1F5FF !important;
}
.productDetail .productDetailTab .resp-tabs-list .resp-tab-active {
  background: #0033BB !important;
  color: #fff;
  border: none !important;
}
.productDetail .productDetailTab .resp-tab-content-active,
.productDetail .productDetailTab .resp-tab-content {
  border: 0 !important;
  padding: 25px 0;
  min-height: 400px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .productDetail .productDetailTab .resp-tab-content-active,
  .productDetail .productDetailTab .resp-tab-content {
    padding: 25px;
  }
}
.productDetail .productDetailTab .valueProduct {
  color: #000;
}

.requestBuilkOrder .productImage {
  width: 250px;
  margin: 15px auto;
}
.requestBuilkOrder .productImage img {
  width: 100%;
}

.listItem {
  margin-bottom: 25px;
}
.listItem .h6 {
  font-size: 16px;
}
.listItem p {
  font-size: 13px;
}

.faqItem {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #C1D2FF;
}
.faqItem h5 {
  font-size: 17px;
}
.faqItem p {
  padding-bottom: 10px !important;
  font-size: 14px;
}

.list-items li {
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  margin-bottom: 15px;
}
.list-items li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #06194B;
  position: absolute;
  top: 9px;
  left: 0;
}

.metriTones .list-items li:before {
  background: #fff;
}

#load {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: url("http://code.jquery.com/mobile/1.3.1/images/ajax-loader.gif") no-repeat center center rgba(0, 0, 0, 0.8);
}

.resetnittpm {
  border: none;
  box-shadow: none;
}
.resetnittpm:focus {
  border: none;
  box-shadow: none;
}
.resetnittpm:hover {
  color: #06194B;
}

.customAlert {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 9999;
}
.customAlert a {
  color: #fff;
  text-decoration: underline;
}

.Numberspan {
  color: #06194B;
}

.sectionListItem {
  padding-bottom: 15px;
  font-size: 14px;
}
.sectionListItem dd {
  color: #003564;
}

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 450px;
  height: auto;
  padding: 10px;
  background-color: #ffffff;
  font-size: 15pt;
}

.maintext {
  text-align: center;
  text-decoration: none;
}

#lorem {
  font-size: 12pt;
  text-align: left;
}

#popupfoot {
  font-size: 16pt;
  padding: 10px 20px;
}

#popupfoot a {
  text-decoration: none;
}

.agree:hover {
  background-color: #d1d1d1;
}

.popupoption:hover {
  background-color: #d1d1d1;
  color: green;
}

.popupoption2:hover {
  color: red;
}

.list-category-items li a {
  color: #000;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #ccc;
}
.list-category-items li a:hover {
  background: #06194B;
  color: #fff;
}

.products-table thead tr th {
  background: #06194B;
  color: #fff;
}

.div.dt-container div.dt-layout-full {
  overflow-x: scroll;
}
