
.product-banner {
    /* background-image: url("../images/product-banner.png");
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    padding-left: 80px; */
    color:#000;
    text-align: center;
    padding: 20% 0px 5%;
    text-transform: uppercase;
  }
  .product-banner h2 {
    font-size: 40px;
    font-weight: 600;
  }
  .product-banner a {
    text-decoration: none;
     color: #0ddbdc;
  }

  /* product details section  */
  .product-detail{
    background-color: white;
    border-radius: 24px;
    padding: 42px;
    margin-top: 36px;
  }
  .product-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .product-col h4{
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Mortend", sans-serif;
  }
  .product-col p{
    color: #717171;
  }
  .product-img{
    position: relative;
  }
  .product-number{
 background-color: black;
 height: 60px;
 width: 60px;
 border-radius: 50%;
 color: white;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 27px;
 position: absolute;
 right: 10px;
 bottom: -28px;


  }
  .pnum{
    position: absolute;
    left: 10px;
    bottom: -28px;
  }

  /* responsive css  */
  @media only screen and (max-width: 1399px) {
  
    .product-number {
     
      right: 0px;
      bottom: -30px;
  }
  .pnum {
   
    left: 0px;
   
}
  }
  @media only screen and (max-width: 1199px) {
  
    .product-number {
     height: 50px;
     width: 50px;
      right: 0px;
      bottom: -28px;
  }
  }
  @media only screen and (max-width: 991px) {
  
    .product-number {
      height: 30px;
      width: 30px;
      right: 2px;
      bottom: -15px;
      font-size: 16px;
  }
  }
  @media only screen and (max-width: 767px) {
  
    .product-number {
      height: 50px;
      width: 50px;
      right: 2px;
      bottom: -28px;
      font-size: 16px;
  }
  
  .product-col h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Mortend", sans-serif;
    width: 90%;
    margin-top: 15px;
  }
  }
  @media only screen and (max-width: 500px) {
  
    .service-banner {
     
      height: 60vh;
      padding-left: 0px;
      align-items: center;
  }
  .service-banner h2 {
    font-size: 30px;
    font-weight: 600;
  }
  .service-banner a {
    text-align: center;
  }
  .product-col p {
   
    font-size: 14px;
}
.product-col h4 {
  font-size: 18px;
}
.product-number {
  height: 40px;
  width: 40px;
  right: -2px;
  bottom: -24px;
  font-size: 16px;
}

  }