@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/***** General CSS *****/

body {
  word-break: break-word;
  font:
    15px/25px "Poppins",
    sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src:
    url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.btn10 {
  border: 1px solid transparent !important;
  text-align: center;
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #00b2a9 !important;
  z-index: 10;
  display: inline-block;
  color: #fff;
  padding: 20px 20px;
  border-radius: 7px;
  font-size: 15px;
  font-family: "Montserrat";
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 100%;
}

.btn10:hover {
  border: 1px solid transparent !important;
  color: #fff !important;
}

.btn10::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #003366;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: transparent !important;
}

.btn10::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10:hover::before,
.btn1O:hover::before {
  opacity: 1;
  width: 116%;
}

.btn10:hover::after,
.btn1O:hover::after {
  opacity: 1;
  width: 120%;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Barlow", serif;
  font-size: 61px;
  line-height: 65px;
  color: #222222;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h2 {
  font-family: "Barlow", serif;
  font-size: 31px;
  line-height: 35px;
  color: #222222;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h3 {
  font-family: "Barlow", serif;
  font-size: 56px;
  line-height: 60px;
  color: #003366;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h4 {
  font-family: "Barlow", serif;
  font-size: 17px;
  line-height: 20px;
  color: #003366;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h5 {
  font-family: "Barlow", serif;
  font-size: 63px;
  line-height: 65px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h6 {
  font-family: "Barlow", serif;
  font-size: 14px;
  line-height: 16px;
  color: #222222;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
}

p {
  color: #000;
  font-size: 16px;
  line-height: 25px;
  font-family: "Montserrat", serif;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0 0 10px;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */
/*header {
    padding: 12px 0;
}*/
.menuSec {
  padding: 15px 0;
  background: #00b2a9;
}
.menuSec img {
  margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 8px 26px;
    font-size: 16px;
    font-family: "Montserrat";
    text-transform: uppercase;
}
.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #003366;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

/*header css start */

/*banner css start */

.main-banner-img {
  width: 100%;
  object-fit: cover;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

/*banner css end*/

/* search box css */
body.search-open {
  overflow: hidden;
}

.close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: 0;
  font-size: 50px;
  font-weight: 700;
  display: block;
  cursor: pointer;
  color: black;
  padding: 1rem 1.25rem;
  border-radius: 50%;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font: 18px;
  opacity: 1 !important;
  width: 50px;
  height: 50px;
}

.close:hover {
  background: #e21d1a;
  color: white;
  opacity: 1 !important;
  top: 2rem;
  right: 2rem;
}

.search-box.search-elem {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000000b0;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.search-box.search-elem .inner {
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}

.search-box.search-elem label {
  color: white;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}

.search-box.search-elem button.submit {
  outline: none;
  position: absolute;
  top: 0;
  right: 15px;
  height: 70px;
  color: #ffffff;
  width: 171px;
  height: 55px;
  background: #000000;
  font-family: "Poppins";
  font-size: 22px;
  cursor: pointer;
  border: 0;
}

.top-cart ul li i {
  margin-right: 13px;
  font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
  width: 171px;
  height: 55px;
  font-size: 20px;
  color: white;
  background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
  display: inline-block;
}

.search-box.search-elem input[type="text"] {
  padding: 20px;
  height: 55px;
  width: 80%;
  font-size: 32px;
  font-family: "Poppins";
  font-weight: 300;
  border: none;
  border-bottom: solid 2px #e21d1a;
  transition: border 0.3s;
  border-radius: 0;
}

.search-box.search-elem input[type="text"]:focus {
  border-bottom: solid 2px #55cd6c;
  box-shadow: none;
}

.search-box.search-elem label.placeholder {
  position: absolute;
  top: 13px;
  left: 2rem;
  font-size: 32px;
  font-weight: 300;
  font-family: "Poppins";
  color: #999;
  transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
  top: -25px;
  color: white;
  font-size: 17px;
  font-family: "Poppins";
}

.search-box.search-elem.search-open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-btn {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  padding: 0 10px;
  display: inline-block;
  color: white;
}

/* .search-btn:hover {
  color: #00A896;
} */

/* end search box css */

.top-center .search-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-center .search-box select {
  /* width: 20%; */
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 45px;
  -webkit-appearance: auto;
  color: #000000;
  border: transparent;
  font-family: "Montserrat";
  font-size: 14px;
  padding-left: 7px;
  background: #1c4977;
  color: #fff;
  border-right: solid 1px #ffffff85;
}

.top-center .search-box input {
  width: 100%;
  height: 45px;
  border: transparent;
  border-left: 0;
  border-right: 0;
  padding: 22px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  background: #1c4977;
}
.top-center .search-box button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 10%;
  border: 0;
  background-color: #1c4977;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.top-center .search-box input::placeholder {
  color: #fff;
  font-family: "Montserrat";
  font-size: 14px;
}
.top-center ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  align-items: center;
  text-align: center;
}

.top-center ul .account-detail {
  margin-right: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  /* border: solid; */
  padding: 10px 14px;
  background: #fff;
  border-radius: 12px;
}

.top-center ul .account-detail a {
  color: #000000;
  font-size: 14px;
  font-family: "Montserrat";
  margin: 0;
  line-height: 14px;
}
.account-detail i.fas.fa-user {
  border: solid;
  width: 20px;
  height: 20px;
  padding: 1px;
  border-radius: 31px;
  font-size: 11px;
  background: #000;
  color: #fff;
}

.top-center ul .d-flex a {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto-Light";
  display: block;
}

.top-center {
  background: #003366;
  padding: 20px 0;
}

/*banner*/

.banner-detail {
  position: absolute;
  top: 50%;
  left: 70px;
  /* display: block; */
  width: 46%;
  transform: translate(0, -50%);
}
.banner-img {
  position: relative;
}

.banner-img a.btn10 {
  width: 40%;
}

.banner-img img {
  width: 100%;
}

.sec-padding {
  padding-right: 35px;
  padding-left: 35px;
}
.banner-detail-1 {
  position: absolute;
  top: 50%;
  left: 20px;
  /* display: block; */
  width: 45%;
  transform: translate(0, -50%);
}
.banner-detail-1 a {
  color: #003366;
  text-decoration: underline;
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: 600;
}

.banner-detail-1 p {
  font-size: 14px;
  font-weight: 500;
}

.banner-detail p {
  font-size: 14px;
  font-weight: 500;
}

.banner-img-1 {
  position: relative;
  margin-bottom: 25px;
}

/*aboutus sect
*/

ul.awards {
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 0 4px #8080808c;
  padding: 25px;
  width: 78%;
  position: absolute;
  bottom: -30px;
  z-index: 2;
  background: #fff;
  left: -35px;
  border-radius: 10px;
}

.about-img::before {
  position: absolute;
  content: "";
  background: url(../images/dots.png);
  height: 294px;
  width: 294px;
  top: -46px;
  right: 43px;
  z-index: -1;
}
.about-img {
  position: relative;
}

ul.awards li {
  font-size: 22px;
  color: #003366;
  font-family: "Barlow";
  text-transform: uppercase;
  font-weight: 600;
  line-height: 35px;
}

ul.awards li p {
  color: #000000;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Montserrat";
}

li.wd {
  width: 22%;
}

ul.off-hr li img {
  height: 45px;
  width: 45px;
  margin: 7px 10px 7px 0;
}

ul.off-hr {
  column-count: 2;
  margin: 32px 0 0 0;
}

ul.off-hr li {
  /* border: solid; */
  background: #f8f8f8;
  margin-bottom: 20px;
  padding: 10px;
  color: #000;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
}

/*top pick sect*/

span.icon-1 i {
  color: #f9a74f;
  font-size: 10px;
}

.quantity-box {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}

.counter {
  /* width: 36px; */
  /* margin: auto; */
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #00000057;
  /* margin-top: 20px; */
  /* gap: 10px; */
  border-radius: 2px;
}

.quantity-box span.down {
  /* border: solid 0.5px; */
  /* border-radius: 16px; */
  /* height: 22px; */
  width: 22px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.quantity-box .counter input {
  width: 27px;
  border: 0;
  line-height: 26px;
  font-size: 11px;
  text-align: center;
  /* background: #0052cc; */
  color: #000;
  appearance: none;
  outline: 0;
  border: solid 0.5px #c5c5c5;
  border-top: unset;
  border-bottom: unset;
}

.quantity-box span.up {
  /* border: solid 0.5px; */
  /* border-radius: 16px; */
  /* height: 27px; */
  width: 27px;
  justify-content: center;
  align-items: center;
  display: flex;
  /* background: #123c32; */
  color: #000000;
}

.prod-box {
  /* border: solid; */
  padding: 10px 12px 22px;
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 0 4px #8080803d;
  margin: 20px 0;
}
.new-btn {
  position: absolute;
  top: 34px;
  background: #08ffff;
  width: 65px;
  height: 26px;
  padding: 3px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  left: 14px;
  z-index: 3;
  /* font-size: 12px; */
  border-radius: 5px;
}
.new {
  position: relative;
}

span.clr-txt {
  font-size: 12px;
  font-family: "Montserrat";
  color: #00b2a9;
}

.prod-box p {
  font-size: 12px;
}

span.icon-1 {
  display: flex;
  align-items: baseline;
}

.prod-box a.btn10 {
  font-size: 11px;
  padding: 10px;
  height: 35px;
}
span.price-txt {
  color: #003366;
  font-size: 17px;
  font-family: "Barlow";
  font-weight: 600;
}

.serv-slider .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

.prod-box img {
  height: 196px;
  width: 196px;
  object-fit: contain;
}

.pick-head {
  text-align: center;
  width: 48%;
  margin: 0 auto;
}

.top-picks {
  background: #f8f8f8;
}

.new-btn p {
  font-size: 10px;
  line-height: 10px;
  margin: 0;
  color: #fff;
}

/*categories sect*/

.exp-slider .slick-active {
  opacity: 1;
}

.exp-img {
  text-align: center;
}

.exp-img h6 {
  margin: 20px 0;
}

.exp-slider .slick-next:before {
  content: "\f061";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 700;
  padding: 10px;
  background: #f7f7f7;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: solid 1px #0000002e;
}

.exp-slider .slick-prev:before,
.slick-next:before {
  opacity: 1;
}
.exp-slider .slick-prev:before {
  content: "\f060";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 700;
  /* border: solid; */
  padding: 10px;
  background: #f7f7f7;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: solid 1px #0000002e;
  /* z-index: -84; */
  /* position: relative; */
}

.exp-slider .slick-prev {
  left: -49px;
  top: 33%;
  bottom: auto;
}

.exp-slider .slick-next {
  right: -25px;
  top: 33%;
  bottom: auto;
}

.prod-cat-head {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

/*hot deal sect*/

.top-txt {
  position: absolute;
  top: 10%;
  left: 9%;
}

.deal-img {
  position: relative;
}

.top-txt h6 {
  color: #fff;
  font-size: 34px;
}

.bott-txt {
  position: absolute;
  bottom: 21px;
  left: 9%;
  width: 50%;
}

.bott-txt p {
  color: #fff;
  font-size: 14px;
}

.top-txt-1 h6 {
  color: #000;
  font-size: 20px;
}

.top-txt-1 {
  position: absolute;
  top: 10%;
  left: 9%;
  display: flex;
  align-items: center;
  gap: 41px;
}
.bott-txt-1 {
  position: absolute;
  bottom: 21px;
  left: 9%;
  /* width: 50%; */
}

.bott-txt-1 p {
  color: #000000;
  font-size: 13px;
}

.deal-head {
  text-align: center;
  margin: 0 auto;
  width: 50%;
}

section.hot-deals.pt-8.pb-8 {
  background: #003366;
}
.deal-head h3 {
  color: #fff;
}

.deal-head p {
  color: #fff;
}

.sec-bk {
  background-image: url("../images/sec-bk.png");
  width: 100%;
  height: 100%;
  background-size: cover;
}

.sec-head a.btn10 {
  width: 30%;
}

.sec-head p {
  color: #fff;
  margin: 20px 0;
}

/*testimonials*/

.test-head {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.testimonial .row:last-child {
  margin: 0 50px;
}

.sec-heading3 h2 {
  color: #000;
  font-size: 56px;
  line-height: 70px;
}

.sec-heading3 p {
  font-size: 14px;
}

.testimonial-slider {
  margin: 40px 0;
}

.testimonial-slider .slick-list {
  padding: 0 !important;
}
.client-box::after {
  content: "\f10e";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  right: 40px;
  position: absolute;
  top: -10px;
  font-size: 60px;
  color: #74f4b9;
}

.client-box {
  background-color: #fff;
  box-shadow: 0 0 10px 0 #00000022;
  border-radius: 20px;
  padding: 20px 40px;
  position: relative;
  margin-bottom: 9%;
}

.client-box img {
  margin-top: -60px;
  height: 100px;
  object-fit: contain;
  width: 100px;
  border-radius: 50%;
}

.client-box p {
  color: #7c7c7c;
  font-size: 15px;
  line-height: 24px;
  position: relative;
  margin: 20px 0;
  width: 96%;
}
.client-box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  border-top: 1px solid #d8e4ea;
  padding: 15px 0;
  margin-bottom: 0;
}

.client-box ul li h5 {
  color: #000000;
  font-size: 17px;
  line-height: 17px;
  margin: 0;
  font-family: "Montserrat";
  line-height: normal;
  text-transform: capitalize;
}

.client-box ul li h6 {
  color: #7c7c7c;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  line-height: 24px;
  font-family: "Montserrat";
  text-transform: capitalize;
}
.client-box ul li i {
  color: #f4a600;
}

.client-sli {
  margin: 40px 0;
}

.testimonial-slider .slick-slide {
  opacity: 1;
  margin: 40px 15px;
}

.testimonial-slider .slick-current .client-box {
  background-color: #084298;
}

.testimonial-slider .slick-current .client-box p,
.testimonial-slider .slick-current .client-box ul li h5,
.testimonial-slider .slick-current .client-box ul li h6 {
  font-weight: 400;
  color: #fff;
}

section.testimonials.pt-8.pb-8::before {
  position: absolute;
  content: "";
  background: url(../images/map-dots.png);
  width: 100%;
  height: 641px;
  top: 9%;
  right: 0;
  background-repeat: no-repeat;
}
section.testimonials.pt-8.pb-8 {
  position: relative;
}

/* Testimonial */

/*footer-start*/

.footerSec {
  padding: 35px;
  background: #003366;
}
.bk {
  background: #00b2a9;
  padding: 70px 70px 0;
  border-radius: 20px;
}

.footer-logo h2 {
  font-family: "Barlow", sans-serif;
  font-size: 49.02px;
  line-height: 40.85px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px;
  border: 1px solid #ffffff;
  border-radius: 9px;
  text-align: center;
}
.footer-logo p {
  margin: 8% 0;
  color: #ffffff;
  font-size: 13px;
}
.footer-logo ul li a {
  color: #ffffff;
  background-color: #067c8a;
}

.footerSec h5 {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 9%;
}

.foot-links ul li a {
  font-size: 13px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Montserrat";
}
.foot-links ul li a:hover {
  color: #000000;
}
.footer-contact ul li {
  display: flex;
  align-items: center;
  padding: 0 0 27px;
}
.footer-contact ul li a {
  color: #ffffff;
  font-size: 13px;
  font-family: "Montserrat";
}
.footer-contact ul li a:hover {
  color: #067c8a;
}

.footer-contact ul li i {
  color: #ffffff;
  padding-right: 28px;
  font-size: 20px;
}
.footer-contact ul li p {
  color: #ffffff;
  margin: 0;
}
.news-letter p {
  color: #ffffff;
  margin-bottom: 30px;
}
.news-letter input {
  height: 50px;
  width: 95%;
  border: 0;
  border-radius: 4px;
  padding-left: 20px;
  background: #ffffff;
  border: solid white 0.5px;
  border-radius: 7px;
  color: #000000;
}

.news-letter ::placeholder {
  color: #000;
}
.news-letter button.btn-theme {
  border: 0;
  border-radius: 12px;
  margin-top: 20px;
}
.footer-btm {
  padding: 20px 0;
  margin-top: 5%;
  border-top: 1px solid #ffffff7d;
}
.copy-txt p {
  color: #ffffff;
  font-size: 14px;
  font-family: "Montserrat";
}

.news-btn a.btn1 {
  margin-top: 10px;
  border-radius: 10px;
  background: #000000;
  height: 50px;
  width: 96%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Montserrat";
  text-transform: capitalize;
}

ul.footer_social {
  display: flex;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}

ul.footer_social li {
  margin-right: 10px;
}

ul.footer_social li a {
  line-height: 49px;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto";
}

ul.footer_social li a i {
  transition: 0.5s ease-in-out;
}
ul.footer_social li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.col-f1 {
  background-color: #3b5998;
}
.col-f2 {
  background-color: #0e76a8;
}
.col-f3 {
  background-color: #2296f9;
}
.col-f4 {
  background-color: #cd1f29;
}

.footer-logo {
  width: 80%;
}
.text-end {
  text-align: right !important;
}

/*footer-end*/

/* Wordpress Style css Start */

.inn-bg-text h1 {
  font-size: 45px;
  color: #fff;
}
section.innerpg-banner {
  padding-top: 114px;
  padding-bottom: 120px;
  background-color: #003366;
}
.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact
  .dgwt-wcas-sf-wrapp
  button.dgwt-wcas-search-submit {
  top: 26px !important;
}

html:not(.dgwt-wcas-overlay-mobile-on)
  .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  background: #fff;
  box-shadow: none;
}
.dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  border-radius: 7px;
}
html:not(.dgwt-wcas-overlay-mobile-on)
  .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  height: 52px;
}

