@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700&display=swap");
@supports (-moz-appearance: none) {
  /* special attributes for mozilla only */
}
[focus] {
  transition: 0.2s ease-in-out;
}
[focus]:active {
  transform: scale(0.9);
}

.buttonPrimary {
  border-radius: 5px;
  border: 0;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: 0.2s ease-in-out;
  background: #0174cf;
  color: #fff;
}
.buttonPrimary:active {
  transform: scale(0.9);
}

.buttonPrimaryOutline {
  border-radius: 5px;
  border: 0;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: 0.2s ease-in-out;
  padding: 10px 20px;
  background: none;
  border: 2px solid #0174cf;
  color: #0174cf;
}
.buttonPrimaryOutline:active {
  transform: scale(0.9);
}

.sublinks{
  padding: 0px 0px !important;
}

.buttonSecondary {
  border-radius: 5px;
  border: 0;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: 0.2s ease-in-out;
  background: #fb7b2d;
  color: #fff;
}
.buttonSecondary:active {
  transform: scale(0.9);
}

.buttonSecondaryOutline {
  border-radius: 5px;
  border: 0;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: 0.2s ease-in-out;
  padding: 10px 20px;
  background: none;
  border: 2px solid #fb7b2d;
  color: #fb7b2d;
}
.buttonSecondaryOutline:active {
  transform: scale(0.9);
}

::-webkit-scrollbar {
  width: 6px !important;
}

::-webkit-scrollbar-thumb {
  background: #343a40;
}

p {
  color: #2b2b2b;
  font-size: 16px;
}

body,
div,
ul,
li,
a,
p,
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.list-initial li {
  list-style: initial;
}

.bg-none {
  background: none !important;
}

.bg-primary {
  background: #0174cf !important;
}

.text-primary {
  color: #0174cf !important;
}

.bg-secondary {
  background: #fb7b2d !important;
}

.text-secondary {
  color: #fb7b2d !important;
}

.bg-black {
  background: #343a40 !important;
}

.text-black {
  color: #000 !important;
}

.bg-yellow {
  background: #ee9e08 !important;
}

.text-yellow {
  color: #ee9e08 !important;
}

.bg-white {
  background: #fff !important;
}

.text-white {
  color: #fff !important;
}

.bg-red {
  background: #ff707d !important;
}

.text-red {
  color: #e63344 !important;
}

.bg-gray {
  background: #dfeaee !important;
}

.text-gray {
  color: #5f5f5f !important;
}

.letter-spacing-2 {
  letter-spacing: 6px;
}

.clear-both {
  clear: both !important;
}

.object-cover {
  width: 100%;
  object-fit: cover;
  display: table;
}

