.tab-grafiq-cse  {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    border: none;
    padding: 30px;
}

.tab-grafiq-cse > ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 30px;
    width: 80%;
    text-align: center;
}

.tab-grafiq-cse > ul > li {
    border-radius: 30px;
    width: 100%;
    background-color: #f4f5f5;
    border-color: #f4f5f5;
    padding: 15px;
}

.tab-grafiq-cse > ul > li:first-child {
    margin-right: 1em;
}

.et_pb_tab_active {
    -webkit-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.75);
    background-color:#ffffff !important;
    border-color: #ffffff !important;
}

.content-tab-grafiq, .tab-grafiq-details {
    display: flex;
}

.tab-conent-grafiq {
    width: 60%;
}

.tab-description-section {
    padding-right: 2em;
}

.img-grafiq-tab-section {
    width: 40%;
}

.img-grafiq-tab-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-tab-conent-grafiq {
    padding-left: 20px;
    margin-bottom: 2em;
}

.grafiq-border-color {
    border-left: 5px solid #089bcf;
}

.cse-border-color {
    border-left: 5px solid #21866f;
}

.title-tab-conent-grafiq > img {
    width: 10em;
}

.group-btn-tab-grafiq {
    display: flex;
}

.group-btn-tab-grafiq > button {
    padding:1em 2em 1em 2em;
    border-radius: 26px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    background-color: rgb(255, 255, 255);
    margin-right: 1em;
}

/* Color buttons for grafiq */
.grafiq-color-btn > button {
    border-color: #006587;   
    color: #089bcf;

}

.grafiq-color-btn button:last-child {
    color: white;
    border-color: #006587;
    background-color: #006587;
}

/* Color buttons for cse */
.cse-color-btn > button {
    border-color: #21866f;   
    color: #21866f;
}

.cse-color-btn button:last-child {
    color: white;
    border-color: #21866f;
    background-color: #21866f;
}

.text-description-tab-grafiq {
    font-size: 30px;
    color: #089bcf;
}

.text-description-tab-cse {
    font-size: 30px;
    color: #21866f;
}

.description-tab-grafiq {
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 2em;
}

.tab-grafiq-details {
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
}

.tab-grafiq-details ul li {
    line-height: 2em;
    list-style: none;
}

.tab-grafiq-details ul {
    text-decoration: none;
}


/********** Small devices only **********/
@media (min-width: 767px) and (max-width: 991px) {
    .img-grafiq-tab-section {
        display: none;
    }
 
    .tab-description-section {
        padding-right: 0em;
    }
    
    .content-tab-grafiq, .tab-grafiq-details {
        display: block !important;
    }

    .tab-conent-grafiq {
        width: 100%;
    }

    .text-description-tab-grafiq {
        font-size: 20px;
    }
 
    .tab-grafiq-cse > ul {
        width: 100%;
    }
    
    .tab-grafiq-cse > ul > li > a {
      font-size: 12px;
      line-height: 1em !important;
      padding: 10px;
    }
    
}

@media (max-width: 767px) {
    .img-grafiq-tab-section {
        display: none;
    }
 
    .tab-description-section {
        padding-right: 0em;
    }
    
    .content-tab-grafiq, .tab-grafiq-details {
        display: block !important;
    }

    .tab-conent-grafiq {
        width: 100%;
    }

    .text-description-tab-cse, .text-description-tab-grafiq {
        font-size: 20px;
    }
 
    .tab-grafiq-cse > ul {
        width: 100%;
    }

    .tab-grafiq-cse > ul > li >a   {
        display: block;
        padding: 20px;
        text-align: center;
    }
 
    
    .tab-grafiq-cse > ul > li > a {
      font-size: 12px;
      line-height: 1em !important;
      padding: 10px;
    }
}