@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&display=swap");

/* global css start */
body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  color: #111111;
/*  padding-top: 100px;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.mainsection {
  padding-top: 0;

}
a {
    color: #0058AF;
    }
@media (max-width: 991.98px) {
  body {
    font-size: 13px;
  }
}

.bg-grd {
  background: #0058af;
  background: radial-gradient(circle, #0058af 0%, #2e2c8c 100%);
}

.bg-theme {
  background: #0058AF;
}
.text-theme{
  color: #0058AF;
}
.text-lead {
  color: #111111 !important;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  .text-lead {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
}

.border-theme {
  border-bottom-color: rgba(136, 136, 136, 0.31) !important;
  border-bottom-style: dashed !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 27px;
}
h2.title{
  font-size: 36px;
}
.font-17{font-size: 17px;}
.font-20{font-size: 20px;line-height: 27px;}
.flex-1 {
  flex: 1;
  -ms-flex: 1;
}
body.mainsection {
    padding-top: 0 !important;
}
p {
  line-height: 27px;
}

.font-bold {
  font-weight: 700 !important;
}

.font-regular {
  font-weight: 400;
}

.font-semi-bold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

a:hover {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .title {
    font-size: 2rem;
  }
  h2.title{
    font-size: 1.5rem !important;
  }
}

.btn:focus, .btn.focus {
  box-shadow: none;
}

.main {
  background: #f0f1f9;
}

.section-title {
  font-size: 40px;
  line-height: 54px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 30px;
    line-height: 42px;
  }
}

.section-header {
  padding-bottom: 50px;
}

.text-orange {
  color: #FF5800;
}

.section-padding {
  padding: 50px 0;
}
@media (min-width: 991.98px) {
  .section-padding {
    padding: 100px 0;
  }
}

.section-margin {
  margin: 2rem 0;
}
@media (min-width: 991.98px) {
  .section-margin {
    margin: 6rem 0;
  }
}

@media (min-width: 991.98px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1199.98px) {
  .container-fluid {
    padding-left: 75px;
    padding-right: 75px;
  }
}

/* global css end */

/* header css start */
header {
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  webkit-box-shadow: 1px 1px 0px rgb(154 154 197 / 24%);
  -moz-box-shadow: 1px 1px 0px rgb(154 154 197 / 24%);
  box-shadow: 1px 1px 0px rgb(154 154 197 / 24%);

}
.home header {
    webkit-box-shadow: 1px 1px 0px rgb(154 154 197 / 24%);
  -moz-box-shadow: 1px 1px 0px rgb(154 154 197 / 24%);
  box-shadow: 1px 1px 0px rgb(154 154 197 / 24%);
}
.mainsection header{
   webkit-box-shadow:none;
   -moz-box-shadow:none;
   box-shadow:none;
}
header.sticky-header {
  animation: smoothScroll 1s forwards;
  background: #fff;
  -webkit-box-shadow: 1px 1px 0px rgb(154 154 197 / 24%);
  -moz-box-shadow: 1px 1px 0px rgb(154 154 197 / 24%);
  box-shadow: 1px 1px 0px rgb(154 154 197 / 24%);
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 575.98px) {
  .logo {
    height: 60px;
  }
}