.font-700 {
  font-weight: 700 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-stylish {
  font-family: "Marcellus", serif;
}

.border-t-light {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-r-light {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-b-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-l-light {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-light {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.min-h-100 {
  min-height: 100px !important;
}

.min-h-150 {
  min-height: 150px !important;
}

.min-h-200 {
  min-height: 200px !important;
}

.min-h-204 {
  min-height: 204px !important;
}

.min-h-250 {
  min-height: 250px !important;
}

.min-h-300 {
  min-height: 300px !important;
}

.max-h-100 {
  max-height: 100px !important;
}

.max-h-150 {
  max-height: 150px !important;
}

.max-h-200 {
  max-height: 200px !important;
}

.max-h-250 {
  max-height: 250px !important;
}

.max-h-300 {
  max-height: 300px !important;
}

.max-h-350 {
  max-height: 350px;
}

.max-h-400 {
  max-height: 400px;
}

.max-h-450 {
  max-height: 450px;
}

.max-h-500 {
  max-height: 500px;
}

.max-h-550 {
  max-height: 550px;
}

.max-h-600 {
  max-height: 600px;
}

.height-100-vh {
  height: 100vh;
}

.w-350px {
  min-width: 350px;
  max-width: 350px;
  width: 350px;
}

.w-300px {
  min-width: 300px;
  max-width: 300px;
  width: 300px;
}

.w-200px {
  min-width: 200px;
  max-width: 200px;
  width: 200px;
}

.w-150px {
  min-width: 150px;
  max-width: 150px;
  width: 150px;
}

.w-100px {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
}

.w-50px {
  min-width: 50px;
  max-width: 50px;
  width: 50px;
}

.w-30px {
  min-width: 30px;
  max-width: 30px;
  width: 30px;
}

.w-100 {
  width: 100%;
}

.rounded-btn {
  border-radius: 40px;
}

.top {
  top: 0;
}

.bottom {
  bottom: 0;
}

.right {
  right: 0;
}

.left {
  left: 0;
}

.font-xs {
  font-size: 12px !important;
}

.font-sm {
  font-size: 14px !important;
}

.font-md {
  font-size: 16px !important;
}

.font-lg {
  font-size: 18px !important;
}

.font-xl {
  font-size: 25px !important;
}

.font-2x {
  font-size: 40px !important;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
}

.align-center {
  align-items: center !important;
}

.d-center {
  display: grid !important;
  display: -webkit-grid !important;
  align-items: center !important;
}

.d-inline-block {
  display: inline-block !important;
}

.outline-none,
.outline-none:focus {
  outline: none !important;
  box-shadow: none;
}

.pointer {
  cursor: pointer !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
}
@media (min-width: 992px) {
  .desktop-none {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .mobile-none {
    display: none !important;
  }
}
.modal {
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.762);
}
.modal .modal-dialog {
  max-width: 95%;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-content .modal-body {
  padding-top: 30px;
  padding-bottom: 30px;
}
.modal .close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-weight: 300;
  font-size: 30px;
  opacity: 1;
}

.modalContent .heading {
  font-weight: 700;
  font-size: 22px;
  color: #2b2b2b;
}

button,
a {
  outline: none;
}
button:active,
a:active {
  outline: none;
  transform: scale(0.9);
}

/* input checkbox and radio */
.checkboxLabel {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkboxLabel input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkboxLabel input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkboxLabel .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.checkboxLabel.radioLabel .checkmark {
  border-radius: 50%;
}

.checkboxLabel:hover input ~ .checkmark {
  background-color: #fff;
}

.checkboxLabel .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkboxLabel input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}

.checkboxLabel input[type=radio]:checked ~ .checkmark:after {
  display: block;
}

.checkboxLabel .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkboxLabel.radioLabel .checkmark:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}

.checkboxLabel input:checked ~ .checkmark {
  background-color: #4169e1;
}

.checkboxLabel input:checked ~ .checkmark.success {
  background-color: #28a745;
}

.checkboxLabel input:checked ~ .checkmark.danger {
  background-color: #dc3545;
}

.checkboxLabel input:checked ~ .checkmark.warning {
  background-color: #ffc107;
}

.checkboxLabel input:checked ~ .checkmark.info {
  background-color: #17a2b8;
}

.changeColor {
  background: red;
  height: 100px;
  width: 100px;
}

input:checked ~ .changeColor {
  background: yellow !important;
}

/* input checkbox and radio end */
/* toggle button */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* toggle button end */
/* DEFAULT ATTRIBUTE END */
.spiriteImg {
  background: url(../images/spirit.png) no-repeat;
  background-size: 1000px 2000px;
}

.mainHeading {
  margin: 20px 0;
}
.mainHeading p {
  text-align: center;
}
.mainHeading .heading {
  color: #000;
  font-weight: 600;
  font-size: 34px;
}
@media (max-width: 991px) {
  .mainHeading .heading {
    font-size: 20px;
  }
}
.mainHeading .subheading {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
}
@media (max-width: 991px) {
  .mainHeading .subheading {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
  color: #343a40;
  font-size: 20px;
}

.subheading {
  font-size: 14px;
  color: #343a40;
  font-weight: 400;
  margin: 0;
}

.headerLogo {
  background: #fff;
  padding: 13px !important;
  float: left;
}
.headerLogo a {
  color: #fff;
  padding: 0 !important;
}
.headerLogo a img {
  height: 40px;
}

header .topNavigation {
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
@media screen and (min-width: 992px) {
  header .topNavigation {
    padding: 0 15px;
  }
}
header .topNavigation .logo-menu {
  float: left;
  padding-top: 11px;
}
header .topNavigation .logo-menu a {
  padding: 12px 13px;
  height: 60px;
  background: #fff;
  border-radius: 10px;
}
header .topNavigation .logo-menu a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  header .topNavigation .navbar-nav {
    display: block;
  }
  header .topNavigation .navbar-nav li {
    float: none;
    display: inline-block;
  }
  header .topNavigation .navbar-nav li a {
    padding: 6px 6px !important;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  header .topNavigation .navbar-nav li a {
    padding: 8px 4px !important;
  }
}
header .topNavigation li a {
  font-weight: 400;
  font-size: 14px;
  padding: 30px 16px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
@media (max-width: 991px) {
  header .topNavigation li a {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  header .topNavigation li a {
    letter-spacing: 0;
    padding: 10px 19px;
  }
}
header .topNavigation li li a {
  padding: 12px 0px !important;
}
header .topNavigation .nav-item.dropdown .dropdown-menu {
  background-color: #0174cf;
  border-radius: 0;
}
@media (max-width: 991px) {
  header .topNavigation .nav-item.dropdown .dropdown-menu {
    position: absolute;
  }
}
header .topNavigation .nav-item.dropdown .dropdown-menu li {
  display: block;
  width: 100%;
  float: none;
}
header .topNavigation .nav-item.dropdown .dropdown-menu li a {
  padding: 10px 15px !important;
  text-align: left;
  color: #fff;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
}
header .topNavigation .nav-item.dropdown .dropdown-menu li a:hover {
  background: #0174cf !important;
}
header .topNavigation .right-header {
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  header .topNavigation .right-header {
    padding-right: 0px;
    padding-left: 15px;
    margin-top: 15px;
  }
  .contact{
    text-align: center !important;
  }
}
header .topNavigation .right-header .call-wrapper {
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 991px) {
  header .topNavigation .right-header .call-wrapper {
    display: none;
  }
}
header .topNavigation .right-header .call-wrapper .call-icon {
  border-radius: 30px;
  background: #fb7b2d;
  padding: 20px 12px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  float: left;
  letter-spacing: 2px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
header .topNavigation .right-header .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0 10px 0;
  text-align: end;
}
@media screen and (max-width: 991px) {
  header .topNavigation .right-header .contact {
    padding: 8px 0 5px 0;
  }
}
header .topNavigation .right-header .contact .heading {
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  header .topNavigation .right-header .contact .heading {
    font-size: 18px;
    color: #fff;
  }
}
header .topNavigation .right-header .contact .subheading {
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  header .topNavigation .menuUl {
    text-align: right;
  }
}
header .topNavigation .menuUl li.productLi {
  cursor: pointer;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
header .topNavigation .menuUl li.productLi::after {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}
@media (min-width: 992px) {
  header .topNavigation .menuUl li.productLi {
    padding-right: 15px;
  }
}
header .topNavigation .menuUl li.productLi .spiriteImg {
  background-position: -122px -61px;
  width: 34px;
  height: 21px;
  float: left;
  margin-right: 10px;
}
header .headerAccounts {
  float: right;
  display: flex;
  display: -webkit-flex;
  min-width: fit-content;
  min-width: -moz-fit-content;
}
@media (max-width: 991px) {
  header .headerAccounts {
    position: absolute;
    top: 40px;
    right: 0;
    margin: 0;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  header .headerAccounts {
    margin-left: auto;
  }
}
header .headerAccounts .item-div {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  header .headerAccounts .item-div {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  header .headerAccounts .item-div {
    margin: 20px 0;
  }
}
header .headerAccounts .item-div .spiriteImg {
  width: 34px;
  height: 21px;
  float: left;
}
header .headerAccounts .item-div .spiriteImg.icon1 {
  background-position: -160px -60px;
}
header .headerAccounts .item-div .spiriteImg.icon2 {
  background-position: -198px -60px;
}
header .headerAccounts .item-div .spiriteImg.icon3 {
  background-position: -198px -89px;
}
header .headerAccounts .item-div .cart-value {
  position: absolute;
  right: -7px;
  top: -9px;
  border-radius: 10px;
  font-size: 10px !important;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  color: #0174cf !important;
}
header .headerAccounts .item-div.search-item {
  width: 200px;
  position: absolute;
  right: 320px;
  top: -100px;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 991px) {
  header .headerAccounts .item-div.search-item {
    width: 100%;
    border-radius: 0;
    position: fixed;
    left: 0;
    right: 0;
  }
}
header .headerAccounts .item-div.search-item input {
  border-radius: 30px;
  padding: 6px 10px;
  font-size: 12px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.075);
  font-weight: 300;
  background: #f9fafa;
  width: 100%;
}
@media screen and (max-width: 991px) {
  header .headerAccounts .item-div.search-item input {
    width: 100%;
    border-radius: 0;
  }
}
header .headerAccounts .item-div.search-item.enableSearch {
  top: 25px;
}
@media screen and (max-width: 991px) {
  header .headerAccounts .item-div.search-item.enableSearch {
    top: 74px;
  }
}
header .headerAccounts .item-div.getinTouch {
  margin-left: 40px;
  border-left: 2px solid #0174cf;
  padding-left: 40px;
}
header .headerAccounts .item-div.getinTouch a {
  border: 2px solid #0174cf;
  color: #0174cf;
  font-size: 12px;
  border-radius: 4px;
  padding: 4px 10px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .menuUl {
    order: 2;
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .headerAccounts {
    order: 1;
  }
}

.searchheader {
  position: fixed;
  width: 100%;
  height: 100vh;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999999;
  bottom: 0;
  background: rgba(0, 0, 0, 0.63);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: none;
}
.searchheader .closeSearch {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fff;
  font-size: 30px;
  z-index: 9999;
  padding: 20px;
  cursor: pointer;
}
.searchheader .subsInput {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -30px;
  width: 400px;
}
@media (max-width: 991px) {
  .searchheader .subsInput {
    margin-left: -150px;
    width: 300px;
  }
}
.searchheader .subsInput input {
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.2s ease-in-out;
  color: #343a40;
}
.searchheader .subsInput input:active {
  transform: scale(0.9);
}
.searchheader .subsButton {
  transition: 0.2s ease-in-out;
  background: #0174cf !important;
  border-radius: 30px !important;
  width: 100px !important;
  height: 53px !important;
  letter-spacing: 1px;
}
.searchheader .subsButton:active {
  transform: scale(0.9);
}

.stickyHeader {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999999;
}
.stickyHeader .topNavigation {
  background: #023f6f;
}
.stickyHeader .topNavigation .right-header .call-wrapper {
  top: 5px;
}
.stickyHeader .topNavigation .right-header .call-wrapper .call-icon {
  letter-spacing: 0;
  font-size: 12px;
  padding: 12px 9px;
}
.stickyHeader .topNavigation .right-header .call-wrapper .call-icon span {
  display: none;
}

@keyframes slideHeader {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.banner-sec .carousel-inner .carousel-item {
  height: 100vh;
}
.banner-sec .carousel-inner .carousel-item .carousel-caption {
  background: rgba(47, 57, 80, 0.79);
  right: 0;
  left: 0;
  display: block;
  align-items: left;
  color: #fff;
  height: 100vh;
  bottom: 0;
}
.banner-sec .carousel-inner .carousel-item .carousel-caption .content-wrapper {
  display: flex;
  align-items: center;
  height: 100vh;
}
.banner-sec .carousel-inner .carousel-item .carousel-caption .content-wrapper .content p {
  color: #fff;
}
.banner-sec .carousel-inner .carousel-item .carousel-caption .content-wrapper .content .top-box {
  margin-bottom: 20px;
  display: block;
}
.banner-sec .carousel-inner .carousel-item .carousel-caption .content-wrapper .content .top-box span {
  border-radius: 5px;
  border: 0;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: 0.2s ease-in-out;
  background: #fb7b2d;
  color: #fff;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}
.banner-sec .carousel-inner .carousel-item .carousel-caption .content-wrapper .content .top-box span:active {
  transform: scale(0.9);
}
.banner-sec .carousel-inner .carousel-item .carousel-caption .content-wrapper .content .subheading {
  font-size: 14px;
  font-weight: 300;
}
.banner-sec .carousel-inner .carousel-item .carousel-caption .content-wrapper .content .heading {
  font-size: 36px;
  font-weight: 700;
}
.banner-sec .carousel-inner .carousel-item .carousel-caption .content-wrapper .content .heading span {
  color: #fb7b2d;
}
.banner-sec .carousel-inner .carousel-item .carousel-caption .content-wrapper .content .knowMore {
  margin-top: 20px;
  display: block;
}
.banner-sec .carousel-inner .carousel-item .carousel-caption .content-wrapper .content .knowMore span {
  border-radius: 0;
  border: 2px solid #fff;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.banner-sec .carousel-inner .carousel-item .carousel-caption img {
  max-height: 270px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .banner-sec .carousel-inner .carousel-item .carousel-caption img {
    max-width: 100%;
    max-height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .banner-sec .carousel-inner .carousel-item .banner-img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  .banner-sec .carousel-inner .carousel-item .banner-img {
    max-width: 100%;
    height: 100vh;
    object-fit: cover;
  }
}
.banner-sec .carousel-control-prev,
.banner-sec .carousel-control-next {
  background: none;
  border: 0;
  width: 10%;
  position: absolute;
  top: 50%;
  background: #343a40;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: -20px;
}
.banner-sec .carousel-control-prev .spiriteImg,
.banner-sec .carousel-control-next .spiriteImg {
  height: 40px;
  width: 22px;
}
.banner-sec .carousel-control-prev {
  left: 20px;
}
.banner-sec .carousel-control-prev .spiriteImg {
  background-position: -44px -113px;
}
.banner-sec .carousel-control-next {
  right: 20px;
}
.banner-sec .carousel-control-next .spiriteImg {
  background-position: -61px -113px;
}
.banner-sec .carousel-indicators {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  margin: 0;
  bottom: 15px;
}
.banner-sec .carousel-indicators button {
  border: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
  background: none;
  border-radius: 30px;
  display: block;
  margin-bottom: 4px;
  opacity: 0.6;
  outline: none;
  transition: 0.2s ease-in-out;
  float: left;
  margin-right: 5px;
  position: relative;
}
.banner-sec .carousel-indicators button.active {
  opacity: 1;
}
.banner-sec .carousel-indicators button.active::before {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
}

.shipping-sec {
  background: #fbf8f3;
  padding: 30px;
}
@media (max-width: 991px) {
  .shipping-sec {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .shipping-sec .column:nth-of-type(3n+1) {
    border-right: 1px solid rgba(0, 0, 0, 0.13);
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }
  .shipping-sec .column:nth-of-type(3n+2) {
    border-right: 1px solid rgba(0, 0, 0, 0.13);
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }
  .shipping-sec .column:nth-of-type(3n+3) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }
  .shipping-sec .column:nth-of-type(4), .shipping-sec .column:nth-of-type(5), .shipping-sec .column:nth-of-type(6) {
    border-bottom: 0;
  }
}
@media (max-width: 991px) {
  .shipping-sec .column {
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }
  .shipping-sec .column:last-child {
    border-bottom: 0;
  }
}
.shipping-sec .column .box {
  display: flex;
  display: -webkit-flex;
  padding: 30px;
}
.shipping-sec .column .box .image {
  float: left;
  margin-right: 15px;
}
.shipping-sec .column .box .image img {
  height: 60px;
  object-fit: contain;
}
.shipping-sec .column .box .image .spiriteImg {
  width: 65px;
  height: 45px;
}
.shipping-sec .column .box .image .icon1 {
  background-position: -237px -53px;
}
.shipping-sec .column .box .image .icon2 {
  background-position: -300px -53px;
}
.shipping-sec .column .box .image .icon3 {
  background-position: -350px -53px;
}
.shipping-sec .column .box .image .icon4 {
  background-position: -237px -106px;
}
.shipping-sec .column .box .image .icon5 {
  background-position: -298px -106px;
}
.shipping-sec .column .box .image .icon6 {
  background-position: -352px -106px;
}
.shipping-sec .column .box .content .heading {
  font-weight: 600;
  font-size: 26px;
}
@media (max-width: 991px) {
  .shipping-sec .column .box .content .heading {
    font-size: 20px;
  }
}

.topProduct-sec {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .topProduct-sec .mainHeading {
    margin-bottom: 50px;
  }
}
.topProduct-sec .box {
  text-align: center;
}
@media (max-width: 991px) {
  .topProduct-sec .box {
    margin-bottom: 60px;
  }
}
.topProduct-sec .box .image {
  border-radius: 100%;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 16px solid #dae7e4;
  background: #caddd9;
  margin: 0 auto;
  margin-bottom: 15px;
}
.topProduct-sec .box .image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.owl-carousel .owl-item {
  padding: 8px 0;
}
.owl-carousel .owl-nav button {
  outline: none;
  opacity: 1;
  width: 55px !important;
  height: 55px;
  border-radius: 100%;
  border: 1px solid #0174cf !important;
  font-size: 40px;
  background: #fff !important;
  color: #0174cf !important;
}
.owl-carousel .owl-nav button:first-child {
  margin-right: 4px;
}
.owl-carousel .owl-nav button span {
  font-size: 35px !important;
}
.owl-carousel .owl-nav button:first-child {
  margin-right: 4px;
}
.owl-carousel .owl-nav button span {
  font-size: 35px !important;
  display: block;
  margin-top: -4px;
}
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  transform: translate(0, -50%);
  top: 50%;
}
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.owl-carousel .owl-dots {
  position: absolute;
  right: 0;
  top: -50px;
}
@media screen and (max-width: 991px) {
  .owl-carousel .owl-dots {
    top: inherit;
  }
}
.owl-carousel .owl-dots button {
  background: #0174cf;
  border-radius: 20px;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .owl-carousel .owl-dots button {
    width: 8px;
    height: 8px;
    margin-left: 5px;
  }
}
.owl-carousel .owl-dots button.active {
  background: #fb7b2d;
}

.productcarousel-sec {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .productcarousel-sec {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .productcarousel-sec {
    padding: 0 !important;
  }
}
.productcarousel-sec .owl-carousel .item {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-align: left;
}
@media (max-width: 991px) {
  .productcarousel-sec .owl-carousel .item {
    height: 200px;
  }
}
.productcarousel-sec .owl-carousel .item a {
  display: block;
  height: 100%;
  width: 100%;
}
.productcarousel-sec .owl-carousel .item a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.productcarousel-sec.newArrivals {
  padding-left: 30px;
  padding-right: 30px;
  background: #f9fafa;
}
.productcarousel-sec.newArrivals .box-service {
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
}
@media screen and (max-width: 991px) {
  .productcarousel-sec.newArrivals .box-service {
    margin-bottom: 30px;
  }
}
.productcarousel-sec.newArrivals .box-service .image {
  height: 250px;
}
.productcarousel-sec.newArrivals .box-service .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.productcarousel-sec.newArrivals .box-service .content {
  background: #fff;
  padding: 30px;
}
.productcarousel-sec.newArrivals .box-service .content .heading {
  font-size: 18px;
  text-transform: uppercase;
}
.productcarousel-sec.newArrivals .box-service .content .subheading {
  margin: 20px 0;
}
.productcarousel-sec.newArrivals .box-service .content .price {
  font-weight: 600;
  font-size: 18px;
  color: #fb7b2d;
}
.productcarousel-sec.newArrivals .box-service .content .readmore {
  color: #fb7b2d;
  font-weight: 600;
  font-size: 12px;
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
}
.productcarousel-sec.newArrivals .box-service .content .readmore:hover {
  transition: 0.2s ease-in-out;
  color: #fb7b2d;
}
.productcarousel-sec.newArrivals .box-service .content .readmore:hover {
  text-decoration: none;
}
.productcarousel-sec.newArrivals .mainHeading .small {
  font-size: 12px;
  font-weight: 300;
}

.hightlightpd-sec {
  padding: 0 30px;
  padding-bottom: 60px;
}
.hightlightpd-sec .mainHeading {
  margin-bottom: 30px;
}
.hightlightpd-sec .box {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  text-align: right;
}
@media (min-width: 992px) {
  .hightlightpd-sec .box {
    text-align: left;
  }
}
.hightlightpd-sec .box::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background: #343a40;
  right: 0;
  top: 90px;
  z-index: -1;
}
.hightlightpd-sec .box::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #343a40;
  right: -10px;
  top: 86px;
  z-index: -1;
}
.hightlightpd-sec .box .image {
  margin: 0 auto;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .hightlightpd-sec .box .image {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .hightlightpd-sec .box .image {
    margin: 10px auto;
    display: table;
  }
}
.hightlightpd-sec .box .image .spiriteImg {
  width: 60px;
  height: 60px;
}
.hightlightpd-sec .box .image .icon1 {
  background-position: -410px -60px;
}
.hightlightpd-sec .box .image .icon2 {
  background-position: -484px -60px;
}
.hightlightpd-sec .box .image .icon3 {
  background-position: -561px -60px;
}
.hightlightpd-sec .box .image .icon4 {
  background-position: -667px -60px;
}
@media (max-width: 991px) {
  .hightlightpd-sec .box {
    text-align: center;
  }
  .hightlightpd-sec .box::before, .hightlightpd-sec .box::after {
    content: inherit;
  }
}
.hightlightpd-sec .image-col {
  text-align: center;
}
@media (max-width: 991px) {
  .hightlightpd-sec .image-col img {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.hightlightpd-sec.hightlightBottom .mainHeading {
  margin-bottom: 40px;
}
.hightlightpd-sec.hightlightBottom .box {
  display: inline-block;
}
.hightlightpd-sec.hightlightBottom .box::before, .hightlightpd-sec.hightlightBottom .box::after {
  content: inherit;
}
.hightlightpd-sec.hightlightBottom .box .content {
  float: left;
  width: 300px;
}
.hightlightpd-sec.hightlightBottom .box .image {
  float: left;
}
@media (max-width: 991px) {
  .hightlightpd-sec.hightlightBottom .box .image {
    float: none;
  }
}
.hightlightpd-sec.hightlightBottom .box .image .icons {
  background: #f9fafa;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.hightlightpd-sec.hightlightBottom .box .image .icons::before {
  content: "";
  background: #bdd3e0;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: -7px;
  right: -9px;
  z-index: -1;
}
.hightlightpd-sec.hightlightBottom .box .icon1 {
  background-position: -413px -125px;
}
.hightlightpd-sec.hightlightBottom .box .icon2 {
  background-position: -496px -125px;
}
.hightlightpd-sec.hightlightBottom .box .icon3 {
  background-position: -583px -125px;
}
.hightlightpd-sec.hightlightBottom .box .icon4 {
  background-position: -667px -125px;
}
.hightlightpd-sec.hightlightBottom .box .icon5 {
  background-position: -751px -125px;
}
.hightlightpd-sec.hightlightBottom .box .icon6 {
  background-position: -830px -125px;
}
@media (min-width: 992px) {
  .hightlightpd-sec.hightlightBottom .left-column .box .image {
    float: right;
  }
}
.hightlightpd-sec.hightlightBottom .rightColumn .box {
  text-align: left;
}
@media (max-width: 991px) {
  .hightlightpd-sec.hightlightBottom .rightColumn .box {
    text-align: center;
  }
}
.hightlightpd-sec.hightlightBottom .rightColumn .box .image {
  margin-left: 0;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .hightlightpd-sec.hightlightBottom .rightColumn .box .image {
    margin: 10px auto;
    display: table;
  }
}

.middlecontent-sec {
  padding: 30px;
  background: url(../images/middlecontent.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.middlecontent-sec::before {
  content: "";
  background: rgba(255, 255, 255, 0.62);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media (min-width: 992px) {
  .middlecontent-sec {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .middlecontent-sec .mainHeading .heading {
    font-size: 60px;
    font-size: 600;
  }
  .middlecontent-sec .mainHeading .subheading {
    font-size: 20px;
    letter-spacing: 4px;
  }
}

.singlepd-sec {
  padding-bottom: 60px;
}
.singlepd-sec .mainHeading {
  margin: 40px 0;
}

.information-sec {
  padding: 30px 30px;
  padding-bottom: 60px;
  background: url(../images/singleBg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  .information-sec {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.information-sec .mainHeading {
  margin-bottom: 40px;
}
.information-sec .box {
  background: #fff;
  padding: 60px 30px;
  text-align: center;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .information-sec .box {
    padding: 30px 10px;
    margin-bottom: 15px;
  }
}
.information-sec .box .image {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
  margin-bottom: 15px;
  background: #f9fafa;
  border-radius: 100%;
}
.information-sec .box .moreDetails {
  margin-top: 30px;
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #2b2b2b;
}

.collapsing-sec {
  padding: 30px 30px;
  background: url(../images/collapsebg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.collapsing-sec .mainHeading {
  margin-bottom: 40px;
}
.collapsing-sec .accordion .accordion-button {
  border: 0;
  background: none;
  color: #0174cf;
  font-weight: 600;
  border-bottom: 1px solid #0174cf;
  padding-left: 0;
  border-radius: 0;
  outline: none;
}
.collapsing-sec .accordion .accordion-button:focus {
  box-shadow: none;
  transform: scale(1);
}
.collapsing-sec .accordion .accordion-button:last-child {
  border-radius: 0;
}
.collapsing-sec .accordion .accordion-collapse {
  border: 0;
}
.collapsing-sec .accordion .accordion-collapse .accordion-body {
  padding-left: 0;
}

.footerContact {
  padding: 30px;
  padding-bottom: 50px;
  background: #f9fafa;
}
@media (max-width: 991px) {
  .footerContact {
    padding: 15px;
  }
}
.footerContact .mainHeading {
  margin-bottom: 60px;
}
.footerContact .box {
  border: 1px solid #0174cf;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  display: -webkit-flex;
  position: relative;
}
@media (max-width: 991px) {
  .footerContact .box {
    margin-bottom: 30px;
  }
}
.footerContact .box .image {
  float: left;
  margin-right: 15px;
}
.footerContact .box .image svg,
.footerContact .box .image img {
  font-size: 60px;
  width: 60px;
}
.footerContact .box .content .title {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  color: #343a40;
}
.footerContact .box .content .heading {
  font-size: 24px;
}
.footerContact .box .content .buttonPrimary {
  position: absolute;
  left: 100px;
}

.subsInput {
  position: relative;
  margin: 30px 0;
}
.subsInput input {
  border-radius: 30px;
  padding: 12px 15px;
  background: #f9fafa;
  font-size: 14px;
  width: 100%;
  border: 0;
  outline: none;
}
.subsInput .subsButton {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #343a40;
  color: #fff;
  border: 0;
  position: absolute;
  right: 4px;
  top: 4px;
  outline: none;
}

.socialUl {
  margin: 0;
  padding: 0;
}
.socialUl li {
  list-style: none;
}
.socialUl li {
  display: inline-block;
  font-size: 14px;
}
.socialUl li:last-child {
  margin-right: 0;
}
.socialUl li a {
  color: #0174cf;
  transition: 0.2s ease-in-out;
}
.socialUl li a:hover {
  color: #fff;
}
.socialUl li a .spiriteImg {
  width: 26px;
  height: 26px;
}
.socialUl li a .spiriteImg.youtube {
  background-position: -202px -182px;
}
.socialUl li a .spiriteImg.facebook {
  background-position: -202px -214px;
}
.socialUl li a .spiriteImg.instagram {
  background-position: -202px -247px;
}
.socialUl li a .spiriteImg.twitter {
  background-position: -202px -279px;
}
.socialUl li a .spiriteImg.linkedin {
  background-position: -202px -311px;
}

footer {
  padding-top: 60px;
  background: #f9fafa;
}
@media (max-width: 991px) {
  footer {
    padding: 15px;
  }
}
footer .mainHeading .heading {
  font-size: 40px;
  padding: 10px 0;
  color: #0174cf;
}
@media (max-width: 991px) {
  footer .mainHeading .heading {
    font-size: 20px;
  }
}
footer .mainHeading .subheading {
  color: #b1b1b1;
}
footer .footerLinks-bottomLine {
  padding-bottom: 20px;
}
footer .footerLinks .heading {
  color: #0174cf;
}
footer .footerLinks .logo-footer {
  height: 40px;
  object-fit: contain;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  footer .footerLinks {
    padding-left: 50px;
    padding-right: 50px;
  }
  footer .footerLinks:last-child {
    border-right: 0;
  }
}
footer .footerLinks.with-icon {
  display: flex;
}
@media screen and (max-width: 991px) {
  footer .footerLinks.with-icon {
    margin-bottom: 30px;
  }
}
footer .footerLinks.with-icon .spiriteImg {
  min-width: 70px;
  max-width: 70px;
  height: 76px;
  margin-right: 10px;
}
footer .footerLinks.with-icon .spiriteImg.location-icon {
  background-position: -253px -153px;
}
footer .footerLinks.with-icon .spiriteImg.contact-icon {
  background-position: -253px -230px;
}
footer .footerLinks ul li {
  font-size: 14px;
  font-weight: 400;
  padding: 4px 0;
}
footer .footerLinks ul li a {
  font-size: 14px;
  transition: 0.2s ease-in-out;
}
footer .footerLinks ul li a:hover {
  color: #0174cf;
}
footer .footerBottom {
  border-top: 1px solid rgba(0, 0, 0, 0.068);
  padding: 15px 15px;
  background: #0174cf;
  margin-top: 30px;
}
footer .footerBottom .cardUl {
  margin: 0;
  padding: 0;
}
footer .footerBottom .cardUl li {
  list-style: none;
}
footer .footerBottom .cardUl li {
  display: inline-block;
}
footer .footerBottom .cardUl li img {
  height: 30px;
  border-radius: 3px;
}
footer .footerBottom .copyrightText {
  font-size: 12px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 7px;
}
@media (max-width: 991px) {
  footer .footerBottom .copyrightText {
    padding-top: 15px;
  }
}

.takeTop {
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
  position: fixed;
  z-index: 999999;
  right: 10px;
  bottom: 10px;
  display: none;
  cursor: pointer;
  filter: brightness(1);
  background: #fb7b2d;
  padding: 10px 10px;
  border-radius: 100px;
}
.takeTop .spiriteImg {
  width: 30px;
  height: 30px;
  background-position: -62px -50px;
  transform: rotate(-90deg);
}

.takeupshow {
  display: block;
}

.logoMobile {
  height: 30px;
  background: #fff;
  padding: 2px 5px;
}

.dropboxwrapper {
  top: 30px;
  display: none;
  position: absolute;
  z-index: 999999;
  right: 0;
  animation: animatBox 0.5s ease-in-out;
}
.dropboxwrapper::before {
  content: "";
  background: #0174cf;
  position: absolute;
  top: -7px;
  right: 14px;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  z-index: 9999999;
}
.dropboxwrapper .loginButton {
  padding: 0;
  margin: 0;
}
.dropboxwrapper .loginButton .buttonSecondary,
.dropboxwrapper .loginButton .buttonPrimary {
  font-size: 12px;
  padding: 8px 10px;
}
.dropboxwrapper .logoutButton {
  border: 2px solid #fff;
  padding: 6px 10px;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
}

.dropoptions {
  background: #0174cf;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
  padding: 20px;
  min-width: 280px;
  max-width: 280px;
  max-height: 350px;
  overflow: auto;
}
.dropoptions .item {
  padding: 10px 0 !important;
  text-align: left;
  color: #fff;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
}
.dropoptions .item .buttonPrimary {
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0 auto;
  display: table;
}
.dropoptions .item img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 10px !important;
}
.dropoptions .item .title {
  width: calc(100% - 100px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dropoptions .item .price {
  width: calc(100% - 150px);
  font-weight: 600;
  color: #0174cf;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dropoptions .item:last-child {
  border-bottom: 0;
}
.dropoptions .item .spiriteImg {
  width: 25px !important;
  height: 25px !important;
  margin-right: 10px !important;
  margin-top: -5px;
}
.dropoptions .item .myorder {
  background-position: -124px -1px;
}
.dropoptions .item .wishlist {
  background-position: -202px -1px;
}
.dropoptions .item .myaccount {
  background-position: -152px -1px;
}
.dropoptions .item .trackingorder {
  background-position: -176px -1px;
}
.dropoptions .item:hover .wishlist {
  transition: 0.2s ease-in-out;
  background-position: -202px -25px;
}
.dropoptions .item:hover .myorder {
  transition: 0.2s ease-in-out;
  background-position: -124px -25px;
}
.dropoptions .item:hover .myaccount {
  transition: 0.2s ease-in-out;
  background-position: -152px -25px;
}
.dropoptions .item:hover .trackingorder {
  transition: 0.2s ease-in-out;
  background-position: -176px -25px;
}
.dropoptions .item .buttonPrimary,
.dropoptions .item .buttonSecondary {
  margin: 0 auto;
}
.dropoptions .item-devider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.089);
  margin: 10px 0;
}

@-webkit-keyframes animatBox {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes animatBox {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.enableDropbox {
  display: block;
}

.newsevent-sec {
  background: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
.newsevent-sec .leftPart {
  max-height: 650px;
  overflow: auto;
  padding: 15px;
}
.newsevent-sec .box {
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
}
.newsevent-sec .box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .newsevent-sec .box {
    display: flex;
    display: -webkit-flex;
    border-radius: 0;
    padding: 0;
  }
  .newsevent-sec .box .image {
    border-radius: 0 !important;
    min-width: 400px;
    height: auto !important;
  }
  .newsevent-sec .box .image img {
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .newsevent-sec .box {
    margin-bottom: 15px;
  }
}
.newsevent-sec .box .image {
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
}
.newsevent-sec .box .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.newsevent-sec .box .content {
  padding: 15px 15px;
}
.newsevent-sec .box .content .heading {
  margin: 20px 0;
}
.newsevent-sec .box .content .subheading {
  margin: 20px 0;
}
.newsevent-sec .box .content .date {
  font-size: 12px;
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
}
.newsevent-sec .box .content .moreDetails {
  color: #0174cf;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  padding: 6px 10px;
  border: 2px solid #0174cf;
  border-radius: 5px;
}
.newsevent-sec .recent-box {
  background: #f9fafa;
  padding: 30px;
  max-height: 650px;
  overflow: auto;
}
.newsevent-sec .recent-box .heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.089);
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 20px;
}
.newsevent-sec .recent-box .heading::after {
  content: "";
  background: #0174cf;
  height: 4px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.newsevent-sec .recent-box .recent-item .box {
  background: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.089);
  margin-bottom: 20px;
}
.newsevent-sec .recent-box .recent-item .box .content {
  padding: 0 0 25px 15px;
}
.newsevent-sec .recent-box .recent-item .box:last-child {
  border-bottom: 0;
}
.newsevent-sec .recent-box .recent-item .box .image {
  min-width: 80px;
  max-width: 80px;
  max-height: 80px;
  max-height: 80px;
}
.newsevent-sec .recent-box .recent-item .box .subheading {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
}

.listedhospital-sec {
  background: url(../images/hospital-bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 60px 15px;
  position: relative;
  z-index: 1;
}
.listedhospital-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(87, 177, 186, 0.68);
}
.listedhospital-sec .image-col {
  background: #fff;
  padding: 10px;
}
.listedhospital-sec .image-col img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.listedhospital-sec .mainHeading {
  text-align: left;
}
@media (max-width: 991px) {
  .listedhospital-sec .box .content {
    margin-top: 15px;
  }
}
.listedhospital-sec .box .content .heading {
  font-size: 34px;
}
@media (max-width: 991px) {
  .listedhospital-sec .box .content .heading {
    font-size: 22px;
  }
}
.listedhospital-sec .box .content .subheading {
  font-weight: 600;
  color: #000;
}

.breadcrumb-sec {
  background: url(../images/hospital-bg.jpg) no-repeat;
  background-size: cover;
  min-height: 70px;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
}
.breadcrumb-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.78);
}
.breadcrumb-sec .breadcrumb {
  margin: 0;
}
.breadcrumb-sec .breadcrumb li {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 28px;
}
@media (max-width: 991px) {
  .breadcrumb-sec .breadcrumb li:first-child {
    display: none;
  }
}
@media (min-width: 992px) {
  .breadcrumb-sec .breadcrumb li:first-child {
    font-size: 30px;
    border-right: 2px solid #fff;
    padding: 0;
    padding-right: 30px;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-sec .breadcrumb li {
    letter-spacing: 0px;
  }
}
.breadcrumb-sec .breadcrumb li.active {
  opacity: 0.6;
}

.breadcrumb-sec.careerbanner {
  background: url(../images/career-banner.jpg) no-repeat;
  background-size: cover;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .breadcrumb-sec.careerbanner {
    min-height: 400px;
  }
}

.contactus-sec {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .contactus-sec .leftColumn {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 30px;
  }
}
.contactus-sec .rightColumn {
  background: url(../images/map-pattern.png) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 992px) {
  .contactus-sec .rightColumn {
    padding-left: 30px;
  }
}
.contactus-sec .contactDetails {
  margin-bottom: 30px;
}
.contactus-sec .contactDetails .heading {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  margin-bottom: 5px;
  color: #0174cf;
}
.contactus-sec .contactDetails .subheading {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
}

.inputField {
  position: relative;
  margin-bottom: 15px;
}
.inputField p {
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
}
.inputField input,
.inputField select,
.inputField textarea {
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  outline: none;
}

.about-sec {
  padding: 30px 0;
  background: #f9fafa;
}
.about-sec .ul-initial {
  margin-top: 30px;
  padding-left: 20px;
}
.about-sec .ul-initial li {
  list-style-image: url(../images/checkmark.png);
  padding: 6px 0;
  font-weight: 600;
}

.product-section {
  padding: 30px 0;
}

.productBox {
  position: relative;
  background: #f2f2f2;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .productBox {
    padding: 30px;
  }
}
.productBox .price {
  color: #0174cf;
  font-weight: 600;
  font-size: 20px;
}
.productBox .images {
  position: relative;
}
@media (min-width: 992px) {
  .productBox .images {
    height: 300px;
  }
}
.productBox .images img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.productBox .images .overlay {
  background: #fff;
  border-radius: 30px;
  position: absolute;
  right: -15px;
  top: -30px;
  padding: 15px 5px;
  overflow: hidden;
}
.productBox .images .overlay li {
  display: block;
  margin-bottom: 10px;
}
.productBox .images .overlay li:last-child {
  margin-bottom: 0;
}
.productBox .images .overlay li .spiriteImg {
  width: 30px;
  height: 30px;
}
.productBox .images .overlay li .spiriteImg {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.productBox .images .overlay li .icon1 {
  background-position: -7px -170px;
}
.productBox .images .overlay li .icon1:hover {
  background-position: -7px -194px;
  transition: 0.2s ease-in-out;
}
.productBox .images .overlay li .icon2 {
  background-position: -7px -42px;
}
.productBox .images .overlay li .icon2:hover {
  background-position: -7px -73px;
  transition: 0.2s ease-in-out;
}
.productBox .images .overlay li .icon3 {
  background-position: -7px -105px;
}
.productBox .images .overlay li .icon3:hover {
  background-position: -7px -140px;
  transition: 0.2s ease-in-out;
}
.productBox .content .heading {
  color: #0174cf;
}
.productBox .content .buttonPrimary {
  display: inline-block;
  padding: 6px 25px;
  margin-top: 10px;
}

.paginationList .page-item {
  margin-right: 5px;
}

.paginationList .page-item .page-link {
  border-radius: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  color: #343a40;
  font-weight: 600;
  font-size: 14px;
  outline: none;
  text-transform: uppercase;
}

.paginationList .page-item:first-child a {
  width: auto;
  color: #343a40;
}

.paginationList .page-item:last-child a {
  width: auto;
  color: #343a40;
}

.paginationList .page-item.active a {
  background: #343a40;
  color: #fff;
}

.productImages .full {
  height: 100%;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  padding: 30px;
}

.productImages .full img {
  max-width: 80%;
  max-height: 100%;
  object-fit: contain;
}
@media (min-width: 992px) {
  .productImages .full img {
    max-height: 350px;
    max-width: 350px;
  }
}

.productImages .gallery .previews a {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  display: block;
  padding: 5px 10px;
}
.productImages .gallery .previews a:last-child {
  margin-bottom: 0;
}

.productImages .gallery .previews a img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .right-wrap {
    border-left: 2px solid #f9fafa;
    padding-left: 40px;
  }
}

.right-wrap .header [category] {
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.8;
  margin: 0;
}

.right-wrap .header .title {
  font-size: 34px;
  padding: 10px 0;
  margin: 0;
  color: #565656;
  text-align: left;
}
@media (max-width: 991px) {
  .right-wrap .header .title {
    font-size: 22px;
  }
}

.right-wrap .header [sku] {
  text-align: right;
  font-size: 12px;
  opacity: 0.6;
  margin: 0;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.right-wrap .content [description] {
  font-size: 12px;
  opacity: 0.8;
  margin: 0;
}

.right-wrap .content p tbody tr td,
.right-wrap .content ul tbody tr td,
.right-wrap .content li tbody tr td,
.right-wrap .content table tbody tr td {
  font-size: 14px;
  padding: 12px 0;
}
.right-wrap .content p tbody tr td:first-child,
.right-wrap .content ul tbody tr td:first-child,
.right-wrap .content li tbody tr td:first-child,
.right-wrap .content table tbody tr td:first-child {
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  min-width: 100px;
}

.right-wrap .content ul {
  margin: 0;
  padding: 0;
  margin: 20px 0;
  padding-left: 25px;
}

.right-wrap .content ul li {
  list-style: none;
}

.right-wrap .content ul li {
  list-style: circle;
  font-size: 14px;
}

.right-wrap .content .product-buttons input,
.right-wrap .content .product-buttons button,
.right-wrap .content .product-buttons a {
  background: #fff;
  border: 0;
  padding: 10px 10px;
  width: 100%;
  text-align: center;
  outline: none;
}

.right-wrap .content .product-buttons .buyNow {
  border-radius: 5px;
  border: 0;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: 0.2s ease-in-out;
  background: #fb7b2d;
  color: #fff;
}
.right-wrap .content .product-buttons .buyNow:active {
  transform: scale(0.9);
}

.right-wrap .content .product-buttons .addCart {
  border-radius: 5px;
  border: 0;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: 0.2s ease-in-out;
  background: #0174cf;
  color: #fff;
  font-size: 16px;
}
.right-wrap .content .product-buttons .addCart:active {
  transform: scale(0.9);
}

.right-wrap .content .socialShare {
  margin: 0;
  padding: 0;
}

.right-wrap .content .socialShare li {
  list-style: none;
}

.right-wrap .content .socialShare li {
  display: inline-block;
  margin-right: 15px;
  font-weight: 600;
}

.right-wrap .content .socialShare li svg {
  vertical-align: middle;
}

.sizeProduct {
  height: 35px;
  border: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding: 0 10px;
  background: none;
  color: #343a40;
  text-transform: uppercase;
  border: 2px solid #343a40;
  border-radius: 0;
}

.priceDel {
  margin: 0;
  font-size: 12px;
  color: #0a0617;
}

.priceDel.freeDel {
  color: #0174cf;
}

.priceViewpd {
  font-weight: 600;
  font-size: 24px;
  color: #fb7b2d;
  margin: 0;
  margin-bottom: 15px;
}

.product-sec [mainHeading] {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}
.product-sec nav {
  margin-bottom: 30px;
  margin: 0 auto;
  display: table;
  background: none;
}
.product-sec .nav-tabs,
.product-sec .nav-link {
  border: 0;
}
.product-sec .nav-tabs .nav-link {
  padding-left: 0;
  padding-right: 0;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 400;
  background: none;
  padding: 5px 10px;
  border-radius: 0;
  border-radius: 30px;
}
.product-sec .nav-tabs .nav-link:last-child {
  margin-right: 0;
}
.product-sec .nav-tabs .nav-link.active {
  color: #343a40;
  background: #fff;
  position: relative;
  font-weight: 700;
}
.product-sec .nav-tabs .nav-link.active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 135%;
  width: 110%;
  border: 2px solid #fff;
  padding: 5px;
  border-radius: 30px;
}
.product-sec .category-div .header {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.product-sec .category-div ul li a {
  display: flex;
  margin-bottom: 20px;
  cursor: pointer;
}
.product-sec .category-div ul li a img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  margin-right: 15px;
}
.product-sec .category-div ul li a .content p {
  margin: 0;
}
.product-sec .category-div ul li a .content .heading {
  font-size: 14px;
  font-size: 300;
  color: #343a40;
}
.product-sec .category-div ul li a .content .subheading {
  color: #0174cf;
  font-size: 12px;
}
.product-sec .category-div ul li a:hover .heading {
  color: #fb7b2d;
}
.product-sec .category-div.reagents-list ul li a {
  display: flex;
  align-items: center;
  color: #0174cf;
  font-size: 14px;
  font-weight: 300;
}
.product-sec .category-div.reagents-list ul li a svg {
  color: #343a40;
  vertical-align: middle;
  margin-right: 10px;
}
.product-sec .category-div.reagents-list.related-div ul li {
  float: left;
  width: 25%;
}
@media screen and (max-width: 991px) {
  .product-sec .category-div.reagents-list.related-div ul li {
    display: inline-block;
    float: none;
    width: auto;
  }
}
.product-sec .category-div.reagents-list.related-div ul li a {
  color: #343a40;
  font-weight: 600;
}
.product-sec .category-div.reagents-list.related-div ul li a:hover {
  color: #fb7b2d;
}

.product-sec.productView {
  margin-top: 15px;
  border-top: 2px solid #f9fafa;
  padding-top: 30px;
}
.product-sec.productView [mainHeading] {
  text-align: left;
}
.product-sec.productView .nav-item {
  display: block;
  width: 100%;
}
.product-sec.productView .nav-tabs .nav-link {
  color: #343a40;
  font-weight: 400;
  font-size: 16px;
  border-radius: 0;
  text-transform: uppercase;
  border-right: 2px solid #f9fafa;
  width: 100%;
  display: block;
}
.product-sec.productView .nav-tabs .nav-link.active {
  font-weight: 600;
  border-radius: 0;
  border: 0;
  color: #0174cf;
  font-weight: 600;
  border-right: 2px solid #0174cf;
}
.product-sec.productView .nav-tabs .nav-link.active::before {
  content: inherit;
}

@media (max-width: 991px) {
  .productImages .gallery .previews a {
    float: left;
    width: 70px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
  }
}
.zoomWrapper {
  max-width: 100%;
}

.fbplus-ie {
  padding: 30px;
}

.likeButton {
  width: 30px;
  height: 30px;
  border: 0;
  background-position: -7px -42px;
  transition: 0.2s ease-in-out;
  outline: none;
}

.likeButton.active {
  background-position: -7px -73px;
  outline: none;
}

.inputQuantity {
  height: 32px;
  border: 0;
  border-bottom: 2px solid #343a40;
  outline: none;
  box-shadow: none;
}
.inputQuantity:focus, .inputQuantity:active {
  outline: none;
  box-shadow: none;
}

.input-group-prepend,
.input-group-append {
  height: 32px;
  padding: 0;
  border: 0;
}
.input-group-prepend button,
.input-group-append button {
  border-radius: 0;
  background: none;
  border: 0;
  border-bottom: 2px solid #343a40;
  font-size: 20px;
  padding: 0;
}

.cartview-section {
  background: #eaeaea;
}
.cartview-section .headercart {
  padding: 10px 10px;
  font-size: 20px;
  border: 1px solid rgba(0, 0, 0, 0.055);
  background: #fff;
  color: #343a40;
}
.cartview-section .contentcart {
  border: 1px solid rgba(0, 0, 0, 0.055);
  padding: 15px;
  margin-top: -1px;
  vertical-align: middle;
  position: relative;
  background: #fff;
}
.cartview-section .contentcart .buttonSecondary,
.cartview-section .contentcart .buttonPrimary {
  padding-left: 16px;
  padding-right: 16px;
}
.cartview-section .contentcart .deliveryinfo {
  background: rgba(64, 52, 255, 0.09);
  color: #fb7b2d;
  padding: 15px;
}
.cartview-section .contentcart .pd-image img {
  height: 100px;
  width: 100px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cartview-section .contentcart .pd-image img {
    height: 200px;
    width: 100%;
    margin-bottom: 5px;
  }
  .cartview-section .contentcart .pd-delete {
    position: absolute;
    right: 30px;
    top: 30px;
    max-width: 48px;
  }
}
.cartview-section .contentcart .pd-title {
  color: #343a40;
  font-size: 16px;
  clear: both;
}
.cartview-section .contentcart .pd-title small {
  color: #fb7b2d;
}
.cartview-section .contentcart .pd-price {
  color: #0174cf;
  font-weight: 700;
  text-align: center;
}
.cartview-section .contentcart .pd-delete button {
  border: 1px solid rgba(255, 4, 4, 0.474);
  background: rgba(255, 4, 4, 0.274);
  color: #ff0404;
  padding: 5px 10px;
  border-radius: 100%;
}
.cartview-section .myorder .contentcart .pd-image img {
  width: 100%;
  object-fit: contain;
  object-position: top;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .cartview-section .myorder .contentcart .pd-image img {
    height: 300px;
  }
}
.cartview-section .myorder .contentcart .status {
  font-size: 12px;
  color: #0174cf;
}
.cartview-section .myorder .contentcart .status .heading {
  color: #fb7b2d;
  font-weight: 700;
}
.cartview-section .myorder .contentcart .cancelorder {
  border: 0;
  padding: 4px 10px;
  width: 50%;
  float: left;
  color: #fff;
  font-size: 12px;
  background: #0174cf;
  display: block;
  text-align: center;
  box-shadow: 0px -1px #0174cf;
  border-top: 1px solid rgba(255, 255, 255, 0.63);
}
.cartview-section .myorder .contentcart .trackorder {
  border: 0;
  padding: 4px 10px;
  width: 50%;
  float: left;
  color: #fff;
  font-size: 12px;
  background: #343a40;
  display: block;
  text-align: center;
  box-shadow: 0px -1px #343a40;
  border-top: 1px solid rgba(255, 255, 255, 0.63);
}
@media (max-width: 991px) {
  .cartview-section .myorder .contentcart .cancelorder {
    width: 50%;
    float: left;
  }
  .cartview-section .myorder .contentcart .trackorder {
    width: 50%;
    float: left;
  }
}
.cartview-section .myorder .allOrderslist .contentcart .pd-image img {
  object-fit: contain;
  object-position: top;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .cartview-section .myorder .allOrderslist .contentcart .pd-image img {
    width: 100px;
    height: 100px;
  }
}
.cartview-section .myorder .allOrderslist .contentcart .status {
  font-size: 12px;
  color: #0174cf;
}
.cartview-section .myorder .allOrderslist .contentcart .status .heading {
  font-weight: 700;
  color: #fb7b2d;
}
@media (max-width: 991px) {
  .cartview-section .contentcart {
    margin-bottom: 15px;
  }
}

.inputQuantity {
  height: 32px;
  border: 0;
  border-bottom: 2px solid #343a40;
  outline: none;
  box-shadow: none;
}
.inputQuantity:focus, .inputQuantity:active {
  outline: none;
  box-shadow: none;
}

.input-group-prepend,
.input-group-append {
  height: 32px;
  padding: 0;
  border: 0;
}
.input-group-prepend button,
.input-group-append button {
  border-radius: 0;
  background: none;
  border: 0;
  border-bottom: 2px solid #343a40;
  font-size: 20px;
  padding: 0;
}

.orderbydate {
  border: 0;
  outline: none;
  width: 100px;
  height: 100%;
}

.inputDelivery {
  position: relative;
  left: 0;
  margin-bottom: 15px;
  width: 100%;
}
.inputDelivery input,
.inputDelivery select,
.inputDelivery textarea {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f9fafa;
  padding: 9px 16px;
  padding-left: 35px;
  font-size: 14px;
  outline: none;
  transition: 0.2s ease-in-out;
  width: 100%;
  box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.13);
}
.inputDelivery input:active,
.inputDelivery select:active,
.inputDelivery textarea:active {
  transform: scale(0.9);
}
.inputDelivery .icons {
  position: absolute;
  left: 10px;
  top: 11px;
  font-size: 16px;
  color: #a2a2a2;
}

.logingDeliverCol {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 110px;
}
.logingDeliverCol .loginDevider {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f9fafa;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.logingDeliverCol .loginDevider::before {
  content: "";
  content: "";
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translate(-50%, 0);
  background: rgba(0, 0, 0, 0.1);
  height: 30px;
  width: 2px;
}
.logingDeliverCol .loginDevider::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translate(-50%, 0);
  background: rgba(0, 0, 0, 0.1);
  height: 30px;
  width: 2px;
}

.deliveryDetails .headercart {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.deliveryDetails .wrapperdDetails {
  margin-bottom: 15px;
  position: relative;
  min-height: 190px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px;
  padding-top: 40px;
  border-radius: 5px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.021);
}
.deliveryDetails .wrapperdDetails .checkboxLabel {
  position: absolute;
  right: 0;
  top: 5px;
}
.deliveryDetails .wrapperdDetails .editButton {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 4px 10px;
  background: none;
  color: #0174cf;
  border: 2px solid #0174cf;
  float: right;
  border-radius: 4px;
}
.deliveryDetails .wrapperdDetails.addnew {
  border-color: rgba(87, 177, 186, 0.29);
  color: #0174cf;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background: rgba(87, 177, 186, 0.08);
  padding-top: 15px;
}
.deliveryDetails .wrapperdDetails.addnew a,
.deliveryDetails .wrapperdDetails.addnew button {
  display: block;
  width: 100%;
  height: 100%;
}
.deliveryDetails .wrapperdDetails.selected {
  border-color: rgba(64, 52, 255, 0.4);
  background: rgba(64, 52, 255, 0.09);
  color: #fb7b2d;
}

.googleButton {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  justify-content: left;
  padding: 0;
  border: 2px solid #4285f4;
  background: #4285f4;
  color: #fff;
  font-size: 12px;
  width: 100%;
  outline: none;
}
.googleButton .iconsGoogle {
  background: #fff;
  margin-right: 10px;
}
.googleButton .iconsGoogle .spiriteImg {
  width: 35px;
  height: 35px;
  background-position: -273px 1px;
}

.facebookButton {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  justify-content: left;
  padding: 0;
  border: 2px solid #3c579e;
  background: #f9fafa;
  color: #3c579e;
  font-size: 12px;
  width: 100%;
  outline: none;
}
.facebookButton .iconsFacebook {
  background: #3c579e;
  margin-right: 10px;
}
.facebookButton .iconsFacebook .spiriteImg {
  width: 35px;
  height: 35px;
  background-position: -302px 2px;
}

.paymentSuccess {
  text-align: center;
}
.paymentSuccess .iconImg {
  height: 130px;
  object-fit: contain;
}
.paymentSuccess .title {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #62bf0c;
}
.paymentSuccess .title-red {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #dc3545;
}

.filterDiv {
  display: block;
  text-align: right;
}
.filterDiv .filterSection {
  border: 1px solid #343a40;
  padding: 4px 10px;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin: 15px 0;
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
  position: relative;
  z-index: 1;
}
.filterDiv .filterSection.sort {
  padding: 0;
}
.filterDiv .filterSection.sort .dropdown button {
  outline: none;
  border: 0;
  background: none;
  text-transform: uppercase;
  padding: 4px 10px;
}
.filterDiv .filterSection.sort .dropdown .dropdown-menu {
  padding: 0;
  border-radius: 0;
  border: 1px solid #343a40;
}
.filterDiv .filterSection.sort .dropdown .dropdown-menu .dropdown-item {
  padding: 4px 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.filter-section {
  background: #fff;
  height: 100%;
}
.filter-section .head {
  color: #343a40;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-weight: 14px;
  border-bottom: 2px solid #343a40;
  padding: 15px 15px;
}
.filter-section ul {
  margin: 0;
  padding: 0;
}
.filter-section .content {
  padding: 20px;
}
.filter-section .content ul {
  max-height: 250px;
  overflow: auto;
}
.filter-section .content .subheading {
  font-weight: 700;
  font-size: 14px;
  padding: 5px 0;
}

.editProfile {
  min-width: 120px;
  max-width: 150px;
  float: right;
  text-align: center;
}
.editProfile button {
  border-radius: 5px;
  border: 0;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: 0.2s ease-in-out;
  background: #0174cf;
  color: #fff;
}
.editProfile button:active {
  transform: scale(0.9);
}

.profileContentWrap {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px;
  background: #fff;
}
.profileContentWrap .recentOrders {
  min-height: 100%;
  max-height: 100%;
  overflow: auto;
}
.profileContentWrap .recentOrders .repeatRow {
  border-bottom: 1px solid rgba(0, 0, 0, 0.082);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.profileContentWrap .recentOrders .repeatRow:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.profileContentWrap .recentOrders .repeatRow .pd-image img {
  height: 50px;
  object-fit: contain;
}

.editSection {
  display: none;
}

.sellerInput {
  position: relative;
  margin-bottom: 20px;
}
.sellerInput p {
  font-size: 12px;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 700;
}
.sellerInput input,
.sellerInput select,
.sellerInput textarea {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px 10px;
  font-size: 12px;
  outline: none;
  width: 100%;
  border-radius: 8px;
}
.sellerInput .submitSeller {
  background: #0174cf;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sellerInput .cancelSeller {
  background: #343a40;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sellerImage {
  max-width: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .sellerImage {
    height: 100%;
  }
}
.seller-account {
  display: block;
}
.seller-account::before {
  background: #f9fafa;
}
.seller-account nav .nav-tabs {
  border: 0;
}
.seller-account nav .nav-tabs .nav-link {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f9fafa;
  margin-right: 1px;
  padding: 15px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  margin-left: -4px;
}
.seller-account nav .nav-tabs .nav-link:first-child {
  margin-left: 0;
}
@media (max-width: 991px) {
  .seller-account nav .nav-tabs .nav-link {
    padding: 8px 10px;
    letter-spacing: 0;
    text-transform: capitalize;
  }
}
.seller-account nav .nav-tabs .nav-link.active {
  background: #fff;
}
.seller-account .images {
  height: 100%;
  width: 100%;
  padding: 15px;
}
.seller-account .images img {
  object-fit: cover;
  object-position: top;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  border: 7px solid rgba(24, 24, 24, 0.07);
}
.seller-account .content {
  padding-top: 20px;
  height: 100%;
  position: relative;
}
.seller-account .content .name {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
.seller-account .content .account {
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 991px) {
  .seller-account .images {
    height: 100px;
    width: 100px;
    padding: 15px;
  }
}
.trackingTabs .nav-tabs {
  border-bottom: 0;
}
.trackingTabs .nav-tabs .nav-link {
  border: 0;
  background: #f9fafa;
  color: #343a40;
  margin-right: 10px;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.trackingTabs .nav-tabs .nav-link p {
  font-size: 12px;
  margin: 0;
}
.trackingTabs .nav-tabs .nav-link img {
  height: 30px;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .trackingTabs .nav-tabs .nav-link {
    height: 55px;
    width: 55px;
    background: none;
  }
  .trackingTabs .nav-tabs .nav-link img {
    height: 20px;
  }
  .trackingTabs .nav-tabs .nav-link.active {
    background: none !important;
  }
  .trackingTabs .nav-tabs .nav-link.active p {
    color: #a8ec69;
  }
}
.trackingTabs .nav-tabs .nav-link.active {
  background: #a8ec69;
  color: #343a40;
}
.trackingTabs .spiriteImg {
  height: 40px;
  width: 40px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .trackingTabs .spiriteImg {
    transform: scale(0.7);
  }
}
.trackingTabs .tracking1 {
  background-position: -8px -245px;
}
.trackingTabs .tracking2 {
  background-position: -8px -294px;
}
.trackingTabs .tracking3 {
  background-position: -8px -348px;
}
.trackingTabs .tracking4 {
  background-position: -8px -405px;
}

.orderTrackingLive .headerhead {
  font-weight: 700;
  margin: 0;
  margin-bottom: 10px;
  font-size: 20px;
}
.orderTrackingLive .heading {
  font-size: 14px;
  margin: 4px 0;
  font-weight: 500;
}
.orderTrackingLive .subheading {
  margin: 4px 0;
  font-size: 14px;
}
.orderTrackingLive .itemRow .column {
  background: #f9fafa;
  padding: 4px 10px;
  border: 1px solid rgba(0, 0, 0, 0.041);
}
.orderTrackingLive .itemRow .title {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.041);
}

.careerContent {
  text-align: left;
}
.careerContent .mainHeading {
  text-align: left;
}
.careerContent .mainHeading .heading {
  color: #fff;
}
.careerContent .mainHeading .subheading {
  color: #fff;
}
.careerContent p {
  color: #fff;
}
.careerContent .navigationUl {
  margin: 0;
  padding: 0;
}
.careerContent .navigationUl li {
  list-style: none;
}
.careerContent .navigationUl li {
  display: inline-block;
}
.careerContent .navigationUl li a {
  padding: 12px 15px;
  background: #fff;
  color: #343a40;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  transition: 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .careerContent .navigationUl li a {
    letter-spacing: 2px;
  }
}
@media (max-width: 991px) {
  .careerContent .navigationUl li a {
    padding: 12px 10px;
  }
}
.careerContent .navigationUl li a:active {
  transform: scale(0.9);
}
.careerContent .navigationUl li.active a {
  background: #0174cf;
  color: #fff;
  border-left: 3px solid #fff;
}

.career-content-sec {
  background: #f9fafa;
}
.career-content-sec .left-column {
  text-align: justify;
}
@media (min-width: 992px) {
  .career-content-sec .left-column p {
    font-size: 20px;
  }
}
.career-content-sec .right-column {
  background: #0174cf;
  padding: 30px;
  text-align: left;
}
.career-content-sec .right-column p {
  font-size: 14px;
  color: #fff;
}
.career-content-sec .mainHeading .heading {
  text-align: left;
  font-size: 34px;
}

.box-career {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
  margin-bottom: 20px;
}
.box-career .type {
  text-align: left;
}
.box-career .type span {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px 16px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  border-radius: 30px;
}
.box-career .profile {
  font-size: 30px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  color: #0174cf;
}
.box-career .applyButton {
  margin: 30px 0;
  padding: 8px 16px;
  border-radius: 30px;
  color: #0174cf;
  background: rgba(0, 160, 175, 0.116);
  border: 1px solid rgba(0, 160, 175, 0.301);
  display: inline-block;
}
.box-career ul {
  margin: 30px 0;
  margin: 0;
  padding: 0;
}
.box-career ul li {
  list-style: none;
}
.box-career ul li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
  font-size: 14px;
}
.box-career ul li:last-child {
  border-bottom: 0;
}

.career-form {
  background: #fff;
  padding: 30px;
}
@media (min-width: 992px) {
  .career-form {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .career-form {
    margin-top: 30px;
  }
}

.media-sec {
  background: #f9fafa;
  padding: 30px 0;
}

.media-div {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 15px;
}

.about-image {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
}

.box-about {
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px;
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
}
.box-about p {
  margin-bottom: 15px;
}
.box-about .mainHeading.withBorder {
  margin-top: 0;
}
.box-about .mainHeading.withBorder .heading {
  border-bottom: 2px solid #000;
}

.offering-sec {
  padding: 30px;
  background: url(../images/offering-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.offering-sec::before {
  content: "";
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.offering-sec .mainHeading .heading {
  color: #fff;
}
.offering-sec .mainHeading .subheading {
  color: #fff;
}
.offering-sec p {
  margin-bottom: 10px;
  color: #fff;
}
.offering-sec .img-offering {
  border-radius: 20px;
}

.distributed-sec {
  padding: 0;
}
.distributed-sec .distImage {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.distributed-sec .mainHeading {
  text-align: left;
}
.distributed-sec .content {
  padding: 30px;
  background: #f9fafa;
}
.distributed-sec .content p {
  margin-bottom: 10px;
}
.distributed-sec .content .details {
  font-size: 20px;
}

.partnerCarousel-sec {
  padding: 40px 30px;
  background: #1e1e1e;
}
@media (max-width: 991px) {
  .partnerCarousel-sec {
    padding: 15px;
    padding-bottom: 40px;
  }
}
.partnerCarousel-sec .brandCarousel .item .box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
  padding: 30px;
  border-radius: 20px;
}
.partnerCarousel-sec .brandCarousel .item img {
  height: 100px;
  object-fit: contain;
}

.headingNew {
  font-weight: 600;
  margin: 0;
  font-size: 18px;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .headingNew {
    font-size: 22px;
  }
}
.headingNew::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 28px;
  width: 4px;
}
@media screen and (max-width: 991px) {
  .headingNew::before {
    height: 20px;
  }
}
.headingNew::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  height: 28px;
  width: 4px;
}
@media screen and (max-width: 991px) {
  .headingNew::after {
    height: 20px;
  }
}

.feature-section {
  background: #fff;
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .feature-section {
    padding-bottom: 40px;
  }
}
.feature-section .heading-line {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.feature-section .heading-line::before {
  content: "";
  background: #dbdbdb;
  height: 2px;
  width: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 18px;
}
.feature-section .heading-line span {
  background: #fff;
  padding: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #0174cf;
}
.feature-section .box-purpose {
  position: relative;
  z-index: 9;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .feature-section .box-purpose {
    margin-bottom: 30px;
  }
}
.feature-section .box-purpose::before {
  content: "";
  background: rgba(0, 0, 0, 0.692);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.feature-section .box-purpose img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.feature-section .box-purpose .header {
  font-weight: 600;
  margin: 0;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 9;
}
.feature-section .box-purpose .header:hover {
  transition: 0.2s ease-in-out;
  color: #fb7b2d;
}
.feature-section .content {
  text-align: center;
}
.feature-section .content .ultext {
  margin: 30px 0;
}
.feature-section .content .ultext li {
  font-size: 14px;
  list-style: initial;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .feature-section .content .ultext li {
    width: 48%;
    float: left;
    margin-left: 2%;
  }
}

.innovative-section .leftImage {
  height: 100%;
  object-fit: cover;
}
.innovative-section .innovative-content {
  background: #f9fafa;
  padding: 30px;
}
.innovative-section .innovative-content .button {
  border: 2px solid;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 15px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
}
.innovative-section .innovative-content .button:last-child {
  margin-right: 0;
}
.innovative-section .innovative-content .button.primary {
  border-color: #0174cf;
  color: #0174cf;
}
.innovative-section .innovative-content .button.secondary {
  border-color: #fb7b2d;
  color: #fb7b2d;
}

.border-content-box {
  margin-bottom: 40px;
}
.border-content-box .devider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.089);
  margin: 20px 0;
}
.border-content-box .heading {
  font-size: 16px;
  margin-bottom: 0;
}

.readmore {
  color: #0174cf;
  text-decoration: underline;
  font-weight: 600;
}

.weareOffering-section {
  background: url(../images/we-are-offering.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
}
@media screen and (min-width: 992px) {
  .weareOffering-section {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .weareOffering-section {
    padding: 15px;
  }
}
.weareOffering-section .content-box {
  background: #fff;
  padding: 30px;
}
.weareOffering-section .content-box ul li {
  font-weight: 600;
  padding: 5px 0;
}

.ul-initial {
  padding-left: 20px;
}
.ul-initial li {
  list-style: initial;
}
.ul-initial li::marker {
  color: #0174cf;
}

.azsolution-section {
  background: #0174cf;
  padding: 50px 0;
}
.azsolution-section .box {
  position: relative;
  z-index: 1;
}
.azsolution-section .box img {
  position: absolute;
  right: 0;
  z-index: -1;
  height: 200px;
  max-width: 150px;
  object-fit: contain;
}
.azsolution-section .box p {
  color: #fff;
}
.azsolution-section .box .subheading {
  margin: 20px 0;
  font-size: 14px;
}
.azsolution-section .box .readmore.yellow {
  color: #ffea00;
}

.subscribe-div {
  padding: 30px 30px;
  background: url(../images/hospital.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.subscribe-div::before {
  content: "";
  background: rgba(22, 98, 163, 0.91);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.subscribe-div .mainHeading {
  text-align: left;
}
.subscribe-div .mainHeading .subheading {
  font-weight: 300;
  letter-spacing: 0;
}
.subscribe-div .mainHeading .heading {
  font-size: 40px;
}
.subscribe-div .susbcribe-input input {
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  padding: 16px 10px;
  border-radius: 4;
  width: 100%;
  border: 0;
  outline: none;
}
.subscribe-div .susbcribe-input input::placeholder {
  opacity: 0.5;
}
.subscribe-div .susbcribe-input button,
.subscribe-div .susbcribe-input input[type=submit] {
  border-radius: 4px;
  background: #fb7b2d;
  font-size: 12px;
  padding: 16px 10px;
  border-radius: 4;
  width: 100%;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

.enquiryBtn {
  background: #fb7b2d;
  padding: 6px 10px;
  border-radius: 4px;
  color: #fff;
  border: 0;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.desc-table-view {
  background: #f9fafa;
  padding: 15px;
  margin-bottom: 15px;
}
.desc-table-view .column {
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.075);
}
@media screen and (max-width: 991px) {
  .desc-table-view .column {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .desc-table-view .column:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.desc-table-view .column .heading {
  font-size: 12px;
}
.desc-table-view .column:last-child {
  border-right: 0;
}

.header-category {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.reagents-navigation {
  background: #f9fafa;
  padding: 10px 20px;
}
.reagents-navigation.strips {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  border: 0;
}
.reagents-navigation.strips ul {
  border: 0;
  float: right;
}
.reagents-navigation.strips ul li {
  background: #cecece;
  border-radius: 30px;
  border: 0;
  margin-right: 10px;
}
.reagents-navigation.strips ul li a {
  border-radius: 30px;
  font-size: 12px;
  border: 0;
}
.reagents-navigation.strips ul li a.active {
  border: 0;
}

.related-list-repeat {
  overflow: hidden;
  display: block;
}
.related-list-repeat ul li a {
  padding: 8px 0;
  display: block;
}
.related-list-repeat ul li a:hover {
  color: #fb7b2d;
}
@media screen and (min-width: 992px) {
  .related-list-repeat ul li {
    float: left;
    width: 25%;
  }
}

/*======== BLOG PAGE CODE ===========*/
.blog-list {
  box-shadow: none;
}

.blog-list .blog-img {
  float: left;
  height: 100px;
  width: 100px;
  margin-right: 15px;
  border-radius: 7px;
}

.blog-list .blog-img img {
  height: 100px;
}

.blog-list .blog-content {
  padding: 0;
}

.blog-list .blog-content p {
  font-size: 12px;
  line-height: initial;
}

.blog-list .blog-content .heading {
  font-size: 16px;
  margin-bottom: 10px;
}

.blog-div {
  background: #fff;
  margin-bottom: 30px;
}
.blog-div .blog-content .readmoreBlog {
  display: block;
}
.blog-div .blog-content .readmoreBlog span {
  margin-top: 10px;
  border-radius: 5px;
  border: 0;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  outline: none;
  transition: 0.2s ease-in-out;
  background: #0174cf;
  color: #fff;
  padding: 12px 20px;
  display: block;
  width: 130px;
}
.blog-div .blog-content .readmoreBlog span:active {
  transform: scale(0.9);
}

.blog-img {
  height: 250px;
  overflow: hidden;
  border-radius: 5px;
}

.blog-img img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.blog-content {
  padding: 15px;
  max-height: 307px;
  overflow: hidden;
}

.blog-time {
  padding: 4px 0;
  opacity: 0.7;
  font-weight: 400;
  font-size: 14px;
}
.blog-time svg {
  color: #0174cf;
}

.blog-div .heading {
  font-weight: 700;
  margin: 15px 0;
  font-size: 20px;
  line-height: initial;
  color: #0174cf;
}

.blog-detail {
  border-radius: 0;
  box-shadow: none;
  overflow: auto;
}

.blog-detail .heading {
  font-size: 35px;
}

.blog-detail .blog-time {
  border: 0;
}

.blog-detail .blog-img {
  height: 350px;
}

.blog-detail .blog-img img {
  height: 350px;
}

.blog-detail .blog-content {
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
  max-height: 100%;
}

.blog-detail ul li {
  color: #8b929a;
  list-style: initial;
}

.blog-list {
  box-shadow: none;
  border-radius: 0;
}
.blog-list .mainHeading {
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
}

.blog-list .blog-img {
  float: left;
  height: 70px;
  width: 70px;
  margin-right: 15px;
  border-radius: 7px;
}

.blog-list .blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-list .blog-content p {
  font-size: 12px;
  line-height: initial;
}

.blog-list .blog-content .heading {
  font-size: 16px;
  margin-top: 0;
}

.no-banner-menu {
  background: #fa1982;
}

.blogheading {
  font-size: 16px;
  font-weight: 400;
  color: #f9fafa;
  border-left: 5px solid #0174cf;
  background: #f9fafa;
  color: #343a40;
  padding: 10px 10px 10px 10px;
  margin-bottom: 20px;
}

/*======== BLOG PAGE CODE end ===========*/
@media (min-width: 992px) {
  .topNavigation .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }
  .topNavigation .productLi .stellarnav {
    display: none;
    top: 65px;
  }
  .topNavigation .productLi:hover .stellarnav {
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .topNavigation .productLi .stellarnav {
    position: fixed;
    width: 100%;
  }
  .topNavigation .productLi .stellarnav ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .topNavigation .productLi .stellarnav ul li ul > li {
    display: block;
  }
  .topNavigation .productLi .stellarnav ul li ul > li ul li {
    float: none;
  }
}
@media (max-width: 991px) {
  header .topNavigation .navbar-collapse .nav-item a {
    padding: 12px 4px !important;
  }
  .topNavigation .search-item {
    top: 59px;
  }
  .topNavigation .search-item input {
    background: #fff !important;
  }
  .topNavigation .headerAccounts {
    z-index: 9999;
    top: 42px;
  }
  .topNavigation .navbar-nav li {
    float: left !important;
  }
  .topNavigation .stellarnav {
    top: 41px;
  }
  .topNavigation .stellarnav .menuUl li {
    display: block;
    float: none !important;
  }
  .topNavigation .productLi::after {
    content: inherit !important;
  }
  .topNavigation .productLi .stellarnav {
    position: fixed;
  }
}
@media (min-width: 992px) {
  .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
  }
}
.testimonial-section {
  position: relative;
  background: url(../images/offering-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 10px -8px #000;
  -moz-box-shadow: 0px 0px 10px -8px #000;
  box-shadow: 0px 0px 10px -8px #000;
}
@media screen and (min-width: 992px) {
  .testimonial-section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 991px) {
  .testimonial-section {
    padding: 40px 0;
  }
}
.testimonial-section .owl-carousel .owl-nav {
  top: 50px;
  position: absolute;
  width: 246px;
  left: 50%;
  transform: translate(-50%, 0);
}
.testimonial-section .owl-carousel .owl-nav button {
  outline: none;
  opacity: 1;
  font-size: 40px;
  color: #fff !important;
  background: none !important;
  border: 0 !important;
}
.testimonial-section .owl-carousel .owl-nav button span {
  font-size: 35px !important;
}
.testimonial-section .owl-carousel .owl-nav button span {
  font-size: 35px !important;
  display: block;
  margin-top: -4px;
}
.testimonial-section .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  transform: translate(0, -50%);
  top: 50%;
}
.testimonial-section .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.testimonial-section .owl-carousel .owl-dots {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 991px) {
  .testimonial-section .owl-carousel .owl-dots {
    top: inherit;
  }
}
.testimonial-section .owl-carousel .owl-dots button {
  background: #0174cf;
  border-radius: 20px;
  width: 14px;
  height: 14px;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 991px) {
  .testimonial-section .owl-carousel .owl-dots button {
    width: 8px;
    height: 8px;
    margin-bottom: 5px;
  }
}
.testimonial-section .owl-carousel .owl-dots button.active {
  background: #fb7b2d;
}
.testimonial-section::before {
  content: "";
  background: rgba(3, 65, 112, 0.829);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.testimonial-section .box-review {
  text-align: center;
  position: relative;
  z-index: 1;
}
.testimonial-section .box-review p {
  color: #fff;
  font-weight: 300;
  font-size: 400;
  text-align: center;
}
.testimonial-section .box-review img {
  height: 90px;
  width: 90px;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  object-fit: cover;
}
.testimonial-section .box-review .heading {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #fb7b2d;
}
.testimonial-section .box-review .subheading {
  font-size: 12px;
}
.testimonial-section .box-review .ratting svg {
  color: #fff;
  font-size: 12px;
}

.counter-sec {
  background: #fb7b2d;
}
.counter-sec .column .box-counter {
  border-right: 1px solid rgba(183, 69, 0, 0.42);
}
@media screen and (max-width: 991px) {
  .counter-sec .column .box-counter {
    border-right: 0;
    border-bottom: 1px solid rgba(183, 69, 0, 0.42);
  }
}
.counter-sec .column:last-child .box-counter {
  border-right: 0;
}
@media screen and (max-width: 991px) {
  .counter-sec .column:last-child .box-counter {
    border-bottom: 0;
  }
}
.counter-sec .box-counter {
  text-align: center;
  padding: 60px 30px;
}
.counter-sec .box-counter .icon {
  height: 40px;
  object-fit: contain;
  filter: grayscale(0);
}
.counter-sec .box-counter p {
  color: #fff;
  margin: 0;
}
.counter-sec .box-counter .heading {
  margin: 10px 0;
  font-size: 36px;
}

.havequenstion-sec {
  background: #023f6f;
  padding: 20px;
}
.havequenstion-sec .heading {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}
.havequenstion-sec .youtube-video {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 4px;
}
@media screen and (max-width: 991px) {
  .havequenstion-sec .youtube-video {
    margin-top: 30px;
  }
}
.havequenstion-sec .youtube-video iframe, .havequenstion-sec .youtube-video video, .havequenstion-sec .youtube-video img {
  height: 230px;
  width: 100%;
  object-fit: cover;
}
/***** Sagar Work *****/
/*** header ***/
.header-new {
    width: 100%;
    background-color: #fff;
}

.header-cen {
    position: relative;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.top-section {
    display: flex;
}

.right-side {
    margin-top: 19px;
    margin-left: 50px;
}

.right-h {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.center-header {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header li a {
    padding: 26px 15px;
    display: block;
    text-decoration: none;
    color: #444;
    font-size: 15px;
    transition: .3s linear;
    font-weight: 500;
    border-radius: 0px;
}

.header li a:hover {
    color: #02a0dd !important;
	padding-left:5px;
}

.hide {
    display: none;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeInLeft .6s;
    z-index: 9999;
    background-color: #fff;
    min-width: 185px;
}



.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px 0px;
    text-transform: capitalize;
    color: #222;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding: 10px 0px 10px 0px!important;
    font-weight: 600;
    font-size: 15px;
	 color:#011750 !important;

}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    border-radius: 0px;
    padding: 0px 0px;
	    min-height: 530px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.logo-center img {
    position: absolute;
    margin: 0 auto;
    display: block;
    left: -25px;
    right: 0;
    top: 7px;
    z-index: 999999;
    width: 108px;
}

.logo-part {
    float: left;
    padding: 5px 20px 5px 0px;
}


.darkHeader {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999 !important;
    background-color: #fff;
    border-bottom: none;
    animation: fadeInDown 1s;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.topmenu li {
    display: inline;
    margin-left: 12px;
}

.topmenu i {
    padding-right: 5px;
    font-size: 16px;
    color: #2b2f34;
}

.topmenu i:hover {
    color: #000;
}

.topmenu li a {
    color: #222;
}

.topmenu {
    font-size: 14px;
    background: #efefc2;
    color: #000;
    padding: 4px;
    line-height: 24px;
    font-weight: 700;
}

.header {
    display: flex;
    align-items: center;
}
.meghamenubox{ padding:30px 50px !important;}
.tabcontent { color:#011750 !important;}
.tabcontent a { color:#404656 !important;}
.submenulist ul li a{ line-height:4px!important; font-size:15px; text-transform:inherit!important;}
.submenulist i{ font-size:15px;}
.menuheading i{font-size:15px; color:#3282ff;}

.tablinks a{ color:#022173!important;line-height:3px!important; font-size:18px!important;}
.tablinks li a{ padding:0px!important;}
.meghaline{ }
.meghmenulist a{ color:#1872ff!important; font-size:18px !important; padding:0px 0px 15px 0px !important;text-transform:inherit!important;border-bottom:4px solid #ccc;}
.meghmenulist a:hover{ color:#FF6600!important;border-bottom:4px solid #FF6600;}
.bradcrumb{ background:#314c64; text-align:center; padding:100px 0px 20px; color:#fff!important; font-weight:300; }
.bradcrumb a{color:#fff!important;}
.bradcrumb h4{ font-size:24px; padding-bottom:5px; font-weight:600;}

/* Tabs */
.product_details {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

ul#tabs-nav li:hover,
ul#tabs-nav li.active {
	display: block;
	border: 1px solid #808080;
	opacity: 1;

}

ul#tabs-nav li {
	margin-bottom: 5px;
	border-radius: 5px;
}

.box {
	border: 1px solid #fff;
	display: block;
	cursor: pointer;
	opacity: .7;
	transition: .4s ease-in-out;
}

.box img {
	border-radius: 5px;
	padding: 1px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background-color: #f78f20 !important;
}

.product_d h3 {
	color: #222;
	font-weight: 600;
	line-height: 1.3;
	font-size: 26px;
}

.price-box {
	display: flex;
	margin-top: 1rem;
	align-items: center;
}

.price-box strong {
	font-weight: 700;
	font-size: 24px;
	display: inline-block;
	padding-right: 1rem;
	color: #eb252c;
}

.price-box strike {
	font-size: 18px;
	color: #878484;
}

.eight1 {
	color: #000;
	font-weight: 500;
	display: inline-block;
	padding-left: 8px;
	background: #fba119;
	border-radius: 100px;
	font-size: 15px;
	padding: 2px 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.tax {
	width: 100%;
	display: block;
}

.stars2 {
	display: flex;
	color: #333;
	padding: 2px;
	margin-top: 10px;
}

.stars2 i {
	padding-right: 2px;
	color: #fd9e1c;
	font-size: 16px;
}

.instock2 {
	display: inline-block;
	padding: 2px 10px;
	font-weight: 700;
	color: #05a143;
	background-color: #d2efd8;
	border-radius: 4px;
	margin-top: 10px;
}

.stars2 span {
	display: inline-block;
	font-weight: 600;
	color: #111;
	padding-left: 5px;
}

.prodetails {
	border-top: 1px solid #cac6c6;
	margin-top: 25px;
	margin-left: 0;
	margin-right: 0;
	display: flex;
	align-items: center;
	padding-top: 20px;

}

.prodetails strong {
	font-weight: 500;
	padding-left: 15px;
	display: inline-block;
}

.qty-f {
	background-color: #62649d;
	border: none;
	border-radius: 2px;
	color: #fff;
	font-weight: 600;
	outline: none !important;
	font-size: 20px;
	padding: 3px 10px;

}

.qty-m {
	background-color: #62649d;
	border: none;
	border-radius: 2px;
	color: #fff;
	font-weight: 600;
	outline: none !important;
	font-size: 20px;
	padding: 3px 5px;

}

.quty-form {
	width: 10%;
	text-align: center;
	font-size: 14px;
	padding: 7px 0px;
	outline: none;
	border-radius: 4px;
	border: 1px solid #cac6c6;
	margin-left: 10px;
	margin-right: 10px;
	min-width: 65px;
}

.product_p {
	margin-top: 10px;
	color: #111;
}

.shop1 {
	background: #3e4095;
	color: #fff !important;
	text-align: center;
	padding: 8px 20px;
	border-radius: 4px;
	display: table;
	margin-right: 10px;
	min-width: 200px;
	font-weight: 700;
	text-transform: uppercase;
}

.view1 {
	background: #ed3235;
	color: #fff !important;
	text-align: center;
	padding: 8px 20px;
	border-radius: 4px;
	display: table;
	margin-left: 5px;
	min-width: 200px;
	font-weight: 700;
	text-transform: uppercase;
}

.two_btn {
	display: flex;
	margin-top: 50px;
}

.bread {
	padding: 10px 0px;
	border-bottom: 1px solid #e3e3e3;
}

.links {
	display: flex;
	align-items: center;
	color: #666;
	font-size: 15px;
}

.links a {
	color: #111;
	padding-right: 5px;
}

.descruption li a {
	color: #000;
	font-size: 17px;
	font-weight: 500;
}

.nav-tabs {
	margin-bottom: 20px;
	border: none;
	border-bottom: 1px solid #dee2e6;
	
}
.nav-tabs .nav-link {
    margin-right: 5px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	font-weight: 400;
	color: #fff;
	outline: none;
	background: #0174cf;
}
.descruption .nav-link {
	border: 1px solid #fff;
	font-weight: 400;
	color: #515151;
	font-size: 15px;
	
}
.leftcategory img{ width:60px; border-radius:5px;}
.leftcategory h5{ font-size:16px;}
.leftcategory a{ font-size:13px; color:#0033CC;}
.leftcategory{ font-size:13px; margin-top:20px;}
.owl-buttons{ display:none;}
.featuredpro img{ width:100%; height:300px !important; border-radius:10px;object-fit: cover!important;	}
.featuredname a{background: rgba(0, 0, 0, 0.705);
    color: #fff;
    padding: 10px 20px;
    letter-spacing: 2px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 40px;
    text-transform: uppercase;
    font-weight: 300;
    width: 80%;}
.newarivalsbox{ border:1px solid #ccc; border-radius:10px; padding:15px; color:#000000;}
.newarivetext a{color:#000000;}
/*# sourceMappingURL=custom.css.map */
