/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/* tabs css*/

@media(min-width:1201px){
  .container{
    max-width:1140px;
   margin:0 auto !important;
        margin-top: 11% !important;
}
}
.mk-tabs .tab-links li.active a{
  background-color: #f6b815;
}
.mk-tabs .tab-links li a:hover{
   background-color: #f6b815;
}
#menu-investor-menu .sub-menu li a{
  padding-left:0px !important;
  border:none;
font-size:14px;
  font-weight:600;
}
#menu-investor-menu .sub-menu{
border-left: 1px solid #f6b815;
	padding-left: 15px;}
.mk-container{
 
 display:flex;
  margin-top:11%;
}
.sidebar-menu{
  width:30%;
}
.right-content{
  width:70%;
  margin-top:4%;
}
/* Tab style */
.mk-tabs {
    margin-top: 20px;
}

/* Tab links */
.tab-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tab-links li {
    display: inline;
}

.tab-links li a {
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    color: #333;
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #f9f9f9;
    border-radius: 5px 5px 0 0;
}

.tab-links li a:hover {
    background-color: #eaeaea;
}

/* Tab content */
.tab-content .tab {
    display: none;
/*     padding: 20px;
    border: 1px solid #ccc;
    border-top: none; */
}

.tab-content .active {
    display: block;
}
.mk-tabs .tab-links{
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.mk-tabs .tab-links li a{
  font-weight:600;
 background-color: #000;
  color:#fff !important;
}
.mk-div{
    display: flex;
    align-items: center;
    justify-content: space-between;  
}
.mk-div .mk-title{
  font-size:18px;
  color:#000;
  margin:5px 0px
  }
.mk-div .mk-title a{
  color:#000;
  font-weight:600;
}
.dw-btn {
    background-color: #f6b815;
    padding: 10px 15px;
    margin: 10px 0px;
    color: #000;
    font-weight: 600;
    border-radius: 4px;
  font-size:16px;
}
.tab-content {
  border:1px solid #f1f1f1;
  border-radius:6px;
  padding:10px 25px;
  box-shadow:0px 0px 10px 0px #e1e1e1 
}
.mk-ico-cls svg{
width:4%;
margin-top: 5px;
fill: #F6B815;
}

.mk-ico-cls img {
    width: 10% !important;
}
.mk-title-mk a:hover{
  color:#F6B815 ;
}
.mk-ico-cls thead th{
    text-align: left;
    padding: 0px;!important;
  }

.right-content table td, .right-content table th {
border:none !important;
}
.title-cls-mk{
  text-align:left;

}
.right-content table th{
  padding:0px ;
vertical-align: middle;
}
.right-content table td{
  padding:4px 15px !important ;
}
.right-content table td{
  vertical-align:middle !important;
  padding:0px 10px
}
.pdf-lable, .ico-cs-mk {
  text-align:right;
}
.pdf-lable{
  color:#000;
font-size:18px;
}
.mk-title-mk a{
  color:#000;
font-weight:600;
}
.title-cls-mk h2{
  margin:0px ;
  padding:10px 0px;
}