.navbar {
  padding: 0 0rem;
  display: flex;
  display: -ms-flexbox !important;
}
@media (max-width: 991.98px) {
  .navbar {
    overflow: initial;
  }
  .navbar .nav-item {
    text-align: left;
    border-bottom: 1px solid #efefef;
  }
  .navbar .dropdown-menu {
    box-shadow: none !important;
  }
  .navbar .dropdown.show .drop-span img {
    transform: rotate(0deg);
    opacity: 1;
  }
}
.navbar .dropdown-toggle {
  color: #111111 !important;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.navbar .dropdown-toggle:after {
  display: none;
}
.navbar .dropdown-toggle:hover {
  color: #0058AF !important;
}
@media (max-width: 991.98px) {
  .navbar .dropdown-toggle {
    justify-content: space-between;
  }
  .navbar .dropdown-toggle .drop-span img {
    transform: rotate(-90deg);
    height: 16px;
    width: 16px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
  }
}
.navbar .dropdown-item {
  padding: 0.375rem 1rem;
  font-weight: 600;
}
.navbar .nav-link {
  color: #111111 !important;
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
  font-size: 17px;
  font-weight: 600;
  align-items: center;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.navbar .nav-link:hover {
  color: #0058AF !important;
}
@media (min-width: 768.98px) {
  .navbar .nav-link {
    display: flex;
    display: -ms-flexbox !important;
  }
}
.navbar .nav-link svg {
  height: 18px;
  width: 18px;
  margin-bottom: 0.2rem;
}
@media (min-width: 768.98px) {
  .navbar .nav-link svg {
    margin-left: 1.5rem;
    height: 24px;
    width: 24px;
    margin-bottom: 0rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 991.98px) {
  .navbar .nav-link {
    padding: 0.75rem 1rem;
    text-align: left;
  }
}

.navbar-toggler {
  padding: 0;
  font-size: 20px;
  position: relative;
  height: 35px;
  width: 35px;
  margin-left: auto;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler .navbar-toggler-icon {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.cross .navbar-toggler-icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-toggler span.icon-bar {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  background: #111111;
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 6px;
  text-align: right;
  margin-left: auto;
  opacity: 0.8;
}
.navbar-toggler span.icon-bar.bottom-bar {
  margin-bottom: 0px;
}
.navbar-toggler.cross .icon-bar {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-toggler.cross .top-bar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
}
.navbar-toggler.cross .middle-bar {
  opacity: 0;
}
.navbar-toggler.cross .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 30px !important;
  position: absolute;
  top: 13px;
}
@media (min-width: 768.98px) {
  .navbar-toggler {
    disply: none;
  }
}

#navbar {
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
}
@media (min-width: 768.98px) {
  #navbar {
    -webkit-transform: translatex(120%);
    -ms-transform: translatex(120%);
    transform: translatex(120%);
  }
}
@media (min-width: 991.98px) {
  #navbar {
    position: initial;
  }
}
@media (max-width: 991.98px) {
  #navbar {
    -webkit-transform: translatex(-120%);
    -ms-transform: translatex(-120%);
    transform: translatex(-120%);
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    background: #fff;
    z-index: 1;
  }
}

@media (min-width: 768.98px) {
  #navbar.active {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
  }
}
@media (max-width: 991.98px) {
  #navbar.active {
    -webkit-transform: translatex(0%);
    -ms-transform: translatex(0%);
    transform: translatex(0%);
  }
}

.navbar-toggle {
  position: relative;
  height: 40px;
  z-index: 111;
  width: 40px;
  line-height: 40px;
  cursor: pointer;
}
@media (min-width: 768.98px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-toggle-icon {
  position: absolute;
  background: #111111;
  height: 2px;
  top: 50%;
  right: 15px;
  margin-top: 0px;
  opacity: 1;
  width: 15px;
}

.navbar-toggle.cross .navbar-toggle-icon::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  bottom: 0px;
}

.navbar-toggle.cross .navbar-toggle-icon::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0px;
}

.navbar-toggle.cross .navbar-toggle-icon {
  background-color: transparent;
}

.btn-navbar {
  margin-top: 5px;
  padding-right: 1.5rem !important;
}
.btn-navbar .icon-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #111111;
  margin-top: 3px;
  margin-bottom: 3px;
}

.btn-navbar .icon-bar:first-child, .btn-navbar .icon-bar:last-child {
  transition: 0.3s;
  margin-top: 0;
  marin-bottom: 0;
}

.btn-navbar.btn-navbar-close .icon-bar:first-child {
  transform: rotate(45deg) translate(3px, 3px);
}

.btn-navbar.btn-navbar-close .icon-bar:nth-child(2) {
  visibility: hidden;
}

.btn-navbar.btn-navbar-close .icon-bar:last-child {
  transform: rotate(-45deg) translate(4px, -4px);
}

@media (max-width: 991.98px) {
  div#navbarToggle {
    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    z-index: 11;
    position: fixed;
    left: 0;
    width: 300px;
    bottom: 0;
    top: 0;
    height: 100vh;
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
  }
  div#navbarToggle.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}


/* header css end */


/* carousel css start */

.item.banner_carousel_item {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 575.98px) {
  .item.banner_carousel_item {
    padding-top: 80px;
  }
}

