@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.ttf');
}

*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
}

html,
body {
    font-family: 'Montserrat-Regular' !important;
    line-height: 1.5;
    color: #002f6f !important;
    overflow-x: hidden !important;
}

/* Custom */

.break-blue {
    width: 1px;
    height: 15px;
    background-color: #002f6f !important;
}

.break-white {
    width: 1px;
    height: 16px;
    background-color: white !important;
}

.break-white-2 {
    width: 1px;
    height: 20px;
    background-color: white !important;
}

.text-small {
    font-size: 14px !important;
}

/* End of Custom CSS */

/* Navbar */

.nav-text {
    color: white !important;
    font-size: 10px !important;
}

.header-text {
    color: #002f6f !important;
    font-size: 8px !important;
}

.bantuan-text {
    margin-top: 20px;
    color: #002f6f !important;
    font-size: 10px !important;
}

.bg-bluedark {
    background-color: #002f6f !important;
}

.icon-email {
    width: 20px;
    height: 20px;
}

.icon-whatsapp {
    width: 20px;
    height: 20px;
}

/* End of navbar CSS */

/* Footer */

.bg-footer {
    background-color: #002f6f !important;
    color: white !important;
    height: auto;
}

.text-footer {
    margin-top: 20px;
    font-size: 10px;
    font-family: 'Monserrat-Regular';
    color: white !important;
}

.text-footer2 {
    font-size: 10px !important;
    font-family: 'Monserrat-Regular';
    color: white !important;
}

.img-whatsapp {
    width: 12px;
    height: 12px;
}

/* End of footer CSS */

/* Media Querry */


@media (min-width: 576px) {
    .text-footer {
        font-size: 16px;
        font-family: 'Monserrat-Regular';
        color: white !important;
    }

    .break-white {
        width: 1px;
        height: 25px;
        background-color: white !important;
    }

    .img-whatsapp {
        width: 24px;
        height: 24px;
    }

    .icon-email {
        width: 24px;
        height: 24px;
    }

    .icon-whatsapp {
        width: 24px;
        height: 24px;
    }

    .nav-text {
        color: white !important;
        font-size: 16px !important;
    }

    .header-text {
        color: #002f6f !important;
        font-size: 12px !important;
    }

    .bantuan-text {
        margin-top: 10px;
        color: #002f6f !important;
        font-size: 16px !important;
    }

    .text-footer {
        font-size: 16px;
        font-family: 'Monserrat-Regular';
        color: white !important;
    }

    .text-footer2 {
        font-size: 16px !important;
        font-family: 'Monserrat-Regular';
        color: white !important;
    }

}

@media (min-width: 768px) {}

/* End of Media Querry CSS */