.right_conatct_social_icon1 {
    background: linear-gradient(to top right, #054db3 -5%, #054db3 100%);
    border-radius: 0 25px 25px 0;
}

.contact_us {
    background-color: #f1f1f1;
    padding: 100px 0px;
}

.contact_heading {
    font-family: GalliardITCbyBT;
    font-weight: 700;
    color: #ffc13c;
    font-size: 30px;
}

.contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
    max-width: 1000px;
    margin: 0 auto;

}

.contact_field {
    padding: 70px 50px;
}

.right_conatct_social_icon1 {
    height: 100%;
}

.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact_field p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact_field .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
    height: calc(2.25rem + 10px);
}

.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #054db3;
}

.contact_field .form-control::placeholder {
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color: #000;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.contact_detail {
    float: left;
    padding: 70px 25px;
}

.contact_detail h3 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
}

.info_single {
    margin: 30px 0px;
}

.info_single i {
    margin-right: 15px;
}

.info_single span {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fec13c;
}

.info_single span a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #fec13c;
}

button.read_more {
    width: 30%;
    letter-spacing: 2px;
    outline: none;
}

.socil_item_inner li {
    list-style: none;
}

.socil_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}

.socil_item_inner {
    padding-bottom: 10px;
}

.map_sec {
    padding: 50px 0px;
}

.map_inner h4,
.map_inner p {
    color: #000;
    text-align: center
}

.map_inner p {
    font-size: 13px;
}

.map_bind {
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}

.sidebar-contact {
    position: fixed;
    top: 50%;
    right: -354px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
}

.sidebar-contact.active {
    right: 0;
}

.sidebar-contact input,
.sidebar-contact select,
.sidebar-contact textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: none;
}

.sidebar-contact h2 {
    margin: 0 0 20px;
    padding: 0;
}

.sidebar-contact textarea {
    height: 60px;
    resize: none;
}

.sidebar-contact input[type="submit"] {
    background: #00bcd4;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
}

.toggle {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #f00;
    top: 0;
    right: 350px;
    line-height: 48px;
}

.toggle:before {
    content: '\f003';
    font-family: fontAwesome;
    font-size: 18px;
    color: #fff;
}

.sidebar-contact {
    position: fixed;
    top: 50%;
    right: -354px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 999
}

.sidebar-contact.active {
    right: 0;
}

.sidebar-contact input,
.sidebar-contact select,
.sidebar-contact textarea {
    width: 100%;
    height: 36px;
    padding: 5px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .5);
    outline: none;
}

.sidebar-contact h2 {
    margin: 0 0 20px;
    padding: 0;
}

.sidebar-contact textarea {
    height: 60px;
    resize: none;
}

.sidebar-contact input[type="submit"] {
    background: #00bcd4;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
}

.toggle {
    position: absolute;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #f00;
    top: 0;
    right: 350px;
    line-height: 48px;
}

.toggle:before {
    content: '\f003';
    font-family: fontAwesome;
    font-size: 18px;
    color: #fff;
}

.toggle.active:before {
    content: '\f00d';
}

@media(max-width:768px) {
    .sidebar-contact {
        width: 100%;
        height: 100%;
        left: -100%;
    }
    .toggle.active:before {
        content: '\f00d';
    }
   
    .contact_detail {
        padding: 40px 25px 20px
    }
    .contact_detail h3 {
        font-size: 32px;
    }
    .contact_us {
        padding: 40px 0
    }
    .contact_field {
        padding: 30px
    }
    .sidebar-contact {
        width: 100%;
        height: 100%;
        left: -100%;
    }
  
    .contact_field h3 {
        color: #000;
        font-size: 26px;
    }
    .right_conatct_social_icon1 {
        border-radius: 25px;
    }
    .contact_info_sec {
        position: relative;
    }
    .sidebar-contact .toggle {
        top: 50%;
        transform: translateY(-50%);
        transition: 0.5s;
    }
    .sidebar-contact.active .toggle {
        top: 0;
        right: 0;
        transform: translateY(0);
    }
    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
    .content {
        padding: 50px 50px;
    }
}




/* STUDENT START */

.student_img_list {
    padding: 15px 0;
    background-color: #f9f9f9;
    transition-duration: 0.3s;
    box-shadow: -44px -44px 0px -42px #04347b, 42px 42px 0px -40px #fec13c;
}