.banner_carousel_item {
  position: relative;
  height: 100vh;
  background-position: top right;
  overflow: hidden;
  min-height: 600px;
}
.banner_carousel_item .banner-overlay {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 991.98px) {
  .banner_carousel_item .banner-overlay {
    background: rgba(0, 0, 0, 0.42);
  }
}
.banner_carousel_item .banner-content {
  padding: 1rem 0 1rem 0;
}
@media (max-width: 991.98px) {
  .banner_carousel_item .banner-content {
    padding: 1rem 0rem 0 0rem;
  }
}
.banner_carousel_item .banner-content .row {
  flex: 1;
  margin: 0px;
  align-items: flex-end;
}
.banner_carousel_item .banner-content .banner-caption h1 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 54px;
  color: #0058AF;
}
@media (max-width: 575.98px) {
  .banner_carousel_item .banner-content .banner-caption h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 991.98px) {
  .banner_carousel_item .banner-content .banner-caption h1 {
    font-size: 40px;
  }
}
.banner_carousel_item .banner-content .banner-caption .banner-sub-text {
  font-size: 18px;
  line-height: 1.5;
  margin: 1.6rem 0;
}
@media (max-width: 575.98px) {
  .banner_carousel_item .banner-content .banner-caption .banner-sub-text {
    font-size: 16px;
  }
}
@media (min-width: 991.98px) {
  .banner_carousel_item .banner-content .banner-caption .banner-sub-text {
    font-size: 20px;
  }
}
.banner_carousel_item .banner-content .banner-caption .banner-top-text {
  font-size: 20px;
  line-height: 27px;
  font-weight: 800;
}
@media (max-width: 767.98px) {
  .banner_carousel_item .banner-content .banner-caption .banner-top-text {
    font-size: 16px;
    line-height: 22px;
  }
}

#banner_carousel .owl-nav {
  position: absolute;
  left: 75px;
  bottom: auto;
 top: calc(50% + 235px);
transform: translateY(-100%);
}
#banner_carousel .owl-nav .owl-prev {
  margin-right: 1rem;
}
.owl-nav button, #navhere button{
  border: 0;
  -webkit-appearance: none;
}
.owl-nav button:focus, #navhere button:focus{
  outline: none
}

/* carousel css end */




.card-title {
  font-weight: 300;
}

.btn {
  font-weight: 600;
  font-size: 17px;
  padding: 0.5rem 1.5rem;
}
.btn:focus, .btn:active {
  box-shadow: none !important;
}
.btn.btn-primary {
  background-color: #0058AF;
  color: #ffffff;
  border-color: #0058AF;
}
.btn.btn-theme {
  background-color: #0058AF;
  color: #ffffff;
  border-color: #0058AF;
  border-radius: 35px;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-theme.btn-orange {
  background-color: #FF5800;
  color: #ffffff;
  border-color: #FF5800;
}
.btn.btn-theme.btn-orange:hover {
  color: #FF5800;
  background-color: #ffffff;
}
.btn.btn-theme.btn-border {
  background-color: #ffffff;
  color: #0058AF;
  border-color: #0058AF;
}
.btn.btn-theme.btn-border:hover {
  color: #ffffff;
  background-color: #0058AF;
}
.btn.btn-theme:hover {
  color: #0058AF;
  background-color: transparent;
}
.btn.btn-theme.btn-send {
  background: #6fc754;
  border: #6fc754;
  border-radius: 35px;
}
.btn.btn-theme.btn-send:hover {
  border-color: #6fc754;
  background: #6fc754;
  color: #fff;
  cursor: pointer;
}
.btn.btn-alt {
  background-color: transparent;
  color: #111111;
  border-color: #efefef;
  border-radius: 35px;
  border: 1px solid #ddd;
}
.btn.btn-alt:hover {
  color: #fff;
  background-color: #111111;
}
.btn.btn-lg {
  padding: 1rem 2rem;
  font-size: 20px;
}
@media (max-width: 575.98px) {
  .btn.btn-lg {
    font-size: 16px;
    padding: 0.75rem 1.5rem;
  }
}
.btn.btn-grd {
  background: #0058af;
  background: radial-gradient(circle, #0058af 0%, #2e2c8c 100%);
  color: #ffffff;
  border: 0;
}

/* product carousel css */
.owl-animated-out {
  z-index: 1;
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}

.our-products .owl-nav.disabled, .our-products .owl-nav {
  display: block;
  position: relative;
}
.our-products .owl-nav.disabled .owl-prev, .our-products .owl-nav .owl-prev {
  position: absolute;
  left: auto;
  right: calc(50% + 186px / 2 + 20px);
  top: 22px;
}
.our-products .owl-nav.disabled .owl-next, .our-products .owl-nav .owl-next {
  position: absolute;
  right: auto;
  left: calc(50% + 186px / 2 + 20px);
  top: 22px;
}

#product_carousel .owl-item > div {
  cursor: pointer;
  margin: 0 15px;
  transition: margin 0.4s ease;
}

#product_carousel .owl-item {
  margin-bottom: 3rem;
}
#product_carousel .owl-item img.card-img-top {
  padding:0 20px;
  height: 220px;
  max-width: 100%;
  align-self: center;
  width: auto;
}
#product_carousel .owl-item .card-body {
  padding: 0 20px 1.5rem 20px;
}
#product_carousel .owl-item .card-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#product_carousel .owl-item:hover .btn {
  color: #ffffff;
  background-color: #0058AF;
}
#product_carousel.owl-carousel .owl-stage {
  display: flex;
}

