.faq_container .panel-body ol {
    padding-left: 30px;
}
.faq_container .panel-body ol ul {
    list-style-type: circle;
    padding-left: 25px;
}
span.impStar {
    color: #ff1111;
}
.main_content {
    display: flex;
    width: 100%;
}
.faq_container {
    width: 70%;
    margin-right: 70px;
}
.latest_update {
    width: 30%;
}

h1.heading_latest {
    font-size: 25px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.faq_container .panel-body {
    padding: 15px;
   
    line-height: 1.6;
}

.panel-body {
    text-align: justify;
}
h4.panel-title a {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    /* height: 100%; */
    text-decoration: none;
}
.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#ffffff 0,#ffffff 100%);
    /* background-image: linear-gradient(to right, #0acffe 0%, #787a92 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
    /* box-shadow: 4px 9px; */
    /* box-shadow: 2px 3px #f1f3f4; */
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #bbb;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    box-shadow: 3px 5px 9px #e5e5e5;
}
.panel-group .panel+.panel {
    margin-top: 13px;
}
.heading_div {
    font-size: 13px;
    color: #323e6b;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #00a8a8;
  
}



h4.panel-title a {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    /* height: 100%; */
}

h1.heading_latest {
    font-size: 25px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #323e6b;
    


}
.panel-group .panel+.panel {
    margin-top: 12px;
}
.heading_div h1 {
    font-size: 25px;
    color: #323e6b;
    font-weight: 600;
    margin: 15px 0px;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #bbb;
    background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
}
h1.heading_latest {
    font-size: 25px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    color: #323e6b;
    font-weight: 600;
}
.latest_update .panel-body {
    padding: 12px;
    border-bottom: 1px solid #f1f1f1;
    line-height: 1.6;
    color: #0030f9;
}
.latest_update .panel-body {
    padding: 12px;
    border-bottom: 1px dashed #cbcbcb;
    line-height: 1.6;
    color: #0030f9;
}
/* .panel-default .panel-body:last-child {
    border: none;
} */
.latest_update_div {
    background-image: linear-gradient(to top, #eef8ff 0%, white 100%);
    height: 275px;
    overflow-y: auto;
}
h4.panel-title a::first-letter {
    text-transform: capitalize;
}
.latest_update_div::-webkit-scrollbar {
    display: block;
    width: 4px;
    background-color: #ffffff;
}

.latest_update_div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #ffffff;
}
.latest_update_div::-webkit-scrollbar-thumb {
    height: 20px;
    background-color: #0b0f51;
}


@media (max-width: 768px){
    .container {
        padding-right: 20px;
        padding-left: 20px;
        margin-right: auto;
        margin-left: auto;
    }

    .heading_div h1 {
        font-size: 20px;
        color: #323e6b;
        font-weight: 600;
    }
    .panel-group .panel+.panel {
        margin-top: 6px;
    }
    h1.heading_latest {
        font-size: 20px;
        text-align: center;
        padding: 0px;
        margin: 0px;
        color: #323e6b;
        font-weight: 600;
    }
    .latest_update .panel-body {
        padding: 9px;
        border-bottom: 1px dashed #f1f1f1;
        line-height: 1.6;
        color: #0030f9;
    }

    .main_content {
    
        display: flex;
        flex-direction: column;
       
      }
      .faq_container {
        width: 100%;
        margin-right: 70px;
    }
      .latest_update {
        width: 100%;
    }
    .latest_update_div {
        background-image: linear-gradient(to top, #eef8ff 0%, white 100%);
        height: 155px;
        overflow-y: auto;
    }
    .faq_container  {order: 2;}
    .latest_update  {order: 1;}
}