ul li strong {
	color: #000!important;
    font-size: 13px!important;
	list-style: circle;
}
#fulltextheader1 {padding: 3px 5px 0px 0px;
    
}

p a { color: #ec600b !important;
     font-weight: bold;
        }

.contact h2 {
	background: none !important;
    border-bottom: 1px solid #dcdcdc;
    color: #07467b !important;
    box-shadow: none;
	font-weight: bold;}

h6 {
	font-size: 15px !important;
    color: #07467b !important;
    margin: 16px 0px 6px -2px !important;
    font-weight: bold;
    font-family: monda;
}
.contact .middlebody p {
	text-indent: 8px;!important;
	}
	
	.fulltextlist {
    list-style-type: disc;
	line-height: 23px;
}
 
.fulltextlist li strong {
    color:#000000 !important;
}
	
th {
    background-color: #054575 !important;
    color: #fff;
}
.linkbuttons {
 border:none;
}
.innertables {
    
    width: 95% !important;

}
.innertables tbody tr:hover {
    background-color: #f0f0f0 !important;
}
	      .read-more {
    cursor: pointer;
    color: grey !important;
    text-decoration: underline;
    text-align: center !important;
}
	    .hidden {
        display: none;
    }
    .read-more {
        cursor: pointer;
        color: blue;
        text-decoration: underline;
    }
    .toggle-links {
    margin-top: 10px;
}

.read-more, .read-less {
    cursor: pointer;
    color: grey;
    text-align:center;
    text-decoration: underline;
}
table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        font-size: 16px;
        font-family: Arial, sans-serif;
    }
    table, th, td {
        border: 1px solid #dddddd !important;
    }
    th, td {
        text-align: left;
        padding: 12px;
    }
    th {
        background-color: #054575;
        color: white;
    }
  
    .section-header {
       
        
        text-align: center;
    }
    .hidden {
        display: none;
    }
    .v_i {
        color: #054575;
    font-size: 19px;
    font-weight: 500 !important;
    float: right;
    margin-right: 41px !important;
    }
	/* Close button positioning */
	@media (max-width: 600px) {
    .card-horizontal {
        flex-direction: column; /* Stack vertically on mobile */
        align-items: flex-start; /* Align items to the start */
    }
    .v_i {
    margin-right: 13px !important;
    }
    button#openDocBtn3 {
    margin-top: 10px !important;
 
}


.card-content.mb {
    margin-top:0px !important;
}
.img-container {
    flex: 1;
    max-width: 72% !important;
}
    .img-container {
        margin-right: 0; /* Remove margin for mobile */
        width: 100%; /* Make image container full width */
    }

    .img-responsive {
        width: 100%; /* Image takes full width */
        height: auto; /* Maintain aspect ratio */
    }

    .card-content {
        width: 100%; /* Ensure content takes full width */
        margin-top: 10px; /* Add spacing between image and content */
    }
}
.cc-bt {
    color: #ffffff !important;
    font-size: 26px;
   
    border: none;
    border-radius: 50%;
    padding: 10px 15px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 1;
    transition: background-color 0.3s;
    position: fixed; /* Fixed positioning */
    top: 10px; /* Distance from the top */
    right: 10px; /* Distance from the right */
}
/* Hover effect */
/*.cc-bt:hover {*/
/*    background-color: #ffffff; */
/*}*/

.w3_agile_profit_assets_grid img {
    margin-top:6% !important;
}

/* Mobile-friendly adjustments */
@media (max-width: 600px) {
    .cc-bt {
        font-size: 20px;
        padding: 8px 12px;
    }
    .w3_agile_profit_assets_grid img {
  width:93% !important;
    margin-top: 20% !important;
}
}
.menu-button {
    background-color: #054575;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 10px;
    display: none; /* Hidden by default */
}

.menu-button:hover {
    background-color: #033b72;
}

/* Mobile Header Styles */
.mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.mobile-header .logo img {
    height: auto; /* Adjust as necessary */
}

.mobile-header .hamburger-menu {
    font-size: 24px; /* Adjust as necessary */
    color: #054575; /* Change to your desired color */
    cursor: pointer;
}

/* Mobile Menu Styles */
.mobile-menu {
    display: none;
    background-color: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 60px;
    right: 18px;
    width: calc(100% - 20px);
    max-width: 300px;
    /* text-align: center; */
    width: 50%;
    border-radius: 4px;
    z-index: 1000;
}

.mobile-menu.open {
    display: block; /* Show menu when 'open' class is added */
}

.mobile-menu a {
    display: block; /* Make links block-level for vertical stacking */
    padding: 10px 15px; /* Adjust padding as needed */
    color: #054575; /* Text color */
        text-align: center !important;

    text-decoration: none; /* Remove underline */
    transition: background-color 0.3s, color 0.3s;
}

.mobile-menu a:hover {
    background-color: #054575;
    color: #ffffff;
}

@media (min-width: 768px) {
    .mobile-header {
        display: block;
    }
    .mobile-menu {
        display: none !important;
    }
}

	  
 body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}
