﻿/* DEFAULTS
----------------------------------------------------------*/
:root {
    --rt-theme: #09A24F;
    --rt-primary: #df0b20;
    --rt-primary-1: #df0b20;
    --rt-primary-2: #df0b20;
    --rt-heading: #0c2340;
    --rt-body: #0c2340;
    --rt-white: #ffffff;
    --rt-hover:#0C2340;
}

.stephead1 {
    font-size: 11px;
    color: red;
}

.stephead2 {
    font-size: 9px;
    color: red;
}

.stephead4 {
    font-size: 18px;
    color: #000000;
}
.lblText1 {
    font-size: 14px;
    font-weight: bold;
    color: #3a3a3a;
}

td {
    font-family: Helvetica;
    font-size: 16px;
    color: #39393b;
}


input[type="radio"] {
    margin: 10px;
    /*background-color:transparent !important;*/
}

    input[type="radio"] ~ label {
        font-size: 16px;
    }

        input[type="checkbox"] ~ label::before, input[type="radio"] ~ label::before {
            background-color: #fff;
            border: 3px solid #000;
        }

        input[type="radio"] ~ label::after {
            width: 7px;
            height: 7px;
            left: 4px;
            background: #000;
            top: 5px;
        }

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 0.2;
}

/*.rbl label {
    display: block;
}*/

.rbl td {
    text-align: left;
    /*width: 20px;*/
}
.lblText1 {
    font-size: 16px;
    font-weight: bold;
    color: #3a3a3a;
    font-family: var(--font-marcellus);
}

.lblText2 {
    font-size: 14px;
    font-weight: bold;
    color: #3a3a3a;
    font-family: var(--font-marcellus);
}

.lblText3 {
    font-size: 16px;
    font-weight: bold;
    color: #EE2737;
    font-family: var(--font-marcellus);
}
.lblText4 {
    font-size: 20px;
    font-weight: bold;
    color: #3a3a3a;
    font-family: var(--font-marcellus);
}
.border-dotted {
    border-style: dotted !important;
}
.chkAgree input[type="checkbox"] {
    font-family: var(--font-marcellus);
    /*margin: 10px 0 0;*/
    font-size: 12px;
}

    .chkAgree input[type="checkbox"] ~ label {
        font-size: 14px;
        font-family: var(--font-marcellus);
        padding-left: 5px;
        font-weight: bold;
    }
.primary-btn1:hover {
    background-color: #0C2340;
    color:#FFFFFF;
}
.footer__widget--button {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .footer__widget--button .cta__button {
        padding: 14px 30px;
        text-align: center;
        border: 1px solid var(--rt-white);
        color: var(--rt-white);
        border-radius: 30px;
        transition: var(--transition);
        text-transform: capitalize;
        background: var(--rt-primary-1);
        border-color: var(--rt-primary-1);
    }

        .footer__widget--button .cta__button:hover /*, .footer__widget--button .cta__button.active*/ {
            background: var(--rt-hover);
            border-color: var(--rt-hover);
        }
.scheduler-border {
    font-family: var(--font-marcellus);
}


@media (max-width: 428px) {
    td {
        font-size: 14px;
    }
}