.primary-color-text {
      color: #0d6efd;
    }
    .hero-image {
      border-radius: 12px;
    }
    .black-color-text {
      color: #333;
    }
    .section-padding {
      padding: 64px 0;
    }
    @media (min-width: 1200px) {
    .display-6 {
        font-size: 1.5rem;
        color: #87161e !important;
    }
}
.primary-color{
color: white !important;
    background-color: #2c4d80 !important;
}
.form-control-sm {
padding: 6px 9px 9px;
}
.form-control:focus{
    border: 2px solid black;
    box-shadow: none;
}

.small {
  font-size: 0.9rem;
}

.fw-medium {
  font-weight: 500;
}

img.rounded {
  border-radius: 12px;
}

.submitcusFeedback{
     background-color:#2c4d80 !important;
     color:white !important;
}
.submitcusFeedback:hover{
     background-color:#ccc !important;
     color:black !important;
}
/* Mobile */
.productImgs {
  padding: 0.5rem;
}

/* Tablets */
@media (min-width: 768px) {
  .productImgs {
    padding: 1rem;
  }
}

/* Large screens */
@media (min-width: 992px) {
  .productImgs {
    padding: 4rem;
  }
}
