﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
: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;
    --title-color: #0D1720;
    --primary-color: #EE2737;
    --white-color: #ffffff;
}
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /*max-width: 280px;*/
}
    input[type="radio"] {
        margin: 5px;
        /*background-color:transparent !important;*/
    }

        input[type="radio"] ~ label {
            font-size: 16px;
            font-family: inherit;
        }
.form-control::placeholder {
    opacity: 0.2;
}
.border-dotted {
    border-style: dotted !important;
}
.section-title1.two {
    flex-direction: column;
}

.section-title1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1066px;
    width: 100%;
    gap: 25px;
}

    .section-title1 > span {
        color: #0d1720;
        text-align: center;
        font-family: inherit;
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
        display: inline-block;
        border-radius: 16px;
        border: 1px solid #000000;
        padding: 7px 20px;
        white-space: nowrap;
    }

    .section-title1.two h3 {
        margin-top: 0;
        padding-top: 20px;
        font-weight: bold;
        font-size: 1.5rem;
    }

.mb-40 {
    margin-bottom: 40px;
}
.lblText1 {
    font-size: 16px;
    font-weight: bold;
    color: #3a3a3a;
    font-family: inherit;
}

.lblText2 {
    font-size: 14px;
    font-weight: bold;
    color: #3a3a3a;
    font-family: inherit; /* var(--font-marcellus);*/
}
.lblText3 {
    font-size: 12px;
    font-weight: normal;
    color: #3a3a3a;
    font-family: inherit;
}
.lblText4 {
    font-size: 16px;
    font-weight: bold;
    color: #3a3a3a;
    font-family: inherit;
}
.primary-btn1 {
    color: #ffffff;
    font-family: var(--font-montserrat);
    font-size: 18px;
    font-weight: 600;
    background-color: #EE2737;
    border: 1px solid #EE2737;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
    padding: 20px 37px;
    gap: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .6s;
}
    .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: 15px;
        transition: var(--transition);
        text-transform: none;
        background: var(--rt-primary-1);
        border-color: var(--rt-primary-1);
        text-decoration:none;
    }

        .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: inherit;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}