/* Sidebar container */
.side-shop {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*gap: 20px; */
  /*padding: 20px;*/
  /*background-color: #f4f4f4;*/
  border-radius: 10px;
}

/* Individual columns inside the sidebar */
.side-shop > div {
  flex: 1 1 calc(33.33% - 20px); /* Makes 3 columns, with space between them */
  padding: 10px;
  background-color: white;
  border: 1px solid #ddd; /* Border around each column */
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); /* Light shadow for depth */
}

/* Category title styling */
.side-shop h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

/* List items inside each column */
.side-shop ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-shop ul li {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px; /* Space between items */
}

/* Adding hover effect on the list items */
.side-shop ul li:hover {
  color: #007bff;
  cursor: pointer;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 13px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 49px;
}

.log-1 {
  margin-bottom: 30px;
}

section.error-404.not-found {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Wordpress Style css end  */

/* Cutomizer Css Start  */
form.variations_form.cart label {
  font-family: "Barlow";
}
table.variations select {
  height: 40px;
  border-radius: 5px;
  margin-right: 13px;
}
table.variations {
  margin-bottom: 20px;
}
.product_meta {
  display: inline-grid;
}
.summary.entry-summary form.cart button.single_add_to_cart_button.button.alt {
  margin-bottom: 21px;
}
.summary.entry-summary ul {
  list-style: disc;
  margin: 2px 0;
  padding-bottom: 21px;
  font-family: "Poppins";
  color: #585858;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400 !important;
  margin-left: 18px;
}

.prod-box {
  height: 402px;
}

.select2-container--default .select2-selection--single {
  height: 50px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 48px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 11px !important;
  right: 1px;
  width: 20px;
}

.side-shop ul li a {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

/* .woocommerce-variation-price {
    display: none;
} */

.woocommerce ul.wcsatt-options li,
.woocommerce ul.wcsatt-options-cart li,
.woocommerce ul.wcsatt-options-product li,
.woocommerce ul.wcsatt-options-prompt-radios li {
  margin: 0;
  display: none;
}

ul.wcsatt-options-product,
.wcsatt-options-product-dropdown {
  margin: 0 0 2em 0;
  height: 42px;
  width: 100%;
  border-radius: 6px;
}
select#vsd-frequency {
  height: 42px;
  border-radius: 4px;
}

/* Dropdown Container Styling */
.select2-container .select2-selection--single {
  border: 1px solid #cccccc;
  height: 45px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 15px;
}

/* Dropdown List */
.select2-results__option {
  padding: 8px 12px;
  font-size: 14px;
  border: solid 1px #eee;
}

/* MAIN Category – Bold + Light Background */
.select2-results__group,
.select2-results__option[aria-level="1"] {
  font-weight: 700 !important;
  background: #f3f3f3 !important;
  border-bottom: 1px solid #e7e7e7;
}

/* Subcategories */
.select2-results__option[aria-level="2"] {
  padding-left: 20px;
  font-weight: 400;
}

/* Hover Effect */
.select2-results__option--highlighted {
  background: #00b2a9 !important;
  color: #fff !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 35px !important;
}

small.wcsatt-sub-options {
  display: none;
}

.top-marquee {
  padding-top: 20px;
  padding-bottom: 15px;
}
.top-marquee marquee {
  font-size: 20px;
  font-weight: 700;
  color: #003366;
  font-style: italic;
}

/* Cutomizer Css End  */

html {
  overflow-x: hidden;
}

/*responsive*/

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .menuSec ul li a {
    padding: 8px 20px;
    font-size: 16px;
  }
  .top-marquee marquee {
    font-size: 16px;
    padding: 0 10px;
  }
  .banner-detail {
    width: 75%;
  }
  .banner-detail h1 {
    font-size: 50px;
  }
  .banner-detail-1 {
    width: 90%;
  }
  .pick-head {
    width: 90%;
  }
  .prod-box h4 {
    font-size: 15px;
  }
  .prod-cat-head {
    width: 90%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menuSec ul li a {
    padding: 8px 10px;
    font-size: 15px;
  }
  .banner-detail h1 {
    font-size: 34px;
    line-height: 45px;
  }
  .banner-detail-1 {
    width: 95%;
  }
  .abt-head h3 {
    font-family: "Barlow", serif;
    font-size: 32px;
    line-height: 50px;
  }
  ul.off-hr {
    column-count: 1;
    margin: 10px 0 0 0;
  }
  ul.off-hr li {
    margin-bottom: 0px;
  }
  ul.awards {
    width: 96%;
  }
  .pick-head {
    width: 100%;
  }
  .quantity-box {
    display: inline;
  }
  .prod-cat-head {
    width: 100%;
  }
  .client-box {
    padding: 20px 18px;
  }
  .footerSec h5 {
    font-size: 20px;
  }
  .banner-detail {
    width: 80%;
  }
  .banner-detail-1 h2 {
    font-size: 24px;
  }
  .prod-box h4 {
    font-size: 12px;
    line-height: 16px;
  }
  .sec-head h5 {
    font-size: 46px;
  }
  .top-marquee marquee {
    font-size: 16px !important;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menuSec ul li a {
    padding: 8px 10px;
    font-size: 12px;
  }
  .top-center ul {
    justify-content: center;
  }
  .top-center .search-box {
    margin-bottom: 20px;
  }
  .banner-detail h1 {
    font-size: 24px;
    line-height: 25px;
  }
  .banner-img-1 img {
    width: 100%;
  }
  .banner-img img {
    margin-bottom: 20px;
  }
  .about-img img {
    width: 100%;
  }
  ul.awards {
    width: 100%;
    bottom: 8px;
    left: 0;
  }
  .pick-head {
    width: 100%;
  }
  .prod-cat-head {
    width: 100%;
  }
  .exp-slider .slick-prev {
    left: -22px;
  }
  .exp-slider .slick-next {
    right: 8px;
  }
  .deal-head {
    width: 100%;
  }
  .deal-img img {
    width: 100%;
  }
  .test-head {
    width: 100%;
  }
  header .col-lg-6.col-xl-6.offset-xl-1.col-md-9.col-12.wow.fadeInDownBig {
    width: 50%;
  }
  header .col-lg-4.col-xl-3.col-md-12.col-12.wow.fadeInLeftBig {
    width: 25%;
  }
  .top-center ul .account-detail {
    margin-right: 5px;
    padding: 5px 5px;
  }
  .top-center ul .account-detail a {
    font-size: 12px;
  }
  .menuSec {
    padding: 10px 0;
  }
  .wpb_column.vc_column_container.vc_col-sm-8 {
    width: 100%;
  }
  .wpb_column.vc_column_container.vc_col-sm-4 {
    width: 100%;
  }
  section.vc_section.aboutus.pt-8.pb-8 {
    padding: 20px 0;
  }
  .abt-head.wow.fadeInLeft h3 {
    font-size: 30px !important;
    line-height: 35px;
  }
  .abt-head p {
    font-size: 12px;
    line-height: 20px;
  }
  ul.awards li {
    font-size: 18px;
  }
  ul.awards li p {
    font-size: 12px;
  }
  h3 {
    font-size: 40px;
  }
  ul.products.columns-5 li.product {
    width: 33% !important;
    margin: 0 0 0 0;
  }
  section.vc_section.top-picks.pt-8.pb-8 {
    padding: 40px 0;
  }
  section.vc_section.prod-category.pt-8.pb-8 {
    padding: 40px 0;
  }
  .wpb_column.vc_column_container.vc_col-sm-6 {
    width: 100%;
  }
  .wpb_column.vc_column_container.vc_col-sm-3 {
    width: 50%;
  }
  section.vc_section.sec-bk.pt-8.pb-8 {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .header-logo {
    text-align: center;
    margin: 20px 0;
  }
  .top-center ul {
    justify-content: center;
  }
  .top-center .search-box {
    margin-bottom: 20px;
  }
  .banner-detail {
    top: 45%;
    left: 0;
    width: 100%;
    padding: 0 30px;
  }
  .banner-img a.btn10 {
    width: 48%;
  }
  .banner-detail p {
    font-size: 14px;
    font-weight: 500;
  }
  .sec-padding {
    padding-right: 15px;
    padding-left: 15px;
  }
  .banner-img img {
    height: 355px;
    margin-bottom: 23px;
  }
  .banner-img-1 img {
    height: 300px;
    object-fit: cover;
  }
  .banner-detail-1 {
    top: 49%;
    left: 27px;
    width: 79%;
  }
  ul.awards {
    padding: 13px;
    width: 100%;
    bottom: 0px;
    left: 0;
  }
  .abt-head h3 {
    font-size: 42px;
    line-height: 54px;
  }
  ul.off-hr {
    column-count: 1;
    margin: 12px 0 0 0;
  }
  .pick-head {
    width: 100%;
  }
  .pick-head h3 {
    font-size: 43px;
    line-height: 47px;
  }
  section.aboutus.pt-8.pb-8 {
    padding-bottom: 0;
  }
  section.prod-category.pt-8.pb-8 {
    padding-top: 0;
  }
  .prod-cat-head {
    width: 100%;
  }
  .deal-head {
    width: 100%;
  }
  .top-txt h6 {
    font-size: 29px;
    line-height: 50px;
  }
  .deal-img img {
    width: 100%;
  }
  .bott-txt-1 {
    width: 50%;
  }
  .sec-head h5 {
    font-size: 43px;
  }
  .sec-head a.btn10 {
    width: 45%;
  }
  .test-head {
    width: 100%;
  }
  .test-head h3 {
    font-size: 46px;
  }
  .client-box {
    padding: 20px 27px;
  }
  section.testimonials.pt-8.pb-8 {
    padding-bottom: 0;
  }
  .bk {
    padding: 32px 16px 0;
  }
  .footer-logo {
    width: 100%;
    margin-bottom: 18%;
  }
  .foot-links.wow.fadeInDown {
    margin-bottom: 20px;
  }
  .copy-txt p {
    text-align: center;
    font-size: 12px;
  }
  .banner-detail h1 {
    font-size: 35px;
    line-height: 43px;
  }
  .footerSec {
    padding: 15px;
  }
  .top-marquee marquee {
    font-size: 9px !important;
  }
  .top-marquee {
    padding: 10px 10px !important;
  }
  section.vc_section.banner.pt-5 {
    padding: 0px 0 0px 0 !important;
  }
  .vc_column_container > .vc_column-inner {
    padding: 0 0 !important;
  }
  .prod-box img {
    width: 100%;
  }
  section.vc_section.top-picks.pt-8.pb-8 {
    padding: 40px 0;
  }
  .visa_icon.text-end {
    text-align: center !important;
  }
  section.innerpg-banner {
    padding: 60px 0 !important;
  }
  section.vc_section.aboutus.pt-8.pb-8.vc_custom_1739964206884 {
    padding-bottom: 30px;
  }
  form.woocommerce-ordering {
    width: 100% !important;
  }
  p.woocommerce-result-count {
    font-size: 18px !important;
  }
  ul.products.columns-3 li.product {
    width: 100% !important;
  }
  .vc_row.wpb_row.vc_row-fluid.container.vc_custom_1763974204547 {
    padding: 40px 0 !important;
  }
  ul.products.columns-4 li.product {
    width: 50% !important;
  }
  .u-column2.col-2 {
    width: 100% !important;
    margin: 10px 0 0 0;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  .header-logo {
    text-align: center;
    margin: 20px 0;
  }
  .top-center ul {
    justify-content: center;
  }
  .top-center .search-box {
    margin-bottom: 20px;
  }
  .banner-detail {
    top: 45%;
    left: 0;
    width: 100%;
    padding: 10px 20px;
  }
  .banner-img a.btn10 {
    width: 48%;
  }
  .banner-detail p {
    font-size: 14px;
    font-weight: 500;
  }
  .sec-padding {
    padding-right: 15px;
    padding-left: 15px;
  }
  .banner-img img {
    height: 355px;
    margin-bottom: 23px;
  }
  .banner-img-1 img {
    height: 300px;
    object-fit: cover;
  }
  .banner-detail-1 {
    top: 49%;
    left: 27px;
    width: 79%;
  }
  ul.awards {
    padding: 13px;
    width: 100%;
    bottom: 0px;
    left: 0;
  }
  .abt-head h3 {
    font-size: 42px;
    line-height: 54px;
  }
  ul.off-hr {
    column-count: 1;
    margin: 12px 0 0 0;
  }
  .pick-head {
    width: 100%;
  }
  .pick-head h3 {
    font-size: 43px;
    line-height: 47px;
  }
  section.aboutus.pt-8.pb-8 {
    padding-bottom: 0;
  }
  section.prod-category.pt-8.pb-8 {
    padding-top: 0;
  }
  .prod-cat-head {
    width: 100%;
  }
  .deal-head {
    width: 100%;
  }
  .top-txt h6 {
    font-size: 29px;
    line-height: 50px;
  }
  .deal-img img {
    width: 100%;
  }
  .bott-txt-1 {
    width: 50%;
  }
  .sec-head h5 {
    font-size: 43px;
  }
  .sec-head a.btn10 {
    width: 45%;
  }
  .test-head {
    width: 100%;
  }
  .test-head h3 {
    font-size: 46px;
  }
  .client-box {
    padding: 20px 27px;
  }
  section.testimonials.pt-8.pb-8 {
    padding-bottom: 0;
  }
  .bk {
    padding: 32px 16px 0;
  }
  .footer-logo {
    /* margin-top: 21px; */
    width: 100%;
    margin-bottom: 18%;
  }
  .foot-links.wow.fadeInDown {
    margin-bottom: 20px;
  }
  .copy-txt p {
    text-align: center;
  }
  .banner-detail h1 {
    font-size: 30px;
    line-height: 43px;
  }
  .footerSec {
    padding: 15px;
  }
  section.vc_section.banner.pt-5 {
    padding: 0 !important;
  }
  .vc_column_container > .vc_column-inner {
    padding-left: 0 !important;
  }
  .prod-box img {
    width: 100%;
  }
  h3 {
    font-size: 40px;
    line-height: 45px;
  }
  section.vc_section.top-picks.pt-8.pb-8 {
    padding: 50px 0;
  }
  section.vc_section.sec-bk.pt-8.pb-8 {
    padding: 50px 0;
  }
  section.innerpg-banner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .abt-head .btn10 {
    width: 40%;
    margin-bottom: 10px !important;
  }
  form.woocommerce-ordering {
    width: 100% !important;
  }
  p.woocommerce-result-count {
    font-size: 16px !important;
  }
  ul.products.columns-3 li.product {
    width: 100% !important;
  }
  .pd-detial .summary.entry-summary {
    width: 100% !important;
  }
  ul.products.columns-4 li.product {
    width: 50% !important;
  }
  .u-column2.col-2 {
    width: 100% !important;
    margin: 10px 0 0 0;
  }
}
