.main-div {
  transition: 0.5s;
}

.main-div:hover {
  transform: scale(1.05);
  transition: 0.5s;
}

.product-list img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  border-radius: 60px 60px 0 0;
  width: 100%;
  object-fit: cover;
}

.product-list {
  width: 100%;
  height: 250px;
  position: relative;
}
.innercaption {
  position: absolute;
  left: 6%;
  top: 40%;
}

.bannermain.innerbanner {
  position: relative;
}
.innercaption h1 {
  display: inline-block !important;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background-color: var(--btn-color);
  padding: 4px 20px;
}
.prod_desc p.MsoNormal span {
  font-size: 17px !important;
}

.product-url-main .view-details {
  margin-top: 10px !important;
}
.contactmain,
.contactmainss {
  padding: 60px 0px;
}

.product-navbar li.nav-item a {
  color: var(--txt-color) !important;
}
.product-navbar ul.navbar-nav a.nav-link:hover {
  color: var(--btn-color) !important;
  transition: 0.3s;
}

@media (max-width: 767px) {
  contactmain, .contactmainss {
    padding: 30px 0px;
  }
  .bannermain.innerbanner {
    margin-top: 80px;
  }
  .innercaption h1 {
    font-size: 9px !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  body .bannermain {
    height: 120px !important;
  }
  .bannermain.innerbanner {
    margin-top: 80px;
  }
  .innercaption h1 {
    font-size: 12px !important;
  }
  .product-list {
    height: 180px;
  }
  .product-url-main .view-details {
    margin-top: 0px !important;
  }
}

body .product-url a {
    font-size: 18px;
}

body .product-url {
    padding-top: 10px;
    padding-bottom: 10px;
}