@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
b {
    font-weight: 700;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 10px 0;
}
header .contact-details {
    position: absolute;
    right: 0;
    top: 15px;
}
header .contact-details .contact {
    display: flex;
    align-items: center;
    padding: 5px;
    background: #D12329;
    margin-bottom: 10px;
    border-radius: 25px 0px 0px 25px;
    width: 300px;
}
header .contact-details .contact a {
    color: #fff;
    font-size: 18px;
}
header .contact-details a {
    margin-left: 10px;
}
.banner-sec {
    background-image: url('../images/Banner.png');
    background-size: cover;
    background-position: center;
    height: 600px;
    padding-top: 200px;
    padding-bottom: 30px;
}
.banner-heading {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 64px;
}
.banner-sec .eligible-bnr {
    text-align: center;
    max-width: 410px;
}
.banner-sec .eligible-bnr h5 {
    color: #FFF;
}
.btn-theme-main {
    background: #D12329;
    color: #fff;
    border-radius: 25px;
    font-size: 18px;
    text-transform: none;
    padding: 10px 25px;
    font-weight: 600;
}
.btn-theme-main:hover {
    color: #fff;
}
.section {
    padding: 80px 0px;
}
.eligible-sec {
    background: #1F3569;
    text-align: center;
}
.eligible-sec h4 {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 40px;
}
.eligible-sec .btn-theme-main {
    width: 300px;
    font-size: 22px;
}
.avg-prevention-sec h4 {
    color: #5E5E5E;
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}
.avg-prevention-sec h4::after {
    content: '';
    width: 150px;
    margin-top: 10px;
    margin-left: calc(50% - 75px);
    display: block;
    height: 3px;
    background: #5E5E5E;
}
.avg-prevention-sec p {
    color: #5E5E5E;
    font-size: 20px;
    margin-top: 10px;
}
.join-prgm-sec {
    background: #1F3569;
}
.join-prgm-sec h4 {
    color: #fff;
    font-size: 34px;
    text-align: center;
    margin-bottom: 40px;
}
.join-prgm-sec h4::after {
    content: '';
    width: 150px;
    margin-top: 10px;
    margin-left: calc(50% - 75px);
    display: block;
    height: 3px;
    background: #fff;
}
.join-prgm-sec h5 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    margin: 60px 0px;
}
.join-prgm-sec .btn-theme-main {
    width: 300px;
    margin: 0px auto 30px;
    display: block;
    font-size: 22px;
}
.powered-by {
    text-align: right;
}
.powered-by p {
    color: #fff;
    font-size: 18px;
    font-style: italic;
}
.powered-by img {
    margin-left: 30px;
}
.partner-sec h4 {
    color: #5E5E5E;
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}
.partner-sec h4::after {
    content: '';
    width: 150px;
    margin-top: 10px;
    margin-left: calc(50% - 75px);
    display: block;
    height: 3px;
    background: #5E5E5E;
}
.partner-sec img {
    margin: 25px 0px;
}
footer {
    background: #343434;
    padding: 15px;
}
footer p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0px;
}


/* Sprite CSS */
.sprite {
    background-image: url('../images/lmc-sprite.png');
}
.i-phone {
    display: inline-block;
    width: 38px;
    height: 37px;
    background-position: -17px -13px;
}
.i-email {
    display: inline-block;
    width: 38px;
    height: 37px;
    background-position: -72px -13px;
}
.i-avg-prevention1 {
    width: 201px;
    height: 201px;
    display: inline-block;
    background-position: -19px -64px;
}
.i-avg-prevention2 {
    width: 201px;
    height: 201px;
    display: inline-block;
    background-position: -248px -64px;
}
.i-avg-prevention3 {
    width: 201px;
    height: 201px;
    display: inline-block;
    background-position: -19px -276px;
}
.i-avg-prevention4 {
    width: 201px;
    height: 201px;
    display: inline-block;
    background-position: -250px -276px;
}



@media (max-width: 767px) {
    header .contact-details .contact {
        width: 175px;
        position: absolute;
        top: 0;
        right: -135px;
    }
    .banner-sec {
        background-image: url('../images/banner-mobile.png');
    }
    header .contact-details .contact:nth-child(2) {
        top: 45px;
    }
    header .contact-details .contact.expand {
        right: 0px;
    }
    header .contact-details .contact a {
        font-size: 13px;
    }
    .logo {
        text-align: center;
    }
    .logo img {
        max-width: 100px;
    }
    .banner-heading {
        font-size: 28px;
        line-height: 38px;
        text-align: center;
    }
    .banner-sec .eligible-bnr h5 {
        font-size: 14px;
    }
    .eligible-bnr .btn-theme-main {
        position: fixed;
        width: 100vw;
        right: 0;
        left: 0;
        margin: 0;
        border-radius: 0;
        font-size: 14px;
        z-index: 99;
        bottom: 0;
    }
    .banner-sec {
        height: calc(100vh - 20px);
        padding-top: 100px;
    }
    .eligible-sec h4 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 0px;
    }
    .eligible-sec .btn-theme-main {
        display: none;
    }
    .section {
        padding: 40px 0px;
    }
    .avg-prevention-sec h4 {
        font-size: 20px;
    }
    .avg-prevention-sec p {
        font-size: 16px;
    }
    .join-prgm-sec h4, .partner-sec h4 {
        font-size: 20px;
    }
    .join-prgm-sec h5 {
        font-size: 16px;
        line-height: 26px;
        margin: 40px 0px;
    }
    .join-prgm-sec .btn-theme-main {
        display: none;
    }
    .powered-by img {
        margin-left: 15px;
        width: 140px;
    }
    .powered-by p {
        color: #fff;
        font-size: 16px;
        text-align: center;
    }
    .partner-sec {
        text-align: center;
    }
    .partner-sec img {
        margin: 16px 0px;
        height: 50px;
    }
    footer {
        padding-bottom: 50px;
        text-align: center;
    }
    footer img {
        margin-top: 15px;
    }
    header .contact-details {
        position: fixed;
        top: auto;
        bottom: 72px;
        z-index: 99;
        height: 100px;
    }

    .sprite {
        background-image: url('../images/lmc-sprite-mobile.png');
    }
    .i-phone {
        width: 27px;
        height: 27px;
        background-position: -12px -9px;
    }
    .i-email {
        width: 27px;
        height: 27px;
        background-position: -51px -9px;
    }
    .i-avg-prevention1 {
        width: 141px;
        height: 140px;
        background-position: -13px -46px;
    }
    .i-avg-prevention2 {
        width: 141px;
        height: 140px;
        background-position: -173px -46px;
    }
    .i-avg-prevention3 {
        width: 141px;
        height: 140px;
        background-position: -13px -195px;
    }
    .i-avg-prevention4 {
        width: 141px;
        height: 140px;
        background-position: -175px -195px;
    }
   
}