/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #af1e3c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*your custom css goes here*/
body {
  font-family: "Poppins", sans-serif !important;
}

.blog-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 600px !important;
}

.aiz-card-box {
  /* border: 1px solid #af1e3c!important; */
}

.badge-cus {
  display: block;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  font-size: 12px;
  font-weight: 600;
  padding: 0.85em 1.25em;
  margin: 2px;
}

.badge-blue {
  background: #0087e2;
  color: #fff;
}

.badge-red {
  background: #af1e3c;
  color: #fff;
}

.logo-new {
  width: 100%;
  height: auto;
  max-width: 300px !important;
}

.badge-primary {
  background-color: #af1e3c !important;
}

.text-brand {
  text-align: center;
  display: block;
  /* font-size: 12px; */
}

.google-plus {
  background: linear-gradient(45deg,
      #405de6,
      #5851db,
      #833ab4,
      #c13584,
      #e1306c,
      #fd1d1d);
}

.instagram {
  background: linear-gradient(45deg,
      #405de6,
      #5851db,
      #833ab4,
      #c13584,
      #e1306c,
      #fd1d1d);
}

i.lab.la-instagram {
  background-color: transparent !important;
}

a.compare_link {
  display: block !important;
  width: 25px;
  height: 28px !important;
  font-size: 0;
  color: #fff !important;
  text-decoration: none;
  background: url(/public/assets/img/compare-icon.svg) no-repeat 50%;
  background-size: contain;
  position: relative;
}

a.compare_link:hover {
  background: url(/public/assets/img/compare-icon-hover.svg) no-repeat 50%;
  background-size: contain;
}

a.compare_link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15px;
  height: 15px;
  font-size: 10px;
  background: #af1e3c !important;
  position: absolute;
  right: -10px;
  top: -6px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

a.likes_link {
  display: block;
  width: 25px;
  height: 28px;
  font-size: 0;
  color: #fff;
  text-decoration: none;
  background: url(/public/assets/img/likes-icon.svg) no-repeat 50%;
  background-size: contain;
  position: relative;
}

a.likes_link:hover {
  background: url(/public/assets/img/likes-icon-hover.svg) no-repeat 50%;
  background-size: contain;
}

a.likes_link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15px;
  height: 15px;
  font-size: 10px;
  background: #af1e3c !important;
  position: absolute;
  right: -10px;
  top: -6px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

a.cart_link {
  display: block !important;
  width: 25px;
  height: 25px !important;
  font-size: 0;
  color: #fff !important;
  text-decoration: none;
  background: url(/public/assets/img/shopping-cart.svg) no-repeat 50%;
  background-size: contain;
  position: relative;
  margin-top: 80% !important;
}

a.cart_link:hover {
  background: url(/public/assets/img/shopping-cart-hover.svg) no-repeat 50%;
  background-size: contain;
}

a.cart_link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15px;
  height: 15px;
  font-size: 10px;
  background: #af1e3c !important;
  position: absolute;
  right: -10px;
  top: -6px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}

del {
  color: #af1e3c;
}

/* Elaqe */
.contact-bg {
  width: 100%;
  text-align: center;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 40.25%;
  position: relative;
  height: 0;
  margin: 0 25px 25px;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.elaqe {
  padding: 40px 40px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  background: var(--soft-primary) !important;
  display: inline-flex;
  height: 150px;
  margin: 10px 10px 20px 0;
  width: 25%;
  text-align: left;
  border-radius: 7px;
}

.elaqe-left {
  padding-right: 15px;
}

.elaqe .elaqe-left i {
  font-size: 40px;
  color: #af1e3c;
  padding-top: 10px;
}

.elaqe-body {
  padding-top: 10px;
  font-size: 16px;
}

/* Elaqe Son */

/* Blog */
.blog-cards {
  max-height: 100%;
  height: 250px;
}

.blog-short {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-a {
  font-size: 16px;
}

img.img-fit.lazyloaded {
  object-fit: cover !important;
  height: 100%;
}

.avatar img {
  border: 2px solid #fff;
}

li.list-inline-item.mr-3.border-right.border-left-0.pr-3.pl-0 {
  /* padding-bottom: 0.5rem !important; */
  /* padding-top: 0.5rem !important; */
}

.mr-3,
.mx-3 {
  margin-right: 0.5rem !important;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #af1e3c !important;
  border-color: #af1e3c !important;
  opacity: 1 !important;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4 !important;
  }
}

/* Blog Son */

/* header */

.headers {
  position: relative;
  width: 100%;
}

.headers ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.headers li a {
  display: block !important;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.headers li a:hover,
.headers .menu-btn:hover {
  background-color: #0087e2;
  color: #fff !important;
  border-radius: 3px;
}

/* menu */

.headers .menu {
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

/* menu icon */

.headers .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: left;
  margin: 20px;
  position: relative;
  user-select: none;
}

.headers .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
}

.headers .menu-icon .navicon:before,
.headers .menu-icon .navicon:after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.headers .menu-icon .navicon:before {
  top: 5px;
}

.headers .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.headers .menu-btn {
  display: none;
}

.headers .menu-btn:checked~.menu {
  max-height: 240px;
}

.headers .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

.headers .menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.headers .menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
}

.headers .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.headers .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.casp-scroll {
  overflow: auto;
  height: 350px;
  padding: 0 10px 0 0;
}

.mb-0.text-white.fs-30 {
  font-size: 1.5rem !important;
}

.whatsappchat {
  position: fixed;
  bottom: 30px;
  right: 18px;
  height: 70px;
  background: rgba(137, 189, 73, .25);
  border: none;
  -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
  box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
  border-radius: 100%;
  padding: 0;
  padding-right: 10px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  z-index: 99;
  font-size: 0;
  font-weight: bold;
  color: #fff !important;
  transition: all .3s;
}

.whatsappchat:hover {
  background-color: #9ae0b7;
  color: #25d366;
}

.whatsappchat i.icon {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #25d366;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 10px 0 10px 10px;
  -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
  -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
  transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}

.whatsappchat i.icon svg {
  height: 30px;
  position: relative;
  bottom: 1px;
}

.whatsappchat i.icon:after {
  content: "";
  position: fixed;
  display: block;
  height: 70px;
  width: 70px;
  background: rgb(37 211 102 / 40%);
  z-index: -1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: 3s ease-in-out infinite pulse;
  animation: 3s ease-in-out infinite pulse;
}

.whatsappchat i.icon svg path {
  fill: #fff;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  25% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 1
  }

  55% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  25% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 1
  }

  55% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }
}

.blog-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4 !important;
}

.bcard-a {
    height: 300px;
}

.blogcard img {
    object-fit: cover;
}

.blog-simg {
    height: 600px;
    object-fit: contain;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .headers li {
    display: inline-flex;
  }

  .headers .menu {
    clear: none;
    max-height: none;
    text-align: center;
  }

  .headers .menu-icon {
    display: none;
  }
}

@media only screen and (max-width: 765px) {
  .whatsappchat {
    bottom: 80px;
    right: 10px;
  }

  .media-elaqe {
    width: 100%;
  }

  .blog-cards {
    max-height: 100%;
    height: 100%;
  }

  .logo-new {
    width: 100%;
    height: auto;
    max-width: 200px !important;
  }

  .elaqe {
    width: 100% !important;
  }
  
  .blog-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1 !important;
}

.bcard-a {
    height: auto;
    width: 100%;
}
}