.student_img_list:hover {
    box-shadow: -44px -44px 0px -40px #fec13c, 42px 42px 0px -38px #04347b;
}

.student_content {
    border-top: 0;
}

.student_img_list .img-fluid {
    border: 1px solid #fec13c;
    padding: 11px;
    margin: -40px 0 0 0;
    background-color: #fff;
}


/* STUDENT END */


/* Successful student */

.blog_discription.student-.blog_discription {
    padding: 0 30px 30px;
    margin-bottom: 10px;
}

.student-wrapper.student-wrapper-boxed {
    max-width: 80%;
    margin: 0 auto;
}

.student-wrapper.student-wrapper-fullwidth {
    max-width: 100%;
}

.student-wrapper .student-quote {
    padding: 20px;
}

.student-quote {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 250px;
    background: #f9f9f9;
    align-items: stretch;
    margin: 0 0 15px 0;
    border-radius: 20px;
    box-shadow: 2px 2px 25px #cecece;
}

.student-quote-text .student-clg {
    color: #000;
    font-size: 18px;
    font-weight: bolder;
}

.student-quote-userpic img {
    border-radius: 20px;
    box-shadow: -44px -44px 0px -42px #04347b, 42px 42px 0px -40px #fec13c;
    height: 200px;
    width: 200px;
}

.student-quote .student-quote-qmark span {
    padding-top: 0.25em;
}

.student-quote .student-quote-userpic {
    flex-basis: 150px;
    width: 150px;
    min-width: 30%;
    margin: 20px 0px 0 20px;
}

