
.landingHeader, .landingContentwrap{
    background: #fff;
    padding:  0;
}
.landingHeader{
  border-bottom: 1px solid #eaeaea;
}
.footer-wrap{
    background-color: #fff;
    min-height: 100vh ;
    color: #006cb0;
    font-family: Raleway;
}
.footer-wrap h3{
    font-size: 26px;
}
.footer-wrap ul li , .footer-wrap p{
    font-size: 24px;
}
.mail-send{
    color: #006cb0 !important;
}
.logoList{
    display: flex;
    align-items: center;
}
.aetnaLogo{
    max-width: 300px;
}
.logoList ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 20px;
}
.logoList ul li{
    display: inline-block;
    margin-right: 20px;
}
.logoList ul li img{
    max-width: 100px;
}
.landingBanner{
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.landingBanner:before{
    content: '';
    position: absolute;
    background: url('../images/banner.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: blur(100px);
}
.landingBanner img{
    width: 100%;
}
.landingContentwrap{
    padding: 1rem 0;
}
.landingContent h2{
    color: #006cb0;
    font-size: 1.9rem;
    font-weight: 600;
}
.landingContent ul{
    padding-left: 20px;
    line-height: 35px;
    color: #006cb0;
}
.landingContent ul li, .landingContent p, .landingContent a{
    font-size: 1.5rem;
    word-break: break-word;
}
.landingContent p{
    line-height: 35px;
    color: #006cb0;
}
.landingContent button, .enrollNow button{
    border: 0;
    outline: none;
    background: #ff1c1b;
    color: #f5f914;
    font-size: 3rem;
    padding: 14px 2.5rem;
    border-radius: 50px;
}
.broder-wrap{
    border: 1px solid #eaeaea;
    padding: 20px;
    background: #006cb0;
    color: #fff;
    border-radius: 15px;
    margin-top: 20px;
}
.broder-wrap h2{
    color: #fff;
}
.landingContent.broder-wrap button{
    background: #fff;
    color: #006cb0;
}
.contactInfo a{
    font-size: 2rem;
    color: #006cb0;
}
.enrollNow .contactInfo a, .landingContent a{
    color: #006cb0;
}
.univ-btn-transparent{
    background: transparent;
    border: 0;
    outline: none;
}

.landignModal-btn .univ-btn{
    background: #006cb0;
}
.aetnaBlock.landingContent ul li{
    font-size: 1.5rem;
}
.aetnaBlock ul{
    line-height: 50px;
}
.content-bannerLanding, .content-bannerLanding h5{
    color: #006cb0 !important;
}
.content-bannerLanding img{
    max-width: 400px;
    margin: auto;
}
.mobile-show{
    display: none;
}
.mar-5{
    padding-bottom: 8rem;
}
.info-list li{
    list-style: number;
}
.info-list li::marker{
    font-weight: 700;
    font-size: 34px;
}
.info-sub-list li{
    list-style: disc;
}
.info-sub-list li::marker{
    font-weight: 500;
    font-size: 20px;
}
@media(max-width: 1200px){
    .content-bannerLanding img{
        max-width: 100%;
        margin: auto;
    }
}
@media(max-width: 991px){
    .mobile-hide{
        display: none;
    }
    .mobile-show{
        display: block;
    }
    .content-bannerLanding img{
        max-width: 80%;
    }
}
@media(max-width: 936px){
.goenroll-footer {
    padding: 2rem 1rem;
}
}
@media(max-width: 924px){
.goenroll-footer ul li:last-child{
   margin-top: 1rem;
}
}
@media(max-width: 767px){
    .logoList, .logoList ul{
        display: block;
        margin: 0;
    }
    .landingContentwrap p{
        word-wrap: break-word;
    }
}
@media(max-width: 589px){
.goenroll-footer ul li:last-child{
    margin-top: 0.8rem;
}
}
@media(max-width: 564px){
.goenroll-footer ul{
    display: grid;
   
}
.goenroll-footer ul li{
    margin-bottom: 0.8rem !important;
}
.goenroll-footer ul li:last-child{
    margin-top: 0;
    margin-bottom: 0 !important;
}
}
@media(max-width: 575px){
    .landingHeader .img-fluid{
        width: 250px;
    }
}
@media(max-width: 435px) {
    .goenroll-footer{
        padding: 2rem 1rem;
    }
}

@media(max-width: 389px) {
  .mar-5{
    padding-bottom: 10rem;
  }
  
}
@media(max-width: 379px) {
  .mar-5{
    padding-bottom: 12rem;
  }
  .goenroll-footer ul li:last-child{
    margin-top: 0;
  }
  .goenroll-footer ul li{
    margin-bottom: 0.5rem;
  }
}
@media(max-width: 340px) {
    .logoList img {
        width: 100%;
        max-width: 100%;
    }
}