﻿.lp-header {
    background: #ffffff;
}

.main-banner-bg {
    width: 100%;
    height: 255px;
    background-image: url('../Images/BannerImage2.png'); /*Hero.png*/
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.main-banner-content {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
   /* width: 80%;*/
}

.main-banner-head {
    font-family: Montserrat;
    font-style: normal;
    margin-left: 32px;
    color: white;
    font-weight: 500;
    font-size: 32px;
    margin-top:54px;
}

.main-banner-text {
    margin-left: 32px;
    color: white;
    font-family: Open Sans;
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 33px;
    opacity: 0.8;
}
.banner-logo-bg {
    background-image: url('../Images/logo-bnr-bg.png');
    background-repeat: no-repeat;
    background-position: initial;
    background-size: cover;
    height: auto;
    padding: 25px 20px 25px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: right;
    width: 45%;
    /*background-color: rgb(207 10 44 / 60%);*/
}

@media screen and (min-width: 1450px){
    .banner-logo-bg {
        width: 60%;
        margin-right: 0px;
    }

    .welcomeBanner-Content { 
        display: contents;
        margin-right: 0px;
        margin-left: auto;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .programBusinessLogo {
        padding: 25px 32px 25px 0px;
        margin-right: calc((100vw - 1440px) / 2);
    }

    .main-banner-content {
        margin-left: calc((100vw - 1440px) / 2);
    }
}

.banner-logo-bg-small{
    display: none;
}
.programBusinessLogo {
    width: auto;
    height: auto;
    margin-top: -7px;
    padding:0px 10px;
    /*margin-left: 15%;*/
}
.top-container {
    margin-bottom: 40px;
}

.hw-links-main {
    width: 100%;
    height: 89%;
}

.hw-links-main-head {
    font-family:Montserrat;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 16px;
}

.hw-links-box {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 0px 1px #DBE1E9, 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.blogs-box {
    box-shadow: 0px 0px 0px 1px #DBE1E9, 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.news-panel-box {
    box-shadow: 0px 0px 0px 1px #dbe1e9, 0px 4px 8px rgb(0 0 0 / 10%);
    border-radius: 2px;
}

.news-main-head {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 16px;
}
/*.news-blog-container .panel-body {
    height: 428.5px;
}*/
.sureconnect-inner-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 0px 1px #dbe1e9, 0px 4px 8px rgb(0 0 0 / 10%);
    border-radius: 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 12px;
    flex-direction: row;
    align-content: flex-start;
    min-height: 440px;
}

.sc-mini-box {
    background: #FFFFFF;
    border: 1px solid #E9EDF2;
    box-shadow: 0px 0px 18px rgb(212 216 219 / 50%);
    border-radius: 2px;
    border-bottom: 8px solid #002F87;
    width: 30%;
    padding: 20px 16px;
    margin: 12px;
    text-align: center;
}

.sc-mini-box img {
    width: 24px;
    height: 24px;
    display:block;
    margin: 0 auto 12px;
}

.sc-mini-box span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #242A35;
    margin-bottom: 24px;
    display:block;
}

.sc-box-button {
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #002F87;
    border-radius: 4px;
    max-width: 200px;
    padding: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    text-align: center;
    letter-spacing: 0.01em;
    color: #002F87;
}

.sc-mini-box .sc-box-button:hover {
    background-color: #002F87;
    color: #FFFFFF;
}

.sc-box-button a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    text-align: center;
    letter-spacing: 0.01em;
    color: #002F87;
}

.sc-mini-box .sc-box-button:hover a {
    color: #FFFFFF;
}

.news-home-container, .feature-shortcut-container {
    width: 73%;
    margin-right: 24px;
    /*height:518px !important;*/
}

.news-blog-container, .questions-container {
    width: 25%;
}
.hw-links-list {
    padding: 20px;
}
.hw-link-item {
    font-family: Open Sans;
    font-style: normal;
    line-height: 25px;
    font-weight: 600;
    font-size: 18px;
    color: #002F87;
    margin-bottom:16px;
    text-decoration:none;
}
.hw-link-item:hover {
    color: #002F87;
    text-decoration: underline;
}
.overView-img:hover{
	box-shadow: 0px 3px 6px rgb(0 0 0 / 40%);
}

.blog-main-head {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 16px;
}

