.menu-container {
    position: relative;
}
.sub-menu-toggle {
    background-color:rgb(49, 19, 19);
    color: rgb(255, 255, 255);
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    min-height: 40px;
    min-width: 50px;
}
.vertical-menu {
    display: none; /* Initially hidden */
    flex-direction: column;
    background-color: #071e3e;
    padding: 10px;
    /*max-height: 200px;  Set a max height for scrollability
    overflow-y: auto; /* Enable scrolling */
    overflow-y: scroll !important;
    max-height: 600px !important;
}
.menu-content {
    display: flex;
    flex-direction: column;
}
.vertical-menu a {
    color: white;
    text-decoration: none;
    padding: 10px;
    border-bottom: 1px solid #444;
}
.vertical-menu a:hover {
    background-color: #555;
}
/*----Horizontal menu*/
.cover {
    position: relative;
    padding: 0px 30px;
    margin-top: 0px;
}
.left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.scroll-images {
    position: relative;
    width: 100%;
    padding: 5px 0px;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}
.ProductNav_Link:hover
{
    color: #0a58ca!important;
}
.child {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 125px;
    height: 25px;
    padding: 0px 0px;
    margin: 1px 0px;
    border-right: 1px solid gray;
    overflow: hidden;
   /* -webkit-box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 10%);*/
    color: #0d6efd;
}

.child img, .child > svg {
    position: absolute;
    margin-top: -195px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    background: #03A9F4;
}

.scroll-images::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
}

.scroll-images::-webkit-scrollbar-thumb {
    background-color: black;
}
.ProductNav_Link
{
    color:gray !important;
}

/*----End Horizontal menu*/
/*----custom change*/
.subheading_block h4{
    margin-top: 20px !important;
}
.pagetitle{
    text-align: center !important;
    font-weight: 500 !important;
}
.h2heading
{
    font-weight: 500 !important;
    font-size: 1.8rem;
}
.h4heading
{
    font-weight: 800 !important;
    font-size: 19px !important;
    margin: 10px 0px !important;
}
.h5heading
{
    font-weight: 800 !important;
    font-size: 17px !important;
    margin: 10px 0px !important;
}
.h6heading
{
    font-weight: 800 !important;
    font-size: 16px !important;
    margin: 10px 0px !important;
}
.inner-hero
{  
    padding-top: 82px !important;
    padding-bottom: 3rem !important;
}
.heading {
    width: 100%!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 500;
    background-color: #0751A6;    
}
.active-menu
{
    background-color:#14233c;     
}
.active-verticalmenu
{
    background-color:rgb(123, 173, 123);     
}
/*custom css start*/
h1{
    font-size: 2rem;
    font-weight: 600;
}
h2{
    margin:10px 0px;
}
h3{
    margin:5px 0px 5px 0px;
}
.right-block p{
    margin:10px 0px;
    line-height:35px;
    font-weight: 400;
    font-size: large;
    text-align: justify;
}
.copy-text
{
    background-color:antiquewhite;
    font-size: 12px;
}
.code-block
{
    background-color:black;
    color: #25b330;
}
.right-block
{
    border: 1px solid #eeee;
    background-color:#f4f4f4;    
    border-radius:0rem;
    padding: 10px 10px;
    overflow: hidden;
}
button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 25px;
}
.btn{
    padding: .375rem .75rem !important;
    margin-top: 15px;
}
.btn-next
{
    float: right;
}
pre 
{
font-size: 20px !important;
}
.bold-text
{
    font-weight: 600;  
}
.table th{
    text-align: center;
}
.points
{
    /*background-color:#14233c; */
    background-color:#5979b4;
    /*border-left:10px solid #b19538ab;*/
    margin-top: 10px;
    padding: 20px 0px;
}
.ul_bullets_no_bg
{
    margin-top: 0px;
    padding: 5px 0px;
}
.ul_bullets_no_bg li 
{   
    padding: 5px;
    list-style: circle !important;
    padding-left: 0;
    font-size: 18px;
    margin-bottom: 0;
    margin-left:30px;
    border-bottom: 0 solid #eee;    
}
.ul_seq_No_bg
{       
    margin-top: 0px;
    padding: 5px 0px;
}
.ul_seq_No_bg li 
{   
    padding: 5px;
    list-style: decimal !important;
    padding-left: 0;
    font-size: 18px;
    margin-bottom: 0;
    margin-left:30px;
    border-bottom: 0 solid #eee;    
}
ul.points li 
{   
    padding: 7px;
    list-style: circle !important;
    padding-left: 0;
    font-size: 18px;
    margin-bottom: 0;
    margin-left:30px;
    border-bottom: 0 solid #eee;
    color: #fff;
}
.points_number
{
    background-color:#5979b4;   
    margin-top: 10px;
    padding: 20px 0px;    
}
ul.points_number li 
{   
    padding: 5px;
    list-style: decimal !important;
    padding-left: 0;
    font-size: 18px;
    margin-bottom: 0;
    margin-left:30px;
    border-bottom: 0 solid #eee;
    color: #fff;
}
.points_sub_list
{   
    margin: 0px 5px;
    padding: 0px 0px;  
}
ul.points_sub_list li 
{   
    padding: 5px;
    list-style: circle !important;
    padding-left: 0;
    font-size: 18px;
    margin-bottom: 0;
    margin-left:30px;
    border-bottom: 0 solid #eee; 
    line-height: 30px;   
}
.block_quote
{
    border-left:5px solid #14233c; 
    border-right:5px solid #14233c; 
    border-radius: 0rem;
    padding: 1.7rem 2.35rem;
    padding-right: 3rem;
    overflow: hidden;
    font-style: italic;
    background-color: #d1cc8b;
    position: relative;
}
.subheading {
    width: 100%;
    border: 0;
    /*background-color: #071e3e;*/
    border-radius: 0rem;
    padding: 5px 2px;
    display: flex;
    align-items: center;
   
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .25s ease;
    /*color: #fff;*/
    font-size: 20px !important;

}
.subpointheading {
    width: 100%;
    border: 0;
    background-color: whitesmoke;
    border-radius: 0rem;
    padding: 5px 2px;
    display: flex;
    align-items: center;
   
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .25s ease;
   
    font-size: 20px !important;

}
code {
    font-size: 1em !important;
}
.questions_title {
    width: 100%;
    border: 0px;   
    border-radius: 0rem;
    padding: 5px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .25s ease;  
    font-size: 18px !important;
    font-style: italic;
    /*background-color: #f4f4f4;*/
}
.answer{
    padding-bottom: 10px !important;
    margin: 0px !important;
}

.answer p
{
    padding: 0px !important;
    margin: 0px !important;
    font-size: 17px !important;
    text-align: justify;
}
.subheading_title
{
    font-size: 20px;
    background-color: #071e3e !important;
    padding: 5px 2px 5px 0px!important;      
}
section {
   
    padding: 2px 5px !important;
}
.subheading_block pre
{
  padding: 5px 0px 5px 20px !important;  
  font-size: 20px !important;
}
p, div, span,li,h1,h2,h3,h4,h5,h6
{
    word-break: normal;
    overflow-wrap: normal;
    white-space: normal;
}
@media (min-width: 768px) {
    .vertical-menu {
        display: flex; /* Show menu in larger screens */
        position: static; /* Make it static */
        flex-direction: row; /* Horizontal layout */
        max-height: none; /* Remove max height on larger screens */
        overflow: visible; /* Show all items */
    }
    .menu-toggle {
        display: none; /* Hide toggle button on larger screens */
    }
}
