@font-face {
    font-family: 'ColgateWebRegular';
    src: url('fonts/ColgateReadyWebRegular/colgateready_web-regular.eot');
    /* IE9 */
    src: url('fonts/ColgateReadyWebRegular/colgateready_web-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/ColgateReadyWebRegular/colgateready_web-regular.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/ColgateReadyWebRegular/colgateready_web-regular.svg#ColgateWebRegular') format('svg');
    /* Legacy iOS */
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ColgateReadyWebLight';
    src: url('fonts/ColgateReadyWebLight/colgateready_web-light.eot');
    /* IE9 */
    src: url('fonts/ColgateReadyWebLight/colgateready_web-light.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/ColgateReadyWebLight/colgateready_web-light.woff') format('woff'),
        /* Modern Browsers */
        url('fonts/ColgateReadyWebLight/colgateready_web-light.svg#ColgateWebLight') format('svg');
    /* Legacy iOS */
    font-weight: 100;
    font-style: normal;
}

html {
    font-family: 'ColgateWebRegular' !important;
}

body {
    background: url("../images/white-waves.png") repeat;
    font-family: 'ColgateWebRegular' !important;
}

.mainContainerContent {
    background-color: #DFDFDF;
}

:root {
    --bs-body-font-family: 'ColgateWebRegular';
}

#regiration_form fieldset:not(:first-of-type) {
    display: none;
}

.move {
    transform: translateX(300px);
    opacity: 0;
}


.btn-outline-danger:hover {
    color: #ffffff !important;
    transition: .3s;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.text-danger {
    color: #dc3545 !important;
}

.btn-secondary {
    background-color: #DFDFDF !important;
    color: black !important;
    border-color: #DFDFDF !important;
}

.btn-secondary:hover {
    transition: .2s;
    border-color: #adb5bd !important;
    background-color: #adb5bd !important;
    color: #ffffff !important;

}

a:link {
    text-decoration: none;
}

a:hover {
    color: #dc3545 !important;
}

a:active {
    color: #dc3545;
}

.mt-n1 {
    margin-top: -0.85rem !important;
}


.help-text {
    font-size: 0.8rem !important;
}

.light-font {
    font-family: 'ColgateReadyWebLight' !important;
}

.smlr_txt {
    font-size: smaller;
}

.super {
    font-size: 0.6em;
    vertical-align: 30%;
}

.super2 {
    font-size: 0.6em;
    vertical-align: 40%;
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 3rem !important;
    }

    .light-font {
        font-size: 4.1rem !important;
    }
}

@media (max-width:1199px) {
    .light-font {
        font-size: 3.5rem !important;
    }
}


@media (max-width:767px) {
    .fs-5 {
        font-size: 0.9rem !important;
        text-align: left !important;
    }

    .input-group-text {
        font-size: 0.9rem !important;
    }

    .help-text {
        font-size: 0.7rem !important;
    }

    .form-text {
        font-size: 0.8rem !important;
    }
}

@media (max-width:575px) {

    .btn-secondary,
    .btn-outline-success {
        font-size: 18px !important;
        padding: 5px 18px !important;
    }

    .footer-text {
        font-size: 11px !important;
    }

    .ital {
        font-size: 13px !important;
        margin-bottom: 5px !important
    }

    .h4Q,
    h2 {
        font-size: 1.3rem !important;
    }

    h4 {
        font-size: 1.2rem !important;
    }

    .light-font {
        font-size: 2rem !important;
    }

    .btn-outline-danger {
        font-size: 15px !important;
        padding: 3px 15px !important;
    }

    .btn-danger {
        font-size: 18px !important;
        padding: 8px 29px !important;
    }
}

@media (max-width:450px) {

    .btn-secondary,
    .btn-outline-success {
        font-size: 16px !important;
        padding: 3px 15px !important;
        margin: 15px 9px !important;
    }

    h3 {
        font-size: 1.3rem !important;
    }

    .btn-outline-danger {
        font-size: 14px !important;
        padding: 3px 15px !important;
        margin: 9px !important;
    }

    .btn-danger {
        font-size: 16px !important;
        padding: 6px 22px !important;
    }

    h5 {
        font-size: 1rem !important;
    }

    h4 {
        font-size: 1.1rem !important;
    }

    .footer-text {
        font-size: 10px !important;
    }

    .ital {
        font-size: 12px !important;
        margin-bottom: 5px !important
    }

    .h4Q,
    h2 {
        font-size: 1.2rem !important;
    }
}

@media (max-width:400px) {
    .btn-danger {
        font-size: 15px !important;
        padding: 5px 20px !important;
    }

    h5 {
        font-size: 0.9rem !important;
    }

    h3 {
        font-size: 1.1rem !important;
    }

    h4 {
        font-size: 1rem !important;
    }

    .h4Q,
    h2 {
        font-size: 1.1rem !important;
    }
}

@media (max-width:350px) {
    .btn-outline-danger {
        font-size: 13px !important;
        padding: 3px 15px !important;
        margin: 8px !important;
    }
}

@media (max-width:292px) {

    .btn-secondary,
    .btn-outline-success {
        font-size: 14px !important;
        padding: 3px 13px !important;
        margin: 7px !important;
    }

    .ital {
        font-size: 11px !important;
        margin-bottom: 5px !important
    }

    .footer-text {
        font-size: 9px !important;
    }
}

@media (max-width:960px) {
    .light-font {
        font-size: 3rem !important;
    }
}

@media (max-width:850px) {
    .light-font {
        font-size: 2.7rem !important;
    }
}

@media (max-width:690px) {
    .light-font {
        font-size: 2.4rem !important;
    }
}

@media (max-width:630px) {
    .light-font {
        font-size: 2.2rem !important;
    }
}

@media (max-width:530px) {
    .light-font {
        font-size: 1.8rem !important;
    }
}

@media (max-width:475px) {
    .light-font {
        font-size: 1.6rem !important;
    }
}

@media (max-width:430px) {
    .light-font {
        font-size: 1.4rem !important;
    }
}

@media (max-width:375px) {
    .light-font {
        font-size: 1.2rem !important;
    }
}

@media (max-width:325px) {
    .light-font {
        font-size: 1rem !important;
    }
}