#quicklinks {
    display:none !important;
}

.container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.main-content {
    flex: 1;
    padding: 20px;
}

 .navbar {
            background-color: #f8f9fa;
            box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
            display: none; /* Hidden by default */
            justify-content: center;
            align-items: center;
            padding: 10px 0;
            flex-wrap: wrap;
        }

        .navbar div {
            margin: 0 10px;
        }

        .navbar a {
            color: #054575;
            text-decoration: none;
            padding: 10px 15px;
            font-size: 16px;
            transition: color 0.3s, background-color 0.3s;
        }

        .navbar a:hover {
            background-color: #054575;
            color: #ffffff;
            border-radius: 4px;
        }

        .menu-button {
            background-color: #054575;
            color: #ffffff;
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s;
            margin: 10px;
            display: none; /* Hidden by default */
        }

        .menu-button:hover {
            background-color: #033b72;
        }

        /* Show menu-button and hide navbar on mobile */
        @media (max-width: 768px) {
            .menu-button {
                display: block; /* Show button on mobile */
            }
        }

        /* Show navbar and hide menu-button on desktop */
        @media (min-width: 769px) {
            .navbar {
                display: flex; /* Show navbar on desktop */
            }

            .menu-button {
                display: none; /* Hide button on desktop */
            }
        }
  .toc {
    background-color: #f9f9f9;
    padding: 11px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    position: -webkit-sticky; /* For Safari */
    position: fixed;
	left: 7%;
    top: 41%; /* Adjust as needed */
    width: 23%;
    overflow: hidden; /* Ensure the entire toc doesn't overflow */
    max-height: 80vh; /* Limit the height to make room for scrolling */
}
.scroll-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto; /* Make ul scrollable */
    margin-top:10px !important;
    max-height: calc(7 * 40px); /* Adjust this based on the number of items and their height */
}

.toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto; /* Make ul scrollable */
    max-height: none; /* Default to no height limit */
}

.toc ul.limited {
    max-height: calc(7 * 40px); /* Height based on the number of list items, assuming 40px height per item */
}

.toc li {
    margin: 10px 0;
    position: relative;
    padding-left: 25px;
}

.toc a {
    text-decoration: none;
    color: #054575;
    font-weight: bold;
}

.toc a:hover {
    color: #002e75 !important;
}

.toc li:before {
    content: '\f061'; /* Font Awesome right arrow */
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #054575;
    font-weight: 900;
	
}

.toc h3 {
    font-size: 17px;
    font-style: normal;
    margin: 0;
    padding: 10px 10px;
    color: #fff;
    border-bottom: 1px solid #cbcbcb;
    background: #054575;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .73), 0px 0px 18px 0px rgba(0, 0, 0, .13);
    text-shadow: 1px 1px 1px #000;
  
}
.card-horizontal {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 20px;
    max-width: 800px;
     transition: transform 0.3s ease, background-color 0.3s ease;
}
img#myImg2 {
    width: 76%;
}
.close:focus, .close:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    font-size: 27px !important;
    filter: alpha(opacity = 50);
    opacity: .5;
}
.img-container {
    flex: 1;
    max-width: 19%;
    margin-left:12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container img {
    width: 100%;
    height: auto;
    margin: 0 20px 0 0; /* Add margin to the right of the image */
}

.card-content {
    flex: 2;
    padding: 11px;
}

.card-content p {
    margin: 0;
}
.img-container img:hover {
    transform: scale(1.05); /* Zoom in on hover */
}
.card-horizontal:hover {
    transform: scale(1.02); /* Slightly zoom the entire card on hover */
    background-color: #f9f9f9; /* Change background color on hover */
    border-bottom:2px solid #054575 !important;
}
.read-more:hover {
    transform: scale(1.02); /* Slightly zoom the entire card on hover */
    color:#054575 !important;
 
}
.read-less:hover {
    transform: scale(1.02); /* Slightly zoom the entire card on hover */
    color:#054575 !important;
 
}

     section.slider {
    display: none;
}
.w3l_your_stocks {
    display: none;
}   
.newsletter {
    display: none !important;
}
.ref {
    font-family: Arial, Helvetica, sans-serif;
    background: none repeat scroll 0 0 #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    margin: 5px;
    padding: 5px 5px 0px 5px;
    text-align: justify;
    color: #000;
}
#j a {
    color: #333;
    text-decoration: none;
}

#j a:hover {
    color: #054575 !important;

  }

  
ol {
    margin-left: 20px;
}

    ol {
    display: block;
    list-style-type: decimal;}
    
    @media only screen and (max-width: 600px) {
        .toc {
            display:none !important;
        }
        .middlehead {
            display:none !important;
        }
        .menu-button {
    display:block !important;
}
.img-container img {
  
    margin-top: 8px !important;

}
.menu-it {
    width:100% !important;
    padding:6px !important;
}
/*        .line {*/
/*    display: none !important;*/
/*}*/
.trade_navigation {
    display:none !important;
}
        
    }

   