body{ width: 100%; padding: 0; margin: 0; background: #fff; font-family: "Poppins", sans-serif; }
h1, h2, h3, h4, h5, h6, p{ padding: 0; margin: 0; font-family: "Poppins", sans-serif; }
ul{ padding: 0; margin: 0; }
li{ list-style: none; font-family: "Poppins", sans-serif; }
a{ text-decoration: none !important ; outline: none !important ; color: red; font-family: "Poppins", sans-serif; }
*{ padding: 0; margin: 0; font-family: "Poppins", sans-serif;  }
.container{ width: 1400px; }

/*Header Top*/
.header{ width: 100%; position: sticky; content: ""; top: 0; left: 0; right: 0; display: block; background: #f2f2f2; padding:  0; margin: 0; z-index: 99; border-bottom: 1px solid #479feb75; }

/*.header { position: fixed;
  width: 100%;
  background: none;
  padding: 8px 0;
  z-index: 99;
  height: auto;
  overflow: visible !important;
  margin: 0 auto;
  top: 0;
  left: 0;
 }*/

.header .header-top{ width: 100%; position: relative; display: block; background: linear-gradient(145deg, #0372bb 20%, #69b4f6 70%); padding: 10px 0; margin: 0;  text-align: center; }
.header .header-top h5{ font-size: 14px; line-height: 16px; color: #fff; padding: 0; margin: 0; font-weight: 300; }
.header .header-top h5 a{ color: #ffc0cb; }

/*Header Bottom Start*/
.header .header-bottom{ width: 100%; position: relative; background: #fff; display: block; padding: 15px 0; margin: 0;}
.header .header-bottom .header-logo{ width: 100%; margin: 0; display: block; padding: 0; }
.header .header-bottom .header-logo img{ width: 100%;  }
.header .header-bottom .brochure{ width: 100%; position: relative; padding: 13px 0; margin: 0; text-align: center; }
.header .header-bottom .brochure a{ width: 100%; text-align: center; display: block; background: #69b4f6; border-radius: 6px; color: #fff; font-size: 12px; font-weight: 600; padding: 10px 0; text-transform: uppercase; line-height: 18px; box-shadow: 2px 2px 3px #cecece78; border: 2px solid #fff; transition: all 400ms ease-in-out; }
.header .header-bottom .brochure a:hover{ background: #0372bb; letter-spacing: 1.2px; transition: all 400ms ease-in-out; }



/*Banner Slider Start*/
.banner{ width: 100%; position: relative; display: block; overflow: hidden; background: #fff; padding: 0; margin: 0; height: 600px;}
.banner img{ width: 100%; opacity: 0.9; padding: 0; margin: 0; height: 600px;}
.banner .taxture-dot{ background-image: url(../images/texture.png); background-repeat: repeat; background-position: center center; opacity: 0.1; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 4; }




h4.small-text-banner { font-size: 22px; font-weight: 100; margin-bottom: 5px; }
.dec-banner { position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  padding: 0 0;
  margin: 0 0;}

.dec-banner h3 { font-size: 30px;
  line-height: 60px;
  font-weight: 400;
  color: #fff; margin: 180px 0 0 0; text-shadow: 8px 8px 13px #0170ba99;}
.dec-banner h3 span { font-weight: 700; font-size: 60px; }




.animate { }
.animate span {
  display: inline-block;
}
.animate span:nth-of-type(2) {
  animation-delay: .05s;
}
.animate span:nth-of-type(3) {
  animation-delay: .1s;
}
.animate span:nth-of-type(4) {
  animation-delay: .15s;
}
.animate span:nth-of-type(5) {
  animation-delay: .2s;
}
.animate span:nth-of-type(6) {
  animation-delay: .25s;
}
.animate span:nth-of-type(7) {
  animation-delay: .3s;
}
.animate span:nth-of-type(8) {
  animation-delay: .35s;
}
.animate span:nth-of-type(9) {
  animation-delay: .4s;
}
.animate span:nth-of-type(10) {
  animation-delay: .45s;
}
.animate span:nth-of-type(11) {
  animation-delay: .5s;
}
.animate span:nth-of-type(12) {
  animation-delay: .55s;
}
.animate span:nth-of-type(13) {
  animation-delay: .6s;
}
.animate span:nth-of-type(14) {
  animation-delay: .65s;
}
.animate span:nth-of-type(15) {
  animation-delay: .7s;
}
.animate span:nth-of-type(16) {
  animation-delay: .75s;
}
.animate span:nth-of-type(17) {
  animation-delay: .8s;
}
.animate span:nth-of-type(18) {
  animation-delay: .85s;
}
.animate span:nth-of-type(19) {
  animation-delay: .9s;
}
.animate span:nth-of-type(20) {
  animation-delay: .95s;
}
.animate span:nth-of-type(21) {
  animation-delay: .95s;
}
.animate span:nth-of-type(22) {
  animation-delay: .95s;
}
.animate span:nth-of-type(23) {
  animation-delay: .95s;
}
.animate span:nth-of-type(24) {
  animation-delay: .95s;
}
.animate span:nth-of-type(25) {
  animation-delay: .95s;
}

.one span {
color: #fff;
opacity: 0;
transform: translate(-150px, -50px) rotate(-180deg) scale(3);
animation: revolveScale .4s forwards;
}

@keyframes revolveScale {
  60% {
    transform: translate(20px, 20px) rotate(30deg) scale(.3);
  }

  100% {
    transform: translate(0) rotate(0) scale(1);
    opacity: 1;
  }
}

p.banner-sub { font-size:27px; line-height: 40px; color: #fff; font-weight: 200; margin: 11px 0 15px; font-family: "Playwrite AU SA", cursive; }

.banner .dec-banner a.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-color: #0372bb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  font-weight: 400;
  border: 3px solid #ffffff38;
  overflow: hidden;
  font-size: 15px;
  width: 15%;
  padding: 10px 0;
  margin: 60px 0 0;
  border-radius: 5px;
}

.banner .dec-banner a.button i.icon {
width: 28px;
  height: 28px;
  transition: all 0.3s ease-in-out;
  background: #fff;
  color: #0372bb;
  text-align: center;
  line-height: 28px;
  border-radius: 70px;
}

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

.banner .dec-banner a.button:hover .icon {
  transform: translate(4px);
}

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

.banner .dec-banner a.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%;
  }
}



.pageloadPupup{}
.pageloadPupup .modal-dialog { width: 600px; margin:30px auto; background: #fff; overflow: hidden; border-radius: 10px;}
.pageloadPupup .modal-content{background: #fff; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.85); background: #fff; border-radius: 10px;}
.pageloadPupup .modal-header{background: #fff;
padding: 15px 0 10px;}
.pageloadPupup .modal-header img{width: 40%; margin: 0 auto; display: block;}
.modal-header .close { margin-top: -15px; margin-right: 15px; }
.close {float: right;font-size: 30px;font-weight: bold;line-height: 1;color: #00000080;text-shadow: 0 1px 0 #fff;filter: alpha(opacity=20);opacity: 1;}
.pageloadPupup .modal-body{ width: 100%; display: inline-block; padding: 30px; margin: 0; background: #cccccc24; }
.pageloadPupup .modal-body .modal-images{ width: 100%; padding: 10px 10px 0; margin: 0; border: 1px solid #ccc; }
.pageloadPupup .modal-body .modal-images ul{ padding: 0; margin: 0; }
.pageloadPupup .modal-body .modal-images ul li{ padding: 0; margin: 0 0 10px; }
.pageloadPupup .modal-body .modal-images ul li img{ width: 100%; }
.pageloadPupup .modal-body .modal-enquary{ width: 100%; padding: 0; margin: 0 auto; display: block; /*background: #00000094;*/ border: 1px solid #479feb75; /*box-shadow: 0 0 10px #353535;*/ overflow: hidden; }
.pageloadPupup .modal-body .modal-enquary h3{ font-size: 24px; line-height: 30px; color: #fff; background: linear-gradient(145deg, #0372bb 20%, #69b4f6 70%); text-align: center; padding: 10px 0; margin: 0; font-weight: bold; text-transform: capitalize; border-bottom: 3px solid #34bedb; }
.pageloadPupup .modal-body .modal-enquary form{ width: 100%; padding: 0; margin: 0; display: inline-block; }
.pageloadPupup .modal-body .modal-enquary form .modal-enquary-form{ width: 46.2%; float: left; padding: 0; margin: 10px; }
.pageloadPupup .modal-body .modal-enquary form .modal-enquary-form label{ width: 100%; font-size: 16px; line-height: 18px; color: #4c4c4a; padding: 0 0 10px; margin: 0;  }
.pageloadPupup .modal-body .modal-enquary form .modal-enquary-form input{ width: 100%; font-size: 15px; line-height: 18px; color: #000; padding: 8px 10px; margin: 0; outline: none; background: #fff; border: 1px solid #cccccc7a; box-shadow: 2px 2px 5px #cccccc42; }
.pageloadPupup .modal-body .modal-enquary form .modal-enquary-form select{ width: 100%; font-size: 15px; line-height: 18px; color: #4c4c4a; padding: 8px 10px; margin: 0; border: 1px solid #cccccc7a; /*border-radius: 6px;*/ outline: none; background: #fff; box-shadow: 2px 2px 5px #cccccc42; }
.pageloadPupup .modal-body .modal-enquary form .requirements{ width: 100%; padding: 0; margin: 10px; }
.pageloadPupup .modal-body .modal-enquary form .requirements label{ width: 100%; font-size: 16px; line-height: 18px; color: #000; padding: 0 0 10px; margin: 0;  }
.pageloadPupup .modal-body .modal-enquary form .requirements textarea{ width: 96%; height: 100px; font-size: 16px; line-height: 18px; color: #000; padding: 10px; margin: 0; border: 1px solid #ccc; /*border-radius: 6px*/; outline: none; background: none; }

.pageloadPupup .modal-body .modal-enquary form .checkbox{ width: 100%; }
.pageloadPupup .modal-body .modal-enquary form .checkbox input{ width: 5%; float: left; position: absolute; content: ""; top: 2px; }
.pageloadPupup .modal-body .modal-enquary form .checkbox a{ font-size: 16px; line-height: 18px; color: #4c4c4a; padding: 0 0 0 30px; margin: 0; }
.pageloadPupup .modal-body .modal-enquary form .enquary-btn{ width: 100%; padding: 0; margin: 0; }
.pageloadPupup .modal-body .modal-enquary form .enquary-btn input[type="submit"]{ 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-color: #0372bb; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #ffff; gap: 10px; font-weight: 400; border: 3px solid #ffffff38; overflow: hidden; font-size: 15px; width: 30%; padding: 10px 0; margin: 15px auto; border-radius: 5px; display: block;}




.pageloadPupup .modal-body .modal-enquary form .enquary-btn input[type="submit"] i.icon { width: 28px; height: 28px; transition: all 0.3s ease-in-out; background: #fff; color: #0372bb; text-align: center; line-height: 28px; border-radius: 70px; }

.pageloadPupup .modal-body .modal-enquary form .enquary-btn input[type="submit"]:hover { transform: scale(1.05); border-color: #fff9; color: #ffff; }

.pageloadPupup .modal-body .modal-enquary form .enquary-btn input[type="submit"]:hover i.icon {
  transform: translate(4px);
}

.pageloadPupup .modal-body .modal-enquary form .enquary-btn input[type="submit"]:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.pageloadPupup .modal-body .modal-enquary form .enquary-btn input[type="submit"]::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;
}












/*Categories*/
.categories{ width: 100%; padding: 90px 0; margin: 0; display: inline-block; position: relative; background: #fff; }
.categories .categories-block{ width: 65%; margin: 0 auto; display: block; text-align: center; padding: 0;  }
.categories .categories-block h2{ font-size: 40px; line-height: 50px; color: #4c4c4a; padding: 0 0 30px; margin: 0; text-align: center; }
.categories .categories-block .categories-box{ width: 21.8%; float: left; padding: 0; margin: 0 15px; text-align: center; }
.categories .categories-block .categories-box .categories-image-block{ width: 100%; border: 1px solid #cccccc75; }
.categories .categories-block .categories-box .categories-image-block img{ width: 100%; transition: all 400ms ease-in-out; }
.categories .categories-block .categories-box .categories-image-block img:hover{ -webkit-transform: scaleX(-1);
  transform: scaleX(-1); transition: all 400ms ease-in-out; }
.categories .categories-block .categories-box .categories-text-block{ width: 100%; padding: 0; margin: 0; text-align: center; }
.categories .categories-block .categories-box .categories-text-block h4{ font-size: 20px; line-height: 24px; color: #4c4c4a; padding: 20px 0 0; margin: 0; text-transform: uppercase; }


/*About Start*/
.about{ width: 100%; padding: 90px 0 0; margin: 0; display: inline-block; position: relative; background: #fff; }
.about .about-block{ width: 100%; background: #cccccc24; padding: 0; margin: 0; display: inline-block; border-radius: 10px; overflow: hidden; position: relative; }
.about .about-block .about-left{ width: 45%; float: left; padding: 0; margin: 0; }
.about .about-block .about-left img{ width: 100%; }
.about .about-block .about-right{ width: 55%; float: left; padding: 40px 60px; margin: 0; }
.about .about-block .about-right h2{ font-size: 60px; line-height: 70px; color: #0372bb; padding: 0 0 15px; margin: 0; position: relative; }
 .about .about-block .about-right h2:after{ height: 2px; background: #0372bb; width: 130px; position: absolute; content: ""; bottom: 8px; left: 0; } 
.about .about-block .about-right p{ font-size: 16px; line-height: 26px; padding: 15px 0; margin: 0; text-align: justify; color: #4c4c4a; }
.about .about-block .about-right a.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-color: #0372bb; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #ffff; gap: 10px; font-weight: 400; border: 3px solid #ffffff38; overflow: hidden; font-size: 15px; width: 30%; padding: 10px 0; margin: 15px 0 0; border-radius: 5px; }

.about .about-block .about-right a.button i.icon { width: 28px; height: 28px; transition: all 0.3s ease-in-out; background: #fff; color: #0372bb; text-align: center; line-height: 28px; border-radius: 70px; }

.about .about-block .about-right a.button:hover { transform: scale(1.05); border-color: #fff9; color: #ffff; }

.about .about-block .about-right a.button:hover i.icon {
  transform: translate(4px);
}

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

.about .about-block .about-right a.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;
}

/*Inner About Start*/
.inner-about{ width: 100%; padding: 60px 0; margin: 0; display: inline-block; position: relative; background: #fff; }
.inner-about .about-block{ width: 100%; background: linear-gradient(145deg, #0372bb 20%, #69b4f6 70%); padding: 60px; margin: 0; display: inline-block; border-radius: 10px; overflow: hidden; position: relative; }
.inner-about .about-block .about-left{ width: 45%; float: left; padding: 0; margin: 0; }
.inner-about .about-block .about-left img{ width: 100%; }
.inner-about .about-block .about-right{ width: 55%; float: left; padding: 60px 60px 0 0; margin: 0; }
.inner-about .about-block .about-right h2{ font-size: 60px; line-height: 70px; color: #fff; padding: 0 0 15px; margin: 0; position: relative; }
  
.inner-about .about-block .about-right p{ font-size: 16px; line-height: 26px; padding: 0 0 15px; margin: 0; text-align: justify; color: #fff; }

/*Mission & Vision*/
/*.mission-vision{ width: 100%; position: relative; display: block; background: #fff; padding: 60px 0; margin: 0; }
.mission-vision h2{ font-size: 60px; line-height: 70px; color: #4c4c4a; padding: 0 0 30px; margin: 0; }
.mission-vision .mv-block{ width: 100%; padding: 0; margin: 0; background: #fff; }
.mission-vision .mv-block img{ width: 100%; }
.mission-vision .mv-block h4{ font-size: 40px; line-height: 50px; color: #4c4c4a; padding: 0 0 15px; margin: 0; }
.mission-vision .mv-block p{ font-size: 16px; line-height: 26px; padding:  0; margin: 0; text-align: justify; color: #2b2b2b; font-weight: 500; }*/

.mission-vision{ width: 100%; padding: 0 0 60px; margin: 0; display: inline-block; position: relative; background: #fff; }
.mission-vision .mv-block{ width: 100%; background: #cccccc24; padding: 0; margin: 0 0 10px; display: inline-block; border-radius: 10px; overflow: hidden; position: relative; }
.mission-vision h2{ font-size: 60px; line-height: 70px; color: #4c4c4a; padding: 0 0 30px; margin: 0; }
.mission-vision .mv-block .mv-left{ width: 45%; float: left; padding: 0; margin: 0; }
.mission-vision .mv-block .mv-left img{ width: 100%; }
.mission-vision .mv-block .mv-right{ width: 55%; float: left; padding: 80px 60px 0; margin: 0; }
.mission-vision .mv-block .mv-right h3{ font-size: 40px; line-height: 50px; color: #4c4c4a; padding: 0 0 15px; margin: 0; position: relative; }

.mission-vision .mv-block .mv-right p{ font-size: 16px; line-height: 26px; padding: 0; margin: 0; text-align: justify; color: #4c4c4a; }









/*Best Seller*/
.best-seller{ width: 100%; position: relative; display: block; background: #fff; padding: 60px 0; margin: 0; }
.best-seller h2{ font-size: 60px; line-height: 70px; color: #4c4c4a; padding: 0 0 30px; margin: 0; }
.category h2{ font-size: 40px; line-height: 50px; color: #4c4c4a; padding: 0 0 30px; margin: 0; }
.best-seller .item{ margin: 0 10px; }
.best-seller .seller-block{ width: 100%; padding: 0; margin: 0; }
.best-seller .seller-block .categories-image-block{ width: 100%; background: #cccccc24; padding: 0; margin: 0; height: 450px; }
.category .seller-block .categories-image-block{ height: 350px; }
.best-seller .seller-block .categories-image-block img{ width: 100%; transition: all 400ms ease-in-out; }
.best-seller .seller-block .categories-image-block img:hover{ -webkit-transform: scaleX(-1);
  transform: scaleX(-1); transition: all 400ms ease-in-out; }
.best-seller .seller-block .categories-text-block{ width: 100%; padding: 0; margin: 0; }
.best-seller .seller-block .categories-text-block h4{ font-size: 16px; line-height: 26px; padding: 15px 0; margin: 0;  text-align: justify; color: #2b2b2b; font-weight: 600; height: 95px; }
.best-seller .seller-block .categories-text-block h6{ font-size: 20px; line-height: 26px; padding: 0; margin: 0; color: #2b2b2b; font-weight: 700; }
.best-seller .seller-block .categories-text-block h6 del{ font-size: 16px; color: #636363; padding: 0 0 0 10px; font-weight: 500; }
.best-seller .seller-block .categories-text-block h6 span{ font-size: 14px; font-weight: 400; padding: 0 0 0 20px; color: #0372bb; }
.best-seller .seller-block .categories-text-block a.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-color: #0372bb; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #ffff; gap: 10px; font-weight: 400; border: 3px solid #ffffff38; overflow: hidden; font-size: 15px; width: 40%; padding: 10px 0; margin: 15px 0 30px; border-radius: 5px; }
.category .seller-block .categories-text-block a.button{ width: 50%; }
.best-seller .seller-block .categories-text-block a.button i.icon { width: 28px; height: 28px; transition: all 0.3s ease-in-out; background: #fff; color: #0372bb; text-align: center; line-height: 28px; border-radius: 70px; }

.best-seller .seller-block .categories-text-block a.button:hover { transform: scale(1.05); border-color: #fff9; color: #ffff; }

.best-seller .seller-block .categories-text-block a.button:hover i.icon {
  transform: translate(4px);
}

.best-seller .seller-block .categories-text-block a.button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.best-seller .seller-block .categories-text-block a.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;
}

/*Product*/
.product{ width: 100%; position: relative; display: block; background: #fff; padding: 60px 0 30px; margin: 0; }
.product h2{ font-size: 60px; line-height: 70px; color: #4c4c4a; padding: 0 0 30px; margin: 0; }
.product .item{ margin: 0 10px; }
.product .seller-block{ width: 100%; padding: 0; margin: 0 0 60px; }
.product .seller-block .categories-image-block{ width: 100%; background: #cccccc24; padding: 0; margin: 0; }
.product .seller-block .categories-image-block img{ width: 100%; transition: all 400ms ease-in-out; }
.product .seller-block .categories-image-block img:hover{ -webkit-transform: scaleX(-1);
  transform: scaleX(-1); transition: all 400ms ease-in-out; }
.product .seller-block .categories-text-block{ width: 100%; padding: 0; margin: 0; }
.product .seller-block .categories-text-block h4{ font-size: 16px; line-height: 26px; padding: 15px 0; margin: 0;  text-align: justify; color: #2b2b2b; font-weight: 600; height: 95px; }
.product .seller-block .categories-text-block h6{ font-size: 20px; line-height: 26px; padding: 0; margin: 0; color: #2b2b2b; font-weight: 700; }
.product .seller-block .categories-text-block h6 del{ font-size: 16px; color: #636363; padding: 0 0 0 15px; font-weight: 500; }

.product .seller-block .categories-text-block a.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-color: #0372bb; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #ffff; gap: 10px; font-weight: 400; border: 3px solid #ffffff38; overflow: hidden; font-size: 15px; width: 50%; padding: 10px 0; margin: 15px 0 30px; border-radius: 5px; }

.product .seller-block .categories-text-block a.button i.icon { width: 28px; height: 28px; transition: all 0.3s ease-in-out; background: #fff; color: #0372bb; text-align: center; line-height: 28px; border-radius: 70px; }

.product .seller-block .categories-text-block a.button:hover { transform: scale(1.05); border-color: #fff9; color: #ffff; }

.product .seller-block .categories-text-block a.button:hover i.icon {
  transform: translate(4px);
}

.product .seller-block .categories-text-block a.button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.product .seller-block .categories-text-block a.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;
}

/*Product Single*/
.single-product{position: relative; padding: 50px 0; margin: 0; overflow: hidden; width: 100%; background: #fff;border-bottom: 24px solid #f8f8f8;}
.single-product h2{ font-size: 60px; line-height: 70px; color: #4c4c4a; padding: 0 0 30px; margin: 0; }
.single-product .grid{}
.single-product .images_3_of_2{width: 100%; padding: 0; margin: 0;  }
.single-product .righttextbox-single{width: 100%; padding: 30px; margin: 0; background: #cccccc24; border-radius: 10px; }
.single-product .righttextbox-single h6{ font-size: 20px; line-height: 30px; color: #2b2b2b; text-align: justify; }
.single-product .righttextbox-single h3{ font-size: 30px; line-height: 38px; color: #0372bb; padding: 0 0 15px; margin: 0; font-weight: 600; }
.single-product .righttextbox-single .price{ width: 100%; padding: 15px 0; margin: 0; }

.single-product .righttextbox-single .price h4{font-size: 24px; line-height: 28px; color: #2b2b2b; padding: 0; margin: 0; font-weight: 600;}
.single-product .righttextbox-single .price h4 del{ font-size: 16px; color: #636363; padding: 0 0 0 10px; font-weight: 400; }
.single-product .righttextbox-single .price h4 span{ font-size: 20px; color: #0372bb; padding: 0 0 0 20px; font-weight: 400; }
.single-product .righttextbox-single .price h6{ font-size: 12px; line-height: 16px; color: #acabab; padding: 0; margin: 0; font-weight: 300; }
.single-product .righttextbox-single .discount{ width: 42%; padding: 12px 15px; margin: 0; background: #0372bb; border-radius: 5px; box-shadow: 2px 2px 5px #c6c6c621; border: 1px solid #69b4f669; }
.single-product .righttextbox-single .discount p{ font-size: 18px; line-height: 20px; color: #fff; padding: 0; margin: 0; }

.single-product .righttextbox-single .enquiry-btn{ width: 100%; padding: 0 0 15px; margin: 0; }

.single-product .righttextbox-single .enquiry-btn a.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-color: #0372bb; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #ffff; gap: 10px; font-weight: 400; border: 3px solid #ffffff38; overflow: hidden; font-size: 15px; width: 30%; padding: 10px 0; margin: 0; border-radius: 5px; }
.single-product .righttextbox-single .enquiry-btn a.button i.icon { width: 28px; height: 28px; transition: all 0.3s ease-in-out; background: #fff; color: #0372bb; text-align: center; line-height: 28px; border-radius: 70px; }

.single-product .righttextbox-single .enquiry-btn a.button:hover { transform: scale(1.05); border-color: #fff9; color: #ffff; }

.single-product .righttextbox-single .enquiry-btn a.button:hover i.icon {
  transform: translate(4px);
}

.single-product .righttextbox-single .enquiry-btn a.button:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.single-product .righttextbox-single .enquiry-btn a.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;
}

.single-product .des{ width: 100%; padding: 0; margin: 0; }
.single-product .des p{ font-size: 16px; line-height: 26px; padding: 15px 0; margin: 0; text-align: justify; color: #4c4c4a; }
.single-product .des p b{ font-size: 18px; color: #0372bb; }


/*Collection*/
.collection{ width: 100%; display: inline-block; position: relative; background: #fff; padding: 30px 0 ; margin: 0; }
.collection h2{ font-size: 40px; line-height: 50px; color: #4c4c4a; padding: 0 0 30px; margin: 0; }
.collection .collection-block{ width: 100%; padding: 0; margin: 0; }
.collection .collection-block .collection-left{ width: 50%; float: left; padding: 0; margin: 0; overflow: hidden; transition: all 400ms ease-in-out;  }

.collection .collection-block .collection-left .collection-left-image-block{ width: 100%; padding: 0; margin: 0;  overflow: hidden; }
.collection .collection-block .collection-left .collection-left-image-block img{ width: 100%; transition: 1s ease; }
.collection .collection-block .collection-left:hover .collection-left-image-block img{ -webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: 1s ease; }
.collection .collection-block .collection-left a.shop-button{ font-size: 16px; line-height: 18px; color: #2b2b2b; padding: 0; margin: 10px 0; text-transform: uppercase; display: block; font-weight: bold; }

.collection .collection-block .collection-right{ width: 50%; float: left; padding: 0; margin: 0; }
.collection .collection-block .collection-right .collection-box-content{ width: 48%; float: left; padding: 0; margin: 0 0 0 13px; background: #cccccc24; overflow: hidden; transition: all 400ms ease-in-out; }
.collection .collection-block .collection-right .collection-box-content .collection-left-image-block{  width: 100%; padding: 0; margin: 0;  overflow: hidden; }
.collection .collection-block .collection-right .collection-box-content .collection-left-image-block img{ width: 100%; transition: 1s ease; }
.collection .collection-block .collection-right .collection-box-content:hover .collection-left-image-block img{ -webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: 1s ease; }
.collection .collection-block .collection-right .collection-box-content .text-block{ width: 100%; padding: 10px; margin: 0; }
.collection .collection-block .collection-right .collection-box-content .text-block h4{ font-size: 16px; line-height: 24px; color: #2b2b2b; padding: 0; margin: 0; font-weight: 500; height: 70px; }
.collection .collection-block .collection-right .collection-box-content .text-block h6{ font-size: 20px; line-height: 26px; padding: 0; margin: 0; color: #2b2b2b; font-weight: 700; }
.collection .collection-block .collection-right .collection-box-content .text-block h6 del{ font-size: 16px; color: #636363; padding: 0 0 0 15px; font-weight: 500; }


/*Down Banner*/
.down-banner{ width: 100%; position: relative; display: block; background: #000; padding: 0; margin: 0; }
.down-banner img{ width: 100%; }

/*Privacy Policy*/
.privacy { width: 100%; display: inline-block; position: relative; background: #fff; padding: 60px 0; margin: 0; }
.privacy .privacy-block{ width: 100%; background: #cccccc24; padding: 30px; margin: 0; display: inline-block; }
.privacy .privacy-block h2 { font-size: 40px; line-height: 50px; color: #4c4c4a; padding: 0 0 15px; margin: 0; }
.privacy .privacy-block p { font-size: 16px; line-height: 26px; padding: 15px 0; margin: 0; text-align: justify; color: #4c4c4a;  }

/*Testimonial*/
.testimonial{ width: 100%; position: relative; display: block; background: linear-gradient(145deg, #0372bb 20%, #69b4f6 70%); padding: 60px 0 90px; margin: 0; }
.testimonial h2{ font-size: 60px; line-height: 70px; color: #fff; padding: 0 0 20px; margin: 0; text-align: center; }
.testimonial .item{ margin: 0 10px; }
.testimonial .testimonial-block{ width: 100%; padding: 0; margin: 50px 0 0; background: #fff; position: relative; border-radius: 10px; }
.testimonial .testimonial-block .user-block{ width: 80px; margin: -38px auto; display: block; text-align: center; position: absolute; content: ""; top: 0; left: 0; right: 0; background: #fff; border-radius: 60px; height: 80px; box-shadow: 3px 3px 5px #cccccca1; }
.testimonial .testimonial-block .user-block i{ font-size: 70px; color: #4c4c4a; margin: 0; border: 5px solid #fff; border-radius: 60px; }
.testimonial .testimonial-block .text-block{ width: 100%; padding: 30px; margin: 0; }
.testimonial .testimonial-block .text-block p{ font-size: 16px; line-height: 26px; padding: 22px 0 0; margin: 0; text-align: justify; color: #2b2b2b; font-weight: 500; height: 170px; }
.testimonial .testimonial-block .text-block .rating{ width: 100%; padding: 0; margin: 0; }
.testimonial .testimonial-block .text-block .rating ul{ display: inline-block; padding: 0; margin: 0; width: 100%; }
.testimonial .testimonial-block .text-block .rating ul li{ display: inline-block; padding: 0 2px 0 0; margin: 0; }
.testimonial .testimonial-block .text-block .rating ul li i{ color: #ffa700; font-size: 13px; }
.testimonial .testimonial-block .text-block h5{ font-size: 16px; line-height: 18px; color: #2b2b2b; padding: 10px 0 0; margin: 0; font-weight: 600; }
.testimonial .testimonial-block .text-block h5 span{ display: block; font-size: 12px; color: #888; font-weight: 400; line-height: 20px; }

/*Footer Start*/
.footer{ width: 100%; position: relative; background: #00090f; display: block; padding: 40px 0 60px; margin: 0; }
.footer .footer-logo{ width: 100%; text-align: center; margin: 0; padding: 90px 0 0; display: block; }
.footer .footer-logo img{ width: 100%; }
.footer h4{ font-size: 20px; line-height: 24px; color: #fff; padding: 15px 0; margin: 0; display: table; }
.footer p{ font-size: 16px; line-height: 26px; color: #ffffffd6; padding: 0 0 15px; text-align: justify; }
.footer ul.quick-footer-link{ width: 100%; padding: 0; margin: 0; }
.footer ul.quick-footer-link li{ font-size: 16px; line-height: 18px; padding: 0 0 15px; }
.footer ul.quick-footer-link li a{ color: #ffffff75; transition: all 400ms ease-in-out; letter-spacing: 1.2px; }
.footer ul.quick-footer-link li a:hover{ color: #fff; letter-spacing: 1.4px; transition: all 400ms ease-in-out; }

.footer .download-app{ width: 100%; background: linear-gradient(145deg, #7D569D 20%, #6B07BF 70%); box-shadow: 2px 2px 9px #8800d5ad; padding: 50px 30px 30px; margin: 30px 0 0; border-radius: 15px; }
.footer .download-app h5{ font-size: 18px; line-height: 20px; padding: 0; margin: 0; color: #fff; }
.footer .download-app p{ font-size: 16px; line-height: 18px; color: #fff; padding: 10px 0 40px; }
.footer .download-app ul.click-app{ width: 100%; padding: 0; margin: 0; }
.footer .download-app ul.click-app li{ display: inline-block; padding: 0 0px 0 0; width: 46%; margin: 0 15px 0 0; }
.footer .download-app ul.click-app li img{ width: 100%; }
.footer .download-app ul.click-app li:nth-child(2){ margin: 0; }
.footer ul.footer-contact-address{ width: 100%; padding: 0; margin: 0; }
.footer ul.footer-contact-address li{ font-size: 16px; line-height: 26px; color: #ffffffd6; padding: 0 0 15px; text-align: justify; }
.footer ul.footer-contact-address li i{ font-size: 14px; line-height: 18px; padding: 0 10px 0 0; color: #0372bb; }
.footer ul.footer-contact-address li a{ color: #ffffff75; transition: all 400ms ease-in-out; letter-spacing: 1.2px; }
.footer ul.footer-contact-address li a:hover{ color: #fff; letter-spacing: 1.4px; transition: all 400ms ease-in-out; }

.footer ul.social-link{ width: 100%; padding: 0 0 30px; margin: 0; }
.footer ul.social-link li{ font-size: 16px; line-height: 26px; color: #fff; padding: 0; background: linear-gradient(145deg, #0372bb 20%, #69b4f6 70%); display: inline-block; text-align: center; box-shadow: 2px 2px 9px #0372bb85; margin: 0 20px 0 0; border-radius: 5px; }
.footer ul.social-link li i{ font-size: 14px; padding: 0; }
.footer ul.social-link li a{ height: 40px; width: 40px; display: inline-block; color: #00090f; transition: all 400ms ease-in-out; padding: 5px 0 0; }
.footer ul.social-link li a:hover{ -webkit-transform: translateY(-3px); -ms-transform: translateY(-3px); transform: translateY(-3px); transition: all 400ms ease-in-out; }
.footer .copyright{ width: 100%; padding: 15px; margin: 0; border: 1px solid #0774bd36; text-align: center; background: #0372bb0f }
.footer .copyright p{ font-size: 16px; line-height: 18px; color: #fff; text-align: center; padding: 0; margin: 0; }
.footer .copyright p a{ color: #0372bb; transition: all 400ms ease-in-out; }
.footer .copyright p a:hover{ color: #00416b; letter-spacing: 1.2px; transition: all 400ms ease-in-out; }



/*Contact Us*/
.contact{ width: 100%; display: block; position: relative; background: #fff; padding: 60px 0; margin: 0; }
.contact .contact-form{ width: 100%; padding: 30px; margin: 0; display: inline-block; background: #cccccc24; border-radius: 10px; }

.contact .contact-form h2{ font-size: 40px; line-height: 50px; color: #4c4c4a; padding: 0 0 30px; margin: 0 0 0 10px; }
.contact .contact-form form{ width: 100%; padding: 0; margin: 0; display: inline-block; }
.contact .contact-form form .fill-box{ width: 46.7%; float: left; padding: 0; margin: 0 10px; border-radius: 10px; }
.contact .contact-form form .fill-box label{ width: 100%; display: inline-block; font-size: 16px; line-height: 18px; color: #4c4c4a; padding: 0 0 2px; margin: 0; font-weight: 600; }
.contact .contact-form form .fill-box input{ width: 100%; display: inline-block; font-size: 15px; line-height: 18px; color: #000; border: 1px solid #0372bb3b; outline: none; padding: 0 15px; margin: 5px 0 15px; border-radius: 5px; height: 45px; background: #fff; box-shadow: 2px 2px 5px #cccccc36; }
.contact .contact-form form .message{ width: 97%; padding: 0; margin: 0 10px; border-radius: 10px; }

.contact .contact-form form .message textarea{ width: 100% !important; display: inline-block; font-size: 15px; line-height: 18px; color: #000; border: 1px solid #0372bb3b; outline: none; padding: 15px; margin: 5px 0 15px; border-radius: 5px; height: 120px; background: #fff; box-shadow: 2px 2px 5px #cccccc36; }
/*.contact .contact-form form .fill-box input[type="submit"]{ position: relative; display: inline-block; padding: 12px; margin: 0; color: #fff; text-transform: uppercase; transition: 0.5s; overflow: hidden;  font-weight: bold; width: 80%; text-align: center; letter-spacing: 1px; border: 1px solid #0372bb; background: #376540; }
.contact .contact-form form .fill-box input[type="submit"]:hover { background: #0372bb; color: #fff; box-shadow: 0 0 5px #0372bb, 0 0 15px #0372bb, 0 0 30px #0372bb, 0 0 50px #0372bb;  letter-spacing: 4px; }*/



.contact .contact-form form .fill-box input[type="submit"] { 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-color: #0372bb; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #ffff; gap: 10px; font-weight: 400; border: 3px solid #ffffff38; overflow: hidden; font-size: 15px; width: 70%; padding: 10px 0; margin: 15px 0 0; border-radius: 5px; }

.contact .contact-form form .fill-box input[type="submit"] i.icon { width: 28px; height: 28px; transition: all 0.3s ease-in-out; background: #fff; color: #0372bb; text-align: center; line-height: 28px; border-radius: 70px; }

.contact .contact-form form .fill-box input[type="submit"]:hover { transform: scale(1.05); border-color: #fff9; color: #ffff; }

.contact .contact-form form .fill-box input[type="submit"]:hover i.icon {
  transform: translate(4px);
}

.contact .contact-form form .fill-box input[type="submit"]:hover::before {
  animation: shine 1.5s ease-out infinite;
}

.contact .contact-form form .fill-box input[type="submit"]::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;
}


.contact .contact-block{ width: 100%; padding: 30px; margin: 0; display: inline-block; background: #cccccc24; border-radius: 10px; }
.contact .contact-block h2{ font-size: 40px; line-height: 50px; color: #4c4c4a; padding: 0 0 30px; margin: 0 0 0 10px; }
.contact .contact-block p{ font-size: 16px; line-height: 20px; color: #000; padding: 0 0 20px; margin: 0; text-align: justify; }
.contact .contact-block ul{ padding: 0; margin: 0 0 0 10px; display: inline-block; width: 100%; }
.contact .contact-block ul li{ display: inline-block; float: left; font-size: 18px; line-height: 20px; padding: 0; margin: 0 30px 10px 0; color: #0372bb; }
.contact .contact-block ul li.address{ width: 100%; }
.contact .contact-block ul li a{ font-size: 16px; line-height: 18px; color: #000; transition: all 500ms ease-in-out; font-weight: 400; }
.contact .contact-block ul li a:hover{ color: #0372bb; transition: all 500ms ease-in-out; }
.contact .contact-block ul li i{ color: #0372bb; padding: 0 10px 0 0; }
.contact .contact-block-map{ width: 100%; display: inline-block; height: 313px; padding: 40px; margin: 15px 0 0; border: 1px solid #cccccc24; background: #cccccc24; border-radius: 10px; }
.contact .contact-block-map iframe{ width: 100%; height: 100%; border: 1px solid #0372bb3b !important; padding: 15px; background: #fff; }



/*Marquee*/
.bottom-footer { background: #00090f; padding: 10px 0; margin: 0; transition: all 600ms ease-in-out; position: fixed; bottom: 0; z-index: 99; width: 100%; border-top: 1px solid #0774bd36; }
.bottom-footer .text-run { font-size: 16px; font-weight: 400; line-height: 18px; color: #f9f9f9; }






/*///-------------------TAB / All Mobile Responsiv view SUJOY-------------------///*/
@media(max-width: 1680px) {
    
    
}

@media(max-width: 1600px) {
    
    

    
    
    
    
}

@media(max-width: 1440px) {

    .categories .categories-block .categories-box { width: 21.8%; float: left; padding: 0; margin: 0 14px; text-align: center; }
}

@media(max-width: 1280px){
   
.container{ width: 1250px; }
.collection .collection-block .collection-right .collection-box-content { width: 48%; float: left; padding: 0; margin: 0 0 0 12px; background: #cccccc24; overflow: hidden; transition: all 400ms ease-in-out; }
.categories .categories-block { width: 69%; margin: 0 auto; display: block; text-align: center; padding: 0; }
.banner { width: 100%; position: relative; display: block; overflow: hidden; background: #fff; padding: 0; margin: 0; height: 550px; }
.banner img { width: 100%; opacity: 0.9; padding: 0; margin: 0; height: 550px; }
   
}

@media(max-width: 1080px){}

@media(max-width: 900px){

}

@media(max-width: 800px){
    
    .container{ width: 780px; }
    .header .header-top h5 { font-size: 11px; line-height: 16px; }
    .header .header-top { padding: 7px 0; }
    .header .header-bottom { padding: 10px 0; margin: 0; }
    .header .header-bottom .header-logo { width: 90%; }
    .header .header-bottom .brochure { width: 67%; padding: 10px 0; }
    .header .header-bottom .brochure a { font-size: 10px; padding: 7px 0; }
      .banner { height: 350px; }
      .banner img { height: 350px; }
    .dec-banner h3 { font-size: 24px; line-height: 40px; margin: 90px 0 0 0; }
    .dec-banner h3 span { font-size: 40px; }
    .banner .dec-banner a.button { font-size: 14px; width: 22%; padding: 8px 0; margin: 36px 0 0; }
    .banner .dec-banner a.button i.icon { width: 20px; height: 20px; line-height: 20px; font-size: 12px; }
    .best-seller { padding: 40px 0; margin: 0; overflow: hidden; }
    .best-seller h2 { font-size: 40px; line-height: 50px; padding: 0 0 30px; }
    .best-seller .seller-block .categories-image-block { height: 260px; }
    .best-seller .seller-block .categories-image-block img { height: 260px; }
    .best-seller .seller-block .categories-text-block h4 { font-size: 14px; line-height: 22px; padding: 15px 0; margin: 0; height: 80px; }
    .best-seller .seller-block .categories-text-block h6 { font-size: 18px; line-height: 22px; }
    .best-seller .seller-block .categories-text-block h6 del { font-size: 14px; padding: 0 0 0 10px; }
    .best-seller .seller-block .categories-text-block h6 span { font-size: 12px; padding: 0 0 0 15px; }
    .best-seller .seller-block .categories-text-block a.button { font-size: 14px; width: 55%; padding: 8px 0; margin: 15px 0 30px; }
    .about { padding: 40px 0 0; margin: 0; }
    .about .about-block .about-right h2 { font-size: 40px; line-height: 50px; padding: 0 0 15px; }
    .about .about-block .about-right { width: 55%; padding: 20px 30px; }
    .about .about-block .about-right p { font-size: 14px; line-height: 24px; padding: 10px 0; margin: 0; }
    .about .about-block .about-right a.button { font-size: 14px; width: 44%; padding: 8px 0; margin: 15px 0 0; }
    .about .about-block .about-right a.button i.icon { width: 20px; height: 20px; line-height: 20px; font-size: 12px; }
    
    #seller-slider .owl-prev { width: 55px; height: 55px; left: -15px; top: 95px; }
    #seller-slider .owl-next { width: 55px; height: 55px; right: -15px; top: 95px; }
    .category h2 { font-size: 30px; line-height: 40px; padding: 0 0 30px; margin: 0; }
    .category .seller-block .categories-image-block { height: 190px; }
     .category .seller-block .categories-image-block img { height: 190px; }
    .category .seller-block .categories-text-block a.button { width: 75%; }
    #category-slider-1 .owl-prev { width: 55px; height: 55px; left: -15px; top: 70px; }
    #category-slider-1 .owl-next{ width: 55px; height: 55px; right: -15px; top: 70px; }
    #category-slider-2 .owl-prev { width: 55px; height: 55px; left: -15px; top: 70px; }
    #category-slider-2 .owl-next{ width: 55px; height: 55px; right: -15px; top: 70px; }
    .testimonial { padding: 30px 0 50px; margin: 0; }
    .testimonial h2 { font-size: 40px; line-height: 50px; padding: 0 0 20px; margin: 0; }
    .testimonial .testimonial-block .user-block { width: 60px; margin: -28px auto; height: 60px; }
    .testimonial .testimonial-block .user-block i { font-size: 50px; }
    .testimonial .testimonial-block .text-block { width: 100%; padding: 20px; margin: 0; }
    .testimonial .testimonial-block .text-block p { font-size: 14px; line-height: 24px; padding: 22px 0 0; height: 250px; }
    .testimonial .testimonial-block .text-block .rating ul li i { font-size: 12px; }
    .testimonial .testimonial-block .text-block h5 { font-size: 14px; line-height: 16px; padding: 5px 0 0; }
   .testimonial .testimonial-block .text-block h5 span { font-size: 10px; line-height: 16px; } 
    .footer { padding: 30px 0 45px; margin: 0; }
    .footer h4 { font-size: 14px; line-height: 20px; padding: 15px 0; height: 60px; }
    .footer ul.quick-footer-link li { font-size: 13px; line-height: 16px; padding: 0 0 15px; }
    .footer ul.footer-contact-address li { font-size: 12px; line-height: 22px; padding: 0 0 15px; }
    
    .footer ul.social-link li a { height: 34px; width: 34px; padding: 5px 0 0; }
    .footer ul.social-link li { font-size: 16px; line-height: 24px; margin: 0 15px 0 0; }
    .footer ul.social-link li i { font-size: 12px; }
    .footer .copyright p { font-size: 12px; line-height: 16px; }
    .footer .copyright { padding: 10px; }
    .bottom-footer .text-run { font-size: 12px; line-height: 16px; }
    
    .single-product .flexslider .flex-viewport ul li{ width: 300px !important; }
    img.img-responsive_1 { height: 350px !important; }
    .single-product .righttextbox-single { padding: 20px; }
    .single-product .righttextbox-single h3 { font-size: 24px; line-height: 30px; padding: 0 0 15px; }
    .single-product .righttextbox-single h6 { font-size: 16px; line-height: 18px; }
    .single-product .righttextbox-single .price h4 { font-size: 20px; line-height: 24px; }
    .single-product .righttextbox-single .price h4 del { font-size: 14px; padding: 0 0 0 10px; }
    .single-product .righttextbox-single .price h4 span { font-size: 16px; padding: 0 0 0 15px; }
    .single-product .righttextbox-single .enquiry-btn a.button { font-size: 14px; width: 38%; padding: 8px 0; }
    .single-product .righttextbox-single .price h6 { font-size: 11px; line-height: 14px; }
    
    .pageloadPupup .modal-body .modal-enquary h3 { font-size: 20px; line-height: 26px; padding: 8px 0; }
    .pageloadPupup .modal-body .modal-enquary form .modal-enquary-form label { width: 100%; font-size: 14px; line-height: 18px; padding: 0 0 10px; margin: 0; }
    .pageloadPupup .modal-body .modal-enquary form .modal-enquary-form input { width: 100%; font-size: 13px; line-height: 16px; padding: 8px 10px; margin: 0; }
    .pageloadPupup .modal-body .modal-enquary form .checkbox input { width: 3%; top: 2px; }
    .pageloadPupup .modal-body .modal-enquary form .enquary-btn input[type="submit"] { font-size: 14px; width: 26%; padding: 8px 0; margin: 15px auto; }
    .pageloadPupup .modal-body .modal-enquary form .modal-enquary-form { width: 45.5%; float: left; padding: 0; margin: 10px; }
    .pageloadPupup .modal-dialog { width: 555px; margin: 30px auto; }
    .pageloadPupup .modal-body .modal-enquary form .enquary-btn { width: 100%; }
.pageloadPupup .modal-body .modal-enquary form .checkbox { width: 100%; }    
    .pageloadPupup .modal-body .modal-enquary form .checkbox a { font-size: 14px; line-height: 18px; padding: 0 0 0 26px; margin: 0; }
    
    .inner-about { padding: 40px 0; }
    .inner-about .about-block { padding: 30px; margin: 0; }
    .inner-about .about-block .about-right h2 { font-size: 40px; line-height: 50px; padding: 0 0 15px; }
    .inner-about .about-block .about-right p { font-size: 14px; line-height: 24px; padding: 0 0 15px; }
    .inner-about .about-block .about-right { width: 55%; padding: 20px 30px 0 0; margin: 0; }
    .mission-vision h2 { font-size: 40px; line-height: 50px; padding: 0 0 30px; }
    .mission-vision .mv-block .mv-right h3 { font-size: 30px; line-height: 40px; padding: 0 0 15px; }
    .mission-vision .mv-block .mv-right { width: 55%; float: left; padding: 20px 30px; margin: 0; }
    .mission-vision .mv-block .mv-right p { font-size: 14px; line-height: 24px; }
    
    
    .product { padding: 40px 0 30px; }
    
    .product h2 { font-size: 40px; line-height: 50px; padding: 0 0 30px; }
    .product .seller-block .categories-image-block { height: 190px; }
    .product .seller-block .categories-image-block img { height: 190px; }
    .product .seller-block .categories-text-block h4 { font-size: 14px; line-height: 22px; padding: 15px 0; margin: 0; height: 80px; }
    .product .seller-block .categories-text-block h6 { font-size: 18px; line-height: 22px; }
    .product .seller-block .categories-text-block h6 del { font-size: 14px; padding: 0 0 0 10px; }
    .product .seller-block .categories-text-block h6 span { font-size: 12px; padding: 0 0 0 15px; }
    .product .seller-block .categories-text-block a.button { font-size: 14px; width: 75%; padding: 8px 0; margin: 15px 0 30px; }
    
    .contact { padding: 40px 0; margin: 0; }
    .contact .contact-form form .fill-box { width: 100%; float: left; padding: 0; margin: 0; border-radius: 10px; }
    .contact .contact-form h2 { font-size: 30px; line-height: 40px; padding: 0 0 20px; margin: 0; }
    .contact .contact-form form .fill-box input { width: 100%; font-size: 13px; line-height: 16px; padding: 0 10px; margin: 5px 0 15px; height: 40px; }
    .contact .contact-form form .fill-box label { font-size: 14px; line-height: 16px; padding: 0 0 2px; }
    .contact .contact-form form .message textarea { width: 100% !important; font-size: 13px; line-height: 16px; padding: 10px 10px; margin: 5px 0 15px; height: 90px; }
    .contact .contact-form form .message label { padding: 15px 0 2px; }
    .contact .contact-form form .fill-box input[type="submit"] { font-size: 14px; width: 55%; padding: 8px 0; margin: 15px 0 0; }
    .contact .contact-block h2 { font-size: 30px; line-height: 40px; padding: 0 0 20px; margin: 0; }
    .contact .contact-block { padding: 20px; }
    .contact .contact-form { padding: 20px; }
    .contact .contact-block ul li { font-size: 14px; line-height: 18px; padding: 0; margin: 0 0 10px 0; }
  .contact .contact-block ul li a { font-size: 14px; line-height: 16px; }
    .contact .contact-block ul { padding: 0; margin: 0; }
    .contact .contact-block ul li i { padding: 0 8px 0 0; font-size: 12px; }
    .contact .contact-block-map { height: 460px; padding: 20px; margin: 15px 0 0; }
    .privacy { padding: 40px 0; margin: 0; }
    .privacy .privacy-block h2 { font-size: 30px; line-height: 40px; padding: 0 0 15px; margin: 0; }
    .privacy .privacy-block p { font-size: 14px; line-height: 24px; padding: 0 0 15px; }
      .mission-vision .mv-block .mv-right p { font-size: 13px; line-height: 24px; }
    
    
    
    
    
    
}



@media(max-width:786px) {
.container{ width: 776px; }

}
@media(max-width:768px) { 
.container{ width: 760px; }


}

@media(max-width:760px) {
    /*////chek 700////*/

.container{ width: 690px; }
  .header .header-bottom .header-logo { width: 83%; }
  .header .header-top { padding: 5px 0; }
 .header .header-top h5 { font-size: 10px; line-height: 16px; }
 .banner img { height: 270px; }
.dec-banner h3 { font-size: 20px; line-height: 34px; margin: 70px 0 0 0; }
 .dec-banner h3 span { font-size: 37px; }
 .banner .dec-banner a.button { font-size: 13px; width: 25%; padding: 8px 0; margin: 30px 0 0; }
.banner { height: 270px; }
 .best-seller { padding: 30px 0; }
 .best-seller h2 { font-size: 34px; line-height: 40px; padding: 0 0 30px; }

  .best-seller .seller-block .categories-image-block { height: 600px; }
  .best-seller .seller-block .categories-image-block img { height: 600px; }
 #seller-slider .owl-prev { width: 55px; height: 55px; left: -15px; top: 295px; }
  #seller-slider .owl-next { width: 55px; height: 55px; right: -15px; top: 295px; }
 .best-seller .seller-block .categories-text-block h4 { font-size: 14px; line-height: 22px; padding: 15px 0; margin: 0; height: auto; }
 .best-seller .seller-block .categories-text-block a.button { font-size: 13px; width: 25%; padding: 8px 0; margin: 15px 0 30px; }
.about .about-block .about-left { width: 100%; float: left; padding: 0; margin: 0; }
 .about .about-block .about-right { width: 100%; padding: 30px; }
 .about .about-block .about-right h2 { font-size: 34px; line-height: 40px; padding: 0 0 15px; }
.about .about-block .about-right h2::after { height: 2px; width: 75px; bottom: 8px; }
.about .about-block .about-right p { font-size: 13px; line-height: 24px; padding: 10px 0; margin: 0; }
.about .about-block .about-right a.button { font-size: 13px; width: 30%; padding: 8px 0; margin: 15px 0 0; }
 /*.category h2 { font-size: 26px; line-height: 34px; padding: 0 0 30px; }*/
 #category-slider-1 .owl-prev { width: 55px; height: 55px; left: -15px; top: 295px; }
 #category-slider-1 .owl-next { width: 55px; height: 55px; right: -15px; top: 295px; }
 #category-slider-2 .owl-prev { width: 55px; height: 55px; left: -15px; top: 295px; }
 #category-slider-2 .owl-next { width: 55px; height: 55px; right: -15px; top: 295px; }
  .testimonial h2 { font-size: 34px; line-height: 40px; padding: 0 0 20px; margin: 0; }
.testimonial .testimonial-block { margin: 35px 0 0; }
 .testimonial .testimonial-block .text-block { width: 100%; padding: 30px; margin: 0; }
  .testimonial .testimonial-block .text-block p { font-size: 13px; line-height: 24px; padding: 22px 0 0; height: 130px; }
#testimonial-slider .owl-prev { width: 55px; height: 55px; left: -15px; top: 135px; }
#testimonial-slider .owl-next { width: 55px; height: 55px; right: -15px; top: 135px; }
.footer .footer-logo { width: 41%; padding: 10px 0; }
  .footer h4 { font-size: 18px; line-height: 22px; padding: 15px 0; height: auto; }
.footer ul.social-link { width: 100%; padding: 0 0 20px; margin: 0; }
 .footer .copyright p { font-size: 10px; line-height: 14px; }
  .bottom-footer .text-run { font-size: 11px; line-height: 14px; }
.inner-about .about-block .about-right { width: 100%; padding: 0; margin: 0; }
 .inner-about .about-block .about-right h2 { font-size: 34px; line-height: 40px; padding: 0 0 15px; }
 .inner-about .about-block .about-right p { font-size: 13px; line-height: 24px; padding: 0 0 15px; }
.inner-about .about-block .about-left { width: 100%; float: left; padding: 0; margin: 0; }
 .mission-vision h2 { font-size: 34px; line-height: 40px; padding: 0 0 30px; }
.mission-vision .mv-block .mv-left { width: 100%; float: left; padding: 0; margin: 0; }
  .mission-vision .mv-block .mv-right { width: 100%; float: left; padding: 20px 30px; margin: 0; }
.mission-vision { padding: 0 0 30px; }
.product h2 { font-size: 34px; line-height: 40px; padding: 0 0 20px; margin: 0; }
  .product .seller-block .categories-image-block { height: 600px; }
.product .seller-block .categories-image-block img { height: 600px; }
.product .seller-block .categories-text-block h4 { font-size: 14px; line-height: 22px; padding: 15px 0; margin: 0; height: auto; }
 .product .seller-block .categories-text-block a.button { font-size: 13px; width: 25%; padding: 8px 0; margin: 15px 0 30px; }
 .contact .contact-block { padding: 20px; margin: 15px 0 0; }
.contact .contact-form form .fill-box input[type="submit"] { font-size: 13px; width: 30%; padding: 8px 0; margin: 15px 0 0; }
 .privacy .privacy-block p { font-size: 13px; line-height: 24px; padding: 0 0 15px; }

 img.img-responsive_1 { height: 290px !important; }
.single-product .righttextbox-single .enquiry-btn a.button { font-size: 13px; width: 30%; padding: 8px 0; }
.pageloadPupup .modal-body .modal-enquary form .enquary-btn input[type="submit"] { font-size: 13px; width: 26%; padding: 8px 0; margin: 15px auto; }
 .pageloadPupup .modal-body .modal-enquary form .checkbox a { font-size: 13px; line-height: 16px; padding: 0 0 0 22px; margin: 0; }
 .pageloadPupup .modal-body .modal-enquary form .checkbox input { /*width: 3%;*/ top: 3px; }
  .pageloadPupup .modal-body .modal-enquary h3 { font-size: 18px; line-height: 22px; padding: 8px 0; }













}


@media(max-width:699px) {
    /*////chek 600////*/
.container{ width: 590px; }
 .header .header-bottom .brochure a { font-size: 9px; padding: 7px 0; }
.header .header-bottom .brochure { width: 72%; padding: 10px 0; }
.header .header-bottom .header-logo { width: 98%; }
 .dec-banner h3 span { font-size: 35px; text-shadow: 4px 4px 6px #0170ba99; }
.dec-banner h3 { font-size: 18px; line-height: 34px; text-shadow: 2px 2px 3px #0170ba99; }
 .banner .dec-banner a.button { font-size: 13px; width: 30%; padding: 8px 0; margin: 30px 0 0; }
.footer ul.quick-footer-link li { font-size: 12px; line-height: 16px; padding: 0 0 10px; }
 .footer h4 { font-size: 16px; line-height: 22px; padding: 10px 0; height: auto; }
.footer ul.social-link li i { font-size: 11px; }
 .footer ul.social-link li a { height: 28px; width: 28px; padding: 5px 0 0; }
.footer ul.social-link li { font-size: 15px; line-height: 17px; margin: 0 10px 0 0; }
.footer .copyright { padding: 8px; }
.bottom-footer { padding: 8px 0; }
.footer ul.footer-contact-address li { font-size: 12px; line-height: 22px; padding: 0 0 10px; }
.footer ul.footer-contact-address li i { font-size: 12px; line-height: 16px; padding: 0 7px 0 0; }









}

@media(max-width:580px) {
    /*////chek 490////*/
.container{ width: 480px; }
.header .header-bottom .brochure { width: 82%; padding: 9px 0; }
 .header .header-bottom .brochure a { font-size: 8px; padding: 6px 0; }
.header .header-bottom .header-logo { width: 114%; }
 .best-seller .seller-block .categories-image-block { height: 440px; }
 .best-seller .seller-block .categories-image-block img { height: 440px; }
  #seller-slider .owl-prev { width: 55px; height: 55px; left: -15px; top: 190px; }
 #seller-slider .owl-next { width: 55px; height: 55px; right: -15px; top: 190px; }
 .best-seller .seller-block .categories-text-block a.button { font-size: 13px; width: 30%; padding: 8px 0; margin: 15px 0 30px; }
.best-seller h2 { font-size: 30px; line-height: 40px; padding: 0 0 30px; }
.about .about-block .about-right h2 { font-size: 30px; line-height: 40px; padding: 0 0 15px; }
.about .about-block .about-right { width: 100%; padding: 20px 30px 30px; }
.about .about-block .about-right a.button { font-size: 13px; width: 38%; padding: 8px 0; margin: 15px 0 0; }
#category-slider-1 .owl-prev { width: 55px; height: 55px; left: -15px; top: 190px; }
#category-slider-1 .owl-next { width: 55px; height: 55px; right: -15px; top: 190px; }
#category-slider-2 .owl-prev { width: 55px; height: 55px; left: -15px; top: 190px; }
#category-slider-2 .owl-next { width: 55px; height: 55px; right: -15px; top: 190px; }
 .product .seller-block .categories-image-block { height: 440px; }
  .product .seller-block .categories-image-block img { height: 440px; }
 .product .seller-block .categories-text-block a.button { font-size: 13px; width: 30%; padding: 8px 0; margin: 15px 0 30px; }
  .product h2 { font-size: 30px; line-height: 40px; padding: 0 0 30px; }
.pageloadPupup .modal-dialog { width: 460px; margin: 30px auto; }
.pageloadPupup .modal-body .modal-enquary form { width: 100%; padding: 0 15px 15px; margin: 0; display: inline-block; }
.pageloadPupup .modal-body .modal-enquary form .modal-enquary-form { width: 100%; float: left; padding: 0; margin: 0; }
.pageloadPupup .modal-body .modal-enquary form .modal-enquary-form label { width: 100%; font-size: 13px; line-height: 16px; padding: 15px 0 5px; margin: 0; }
 .pageloadPupup .modal-body .modal-enquary form .modal-enquary-form input { width: 100%; font-size: 12px; line-height: 16px; padding: 8px 10px; margin: 0; }
  .pageloadPupup .modal-body .modal-enquary form .enquary-btn input[type="submit"] { font-size: 13px; width: 32%; padding: 8px 0; margin: 15px auto 0; }
 .pageloadPupup .modal-body .modal-enquary form .checkbox { width: 100%; padding: 5px 0 0; }
 .pageloadPupup .modal-body .modal-enquary form .checkbox input { width: 3%; top: 9px; }
.pageloadPupup .modal-body .modal-enquary form .checkbox a { font-size: 12px; line-height: 16px; padding: 0 0 0 22px; margin: 0; }
 .single-product .righttextbox-single h3 { font-size: 20px; line-height: 26px; padding: 0 0 10px; }
 .single-product .righttextbox-single .price h4 { font-size: 18px; line-height: 24px; }
 .single-product .righttextbox-single .price h4 del { font-size: 12px; padding: 0 0 0 6px; }
.single-product .righttextbox-single .price h4 span { font-size: 14px; padding: 0 0 0 15px; }
.single-product .righttextbox-single .price h6 { font-size: 10px; line-height: 14px; }
  .single-product .righttextbox-single .enquiry-btn a.button { font-size: 13px; width: 35%; padding: 8px 0; }
.single-product .righttextbox-single .enquiry-btn { width: 100%; padding: 0; margin: 0; }
  .dec-banner h3 { font-size: 18px; line-height: 34px; text-shadow: 2px 2px 3px #0170ba99; width: 75%; margin: 45px 0 0 0; }
.dec-banner h3 span { font-size: 32px; text-shadow: 4px 4px 6px #0170ba99; }
 .contact .contact-form form .fill-box label { font-size: 13px; line-height: 16px; padding: 0 0 2px; }
 .contact .contact-form form .fill-box input { width: 100%; font-size: 12px; line-height: 16px; padding: 0 10px; margin: 5px 0 15px; height: 40px; }
.contact .contact-form form .message textarea { width: 100% !important; font-size: 12px; line-height: 16px; padding: 10px 10px; margin: 5px 0 15px; height: 90px; }
.contact .contact-form form .fill-box input[type="submit"] { font-size: 13px; width: 40%; padding: 8px 0; margin: 15px 0 0; }
.contact .contact-block-map { height: 300px; padding: 20px; margin: 15px 0 0; }
 .contact .contact-block h2 { font-size: 30px; line-height: 40px; padding: 0 0 15px; margin: 0; }
 .contact .contact-block ul li { font-size: 13px; line-height: 18px; padding: 0; margin: 0 15px 10px 0; }
 .contact .contact-block ul li a { font-size: 13px; line-height: 16px; }
  .contact .contact-form form .message label { padding: 15px 0 2px; }
 .testimonial h2 { font-size: 30px; line-height: 40px; padding: 0 0 20px; margin: 0; }
.inner-about .about-block .about-right h2 { font-size: 30px; line-height: 40px; padding: 0 0 15px; }
.mission-vision h2 { font-size: 30px; line-height: 40px; padding: 0 0 30px; }




}


@media(max-width:480px) {
    /*////chek 440////*/
.container{ width: 430px; }
  .header .header-bottom .header-logo { width: 130%; }
  .contact .contact-form form .message label { padding: 15px 0 2px; }
  .header .header-bottom .brochure a:hover{ letter-spacing: 0.6px; }
.dec-banner h3 { font-size: 18px; line-height: 34px; text-shadow: 2px 2px 3px #0170ba99; width: 84%; margin: 45px 0 0 0; }
 .banner .dec-banner a.button { font-size: 12px; width: 35%; padding: 8px 0; margin: 30px 0 0; }
 .banner .dec-banner a.button i.icon { width: 17px; height: 17px; line-height: 18px; font-size: 10px; }
 .best-seller .seller-block .categories-image-block img { height: 370px; }
 .best-seller .seller-block .categories-image-block { height: 370px; }
.best-seller .seller-block .categories-text-block a.button { font-size: 12px; width: 32%; padding: 8px 0; margin: 15px 0 30px; }
.single-product .righttextbox-single .enquiry-btn a.button { font-size: 12px; width: 38%; padding: 8px 0; }

 .product .seller-block .categories-image-block img { height: 370px; }
.product .seller-block .categories-image-block { height: 370px; }
.product .seller-block .categories-text-block a.button { font-size: 12px; width: 32%; padding: 8px 0; margin: 15px 0 30px; }
.pageloadPupup .modal-dialog { width: 380px; margin: 30px auto; }
 .pageloadPupup .modal-body .modal-enquary form .checkbox input { width: 4%; top: 8px; }
 .pageloadPupup .modal-body .modal-enquary form .enquary-btn input[type="submit"] { font-size: 12px; width: 40%; padding: 8px 0; margin: 15px auto 0; }
.pageloadPupup .modal-body .modal-enquary h3 { font-size: 16px; line-height: 20px; padding: 8px 0; }
  .testimonial .testimonial-block .text-block p { font-size: 13px; line-height: 24px; padding: 22px 0 0; height: 160px; }
 .footer .footer-logo { width: 52%; padding: 10px 0; }

.about .about-block .about-right a.button { font-size: 12px; width: 40%; padding: 8px 0; margin: 15px 0 0; }
.about .about-block .about-right a.button i.icon { width: 17px; height: 17px; line-height: 18px; font-size: 10px; }










}

@media(max-width:430px) {
    /*////chek 400////*/

.container{ width: 390px; }
 .header .header-bottom .header-logo { width: 103%; padding: 4px 0; }
 .header .header-bottom .brochure { width: 90%; padding: 5px 0; margin: 0 0 0 -35px; }
  #menu-icon { top: 6px; left: 118px; }
.dec-banner h3 span { font-size: 28px; text-shadow: 4px 4px 6px #0170ba99; }
 .banner img { height: 236px; }
.banner { height: 236px; }
.dec-banner h3 { font-size: 16px; line-height: 34px; text-shadow: 2px 2px 3px #0170ba99; width: 84%; margin: 40px 0 0 0; }
 .banner .dec-banner a.button { font-size: 12px; width: 40%; padding: 8px 0; margin: 20px 0 0; }
 .best-seller h2 { font-size: 24px; line-height: 30px; padding: 0 0 30px; }

.best-seller .seller-block .categories-image-block img { height: 350px; }
 .best-seller .seller-block .categories-image-block { height: 350px; }
 .best-seller .seller-block .categories-text-block a.button { font-size: 12px; width: 40%; padding: 8px 0; margin: 15px 0 30px; }
  #seller-slider .owl-prev { width: 55px; height: 55px; left: -15px; top: 150px; }
 #seller-slider .owl-next { width: 55px; height: 55px; right: -15px; top: 150px; }
 .best-seller { padding: 20px 0; }
 .about .about-block .about-right h2 { font-size: 24px; line-height: 30px; padding: 0 0 15px; }
.about .about-block .about-right p { font-size: 12px; line-height: 22px; padding: 10px 0; margin: 0; }
.about .about-block .about-right a.button { font-size: 12px; width: 50%; padding: 8px 0; margin: 15px 0 0; }
  #category-slider-1 .owl-prev { width: 55px; height: 55px; left: -15px; top: 150px; }
#category-slider-1 .owl-next { width: 55px; height: 55px; right: -15px; top: 150px; }
#category-slider-2 .owl-prev { width: 55px; height: 55px; left: -15px; top: 150px; }
#category-slider-2 .owl-next { width: 55px; height: 55px; right: -15px; top: 150px; }
 .testimonial { padding: 20px 0 40px; margin: 0; }
  .testimonial h2 { font-size: 24px; line-height: 30px; padding: 0 0 20px; margin: 0; }
.testimonial .testimonial-block .text-block p { font-size: 12px; line-height: 22px; padding: 15px 0 0; height: 160px; }
 .testimonial .testimonial-block { margin: 30px 0 0; }
  .footer { padding: 20px 0 45px; margin: 0; }
 .footer .copyright { padding: 8px 0; }
.footer .copyright p { font-size: 8px; line-height: 10px; }
.footer ul.footer-contact-address li { font-size: 10px; line-height: 14px; padding: 0 0 10px; }
 .footer ul.footer-contact-address li i { font-size: 11px; line-height: 16px; padding: 0 7px 0 0; }
 .footer ul.quick-footer-link li { font-size: 10px; line-height: 14px; padding: 0 0 10px; }
.footer h4 { font-size: 14px; line-height: 20px; padding: 10px 0; height: auto; }
.footer ul.social-link { width: 100%; padding: 0 0 10px; margin: 0; }
.bottom-footer .text-run { font-size: 10px; line-height: 14px; }
 .privacy .privacy-block h2 { font-size: 24px; line-height: 30px; padding: 0 0 15px; margin: 0; }
 .privacy .privacy-block p { font-size: 12px; line-height: 22px; padding: 0 0 15px; }
.inner-about .about-block .about-right h2 { font-size: 24px; line-height: 30px; padding: 0 0 15px; }
  .inner-about .about-block .about-right p { font-size: 12px; line-height: 22px; padding: 0 0 15px; }
 .mission-vision h2 { font-size: 24px; line-height: 30px; padding: 0 0 20px; }
.mission-vision .mv-block .mv-right h3 { font-size: 24px; line-height: 30px; padding: 0 0 15px; }
.mission-vision .mv-block .mv-right p { font-size: 12px; line-height: 22px; }
.product { padding: 20px 0; }

.product .seller-block .categories-image-block img { height: 350px; }
 .product .seller-block .categories-image-block { height: 350px; }
 .product .seller-block .categories-text-block a.button { font-size: 12px; width: 40%; padding: 8px 0; margin: 15px 0 30px; }
  .product h2 { font-size: 24px; line-height: 30px; padding: 0 0 20px; }
.pageloadPupup .modal-dialog { width: 340px; margin: 30px auto; }
 .single-product .righttextbox-single h6 { font-size: 14px; line-height: 18px; }
.single-product .righttextbox-single h3 { font-size: 18px; line-height: 20px; padding: 0 0 10px; }
.single-product .righttextbox-single .enquiry-btn a.button { font-size: 12px; width: 48%; padding: 8px 0; }
.single-product .righttextbox-single .price h4 { font-size: 16px; line-height: 20px; }
.single-product .righttextbox-single .price h4 span { font-size: 12px; padding: 0 0 0 15px; }
 .contact .contact-form h2 { font-size: 24px; line-height: 30px; padding: 0 0 10px; margin: 0; }
.contact .contact-form form .fill-box input[type="submit"] { font-size: 12px; width: 48%; padding: 8px 0; margin: 15px 0 0; }
 .contact .contact-block h2 { font-size: 24px; line-height: 30px; padding: 0 0 10px; margin: 0; }
 .contact .contact-block ul li { font-size: 12px; line-height: 16px; padding: 0; margin: 0 15px 10px 0; }
.contact .contact-block ul li a { font-size: 12px; line-height: 16px; }
.contact .contact-block ul li i { padding: 0 6px 0 0; font-size: 10px; }
.contact .contact-block-map iframe { padding: 10px; }







}

@media(max-width:399px) {
    /*////chek 385////*/
.container{ width: 380px; }
.inner-about .about-block { padding: 20px; margin: 0; }
 .mission-vision .mv-block .mv-right { width: 100%; float: left; padding: 20px; margin: 0; }
.about .about-block .about-right { width: 100%; padding: 20px; }
.privacy .privacy-block { padding: 20px; }
.pageloadPupup .modal-body { padding: 20px; }







}


@media(max-width:380px) {
    /*////chek 375////*/
.container{ width: 370px; }
.dec-banner h3 { font-size: 16px; line-height: 34px; text-shadow: 2px 2px 3px #0170ba99; width: 90%; margin: 40px 0 0 0; }
 






}

@media(max-width:365px) {
    /*////chek 320////*/
.container{ width: 320px; }
.header .header-bottom .brochure { width: 110%; padding: 3px 0; margin: 0 0 0 -8px; }
  .header .header-bottom .brochure a { font-size: 7px; padding: 4px 0; }
 .header .header-top h5 { font-size: 8px; line-height: 10px; }
  .header .header-bottom .header-logo { width: 108%; padding: 4px 0; }
  .dec-banner h3 { font-size: 14px; line-height: 28px; text-shadow: 1px 1px 3px #0170ba99; }
  .dec-banner h3 span { font-size: 24px; text-shadow: 2px 2px 4px #0170ba99; }
  .banner .dec-banner a.button { font-size: 12px; width: 48%; padding: 8px 0; margin: 20px 0 0; }
  .banner { height: 200px; }
  .banner img { height: 200px; }
   .dec-banner h3 { font-size: 14px; line-height: 28px; text-shadow: 1px 1px 3px #0170ba99; width: 90%; margin: 25px 0 0 0; }
  .best-seller .seller-block .categories-image-block img { height: 260px; }
   .best-seller .seller-block .categories-image-block { height: 260px; }
   .best-seller .seller-block .categories-text-block a.button { font-size: 12px; width: 50%; padding: 8px 0; margin: 15px 0 30px; }
  #seller-slider .owl-prev { width: 55px; height: 55px; left: -15px; top: 100px; }
  #seller-slider .owl-next { width: 55px; height: 55px; right: -15px; top: 100px; }
  #category-slider-1 .owl-prev { width: 55px; height: 55px; left: -15px; top: 100px; }
#category-slider-1 .owl-next { width: 55px; height: 55px; right: -15px; top: 100px; }
#category-slider-2 .owl-prev { width: 55px; height: 55px; left: -15px; top: 100px; }
#category-slider-2 .owl-next { width: 55px; height: 55px; right: -15px; top: 100px; }
  
  .testimonial .testimonial-block .text-block { width: 100%; padding: 20px; margin: 0; }
  #testimonial-slider .owl-prev { width: 55px; height: 55px; left: -15px; top: 135px; display: none !important; }
  #testimonial-slider .owl-next { width: 55px; height: 55px; right: -15px; top: 135px; display: none !important; }
  
  .product .seller-block .categories-image-block img { height: 260px; }
   .product .seller-block .categories-image-block { height: 260px; }
   .product .seller-block .categories-text-block a.button { font-size: 12px; width: 50%; padding: 8px 0; margin: 15px 0 30px; }
  .single-product .righttextbox-single .enquiry-btn a.button { font-size: 12px; width: 60%; padding: 8px 0; }
  .pageloadPupup .modal-dialog { width: 297px; margin: 30px auto; }
  .pageloadPupup .modal-body .modal-enquary form .checkbox input { width: 5%; top: 8px; }
  .pageloadPupup .modal-body .modal-enquary form .enquary-btn input[type="submit"] { font-size: 12px; width: 50%; padding: 8px 0; margin: 15px auto 0; }
  .contact .contact-form form .fill-box input[type="submit"] { font-size: 12px; width: 60%; padding: 8px 0; margin: 15px 0 0; }
  .contact .contact-block-map { height: 220px; padding: 20px; margin: 15px 0 0; }
  .contact { padding: 20px 0; margin: 0; }
  
  
}