.clsImage img {
    width: 140px;
    height: 144px;
    margin-right: 8px;
    object-fit: cover;
}

.mob-view {
    margin-bottom: 16px;

}
    .sc-box-date {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #5A677D;
    display:block;
    margin-top:8px;
    margin-bottom:26px;
}

.blog-head {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #002F87;
    text-decoration:none;
}

.blog-content {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #242A35;
    text-decoration: none;
}

.tab-view-content{
    display:none;
}

.text-panel {
    margin-top: 12px;
}
.text-panel2{
    margin-top:12px;
}

.date-panel{
    margin-top:5px;
}

/*@media only screen and (max-width: 1920px) {
    .programBusinessLogo {
        margin-right: 240px;
    }
}
@media only screen and (max-width: 1600px) {
    .programBusinessLogo {
       
		margin-right: 10px;
    }
}
@media only screen and (max-width: 1500px) {
    .programBusinessLogo {
      
		margin-right: 30px;
    }
}

@media only screen and (max-width: 1440px)
{
    .clsImage{
        margin-right:0px;
    }
    .programBusinessLogo{
        margin-right:0px;
    }
}*/



@media screen and (max-width: 1024px) {
    .news-home-container, .feature-shortcut-container {
        width: 100%;
        margin-bottom: 40px;
        margin-right: 0px;
    }
    .sureconnect-inner-box {       
        min-height: auto;
    }
    .feature-shortcut-box {
        width: 100%;
        margin-right: 0px;
    }

    .news-blog-container, .questions-container {
        width: 100%;
    }

    .news-blog-container .panel-body {
        height: auto;
    }
    .banner-logo-bg {
        background-position: initial;
        width: 45%;
    }
    .programBusinessLogo {
        width: 170px;
        padding-left: 15%;
    }
    .tab-view-content {
        display: block;
        margin-top: 4px;
    }

    .desktop-view-content {
        display: none !important;
    }

    .sc-box-date {
        margin-top: 38px;
    }

    .blog-content {
        margin-top: 4px;
    }

    .clsImage img {
        width: 152px;
        height: 127px;
    }

    .clsImage {
        margin-right: 25px;
    }
    
}

@media screen and (max-width: 768px) {
    .sureconnect-inner-box {
        padding: 0px;
        box-shadow: none;
        min-height: auto;
    }
    .mob-view {
        flex-wrap: wrap;    }

    .sc-mini-box {
        width: 47%;
        padding: 37px 10px;
        margin: 4px;
    }

    .sc-mini-box p {
        margin-bottom: 0px;
    }

    .news-blog-container .panel-body {
        height: auto;
    }
    p.article-body-summary {
        display: none;
    }
    .main-banner-content{
        width: 65%;
    }
    .banner-logo-bg {        
        background-position: initial;
        width: 35%;        
    }
    .programBusinessLogo {
        width: 170px;        
        margin-left: 15px;
        margin-right:30px;
    }

    .clsImage {
        width: 100%;
        margin-right: 0px;
    }

        .clsImage img {
            width: 100%;
            height: auto;
        }

    .content-blog {
        margin: 24px 0px 40px 0px;
        width: 100%;
    }
}
@media screen and (max-width: 640px){
    .main-banner-content {
        width: 100%;
        margin-bottom: 20px;
    }
    .banner-logo-bg, .banner-logo-bg img {
        display: none;
    }
    .banner-logo-bg-small {
        display: block;
        text-align : center;
        width: 100%;
        background-color: rgb(207 10 44 / 60%);
    }
    .banner-logo-bg-small img {
        width: 80%;           
        padding: 20px 15px;
    }
    .main-banner-bg {
        flex-wrap: wrap;
        height: auto;
    }
}

@media screen and (max-width: 390px) {
    .clsImage {
        width: 100%;
        margin-right: 0px;
    }

        .clsImage img {
            width: 100%;
            height: auto;
        }

    .panel-body {
        padding: 0px !important;
    }

    .content-blog {
        margin: 24px 0px 40px 0px;
    }

    .mob-view {
        flex-wrap: wrap;
    }

    .sc-box-date {
        margin-top: 16px;
    }

    .blogs-box {
        border: 0px;
        box-shadow: none;
    }
}


@media screen and (max-width: 376px) {
    .sc-mini-box {
        width: 100%;
        padding: 37px 10px;
        margin: 4px;
    }
}


