.faq_question {
    border-bottom: 1px solid #b7bec9;
    margin: 0 0 50px;
    padding: 80px 0 50px;
    position: relative;
}
.faq_question::before {
    color: #efefef;
    content: "?";
    font-family: "Sentinel-Semibold";
    font-size: 600px;
    line-height: 500px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.faq_question_list li {
  color: #354866;
  font-family: "GothamMedium";
  font-size: 17px;
  margin: 0px;
}
.faq_question_list li a {
  color: #354866;
}
.faq_question_list li:hover, .faq_question_list li a:hover, .faq_question_list li:hover a {color: #0070ba}
.faq_question p {
  color: #354866;
  font-family: "Gotham-Book";
  font-size: 18px;
}
.faq_question_details {
    margin: 0 0 100px;
}
.faq_question h1 {
  color: #102d56;
  font-family: "Sentinel-Semibold";
  font-size: 50px;
  margin: 0 0 20px;
}
.faq_question ol {
    margin: 40px 0 0;
    padding: 0;
}
.faq_question_details ol {
    margin: 0;
    padding: 0;
}
.faq_question_details li {
    color: #354866;
    font-family: "GothamMedium";
    font-size: 18px;
    margin: 0 0 50px;
}
.faq_question_details li h2 {
    font-family: "GothamMedium";
    font-size: 18px;
    margin: 0 0 15px;
}
.ques_ans {
    font-family: "Gotham-Book";
    font-size: 16px;
}
.ques_ans p {
    margin: 0 0 20px;
    line-height: 24px;
}
.ques_ans a {
  color: #354866;
  text-decoration: underline;
}


.primary_btn {
    background: #0070ba none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-family: "GothamMedium";
    font-size: 16px;
    padding: 12px 22px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
    line-height: normal;
    white-space: nowrap;
    cursor: pointer;
}
.primary_btn:hover, .primary_btn:focus {
    background: #005c99 none repeat scroll 0 0;
    color: #fff;
}

/*==============================================
Responsive CSS
================================================*/
/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
    
    
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .faq_question h1 {font-size: 44px}
    
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
    .faq_question h1 {font-size: 32px}
    .faq_question h1 .visible-xs {display: inline-block !important;}
    .faq_wrapper {padding-top: 115px;}
    .faq_question {border-bottom: medium none;margin: 0;padding: 40px 0 30px;position: relative;}
    .faq_question::before {font-size: 240px;line-height: 200px;}
    .single_faqs_content h2 {font-family: "GothamMedium";font-size: 16px;line-height: 20px;}
    .see_all_faqs {margin: 40px 0 0;text-align: center;}
    .faqs_carousel {box-shadow: 0 0 10px #ddd;padding: 25px 15px 30px;}
    .faqs_carousel .owl-next {float: right;}
    .see_all_faqs .primary_btn {display: block;margin: 0 auto;max-width: 290px;}
    .ques_ans p {margin: 0 0 15px;}
    
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

}
