.store_logo
{
    height: 60px;
    cursor: pointer;
}

.social-links li {
    display: inline-block;
    margin-right: 11px;
}

.social-links li:last-child {
    margin-right: 0
}

.social-links li img {
    width: 30px;
    height: 30px;
}

.social-links li img:hover {
    transform: scale(1.2);
    cursor: pointer;
}

.satisfy
{
    font-size: 72px;
}

.satisfy-title
{
    color: #EB7534;
    font-weight: 800 !important;
}

.satisfy-text
{
    color: #292929;
    font-weight: 600 !important;
}

.satisfy-container p
{
    color: #383838;
    max-width: 600px;
    font-size: 18px;
    font-weight: 400 !important;
}

.start-image
{
    position: absolute;
    left: 710px;
}

.start-image img
{
    width: 822px;
    height: 747px;
}

button
{
    border-radius: 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 42px;
    gap: 10px;
}

.outlined
{
    border: 1px solid #292929;
    background-color: transparent;
    transition: background-color 300ms ease-out, color 300ms ease-out;
}

.outlined:hover
{
    background-color: #005B54;
    color: white;
}

.elevated
{
    border: 1px solid #EB7534;
    background: #EB7534;
    color: white;
}

.home-separation
{
    height: 1000px;
}

.process
{
    font-size: 46px;
    margin-top: 10px;
}

.process-title
{
    color: #383838;
    font-weight: 500;
    margin-right: 10px;
}

.process-text
{
    color: #EB7534;
    font-weight: 800;
}

.process-circle
{
    border-radius: 100px;
    background: #EB7534;
    color: white;
    align-items: center;
    height: 200px;
    width: 200px;
    justify-content: center;
    display: flex;
}

.process-row h6
{
    font-weight: 500;
    color: #383838;
    font-size: 22px;
    margin-top: 25px;
}

.process-row p
{
    font-weight: 400;
    color: #525252;
    font-size: 16px;
}

.know-more
{
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.choose-text-size
{
    font-size: 44px;
}

.choose-title
{
    color: #383838 !important;
    font-weight: 500 !important;
}

.choose-title-text
{
    color: #EB7534 !important;
    font-weight: 700 !important;
    margin-left: 10px;
}

.choose-subtitle
{
    font-size: 20px;
    color: #000000 !important;
    font-weight: 400 !important;
}

.choose-text
{
    font-size: 16px !important;
    color: #525252 !important;
    font-weight: 400 !important;
}

.choose-img
{
    width: 500px;
}

.choose-img-container
{
    display: flex;
    justify-content: center;
}

.choose-section ul li
{
    font-size: 16px !important;
    color: #525252 !important;
    font-weight: 400 !important;
    font-family: Poppins;
}

.choose-section
{
    margin-top: 80px;
}

.choose-image-margin
{
    margin-top: 100px;
}

.time-image-margin
{
    margin-top: 200px;
}

.join-text
{
    font-size: 20px;
    font-weight: 400;
}

.join-image
{
    border-radius: 20px;
}

.location-container
{
    margin-top: 100px;
    margin-bottom: 20px;
}

.location-row h6
{
    text-align: center;
}

.location-row p
{
    text-align: center;
}

.location-image-container
{
    max-width: 100%;
    justify-content: center;
    align-content: center;
    display: flex;
}

.location-image
{
    border-radius: 10px;
    height: 300px;
    width: 70%;
}

.location-row h6
{
    font-size: 24px;
    font-weight: 600;
}

.location-row button
{
    text-decoration: underline;
    text-decoration-color: #FF4B3D;
    font-size: 20px;
    font-weight: 500;
    border: 0;
    background-color: transparent;
    padding: 0;
}

.location-row button a
{
    color: #FF4B3D;
}

.privacy-policy-separation
{
    height: 100px;
}

.center
{
    display: flex;
    justify-content: center;
}

.site-footer a
{
    transition: color 300ms ease-out;
}

.site-footer a:hover
{
    color: #FF4B3D;
    cursor: pointer;
}

.site-footer a h6
{
    transition: color 300ms ease-out;
}

.site-footer h6:hover
{
    color: #FF4B3D;
    cursor: pointer;
}

.site-footer .fa-chevron-right
{
    margin-right: 10px;
}

@media (min-width: 1201px)
{
    .join-image
    {
        width: 350px;
    }
}

.choose-container
{
    display: flex;
    justify-content: center;
}
