.Programme_Structure {
    margin: 40px 0px;
}

.Programme_Structure .nav-tabs {
    background-color: #f3f3f3;
    box-shadow: 0 0 33px -15px #000;
    border-bottom: 1px solid #a60000
}

.Programme_Structure .tab-content {
    background-color: #fff;
    padding: 15px 0px;
}

.Programme_Structure .tab-content .tab-pane {}

.Programme_Structure .tab-content .tab-pane .title_text {
    font-size: 21px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}

.Programme_Structure .tab-content .tab-pane .inner_text {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin-bottom: 2px;
}

.Programme_Structure .tab-content .tab-pane .inner_text ul {
    /* list-style: none; */
}

.Programme_Structure .tab-content .tab-pane .inner_text ul .inner_icon {
    font-size: 15px;
    font-weight: 400;
    padding-right: 5px;
    color: #a60000 !important;
    display: none;
}

.Programme_Structure .structure_tabs .nav-pills {
    background-color: #f3f3f3;
    box-shadow: 0 0 33px -15px #000;
}

.Programme_Structure .structure_tabs .nav-pills .nav-item {}

.Programme_Structure .structure_tabs .nav-pills .nav-item .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid #ccc;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.Programme_Structure .structure_tabs .nav-pills .nav-item .nav-link.active {
    border-color: #9c9c9c #999696 #fff;
    font-size: 16px;
    font-weight: 300 !important;
    color: #fff !important;
    background: linear-gradient(to bottom, #060606, #000000) !important;
}

.Programme_Structure .type_tabs_container .nav-pills {
    justify-content: center;
    margin-bottom: 40px;
}

.Programme_Structure .type_tabs_container .nav-pills .nav-link {
    background: #fff;
    border: 1px solid #c0c6cda1;
    color: #000;
    margin: 0px 5px;
}

.Programme_Structure .type_tabs_container .nav-pills .nav-link.active {
    background: linear-gradient(to bottom, #e5345c, #792358) !important;
    color: #fff;
}

@media(min-width:0px) and (max-width:575px) {

    .Programme_Structure {
        margin: 20px 0px;
    }

    .Programme_Structure .red_section_heading {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .Programme_Structure .structure_tabs .nav-pills .nav-item .nav-link,
    .Programme_Structure .structure_tabs .nav-pills .nav-item .nav-link.active {
        font-size: 14px;
        padding: 6px 12px;
    }

    .Programme_Structure .structure_tabs .nav-pills .nav-item .nav-link,
    .Programme_Structure .structure_tabs .nav-pills .nav-item .nav-link.active {
        font-size: 14px;
    }

    .Programme_Structure .tab-content .tab-pane .title_text {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .Programme_Structure .tab-content .tab-pane .inner_text {
        font-size: 14px;
    }
}



@media(min-width:576px) and (max-width:767.98px) {
    .Programme_Structure {
        margin: 20px 0px;
    }

    .Programme_Structure .red_section_heading {
        font-size: 19px;
        margin-bottom: 20px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .Programme_Structure {
        margin: 20px 0px;
    }

    .Programme_Structure .red_section_heading {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media(min-width:992px) and (max-width:1399px) {
    .Programme_Structure {
        margin: 20px 0px;
    }

    .Programme_Structure .red_section_heading {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media(min-width:576px) and (max-width:1199px) {

    .Programme_Structure .structure_tabs .nav-pills .nav-item .nav-link,
    .Programme_Structure .structure_tabs .nav-pills .nav-item .nav-link.active {
        font-size: 14px;
    }

    .Programme_Structure .tab-content .tab-pane .title_text {
        font-size: 22px;
    }

    .Programme_Structure .tab-content .tab-pane .inner_text {
        font-size: 14px;
    }
}

@media(min-width:1200px) and (max-width:1399px) {
    .Programme_Structure .tab-content .tab-pane .title_text {
        font-size: 24px;
    }

    .Programme_Structure .tab-content .tab-pane .inner_text {
        font-size: 15px;
    }
}