.scrollbarHide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbarHide::-webkit-scrollbar {
  display: none;
}

/* Smooth scrolling */
/* html {
  scroll-behavior: smooth;
}

body {
  scroll-padding-top: 80px;
} */

.borderBottomBlue{
  border-bottom: 2px solid #0069A7;
}
.greenBtn{
    padding: 16px 24px;
    border-radius: 9999px;
    background: #50A337;
    color: #FFF;
text-align: center;
font-family: 'Cairo';
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
text-transform: uppercase;
min-width: 260px;
}
.greenBtn:hover{
    background: #489331;
}