/* basic config */
html, body {
    font-size: 16px;
}

body {
    color: #000;
    background: #FFF;
}

div {
    word-break:break-all;
}

.header-btn {
    padding: 8px 16px;
}

.btn:focus{
    box-shadow: unset;
}

.homepage-header-padding {
    width: 100%;
    height: 64px;
}

.home-page-shadow {
    box-shadow: 0 4px 30px rgb(0 0 0 / 7%);
}

.homepage-header-frosted-glass {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

@supports not ((backdrop-filter: blur(24px)) or (-webkit-backdrop-filter: blur(24px))) {
    .homepage-header-frosted-glass {
        background-color: #fff;
    }
}

.homepage-header {
    position: fixed;
    z-index: 10;
    background: unset;
}

.home-img {
    max-width: 100%;
    height: auto;
}

.home-img-icon {
    width: 54px;
    height: 54px;
}

.home-excellent-icon {
    width: 40px;
    height: 40px;
}

.btn-detail {
    background: #0035EC;
    border-radius: 6px;
    color: #fff;
    padding: 15px 36px;
    border: unset;
}

.btn-light {
    background: #fff;
    color: #000;
    box-shadow: 0px 5px 20px 1px rgba(122, 133, 158, 0.10000000149011612);
    border: unset;
    padding: 15px 45px;
}

.hover-fff:hover {
    color: #fff;
}

.hover-4d72f2:hover {
    background: #4d72f2;
    color: #fff;
}

.feature-img {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
}

.footer-logo {
    height: 48px;
}

.contact-us {
    height: 80px;
    width: 80px;
    margin-bottom: 10px;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.btn-outline-primary {
    color: #0035EC;
    border-color: #0035EC;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:hover {
    background-color: #0035EC;
    border-color: #0035EC;
}

@media (max-width:767px) {
    .homepage-header-frosted-glass {
        backdrop-filter: unset;
    }
    .homepage-header {
        background: #fff;
    }
}
