@font-face {
  font-family: "Raleway Thin";
  src: url("../fonts/Raleway%20Thin.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Raleway-Medium;
  src: url("../fonts/Raleway-Medium.ttf");
  font-weight: 400;
  font-style: normal;
}
body {
  margin: 0;
  background: #fff;
}
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: Raleway;
}
p {
  margin: 0;
}
label,
ul {
  margin: 0;
  padding: 0;
}
body a:hover {
  text-decoration: none;
}
body a:focus {
  outline: 0;
  text-decoration: none;
}
.header {
  background: #1ea5de;
  border-bottom: 1px solid #1ea5de;
  box-shadow: 0 0 0 1px #053261;
  -webkit-box-shadow: 0 0 0 1px #053261;
  -moz-box-shadow: 0 0 0 1px #053261;
  padding: 12px 0 10px;
}
.header-top {
  float: right;
  padding: 0;
}
.header-top-right {
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  text-align: right;
  margin-left: 15px;
  padding-left: 15px;
}
.col-md-6.msd {
  text-align: right;
}
.top-header-icon {
  font-size: 20px;
}
.header-top-right:hover {
  color: #00d7f6;
}
.header-bottom {
  background: linear-gradient(to right, #fff, #d4faff);
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 4px 30px;
}
.categ-bottom {
  width: 7%;
  margin-left: 5px;
  float: left;
}
.bottom-cat-icon {
  position: absolute;
  top: 47px;
  font-size: 18px;
  left: 30px;
  z-index: 1;
  color: #d5d5d5;
}
#display {
  position: absolute;
  z-index: 999999;
  background: #f6f9f9;
  list-style: none;
  width: 62%;
  padding-left: 10px;
  font-size: 14px;
  box-shadow: 0 10px 15px #2f96c6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#displayBlog {
  position: absolute;
  z-index: 999999;
  background: #f6f9f9;
  list-style: none;
  width: 56%;
  padding-left: 10px;
  font-size: 14px;
  box-shadow: 0 10px 15px #2f96c6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  float: left;
  margin-left: 3px;
  width: 61%;
}
.search-box-blog {
  float: left;
  margin-left: 4%;
  width: 71%;
}
.selection {
  padding: 6px;
  position: relative;
  height: auto;
  box-shadow: none;
  border-radius: 0 !important;
  font-family: raleway;
  letter-spacing: 0.5px;
}
.all-categ-div {
  width: 100%;
  float: left;
  padding: 6px 2px;
  font-size: 15px;
  color: #aeadad;
  border-radius: 0;
  border: 1px solid #d5d5d5;
}
.all-categ-div option {
  font-size: 14px;
  margin: 5px 0 !important;
}
.header-search-area {
  margin-top: 29px;
}
.categ-bottom-search {
  width: auto;
  float: left;
}
.categ-bottom-search h4 {
  background: #124375;
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #012345;
}
.categ-bottom-cart h4 {
  background: #01defe;
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #01c9e6;
}
.categ-bottom-search h4:hover {
  background: #01defe;
  cursor: pointer;
  border: 1px solid #01defe !important;
}
.categ-bottom-search h4 a {
  color: #fff !important;
}
.categ-bottom-cart h4 a {
  color: #fff !important;
}
.categ-bottom-cart h4:hover {
  background: #01c9e6;
}
.categ-bottom-cart {
  margin-left: 5px;
  float: right;
}
section.product-slider .item img {
  width: 100%;
  margin: auto;
  padding: 2px;
}
.pro-img {
  height: 175px;
}
section.product-slider h4 {
  text-align: left;
  height: auto;
  padding: 0 7px;
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
  margin: 14px 0 0 0;
}
p.item-price {
  text-align: left;
  padding: 14px 9px;
  font-size: 21px;
  color: #000;
  line-height: 21px;
}
.add-btuin {
  text-align: center;
  float: left;
  width: 100%;
  margin: 20px 0;
}
.add-btuin a {
  border: 2px solid #ea3638;
  border-radius: 3px;
  color: #fff !important;
  padding: 8px 22px 8px;
  background: #ea3638;
  line-height: 2px;
}
.add-btuin button:hover {
  background: 0 0;
  color: #000;
}
.modal {
  position: fixed;
  top: 74px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
button.owl-next span {
  height: 44px;
  width: 40px;
  background: #1ea5de;
  margin: auto 0;
  border-radius: 4px;
  position: absolute;
  right: -49px;
  border: 2px solid #fff;
  font-size: 53px;
  top: 138px;
  color: #fff;
  line-height: 37px;
}
p.item-price strike {
  color: #e00000;
  font-size: 14px;
  text-decoration: line-through;
  float: right;
}
button.owl-prev span {
  height: 44px;
  width: 40px;
  background: #1ea5de;
  margin: auto 0;
  border-radius: 4px;
  position: absolute;
  left: -49px;
  border: 2px solid #fff;
  font-size: 53px;
  top: 138px;
  color: #fff;
  line-height: 37px;
}
section.product-slider {
  position: relative;
  padding: 70px 0;
  background: url(../images/ourservice-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
}
section.product-slider .item {
  background: #fff;
  padding: 8px 10px 41px 10px;
  height: 354px;
  outline-offset: -10px;
  border-radius: 5px;
}
.header-search-area span {
  color: #124375;
  font-size: 27px !important;
}
a.bottom-top-right:hover {
  background: #ea3638;
  color: #fff;
  transition: 0.5s;
}
.bottom-top-right {
  font-size: 14px;
  float: right;
  color: #fff;
  font-weight: 400;
  text-align: right;
  background: #296d2b;
  margin-left: 10px;
  margin: 14px 0;
  border-radius: 42px;
  padding-left: 10px;
  padding: 5px 12px;
  letter-spacing: 2px;
}
.dropbtn {
  background: #d00406;
  color: #fff;
  padding: 1px 16px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0 0;
  z-index: 1;
  border: 0;
  transform: translate3d(0, 5px, 0);
  pointer-events: none;
  transition: all 0.2s linear;
}
.dropdown-content a {
  color: #484848;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
  font-size: 12px;
  border-bottom: 1px solid #eee;
}
.dropdown:hover .dropdown-content {
  display: block;
  pointer-events: auto;
  visibility: visible;
  max-height: 9999px;
  transform: translate3d(0, 0, 0);
}
.dropdown:hover .dropbtn {
  background-color: #8f0104;
}
.modal-header.close {
  background-color: #5cb85c;
  color: #fff !important;
  text-align: center;
  font-size: 25px;
}
.modal-ttl {
  color: #fff !important;
  text-align: center;
  font-size: 24px;
}
.modal-footer {
  background-color: #f9f9f9;
}
.view {
  padding: 3.6px 8px;
  border-radius: 3px;
  margin-left: 8px;
}
.modal-header {
  background: #8f0104 !important;
}
.client-logo-slider .owl-buttons {
  visibility: hidden;
}
