.top-corner-rounded {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.bottom-corner-rounded {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.frequently-image {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center;
}

/* Custom ScrollBar Started */
*::-webkit-scrollbar {
  height: 13px;
  width: 13px;
  border-radius: 20px;
}

*::-webkit-scrollbar-track {
  background: rgb(239, 241, 244);
}

*::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: padding-box rgb(204, 204, 204);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(239, 241, 244);
  border-image: initial;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgb(209, 209, 209);
}

/* Custom ScrollBar Ended */
