body {
	background: #808080;
}

.gh-container-header {
	background: #FFE421;
}

.gh-container-header, .gh-container-section {
    padding-bottom: 10px;
	max-width: 768px;
    height: 100%;
}

header h1 {
	font-weight: bold;
	text-align: center;
}

.gh-logo {
	display: block;
	margin: 0 auto;
}

.gh-top-menu {
	background: #1d1d1d;
}

.gh-top-menu p {
	color: #fff;
	margin: 0;
	margin-top: 10px;
}

.gh-top-menu h3 {
	color: #ffffc0;
	margin-top: 10px;
}

.gh-top-menu h3.gh-cash-in {
	text-align: right;
}

.gh-container-section {
	background: #fff;
	text-align: center;
}

.slide-item {
    height: 30vh;
}

.slide-img {
    height: 100%;
    margin: auto;
    object-fit: cover;
}

.gh-bottom-menu {
    background: #fff;
}

.gh-inner-top {
    text-align: center;
}

.gh-inner-title {
    margin: 0;
    padding: 10px;
    vertical-align: middle;
}

.gh-content h5, .gh-content p {
    text-align: justify;
}

.gh-list {
    list-style: none;
    list-style-position: inside;
    text-align: left;
}

.gh-list li:before {
  content: "\2713"; /* Unicode character for checkmark */
  font-size: 20px; /* Change this value to adjust the size */
  margin-right: 5px; /* Optional: Add some space between checkmark and text */
}

.gh-alpha-list {
    list-style-type: lower-alpha;
}
p { 
    font-size: 12px;
}
a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }

p { text-decoration: none; color: black; } 

.hide{
	display: none;
}

.pointer{
	cursor: pointer;
} 

 
h4.modal-title {
    font-size: 14px !important;
}
label {
    display: inline-block;
    font-size: 14px;
}
.form-control{
	padding: 5px 5px 5px 5px;
	border-radius: 2px;
	font-size: 12px;
}

.form-action {
    margin-top: 12px;
	padding: 5px 5px 5px 5px;
    width: auto;
}
.btn {
    font-size: 12px;
	border-radius: 2px;
}
.modal-content{
	border-radius: 2px;
}

.font-12{
	font-size: 12px;
}
.font-13{
	font-size: 13px;
}
.font-14{
	font-size: 14px;
}
.font-15{
	font-size: 15px;
}
.text-align-left{
	text-align: left;
}
.text-align-center{
	text-align: center;
}
.text-align-right{
	text-align: right;
}

.regular-margin{
	margin: 3px 15px 3px 15px;
    width: 96% !important;
}

h1 {
    font-size: 18px;
}
h2 {
    font-size: 17px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 13px;
}