
h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "museo-sans", sans-serif;
    color: #020F50;
    font-size: 55px;
    line-height: 1.2909090909em;
    font-weight: 700;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "museo-sans", sans-serif;
    color: #020F50;
    font-size: 34px;
    line-height: 1.3823529412em;
    font-weight: 700;
  }
  
.titlebar-container {
    color: #000;
    /* width: 100%;
    max-width: 1100px; */
    margin: auto;
    padding: 50px 20px;
    text-align: center;
    z-index: 1;
    background-color: #eee;
    margin-top:125px;
  }

  .color-white {
    color: #fff;
  }

  p.intro{
    font-size: 24px;
  line-height: 1.5em;
  }


.sec{
    padding: 40px 15px;
}



/* faq1 start */


ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    margin: 0;
    list-style: none;
    background-color: #f9f9fa;
}
ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 20px;
    margin: 0 auto 15px auto;
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
}
ul.accordion-list li.active h3:after {
    transform: rotate(45deg);
}
ul.accordion-list li h3 {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.01em;
    cursor: pointer;
}
ul.accordion-list li h3:after {
    content: "\f278";
    font-family: "material-design-iconic-font";
    position: absolute;
    right: 0;
    top: 0;
    color: #fcc110;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
}
ul.accordion-list li div.answer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
ul.accordion-list li div.answer p {
    position: relative;
    display: block;
    padding: 10px 0 0 0;
    cursor: pointer;
    line-height: 150%;
    margin: 0 0 15px 0;
    font-size: 16px;
}
.faq-shadow{
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.12);
  padding: 30px;
}

.faq-title{
    padding: 30px;
}

.exhibit-2-sec{
    background-color: #FFF;
  margin: 30px auto;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 30px;
}

/* faq1 end */


/* how do we choose start */

.intro-copy{
    margin-bottom: 30px;
}

  .intro-copy h2 {
    text-align: center;
  }

  .intro-copy p{
    text-align: center;
  }
  .how-content{
    background-color: #FFF;
    margin: 30px auto;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 30px;
    height: 250px;
    text-align: center;
  }

  .how-content h3{
    color: #020f50;
  font-weight: 600;
  }
  
.bg-light-gray{
    background-color: #f4f4f4;
}

/* how do we choose end */
