.hero-section h1 {
    font-size: 45px;
    line-height: 55px;
}

.hk_colors p {
    color: #111121;
}

.contact_socials li {
    display: block;
    text-align: left;
    margin-bottom: 5px;
    }
    .contact_socials li a i {
        margin-right: 9px;
        font-size: 18px;
    }
    .contact_socials li a {
        display: inline;
        border: none !important;
        margin-right: 10px !IMPORTANT;
        width: 70px !important;
        line-height: 34px !important;
    }
    
    ul.list-inline.contact_socials li a:hover {
        background: transparent !important;
        color: black !important;
    }
    h3.title.contact_support {
        margin-top: 20px;
        margin-bottom: 0px !important;
    }

.privacy-page p strong {
    color: #2878db;
}

.privacy-page a strong {
    text-decoration: underline;
}

.policy-table {
    margin-bottom: 30px;
}

.policy-table tr td {
    font-size: 16px;
    padding: 20px;
    border: 1px solid black;
    text-align: left;
}

.service-list {
    margin: 0 0 20px 20px;
}

.home-facts .fact-wrap {
    position: relative;
}

.home-facts .fact-wrap .character {
    position: absolute;
    right: 60px;
    top: 0;
    font-size: 30px;
}

/* Form Validation */
#contactForm label.error,
#headerForm label.error {
    display: none !important;
}

#contactForm .form-control.has-error,
#headerForm .form-control.has-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

#headerForm textarea.form-control {
    height: 80px;
}

.copyright p {
    line-height: 22px;
}

/* TOC Start */
html {
    scroll-behavior: smooth;
}

.toc-section {
    padding-top: 0;
}

.toc-section h2 {
    color: #1c2045;
    margin-top: 25px;
    margin-bottom: 25px;
}

.toc-section h4 {
    color: black;
    font-size: 18px;
    font-weight: 700;
    margin-block: 32px;
}

.toc-section .col-md-3 {
    padding: 0;
}

.toc-sidebar {
    position: sticky;
    top: 0;
    overflow-y: auto;
    height: 100vh;
    /* max-height: 610px; */
    /* background: #f0f0f8; */
}

/* width */
.toc-sidebar::-webkit-scrollbar {
	width: 6px;
}
 
/* Track */
.toc-sidebar::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
   
/* Handle */
.toc-sidebar::-webkit-scrollbar-thumb {
	background: #888; 
}
  
/* Handle on hover */
.toc-sidebar::-webkit-scrollbar-thumb:hover {
	background: #555; 
}

#toc a.readed:not(.active) {
    color: #1c2045;
}

#toc a.readed:not(.active):before {
    content: "\f00c";
    position: absolute;
    color: #1c2045;
    left: -22px;
    top: 2px;
    font-size: 14px;
    font-family: "FontAwesome";
}

#toc a.active {
    color: #111111;
    text-decoration: underline !important;
}

a.active:before {
    content: "\f06e";
    position: absolute;
    color: #111111;
    left: -22px;
    top: 2px;
    font-size: 14px;
    font-family: "FontAwesome";
}

.toc-sidebar ul {
    padding: 20px 10px 20px 30px;
}

.toc-sidebar ul li {
    margin-bottom: 12px;
}

.toc-sidebar ul li::marker {
    content: '';
}

.toc-sidebar ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #7f8993;
    width: 100%;
    display: block;
    position: relative;
    /* border-radius: 4px;
    padding: 3px 6px; */
}

.toc-content {
    padding: 0 15px;
}

.toc-content p {
    color: black;
    font-size: 18px;
    margin-bottom: 20px;
}

.toc-content ul li,
.toc-content ol li {
    color: black;
    font-size: 18px;
}

.toc-content a {
    color: black;
    text-decoration: underline !important;
}

.toc-content a:hover {
    color: var(--color-blue4);
}

.toc-content a strong {
    font-weight: 400;
    text-decoration: underline;
}

.toc-content .policy-table {
    margin-bottom: 30px;
}

.toc-content .policy-table tr td {
    font-size: 18px;
    padding: 20px;
    border: 1px solid black;
    color: black;
    font-size: 18px;
}

.toc-content .policy-list-2 li {
    margin: 16px 0;
}

.toc-content .list-style-lower-alpha {
    margin: 0 0 20px 20px;
}

.toc-content .list-style-lower-alpha li {
    list-style: lower-alpha;
}

.toc-content .policy-list-3>li {
    list-style: lower-alpha;
}

.toc-content .policy-list-3>li li {
    list-style: lower-roman;
}

.toc-content .policy-list li {
    position: relative;
    padding-left: 30px;
    margin: 4px 0;
    font-size: 18px;
    color: black;
}

.toc-content .policy-list li::marker {
    content: '';
}

.toc-content .policy-list li:before {
    content: "";
    position: absolute;
    left: 10px;
    width: 6px;
    height: 6px;
    background: black;
    top: 10px;
    border-radius: 20px;
}

.toc-content .policy-ol {
    list-style: inherit;
    padding-left: 18px;
    margin-bottom: 30px;
}

.toc-content .policy-al {
    list-style: inherit;
    padding-left: 18px;
    margin-bottom: 30px;
}

.toc-content .policy-ol>li {
    position: relative;
    margin: 6px 0;
    list-style: auto;
}

.toc-content .policy-al>li {
    position: relative;
    margin: 6px 0;
    list-style-type: lower-alpha;
}

.toc-content .policy-al .policy-ol,
.toc-content .policy-list .policy-al {
    margin-bottom: 0;
}

@media (max-width:991px) {
    .toc-section .col-md-3 {
        display: none;
    }
    .toc-section .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.privacy-policy .fixed-header2 {
    display: none !important;
}

/* TOC End */