#locationGroup .card{
    min-height: 300px !important;
    max-height: 300px !important;
}
.HelpCenterContent{
    height: 100%;
    width: 100%;
    /*position: fixed;*/
    z-index: 1031;
    top: 0px;
    transition: 0.5s;
    /*overflow-y: scroll;*/
    background-color: white;
}

#setting-header span{
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--primary);
}

#setting-header a{
    font-size: 0.7rem;
    color: #858585;
    margin-top: -5px;
    margin-right: -15px;
}

#my-notification{
    padding: 10px 20px 25px 25px;
}

#my-notification #title{
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 0.3rem;
}

#my-notification #title span{
    color: #9D9D9D;
}

.form-switch, .form-check{
    padding: 0;
    margin: 8px 0px;
}

#notification-group label{
    font-weight: 600;
}

#grey-divider{
    padding: 10px 20px 5px 25px;
    border-top: 10px solid #E8E8E8;
}

.form-check-input:checked {
    background-color: FFCB8E;
    border-color: FFCB8E;
}
#about-us{
    height: fit-content;
}
@media(min-width: 450px){
    #locationGroup .card{
        min-height: 260px !important;
        max-height: 260px !important;
    }
}

@media(min-width: 1000px){
    #locationGroup .card{
        min-height: 220px !important;
        max-height: 220px !important;
    }
}
@media(min-width: 1200px){
    .side-padding{
        padding: 0px 400px;
    }

    #about-us{
        padding: 3rem 200px !important;
    }

    #contact-us{
        padding: 3rem 300px !important;
    }
}
