* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.lab_wrap  p { color: #fff;}

.c-blue {    color: #112d6f;}
.c-dark-blue {    color: #2695ba;}
.c-white {    color: #fff;}
.c-dark-gray {    color: #353744;  }

.letsBox {background: rgb(131,58,180);
  background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(142,8,53,1) 100%); color: #fff; border-radius: 10px;}
.font42 {font-size: 42px;}
.font20 {font-size: 20px;}
.font22 {font-size: 22px;}
.podcast { background: url(../Images/Customer_Advisory_Council/Podcast_bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
   
    min-height: 400px; padding-top: 20px;
}

.podHead {
    font-size: 60px; font-weight: normal; margin-top: 15px;
  }

  
.thk_head h2 {font-size: 62px; text-transform: uppercase; color: #2695ba;}
.thk_head p {font-size: 17px; font-weight: 600;}
.lab_wrap { background: #3ba5c6; padding: 15px; color: #fff; padding: 20px;}
.lab_head h2 {font-weight: normal; font-size: 36px; line-height: 50px; color: #fff;} 
.lab_bg {
  /* background: url(../Images/Customer_Advisory_Council/lab_bg.jpg);   */
    background-position: center left;    background-repeat: no-repeat;border-right: 4px solid #389dbc;}
    .date { color: #1f6b83; text-align: right; }

    .lab-footer .icon {width: auto; height:  auto; text-align: left;padding: inherit;}
.lab-footer .icon li { display: inline-block; padding: 5px 12px 5px 0 !important; font-weight: bold;}
.lab-footer .icon li a {color: #fff;}

.lab_wrap .social-media  {
    display: inline-flex;
}
.lab_wrap .social-media li {
    display: inline-flex;
}

.lab_wrap .social-media li a {
    color: #3ba5c6;
    background: #ffffff;
    border: 1px solid #ffffff;
    width: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    height: 27px;
    justify-content: center;
    align-items: center; text-decoration: none;margin-left: 10px;
}

.lab-footer {border-top: 2px solid #389fbe; padding: 15px; margin-top: 15px;}
.tune_into li:first-child  {width: 4%;}
.tune_into li:last-child, .tune_into li:first-child  {border-right:none}
.tune_into li:nth-child(2) {width: 15%;}
.tune_into li:nth-child(3) {width: 15%;}

.tune_into li {display: inline-flex; align-items: center; justify-content: center;width: 20%;
    vertical-align: middle; border-right: 2px solid #f2f2f2; padding: 0 10px;}
  .podcast-Wrap {font-weight: 400; font-size: 18px;}
body {

 
  font-style: normal;
 
  margin: 0;
  padding: 0;
  color: #212529;
  background: #fff;
}

.cursor-pointer {
  cursor: pointer;
}

.banner-head {
  font-size: 42px;
  font-weight: 600;line-height: 41px;
}
.banner-head span {
  display: block;
}

.h2-head {
  font-size: 2rem;
  color: #212529;
  
}

.h4-head {
  font-size: 1.5rem;
  color: #000;
  font-weight: 700;
}

.bg-gray-light {
  background: #dee2e6;
}

.badge-danger {
  font-size: 0.8rem;
  padding: 5px 15px;
  font-weight: 400;
}

.card {
  background: transparent;
}
.card-title { color: #112d6f;}
.steering {background-color: #f0f0f0; padding: 15px; border-radius: 12px; text-align: center; font-weight: bold; text-transform: uppercase;}
.blu-box {background: #e9f8f9; border-radius: 12px; padding: 16px; margin-bottom: 15px;} 

.top-banner {
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 350px;
  max-height: 350px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: left;
  font-size: 18px;
  margin-bottom: 0; background-color: #f7f7f7;
}
.top-banner .banner-img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}
.top-banner .banner-container {
  width: 90%; color: #243165;
}

.mobFooter  { display: none;}
/*# sourceMappingURL=style.css.map */

.bg-secondary {
  background-color: #212529!important;
}


.disc-li { padding-left: 20px; margin-bottom: 15px;}
.disc-li li {  display: table;  list-style: disc; font-size: 14px;}
.disc-li li::before {content: "\2022"; color: #fff;
display: inline-block; width: 1em; font-size: 24px; line-height: 24px;
margin-left: -1em;}


.disc_b-li { padding-left: 20px; margin-bottom: 15px;}
.disc_b-li li {  display: table;  list-style: disc; font-size: 14px;}
.disc_b-li li::before {content: "\2022"; color: #fff;
display: inline-block; width: 1em; font-size: 24px; line-height: 24px;
margin-left: -1em;}



@media(max-width:767px) {
  .tune_into li:nth-child(2) {width: 100%; }
.tune_into li:nth-child(3) {width: 100%;}
    .tune_into li {justify-content: left;
        width: 100%;border: 1px solid #f2f2f2;}
        .tune_into li img { margin-right: 10px; }
        .tune_into li:last-child, .tune_into li:first-child  {border: 1px solid #f2f2f2; font-weight: bold; width: 100%; text-align: center;}
    .podcast { background: url(../Images/Customer_Advisory_Council/Podcast_bg_mobil.jpg);
        background-position: top right;
        background-repeat: no-repeat;
       
        min-height: 400px; padding-top: 20px;
    }

    .podHead {
        font-size: 34px;}
    .mobfont30 { font-size: 30px;}
  body {    padding-bottom: 80px;}
  .top-banner {margin-top: -27px;}
  .top-banner .banner-img {width: auto;left: 100px;}

.banner-head{font-size: 29px;}
.main-footer { display: none;}
    .mobFooter {
        z-index: 990;
        background-color: #153043;
        border-top: 1px solid #d6d9dd;
        border-bottom: 1px solid #d6d9dd;
        display: inline-block;
        width: 100%;
        position: fixed;
        bottom: 0
    }
    .mobFooter ul {
        list-style: none;
        padding: 0;
        margin: 0
    }
    .mobFooter ul>li {
    width: 15%;
    text-align: center;
}

    .mobFooter ul>li {
        float: left;
        border-right: 1px solid #d6d9dd
    }
    .mobFooter ul>li:last-child {
        border-right: none
    }
    .mobFooter ul>li>span {
        padding: 15px 0 15px 0;
        color: #abb0b5;
        font-family: Arial;
        font-size: 12px
    }
    .mobFooter ul>li>a {
        padding: 10px 10px;
        color: #fff;
        display: inline-block;
        text-align: center
    }
    .mobFooter ul>li>a:hover {
        background: #353744;
        color: #fff
    }
    .cookieAlert {
        bottom: 70px
    }
    .mobFooter ul>li.buyBtn {
    width: 70%;
    color: #153043;
    background-color: #f3bb1c;
    color: #153043;
    padding: 15px 5px;
    font-size: 13px;
    font-family: Arial;
    font-weight: 700;
    } 
    .mobtoggle{ width: 100%; margin-bottom: 10px;}

    .mobfont17 { font-size: 17px;}

   .what-expect {padding-left: 15px; padding-right: 15px;}
}
