@media (max-width: 770px) {
  .carousel-item.active {height: 400px;}
  .carousel-item.active img{height: 400px;}
  .carousel-caption{display: block !important; bottom: 4.25rem !important;}
  .carousel-inner{background-color: #fff !important;}
}
.form-control{text-overflow: ellipsis;}
@media (max-width: 768px) {
 td img {
    width: 35px;
    height: 35px;
  }
}
.g-recaptcha div{margin: 0 auto;}
     .g-recaptcha div div{--bs-aspect-ratio: calc(9 / 21 * 100%) !important;
    position: relative !important;
    width: 100% !important;}
  .rc-anchor-light {width: auto !important;}
  .qualitytable {
      border-collapse: collapse;
      width: 100%;
    }
    
    @media (max-width: 320px) {
      .g-recaptcha div {
       width: 288px !important;
      }
      .rc-anchor-normal-footer {margin-left: -44px !important;}
      .g-recaptcha iframe{width: 90% !important;}
    }