/*a place form site wide css changes from the web team*/
.body > #footer .h5 {
    font-size: 1rem;
    margin-bottom: 0.9rem;
}

.body > #footer h2 {
    font-weight: 300;
    margin-bottom: 32px;
}

.body > #footer {
    background: #0e0e0e;
    border-top: 4px solid #0e0e0e;
    font-size: .9em;
    margin-top: 50px;
    padding: 70px 0 0;
    position: relative;
    clear: both;
}

.body > #footer ul {
    list-style: none;
    padding: 0;
}

.body > #footer * {
    color: #FFF;
}

.body > #footer .newsletter-sign-up {
    color: #666;
    background: #fff;
    border-color: #ccc;
}

ul.footer-list li {
    line-height: 24px;
}

.body > #footer .footer-p {
    font-size: 14px;
}

.body > #footer hr {
    margin: 22px 0 !important;
}

.follow-us {
    text-align: center;
}

.tbaytel-logo-footer {
    margin-bottom: 32px;
}

.tbaytel-loader {
    border-top: 12px solid #00607D !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
}


.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

/* Optional: Adjust the position of the arrows vertically if needed */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    margin-top: -15px;
}

.carousel-tbaytel-inner {
    width: 93%;
}

.tbaytel-form-container {
    border-radius: 8px;
    border: 1px solid #ccc;
    border-top-width: 4px;
    padding: 2em;
    border-top-color: #00607d;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 8px 0 rgb(0 0 0 / 10%);
}
@media (max-width: 376px) {
    .tbaytel-form-container {
        padding-left: 1.3em;
        padding-right: 1.3em;
    }
}

/***********************************************************************************/
/**************Funky controls cuz im tired of basic bootstrao***********************/
/***********************************************************************************/
.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none !important;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        padding-top: 0.6em;
        padding-bottom: 0.6em;
        padding-left: 3.25em;
        padding-right: 0.3em;
        margin-top: 2em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="radio"]:empty ~ label:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            font-size: 1.8em;
            top: 0;
            bottom: 0;
            left: 0em;
            font-family: FontAwesome;
            content: '\f111';
            width: 1.4em;
            background: #999999;
            border-radius: 4px 0 0 4px;
            color: #eee;
            padding-left: 0.28em;
            padding-top: 0.345em;
        }


.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #777;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        font-family: FontAwesome;
        content: '\f05d';
        color: #eee;
    }


.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #333;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\f05d';
        background-color: #ccc;
        color: #ccc;
        font-style:normal
    }

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="radio"]:checked ~ label:before {
        content: '\f192';
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 4px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #067797;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}


ul.funkyradio input[type="checkbox"] ~ label,
ul.funkyradio input[type="radio"] ~ label {
    margin-top: 0 !important
}

ul.funkyradio {
    list-style: none;
    padding-left: 0;
}

    ul.funkyradio input[type="checkbox"]:checked ~ label:before,
    ul.funkyradio input[type="radio"]:checked ~ label:before {
        color: #fff;
        background-color: #2AABE2;
    }