.product-item {
  height: 100%;
}

.product-item a {
  height: 100%;
  display: flex;
  flex: 1 0 auto;
}

.product-item .card {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
      padding-top: 20px;
}

.lead {
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.card-text {
  line-height: 23px;
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .card-text {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

.why_we .card-title {
  font-weight: 700;
  font-size: 20px;
}
.why_we .card-img-top {
  width: 48px;
}
@media (max-width: 991.98px) {
  .why_we .card {
    margin-bottom: 1.5rem;
  }
}

.latest_article .card-title {
  font-weight: 700;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.latest_article .card-content {
  max-height: 155.36px;
  overflow: hidden;
}
.latest_article .btn {
  align-self: flex-start;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .item.banner_carousel_item {
    height: 600px;
    padding-top: 80px;
    padding-bottom: 30px;
  }

 
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .item.banner_carousel_item {
    height: 600px;
    padding-top: 80px;
    padding-bottom: 30px;
  }

  /*#banner_carousel .owl-nav {
    bottom: 70px;
  }
*/
  .banner_carousel_item .banner-content .banner-caption h1 {
    font-size: 30px;
    line-height: 40px;
  }

  #banner_carousel .owl-nav {
    left: 15px;
    top: calc(50% + 175px);
  }
}
.slider_product {
  padding-bottom: 1.5rem;
}
@media (max-width: 575.98px) {
  .slider_product img {
    height: 200px;
    width: auto !important;
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  #banner_carousel .owl-nav {
    left: 15px;
    top: calc(50% + 275px);
    
  }
}

.card-shadow {
  position: relative;
}
.card-shadow:before {
  content: "";
  border-radius: 50%;
  height: 100px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-filter: blur(16px);
  -ms-filter: blur(16px);
  filter: blur(16px);
  filter: blur(3px);
  -webkit-filter: blur(16px);
  -moz-filter: blur(16px);
  -o-filter: blur(16px);
  -ms-filter: blur(16px);
  -webkit-transform: scale(1, 0.5);
  position: absolute;
  bottom: -40px;
  z-index: -1;
  left: 10px;
  right: 10px;
}

.about {
  padding: 70px 0;
}

.about_feature li {
  font-size: 17px;
  background: url("../img/bullet.svg");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  padding-bottom: 8px;
  padding-left: 55px;
  padding-top: 8px;
  margin-bottom: 1rem;
  background-position: left center;
}

#about_carousel .about-item {
  cursor: pointer;
}

.form-body {
    padding: 30px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 3px rgb(53 123 191 / 40%);
}

.form-control:focus{
  box-shadow: none;
  border-color:#0058AF;
}
.contact-info ul li{
    display: flex;
    margin-bottom: 15px;
}
.contact-info ul li label {
    min-width: 70px;
    margin-right: 10px;
    font-weight: 600;

    margin-bottom: 0;

}
/* product detail page  */
.product-detail-img{
  position: sticky;
  top: 0;
}
.product_detail {
    padding-top: 50px;
}
.product-header{
  margin-bottom: 30px;
}
.product-header .title{
   line-height: 38px;
   font-size: 30px;
}
.product-card .card-header{
padding-bottom: 10px;
    padding-top: 30px;
}
.product-card ul li {
    margin-bottom: 5px;
}
.card-btn-arrow {
  display: inline-block;
  margin-left: 1rem;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.collapsed .card-btn-arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion>.card .card-header{
  margin-bottom: 0;
}

.MagicZoom>img, .mz-figure>img{
max-width:100% !important;
} 
a[data-zoom-id], .mz-thumb, .mz-thumb:focus{
  display: block;
}
#zoom-placeholder {
        height: 100%;
        width: 100%;
    }
/* slick slider css */
.slick-prev:before, .slick-next:before{
  color: #111111;
}

a[data-zoom-id] img, .mz-thumb img{
  padding-bottom: 0;
  border: 0;
  border-bottom: 0;
  margin: 0 auto;
}
.mz-thumb img{
  width: 80px;
}
.slick-initialized .slick-slide{
  opacity:.6;
}
.mz-thumb.slick-slide.slick-active.mz-thumb-selected{
  opacity: 1;
}
.mz-thumb{
  opacity: .6;
      border-bottom: 2px solid transparent;
    margin-bottom: 6px;
}
.mz-thumb-selected{
   opacity: 1;
       border-bottom-color: #ddd;
}
@media (max-width: 767.98px) {
  .slick-initialized .slick-slide{
    padding: .5rem;
  }
/*  .our-products{
    padding-top: 0;
  }*/
  .product_detail {
    padding-top: 30px;
  }
  .product-header{
    margin-bottom: 20px;
  }
  .product-header .title {
    line-height: 24px;
    font-size: 20px !important;
    margin-top: 15px;
  }
  .product-card .card-header{
     padding-top: 20px;
  }
}
/*
.mz-thumb {
  border: 1px;
}*/
.mz-thumb-selected {
  filter: brightness(100%);
  border-bottom-color: #bfbfbf;
}

.privacy-policy {
  font-size: 18px;
  line-height: 23px;
}

.privacy-policy p {
  font-size: 18px;
  line-height: 23px;
}
.privacy-policy ul{
  list-style: none;
}
.privacy-policy ul li {
  position: relative;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 10px;
}

.privacy-policy ul li::before {
  position: absolute;
  content: '';
  top: 2px;
  left: -30px;
  background: url(../img/ic_check.svg) no-repeat left top 6px;
  height: 22px;
  width: 24px;
}

.privacy-policy ol li {
  margin-bottom: 10px;
}


/*********footer***********/
footer {
  background: #F2F4F6;
}
@media (min-width: 992px) {
.footer-logo{
   height: 80px;
    padding: 7px;
}
}
.footer-logo{
  height: 80px;padding: 10px;
}
img.logo {
    padding: 7px;
}
@media (max-width: 991.98px) {
  .footer-logo {
    margin: 0 auto;
    height: auto ;
    max-height: 80px;
    padding: 0;
    max-width: 100%;
  }
}

.footer-top {
  padding: 80px 0;
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .footer-top {
    padding: 50px 0;
  }
}

.footer-bottom {
  border-top: 1px solid rgba(17, 17, 17, 0.3);
}

.copyright {
  font-size: 15px;
  font-weight: 600;
}

.footer-links {
  margin-bottom: 1.5rem;
}
@media (min-width: 991.98px) {
  .footer-links {
    margin-bottom: 0rem;
  }
}
.footer-links a {
  color: #111111;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  margin-bottom: 0.5rem;
}
@media (min-width: 991.98px) {
  .footer-links a {
    margin-bottom: 1.2rem;
  }
}
.footer-links a:last-child {
  margin-bottom: 0px;
}
.footer-links a:hover {
  color: #0058AF;
}

.footer-social-links li a {
  font-size: 22px;
  color: #bdbec0;
  display: block;
  padding: 10px 12px;
}
.footer-social-links li a svg {
  fill: currentColor;
  height: 20px;
  width: 20px;
}
.footer-social-links li a svg path {
  opacity: 0.75;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.footer-social-links li a:hover path {
  opacity: 1;
}
.footer-social-links li:first-child a {
  padding-left: 0;
}

.footer-title {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.25px;
  margin-bottom: 1rem;
}

.sm_dark_label {
  letter-spacing: 1px;
  font-size: 9px;
}

@media (max-width: 767.98px) {
  .about {
    padding: 70px 0 20px 0;
}
  .footer-logo {
    margin: 0 auto;
    height: auto ;
    max-height: 60px;
    padding: 7px;
    max-width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
