*:not(.fa) {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica,
        Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

*:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.2;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

body {
    overflow-x: hidden;
    font-size: 13px;
    margin: 0;
}

html {
    font-size: 10px;
    scroll-behavior: smooth;
}

.section-padding{
    padding: 40px;
}

.ellipsis{
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}


#overlay {
    position: absolute; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }

  @media screen and (max-width: 767px) {
    .section-padding{
        padding: 20px;
    }

    .section-padding.locations{
        padding: 10px;
    }
  }


  :after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.opacity-8 {
    opacity: .8;
}

hr{
    color: #4a4c4e!important;
}

.action-button{
    width: 100%;
    border: 1px solid black;
    padding: 8px;
}

.toast-title{
    font-size: 16px !important;
}

.toast-message{
    font-size: 14px !important;
}

.cursor-pointer{
    cursor: pointer;
}

.main-section{
    margin-top: 90px;
}

.download-icon img{
    height: 50px;
    margin: auto;
}

.download-app{
    position: fixed !important;
    bottom: 0px;
    z-index: 99999;
    background: #e1e1e1;
    width: 100%;
}

.download-app i{
    top: 10px;
    right: 10px;
    font-size: 3rem;
}

.letter-spacing-2{
    letter-spacing: 3.5px;
}

.brand-logo{
    width: 100px;
}

.brand-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.primary-color{
    color: #eb5881 !important;
}