﻿body.theme-site-id-2 .btn-bg-color-1 {
    background-color: #3a92d0;
}

body.theme-site-id-2 .btn-bg-color-2,
body.theme-site-id-2 .ui-button.ui-togglebutton.ui-state-active {
    background-color: #3a92d0;
}

body.theme-site-id-2 .ui-selectbutton .ui-button.ui-state-default.ui-state-active,
body.theme-site-id-2 .birth-calendar .ui-calendar .ui-datepicker .ui-state-default.ui-state-active {
    background-color: #3a92d0;
}

body.theme-site-id-2 .text-color-1 {
    color: #005FA1;
}

body.theme-site-id-2 {
    position: relative;
    height: 100vh;
}

.custom-navbar {
    z-index: 999;
    width: 100%;
    min-height: 115px;
    background: #1F5E9E;
}

    .custom-navbar .navbar-brand {
        width: 200px;
        margin-left: 65px;
        height: 115px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .custom-navbar .navbar-brand img {
            width: 100%;
        }

.fixed {
    position: fixed !important;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.content-footer {
    height: 100px;
}

#customerEmail {
    margin-bottom: 10px;
}

.log-out-btn {
    font-weight: bold;
    font-size: small;
    cursor: pointer;
    margin-top: 25px;
}

@media screen and (max-width: 769px) {

    .custom-navbar {
        min-height: 75px;
        padding: 0;
    }

    .content-footer {
        height: 50px;
    }

    .custom-navbar .navbar-brand {
        width: 100px;
        height: 60px;
        padding-top: 20px;
        margin-left: 35px;
    }

    .log-out-btn {
        top: 30px;
        right: 20px;
    }
}


.section-footer {
    /*   position: absolute;
    bottom: -200px;
    width: 100%;*/
}

.content-footer {
    background-color: #EAE5DF;
}

    .content-footer .footer-logo {
        width: 175px;
        height: 75px;
        padding: 10px 0 0px 0;
        margin: 10px calc(50% - 95px) 0;
        content: url(/img/tv-blue-logo.png);
    }

.page-footer {
    height: 60px;
    background-color: #1F5E9E;
}

    .page-footer > div {
        padding-top: 20px;
        color: #EAE5DF;
    }








/*New header footer CSS*/
header.wrapper, footer wrapper {
    max-width: 1520px;
    margin: 0 auto;
}

.header-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.header-container a{
    /*display: flex;
    justify-content: start;
    align-items: end;*/
}

.header-container a img{
    max-width: 160px;
}

.header-logo {
    max-width: 235px;
    padding-bottom: 1.5rem;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.header-icons-container {
    display: flex;
    font-size: 1rem;
    align-items: center;
    justify-content: flex-end;
}

    .header-icons-container .wrapper {
        margin-right: 50px;
        text-align: right;
    }

.call-now,
.call-now-footer {
    display: flex;
    align-items: center;
}

.phone-number {
    margin-left: 0.5rem;
    color: #171b27;
}

.header-icon {
    margin-left: 1.5rem;
    font-size: 1.5rem;
    color: #171b27;
}

.underline {
    color: #737989;
}
/* footer  */
footer {
    background: #171b27;
}

.footer-top-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 4fr;
    padding: 5rem 2rem 2rem 2rem;
}

.footer-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.footer-logo img {
    max-height: 98px;
}

.footer-logos {
    display: flex;
    justify-content: space-evenly;
    margin-top: 55px;
}

.call-now-footer {
    margin-top: 1rem;
}

.footer-logos img {
    max-height: 120px;
}

footer .phone-number {
    color: #ffffff;
}

.footer-menu h2 {
    color: #ffffff;
    padding-bottom: 1.5rem;
    padding-top: 0.5rem;
}

.footer-menu ul li {
    color: rgba(255, 255, 255, 0.7);
    padding-bottom: 1.6rem;
    font-size: 1.125rem;
}

footer .underline {
    margin-top: 2rem;
}

.footer-bottom {
    padding: 20px 0;
}

.footer-bottom-icons {
    display: flex;
    justify-content: center;
    color: #ffffff;
}

.footer-bottom i {
    padding: 0 2rem;
    font-size: 2.25rem;
}

.footer-bottom p {
    text-align: center;
    color: #abb8c3;
    //padding-top: 30px;
}



@media only screen and (max-width: 1200px) {
    .header-logo {
        max-width: 180px;
        margin-top: 1rem;
    }

    .log-out-btn {
        margin-right: 0;
    }

    .footer-logo-container {
        display: flex;
        justify-content: center;
    }

    .footer-top-container {
        grid-template-columns: 1fr 1fr;
    }

    .footer-container {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 768px) {
    .header-logo {
        max-width: 120px;
        margin-top: 1rem;
    }

    .
    .call-now {
        display: none;
    }

    .header-icons-container {
        margin-right: 2rem;
    }

    .footer-logo {
        margin: 0 auto;
    }

    .footer-logo-container {
        margin-left: 0;
    }

    .footer-top-container {
        grid-template-columns: 1fr;
    }

    .footer-container {
        margin-top: 3rem;
        grid-template-columns: 1fr;
        text-align: center;
    }
}
