:root {
    /* Colors: */
    --unnamed-color-ffffff: #ffffff;
    --unnamed-color-1e5bf6: #1e5bf6;
    --unnamed-color-22272a: #22272a;
    --unnamed-color-707070: #707070;
    --unnamed-color-81007f: #81007f;
}
.bg-primary {
    background: #1e5bf6 !important;
}
.text-primary {
    color: #1e5bf6 !important;
}
/* .navbar {
    height: 84px !important;
} */
.navbar-brand {
    color: #fff;
}
.navbar-nav a {
    color: #fff;
    margin-right: 18px !important;
}
/* .navbar-collapse a{
    color: black;
} */
.bg-grey {
    background: #f5f5f5;
}
.second-bg {
    height: 240px;
}
.avatar-img img {
    width: 214px;
    height: 214px;
    border-radius: 214px;
    margin-top: -107px;
}
.center-class {
    display: flex;
    justify-content: center;
    align-items: center;
}
.name {
    margin: 10px 0px;
    font-size: 21px;
    margin-bottom: 3px;
    font-weight: bold;
}
.designation {
    margin: 10px 0px;
    font-size: 14px;
    margin-top: 0px;
    color: #707070;
}
.icons span {
    padding: 8px;
    margin: 0px 4px;
    border-radius: 6px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icons img {
    width: 16px;
    height: 16px;
}
.tags {
    height: 160px;
    margin: 40px 0px;
}
.tags .carousel-item span {
    font-weight: bolder;
    font-size: 18px;
    color: #707070;
    text-transform: uppercase;
}
.align-row-div {
    display: flex;
    justify-content: center;
}
.index-body .card {
    border: none;
}
.index-body .card-icon {
    width: -webkit-fill-available;
    height: 170px;
    background: #f5f5f5;
    margin: 16px;
    margin-bottom: 0px;
}
.index-body .card-img-top {
    width: 110px;
}
.index-body .card-row .product-column-class {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.service-div {
    padding: 30px 0px;
    margin: 60px 0px;
}
.service-div .card-body {
    padding: 38px 30px;
}
.offer-div {
    padding: 30px 0px;
    margin: 60px 0px;
}
.offer-div .card {
    width: -webkit-fill-available;
    height: 300px;
    /* padding: 88px 0px; */
    border-radius: 20px;
}
.text-row {
    margin: 50px 0px;
}
.text-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.shop-img {
    width: 40px;
}
.shop-p {
    margin-top: 6px !important;
    color: #707070;
}
.text-row-reverse {
    margin: 50px 0px;
    display: flex;
    flex-direction: row-reverse;
}
.reach-us {
    padding: 60px 0px;
}
.reach-us-row {
    margin: 30px 0px;
}
.reach-us h6 {
    color: #707070;
    font-weight: normal;
}
.reach-us h4 {
    margin-bottom: 21px;
    margin-top: 30px;
}
.input-row {
    margin-top: 30px;
}
.input-row input {
    width: -webkit-fill-available;
    border: none;
    height: 65px;
    border-radius: 5px;
    padding-left: 14px;
    color: #22272a;
}
.input-row textarea {
    width: -webkit-fill-available;
    border: none;
    border-radius: 5px;
    padding-left: 14px;
    color: #22272a;
    resize: none;
}
.input-row input::placeholder {
    color: #d9d9d9;
}
.input-row textarea::placeholder {
    color: #d9d9d9;
}
.send-button {
    float: right;
    padding: 8px 36px;
    margin-top: 10px;
    color: #fff;
}
.icons-bottom {
    margin-top: 20px;
}
.icons-bottom span {
    padding: 8px;
    margin-right: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icons-bottom img {
    width: 16px;
    height: 16px;
}
.footer-div {
    height: 60px;
}
.footer-content {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-content h6 {
    color: #fff;
    font-weight: normal;
}
.fab-btn {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    position: fixed;
    right: 50px;
    bottom: 80px;
}
.fab-btn .bi-whatsapp {
    color: #fff;
}

a.active {
    font-weight: bold;
    border: 1px solid #fff;
    background: #fff;
    color: #1e5bf6 !important;
    border-radius: 8px;
    padding: 10px 24px !important;
}
.text-muted {
    float: right;
}
.carousel-control-prev-icon {
    background-image: url(assets/chevron-left.png);
    position: absolute;
    left: 0px;
}
.carousel-control-next-icon {
    background-image: url(assets/chevron-right.png);
    position: absolute;
    right: 0px;
}
@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
    justify-content: center;
}

.offer-div .carousel-inner .carousel-item.active,
.offer-div .carousel-inner .carousel-item-next,
.offer-div .carousel-inner .carousel-item-prev {
    display: flex;
    justify-content: space-around;
}

/* medium and up screens */
@media (min-width: 768px) {
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(16.6%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-16.6%);
    }

    /* .offer-div .carousel-inner .carousel-item-end.active,
    .offer-div .carousel-inner .carousel-item-next {
        transform: translateX(30%);
    }

    .offer-div .carousel-inner .carousel-item-start.active,
    .offer-div .carousel-inner .carousel-item-prev {
        transform: translateX(-30%);
    } */
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}
.carousel-item .col-md-2 {
    display: flex;
    justify-content: center;
}

#recipeCarousell img{
    width: 100px;
}

  
  #display_img {
    /* position: absolute;
    top: 0; */
    border: solid 2px;
    width: 192px;
    height: 192px;
    margin-top: 5px;
    padding: 0px;
  }
  .gal_img {
    width: 50px;
    height: 50px;
    border: solid 2px;
    position: relative;
    bottom: 0px;
    /* margin-left: 10px;
    margin-right: 10px; */
    padding: 0px;
    position: relative;
    top: 8px;
  }
  .gal_img:hover {
    cursor: pointer;
  }
  @media only screen and (min-width: 992px) {
    #display_img {
      /* position: absolute;
      top: 0; */
      border: solid 2px;
      width: 192px;
      height: 192px;
    }
    .gal_img {
      width: 60px;
      height: 60px;
      position: relative;
      top: 8px;
      /* margin-left: 20px;
      margin-right: 20px; */
    }
  
    .gal_img:hover {
      cursor: pointer;
    }
  }
  .modal-small-image{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

    /* owl-carousel */
    .slider{
        margin-bottom: 20px;
        position: relative; 
      }
      .slider .owl-item.active.center .slider-card{
        transform: scale(1.15);
        opacity: 1;
        background: #ccc;
        color: black;
      }
      .slider-card{
        background-color: #fff;
        margin: 50px 15px 90px 15px;
        border-radius: 5px;
        box-shadow: 0 15px 45px -20px #00000029;
        transform: scale(0.9);
        opacity: 1;
        transition: all 0.3s;
      }
      .slider-card img{
        border-radius: 5px 5px 0px 0px;
      }
      .owl-nav .owl-next img{
        position: absolute;
        top: calc(44% - 30px);
        right: 0;
        opacity: 1;
        width: 30px;
        height: 30px;
        z-index: 1;
      }
      .owl-nav .owl-prev img{
        position: absolute;
        top: calc(44% - 30px);
        left: 0;
        opacity: 1;
        width: 30px;
        height: 30px;
        z-index: 1;
      }