/*************************** FAQ PAGE CSS START *****************************/
.banner4 img {
    opacity: 1;
}
.faq_contact {
    float: left;
    width: 100%;
}
.faq_top {    
    float: left;
    width: 100%;
    background: #FF2318;
    padding: 69px 0px 0px;
}
.faq_img {
    float: left;
    width: 100%;
}
.faq_img img {
    width: 100%;
}
.faq_bottom {
    float: left;
    width: 100%;
    padding: 10px 0px 90px;
}
.faq_detail {
    float: left;
    width: 100%;
    background: #cdcdcd;
    padding: 20px 20px 30px;
}
.faq_detail2 {
    background: #f5f5f5;
}
.faq_detail h2 {
    color: #231f20;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 12px 0px 22px;
}
.faq_detail .menu_head > strong ,.faq_detail .menu_head2 > strong {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}
/*accordion tab*/
.faq_detail .accordion ,.faq_detail .accordion2 {
    float: left;
    width: 100%;    
    font-family: "Open Sans",sans-serif;
}
.faq_detail .accordion .menu_head ,.faq_detail .accordion2 .menu_head2 {    
    padding: 14px 10px;
    width: 100%;
    display:block;
    border: 1px solid #fff;
    background: #fff; 
}
.faq_detail .accordion .menu_head ,.faq_detail .accordion2 .menu_head2 {
    float:left;
    font-size: 15px;
    font-weight: 600;
    cursor:pointer;   
    color: #a1a1a1;
    margin: 10px 0px;
    text-align:left;
}
.faq_detail .accordion .menu_body ,.faq_detail .accordion2 .menu_body2 {
    height: auto;
    width: 100%;
    display: none;
}
.faq_detail .accordion .currnt ,.faq_detail .accordion2 .currnt2 {
    border: 1px solid #656668;
    color: #414042;
}
.faq_detail .accordion .menu_head span ,.faq_detail .accordion2 .menu_head2 span {
    display: inline-block;
    font-size: 0px;
    height: 24px;
    vertical-align: middle;
    width: 40px;
}
.faq_detail .accordion .plusminus  ,.faq_detail .accordion2 .plusminus {    
    background: url(images/plus-icon.png) no-repeat left center;
}
.faq_detail .accordion .currnt .plusminus  ,.faq_detail .accordion2 .currnt2 .plusminus {    
    background: url(images/minus-icon.png) no-repeat left center;
}
.hod_sing {
    float: left;
    width: 100%;
    text-align:left; 
    margin-top:0px;
    border: 1px solid #656668;
    background: #fff;
}
.hod_sing p {
    color: #414042;
    font-size: 15px;
    font-weight: 300;
    padding: 15px 15px 5px;
    line-height: 24px;
}
.hod_sing a {
    border-bottom: 3px solid #ff0000;
    color: #ff0000;
    display: inline-block;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    padding: 0px 15px 10px;
}
/*.hod_sing li a {
   all:unset;
   color:#0886b7;
   cursor:pointer;
}*/

/*end of accordion tab*/
.faq_top2 {
    display: none;
}

.hod_sing > ul {
    margin: 0;
    padding: 0;
}
.hod_sing li {
    color: #414042;
    display: list-item;
    font-size: 15px;
    margin: 0 0 0 28px;
    padding: 0 4px;
    font-weight:300;
}
.hod_sing p a ,.hod_sing li a{
    border: none;
    color: #0886b7;
    font-style: normal;
    font-weight: 400;
    padding: 0;
}
.hod_sing p a:hover ,.hod_sing li a:hover{
    color: #002219;
}