.container{
  width: 1200px;
}
.faq-master{
  margin-top: 120px;
  font-size: 16px;
  color: #00365F;
}
.faq-title{
  padding: 10px 20px;
  background-color: #006394;
  justify-content: space-between;
  cursor: pointer;
  box-shadow: 0px 3px 6px 1px rgba(133, 145, 141, 0.6);
  /*border-radius: 8px;*/
}
.faq-title h4{
  letter-spacing: 2px;
  font-size: 24px;
  color: #f5f5f5;
  font-weight: 300;
}
.title-main{
  color: #00365F;
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 200;
}
.faq-content{
  padding: 20px;
  background-color: #006394;
  box-shadow: 0px 3px 6px 1px rgba(133, 145, 141, 0.6);
}
.communication{
  background-color: #ffffff;
  padding: 10px 30px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.title{
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.title .arrow-icon{
  opacity: 0.8;
}
.title h5{
  color: #00365F;
  font-size: 18px;
  font-weight: 400;
}
.answer{
  border-top: 1px solid #00A7E5;
}
.que4optBClass{
  color: #006394;
  font-weight: 600;
}
.answer-checkbox{
  display: block!important;
}
.answer p{
  color: #00365F;
  font-weight: 400;
}
.arrow-icon{
  height: 25px;
  margin-top: 3px;
}
.d-flex{
  display: flex;
}
/*.title-radius{
  border-radius: 8px 8px 0 0 !important;
}*/
@media (max-width: 1199px) {
  .container{
    width: 100%;
  }
}