body{
    font-family: 'Montserrat-regular';
}
p{
    text-align: justify;
}
.banner{
    background-image: url('../images/mbl1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 350px;
    width: 100%;
}
 .social {
  width: 150px;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 1;
  transition: all .3s ease 0s;
}
.social li {
  display: inline-block;
}
.social li a {
  color: #fff;
  background-color: #118DF0;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  margin: 0 2px;
  display: block;
  position: relative;
  transition: all .3s ease-in-out;
}
.probox:hover .social {
  opacity: 1;
  top: 25%;
  cursor: pointer;
}
.carousel-indicators li{
    background-color: #118DF0 !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    transform: translateY(47px);
  }
  .owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
    color: #000000;
    text-decoration: none;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #000000;
    font-size: 19px;
    margin: 5px;
    padding: 4px 7px;
    background: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-carousel .owl-item .card {
    padding: 30px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    object-fit: cover;
    border-radius: 6px;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 33%;
    color: #838282;
    font-size: 17px;
    font-weight: 700;

}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    background: #118DF0 !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {

    background: #83b8e7 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}
.card {
    border: none !important;
    border: none !important;
    box-shadow: 0px 6px 16px rgb(0 0 0 / 12%);
    border-radius: 10px;
    cursor: pointer;
    padding: 20px;
}
img.card-img-top {
    width: 100%;
}
.dateheading {
    font-family: 'Montserrat-regular';
    color: #838282;
    font-size: 12px;
    font-weight: 500;
    height: 10px;
}
.newstitle {
    color: #000000;
    font-family: 'Montserrat-regular';
    font-weight: bold;
    font-size: 20px;
    height: 14px;
}
.newstext {
    color: #838282;
    font-family: 'Montserrat-regular';
    font-size: 16px;
    font-weight: 500;
    width: 81%;
    height: 35px;
}
.newsreadmore {
    color: #838282;
    font-family: 'Montserrat-regular';
    font-size: 14px;
    font-weight: 700;

}
.discoverheading {
    color: #000000;
    font-family: 'Montserrat-regular';
    font-size: 32px;
    font-weight: bold;
  }

  .shopnow-btn {
    background-color: #118DF0;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 9px 20px;
    font-size: 14px;
    transition: 0.3s ease-in;
    font-family: 'Montserrat-regular';
  }

  .shopnow-btn:hover {
    border: 1px solid #118DF0 !important;
    background-color: #fff;
    color: #118DF0;
  }

  .probox {
    text-align: center;
    justify-content: center;
  }

  .probox img {
    width: 200px;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
  }

  .probox h1 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
    font-family: var(--fontfamily-heading);
    text-align: center;
    justify-content: center;
    color: #000;
  }

  .probox p {
    font-family: var(--fontfamily-para);
    font-size: 11px;
    text-align: center;
    justify-content: center;
    color: #838282;
  }

  .probox h1 span {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Montserrat-regular';
    text-align: center;
    justify-content: center;
    color: #118DF0;
  }

  .sidebar1 {
    box-shadow: 0px 6px 16px rgb(0 0 0 / 12%);
    border-radius: 10px;
    background-color: white;
    padding: 25px;
    padding-top: 0;
    height: auto;
  }

  .sidebar1 h1 {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    margin-top: 25px;
  }

  .sidebar1 input {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }


  .sidebar1 span {
    background-color: #f9f9f9;
    color: #000;
    font-weight: bold;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
  }

  #srch{
    width: 200px;
    height: 40px;
    border-radius: 5px;
    outline: none;
    border: none;
padding-left: 10px;
color:#000000 !important;
box-shadow: 0px 6px 16px rgb(0 0 0 / 12%);
  }


