﻿
.main-container {
    margin: 0 auto;
}

h1.title {
    font-size: 14px;
}

p {
margin-bottom:0;
}

.banner-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.bottom-banner {
    margin-top: -32px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.banner-container img {
    width: 100%;
}

.banner-container .mid-container {
    min-height: 472px;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    align-content: center;
    background-position: center;
    color: white;
    margin-top: 0px;
    font-size: 13px;
}

.mid-banner-button-container a.btn:hover {
    color: #fff;
}

.mid-banner-button-container a.btn {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background-color: #D41E41;
    padding: 0 10px;
    color: #FFF;
    text-align: center;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    border: none;
}

.mid-banner-button-container {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 2px;
    font-size: 16px;
    width: 330px;
    margin-bottom: 20px;
    text-align: right;
}

.banner-container .mid-container .content {
    margin: 86px 26px 0 0;
    width: 49%;
    text-align: right;
}

/* Bottom Banner*/
.banner-container-inner {
    height: 750px;
    background-color: #e9e9e9;
    padding-top: 4%;
    text-align: center;
    padding-bottom: 50rem;
}

    .banner-container-inner ul.icons-list {
        list-style-type: none;
        margin: 0;
        width: 90%;
        margin: auto;
        padding: 0;
    }

        .banner-container-inner ul.icons-list li {
            width: 23%;
            display: inline-table;
            margin-top: 6%;
        }

            .banner-container-inner ul.icons-list li img {
                width: 80%;
            }

    .banner-container-inner h4 {
        font-weight: bold;
        margin-top: 7px;
        margin-bottom: 0;
    }

    .banner-container-inner span {
        width: 100%;
        float: right;
        margin-top: 8px;
    }


.top-section p {
    text-align: right !important;
}


@media (min-width: 576px) {
    .banner-container {
        max-width: 540px;
    }
}



@media (min-width: 768px) {
    .banner-container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .banner-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .banner-container {
        max-width: 1140px;
    }
}


@media (min-width:767px) {
    .banner-container-inner h3 {
        display: none;
    }
}


@media (max-width:768px) {
    .banner-container .mid-container {
        background-image: none !important;
        background-color: #2b3e53;
        min-height: auto;
    }
    .mobile-hide{
        display:none;
    }
        .banner-container .mid-container .content {
            width: 90%;
            margin: 10px 10px;
            text-align: right;
        }

        .banner-container .mid-container h4 {
            width: 90%;
            text-align: right;
        }
}





@media (max-width: 767px) {

    .banner-container-inner {
        background-color: #e9e9e9;
        padding: 4% 0;
        max-height: 16rem;
        text-align: center;
    }

    .BottomDisclamer {
        font-size: 10px;
        text-align: right;
        margin-top: -30px;
    }

    .banner-container-inner h2 {
        font-weight: bold;
        font-size: 12px;
        margin-bottom: 0;
    }

    .banner-container-inner ul.icons-list {
        list-style-type: none;
        width: 100%;
        margin-top: 4%;
        padding-inline-start: 10px;
    }

        .banner-container-inner ul.icons-list li {
            width: 100%;
            display: inline-grid;
            margin-top: 2px;
        }

            .banner-container-inner ul.icons-list li img {
                width: 20px;
            }


    .banner-container-inner h4 {
        display: none;
    }


    .banner-container-inner h3 {
        margin-top: -20px;
        margin-bottom: 0;
        font-size: 10px;
        text-indent: 25px;
        text-align: right;
        line-height: 19px;
    }


    .banner-container-inner span {
        display: none;
    }
}