.student-quote .student-quote-base {
    flex-basis: calc(100% - 150px);
    padding: 30px 30px 45px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.student-quote .student-quote-base .student-quote-text {
    font-size: 0.85em;
    line-height: 1.8em;
    flex-grow: 0;
    flex-shrink: 0;
}


/* Group discussion */

.group_discussion_list {
    width: 100%;
    background-color: #e8ebf55c;
    padding: 20px;
    border: none;
    border-left: solid 10px #023c83;
    border-right: solid 1px #04347b;
    border-top: solid 1px #04347b;
    border-bottom: solid 1px #04347b;
    box-shadow: 3px 10px 20px rgb(1 57 137 / 10%);
}

.group_discussion_list:hover {
    width: 100%;
    background-color: #fec13c0d;
    padding: 20px;
    border: none;
    border-left: solid 10px #fec13c;
    border-right: solid 1px #fec13c;
    border-top: solid 1px #fec13c;
    border-bottom: solid 1px #fec13c;
    box-shadow: 3px 10px 20px rgb(254 193 60 / 10%);
}

.discussion_venue p {
    font-size: 18px;
}

.group_discussion_list:hover .discussion_topic p span {
    color: #fec13c;
}

.group_discussion_list:hover .discussion_venue span {
    color: #fec13c;
}

.group_discussion_list:hover .winner_box i {
    color: #fec13c;
}

.discussion_venue span {
    color: #033a81;
    font-weight: bolder;
}

.discussion_topic p {
    color: #000;
    font-size: 20px;
    margin: 0 0 30px 0;
}

.discussion_topic p span {
    color: #033a81;
    font-size: 25px;
    font-weight: 800;
    margin: 0 0 30px 0;
}

.winner_box h6 {
    font-size: 18px;
    line-height: 20px;
}

.winner_box ol li {
    font-size: 16px;
}

.winner_box .winner_name {
    font-size: 18px;
    font-weight: 600;
}


/* holastic study */

.holastic_study .about-tab-section .nav-tabs .nav-link {
    padding: 11px 30px;
    color: #5c5c5c;
    background-color: #eaeaea;
    font-size: 17px;
    text-transform: uppercase;
    width: auto;
    text-align: center;
    font-weight: 600;
}

.holastic_study .about-tab-section .nav-tabs .nav-link:hover,
.about-tab-section .nav-tabs .nav-link.active {
    background-color: #ffc13c;
    color: #000;
}

@media screen and (max-width: 768px) {
    .student-quote {
        flex-direction: column;
    }
    .student-quote .student-quote-base {
        padding: 20px;
    }
    .student-quote .student-quote-base .student-quote-text {
        font-size: 1em;
    }
    .blog_card {
        flex: 0 0 100% !important;
    }
    .holastic_study .about-tab-section .nav-tabs .nav-link {
        width: 100%;
    }
}


/* STUDENT END */


/* MA ADMINISTRATION START */

.course_name {
    color: #04347b !important;
}


/* MA ADMINISTRATION END */


/* ACADEMICS ELIGIBILITY START */


.eligibility_tab_content .about-tab-section .nav-tabs {
    max-width: 930px;
}
.eligibility_tab_content .about-tab-section .nav-tabs .nav-link {
    padding: 11px 30px;
    color: #5c5c5c;
    background-color: #eaeaea;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin: 0;
    width:32%;
}

.eligibility_tab_content.about-tab-section .nav-tabs .nav-link:hover,
.about-tab-section .nav-tabs .nav-link.active {
    background-color: #ffc13c;
    color: #000;
}




/* ACADEMICS ELIGIBILITY END */


/* FACULTY PAGE START */

.faculty_box .skill-box:hover {
    border: solid 2px #04347b;
    border-right: 8px solid #ffc13c;
    border-bottom: 2px solid #ffc13c;
    box-shadow: 3px 3px 4px lightgrey;
    border: 1px solid #04347b52;
}

.faculty_box .skill-box {
    border: solid 2px #ffc13c;
    border-left: solid 8px #04347b;
    border-bottom: solid 2px #04347b;
    background-color: #fff;
    padding: 8px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 0px;
    box-shadow: 3px 3px 4px lightgrey;
    border: solid 1px #ffc13c;
}

.faculty_box .block_heading {
    background-color: #fec13c40;
    padding: 5px 10px;
    border-radius: 0;
    color: #000;
}

.faculty_box .skill-box p {
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
    z-index: 333;
    padding: 0 0 0 10px;
    color: #04347b;
}

.faculty_box .skill-box:hover .block_heading {
    background-color: #04347b08;
    padding: 5px 10px;
    border-radius: 0;
    color: #fec13c;
}

.faculty_box .skill-box:hover p {
    color: #000;
}

.faculty_box .skill-box::after {
    background-color: transparent;
}

.info_single span a {
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    display: block;
        word-break: break-all;
}


/* FACULTY PAGE END */


/* SCHOLERSHIP PAGE START */

.policy_list {
    background-color: #efefef;
    padding: 10px 20px;
}


/* SCHOLERSHIP PAGE END */


/* EXAMINATION STRUCTURE START */

.accordion_block .accordion_content {
    display: none;
    padding: 10px 20px;
    font-size: 14px;
}

.vertical_tab_mainbox .vertical_tab_contentbox {
    padding: 15px;
    text-shadow: none;
    background-color: #f9f9fb;
}

.accordion_wrap .accordion {
    border-bottom: 1px solid #fec13c;
    margin-bottom: 20px;
    transition: all .3s ease 0s;
    padding: 8px 10px 0 10px;
}

.accordion_block .accordion_content {
    display: none;
    padding: 10px 20px;
    font-size: 14px;
}

.accordion_wrap .accordion {
    border-bottom: 1px solid #fec13c;
    margin-bottom: 20px;
    transition: all .3s ease 0s;
    padding: 8px 10px 0 10px;
}

.accordion:hover .accordion_block a,
.accordion.active .accordion_block a {
    color: #fec13c;
    background-color: #0c68b1;
}

.accordion_wrap {
    padding-bottom: 40px;
}

.accordion .block_heading {
    font-size: 20px;
    line-height: 24px;
    color: #03367d;
    position: relative;
    padding-right: 25px;
}

.accordion_block a::after {
    right: 0;
    content: "+";
    position: absolute;
    cursor: pointer;
    top: 0;
    margin: 12px 14px 0 0;
    font-size: 25px;
}

.active1 .accordion_block a::after {
    content: "";
    width: 10px;
    height: 3px;
    display: block;
    background-color: #fec13c;
    margin: 23px 12px 0 0;
    font-family: Metropolis-Regular;
}

.accordion_block a {
    display: block;
    font-size: 16px;
    position: relative;
    color: #03367d;
    transition: all .3s ease 0s;
    text-decoration: none !important;
    background-color: #FFF;
    border-radius: 10px 10px 0 0;
    padding: 16px 30px 14px 20px;
    line-height: normal;
    font-weight: bold;
}

.accordion .border_text {
    background-color: rgba(0, 0, 0, 0.1);
    color: #3c3c3c;
}

.accordion_block .row {
    margin: 0;
}

.accordion_block .col-12 {
    padding: 0;
}

.tab-content1 {
    display: none;
}

.tab-content1.current {
    display: inherit;
}


/* EXAMINATION STRUCTURE END */


/* VIDEO GALLERY START */

.video_main_box {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 0 0 20px 0;
}

.video_main_box:hover {
    /* transition: all 0.2s ease-out; */
    /* box-shadow: 0px 4px 8px rgb(38 38 38 / 20%); */
    top: -4px;
    border: 1px solid #cccccc;
    background-color: white;
}

.video_content_box {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #03367d47;
    box-shadow: 0 4px 40px 0 rgb(0 0 0 / 10%);
    min-height: 130px;
}

.video_content_box .video_speaker {
    background-color: #efefef;
    padding: 10px;
}

.video_content_box p {
    padding: 0 0 0 10px;
}

.iframe-container {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 6px;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.upse_topper .video_content_box {
    min-height: 110px;
}


/* VIDEO GALLERY END */

.social_icon1 {
    position: fixed;
    z-index: 888;
    top: 50%;
    right: -94px;
    transform: rotate(90deg);
}

.social_icon1 .footer-btn {
    color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    display: inline-block;
    transform: rotate(180deg);
    background-color: #03367d;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin: 0 2px 0 0;
}

.social_icon1 .footer-btn i {
    margin-right: 2px;
    font-size: 16px;
    transform: rotate(90deg);
}

.social_icon1 .footer-btn:hover {
    color: #03367D;
    background-color: #FFC13C
}

.feature-img img {
    margin: auto;
    display: block;
}

.faculty_box .advisory_block .img-detail h6 {
    font-size: 20px;
    line-height: 25px;
}

.faculty_box .advisory_block .img-detail h6 span {
    color: #000;
    font-size: 16px;
}

.faculty_box .testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #01398917;
}


/* governing body start */

.governing_block {
    display: block;
    padding: 15px 20px 0;
    border: none;
    border-right: solid 4px #ffc13c;
    border-left: solid 4px #ffc13c;
    border-bottom: solid 1px #ffc13c;
    border-top: solid 1px #ffc13c;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: #fff2e8;
    margin-bottom: 15px;
    border-radius: 60px 0;
    transition-duration: 0.3s;
    position: relative;
    height: 100%;
}

.governing_block:hover {
    background-color: #01398917;
    border-color: #013989;
}


/* governing body start */


/* FEATURES START */

.feature-content p {
    margin: 0 0 10px 0;
}

.feature-content {
    padding-right: 25px;
    padding-bottom: 10px;
}

.feature-block {
    margin-bottom: 35px;
    /* display: flex; */
    justify-content: space-between;
    border: solid 1px #0c68b1;
    /* height: calc(100% - 64px); */
    border-radius: 10px;
    padding: 3px;
    align-items: center;
    /* height: 168px; */
}

.feature-block:hover {
    border-color: #03367d;
    background-color: #fff;
}

.feature-block h5 {
    color: #04347b;
    background-color: #efefef;
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    padding: 5px 10px;
    border-radius: 6px;
}

.feature-img img {
    width: 65%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.feature-img {
    position: relative;
    background-color: #efefef;
    padding: 10px;
    border-radius: 10px;
    margin: 0 0 10px 10px;
    /* box-shadow: 1px 3px 2px #7e7e7e; */
}

.feature-block:hover .feature-img {
    position: relative;
    background-color: #03367d;
    padding: 10px;
    border-radius: 10px;
}

.feature-block:hover .feature-content p {
    color: #000;
}

.feature-block:hover .feature_list {
    color: #000;
    margin: 10px 0 0 0;
}

.read_more_extracontent {
    background-color: #ddd;
    color: #03367d !important;
    font-size: 12px;
    padding: 6px 16px;
    line-height: normal;
    border-radius: 10px;
    margin: 0px 10px -16px 0;
    text-decoration: none !important;
    transition-duration: 0.5s;
    border: none;
    position: absolute;
    bottom: 0;
    right:20px;
    z-index: 1;
}

.feature-block:hover h5,
.feature-block:hover ul li:before {
    color: #04347b;
    background-color: #fec13c;
}

.feature_list {
    color: #000;
    margin: 10px 0 0 0;
}

.feature-img img:last-child,
.feature-block:hover .feature-img img:first-child {
    display: none;
}

.feature-block:hover .feature-img img:last-child {
    display: block;
}

.feature-block:hover ul li:before {
    border-color: #ffc13c;
}


/* FEATURES END */

.field_visit .about-tab-section .nav-tabs .nav-link {
    padding: 10px 10px;
    color: #5c5c5c;
    background-color: #eaeaea;
    font-size: 17px;
    line-height: 26px;
    text-transform: uppercase;
    width: 24%;
    text-align: center;
    font-weight: 600;
}

.field_visit .about-tab-section .nav-tabs .nav-link:hover,
.about-tab-section .nav-tabs .nav-link.active {
    background-color: #ffc13c;
    color: #000;
}

.field_visit .about-tab-section .nav.fee-tabs {
    max-width: 960px;
}


/* leftmenu */

.width100 {
    float: left;
    width: 100%;
    height: auto;
}
.add+.read_more_extracontent_box {
    display: none;
}
.read_less_btn {
    position: absolute;
    bottom: 10px;
    right:0;
    z-index: 2;
}
.program_tab_mainbox {
    border: 0px solid #830076;
}

.program_tab_mainbox .tab_box {
    background-color: #054094;
    border-bottom: 0;
    padding: 0;
}

.program_tab_mainbox .tab_box .tablinks:hover {
    background-color: #054094;
    text-shadow: none;
}

.program_tab_mainbox .tab_box .active {
    background-color: #de773b !important;
    color: #fff !important;
    text-shadow: none !important;
}

.program_tab_mainbox .program_tab_contentbox {
    padding: 15px;
    text-shadow: none;
}

.program_tab_mainbox .tab_box button {
    float: left;
    font-size: 16px;
    padding: 21px 25px;
    line-height: normal;
    background: none;
    color: #fff;
    border: 0;
    border-radius: 0;
}

.program_left_menubox {
    float: left;
    width: 25%;
    height: auto;
    border: 1px solid #054094;
    padding: 5px;
    background-color: #fff;
}

.program_left_menubox ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.program_left_menubox ul li {
    float: left;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 20px;
    list-style-type: none;
    font-size: 14px;
    color: #000;
    line-height: normal;
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
    transition-duration: 0.3s;
}

.program_left_menubox ul .current {
    background-color: #fec13c;
    color: #03367d;
    padding: 10px 30px;
    margin: 0 -20px 0 0;
    width: 105%;
    border-radius: 0 10px 10px 0;
    font-weight: bold;
    font-size: 16px;
}

.program_left_menubox ul li:hover {
    background-color: #054094;
    color: #fff;
    padding: 10px 30px;
    margin: 0 -20px 0 0;
    width: 105%;
    border-radius: 0 10px 10px 0;
}

.program_right_box {
    float: right;
    width: 70%;
    height: auto;
    font-size: 14px;
    font-family: Metropolis-Regular;
    color: #353535;
    padding: 10px 0;
}

.tab-content2.current {
    display: inherit;
}

.tab-content2 {
    display: none;
}

.program_tab_contentbox span {
    color: #dd7228;
}

.program_left_menubox .tabs li:before {
    display: none;
}



span.author {
    font-weight: 600;
    font-size: 16px;
    color: #03367d;
}
@media (max-width: 992px) {
   
}
@media screen and (max-width: 768px) {
    .feature-img img {
        width:120px
    }
    .eligibility_tab_content .about-tab-section .nav-tabs{
        display: block;
    }
    .eligibility_tab_content .about-tab-section .nav-tabs .nav-link {
        max-width: 350px;
        width:100%;
        margin:  0 auto 10px;
    }
    .social_icon1 {
        top: 53%;
    }
}
@media (max-width: 575px) {
    .program_tab_mainbox .tab_box button {
        width: 100%;
        padding: 10px 0;
    }
    .field_visit .about-tab-section .nav-tabs .nav-link {
        width: 100% !important;
    }
    .program_right_box {
        float: right;
        width: 100%;
    }
    .program_left_menubox {
        float: left;
        width: 100%;
    }
}