.resp-tabs-list li {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 18px 30px;
    margin: 0 0px 0 0;
    text-align: left;
    list-style: none;
    cursor: pointer;
    float: left;
    color: #333;
    border: 0px solid #292826;
    border-radius: 0;
    line-height: 1.2;
    transform: translateY(0rem);
    margin-bottom: -8px !important;
    width: 25%;
    text-align: center;
}
.resp-tabs-list li span {
    font-size: 14px;
}
.resp-tabs-list li i {
    font-size: 22px;
    font-weight: 300;
}

.programs__content h4 {
    font-size: 20px;
    font-weight: 600;
    display: block;
    border-left: solid 4px #9A2827 ;
    padding-left: 10px;
}

.programs__content p {
    color: #000;
    text-align: justify;
    padding-bottom: 10px;
    font-size: 13px;
}

.programs__content p b {
    display: block;
    padding: 10px 0 10px 15px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
}

.programs__content p b:after {
    position: absolute;
    content: "";
    left: 0;
    width: 7px;
    height: 7px;
    background: #9A2827;
    top: 18px;
    z-index: 1;
	border-radius:10px;
}

.programs__content p em {
    display: block;
    padding: 10px 0 10px 0; font-style:normal; font-size: 14px;
    font-weight: 700;
}

.programs__content button#myBtn, button#myBtn1, button#myBtn2, button#myBtn3, button#myBtn4, button#myBtn5, button#myBtn6 {
    background: none;
    border: 0px;
    color: #9A2827;
    font-weight: 600;
}








.resp-tabs-container {
    padding: 0px;
    background-color: transparent;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 10px 15px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active {
    border-bottom: none;
    
}

.resp-tab-active {
    border-bottom: none;
    border: 0px solid #F5F5F5 !important;
    color: #FE8816 !important;
    font-weight: 700 !important;
    background: #F5F5F5!important;
    border-radius: 0;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}
.resp-tab-active span {
  font-weight: 600;

}





.resp-content-active, .resp-accordion-active {
    display: block; color: #006;
}






.resp-tabs-row {
    padding: 20px;
    border: 2px solid #3e107b;
    border-radius: 10px;
    background: #f5f5f5;
}

.resp-tab-content {
    border-top: 0; padding: 0px 0;

        /*float: left;*/
}

h2.resp-accordion {
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
   
   
}


h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;

}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 25%;
    padding-right: 2%;
    background: #F5F5F5;
    padding: 10px;
    border-radius: 10px;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    margin: 0 0 0px;
    cursor: pointer;
    float: none;

}

.resp-vtabs .resp-tabs-container {
    
    border: 0;
    float: left;
    width: 71%;
    margin-left: 40px;
    border-radius: 0px;
    clear: none;
    border: 0px solid #0073b6;
	margin-bottom: 30px;
}
	



  


.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 0;
	transition: 0.5s;
}

.resp-arrow {
    /*width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #FFF;*/
    position: relative;
        float: right;
    padding-right: 15px;
}

h2.resp-tab-active span.resp-arrow {
    /*border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #FFF;*/
}

.resp-arrow:after {
    content: '+';
    position: absolute;
       left: 0;


    font-size: 24px!important;
    line-height: 23px;
    color: #333 !important;}

h2.resp-tab-active span.resp-arrow:before {
    content: '-';
    position: absolute;
       left: 0;

   
    font-size: 36px!important;
    line-height: 23px;
    color: #000!important;}
h2.resp-tab-active span.resp-arrow:after { display: none; }       

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block; 
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 991px) {.resp-vtabs li.resp-tab-active {width: 280px;}}




@media only screen and (max-width: 768px) {
h2.resp-accordion i {display: none;}

	
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
        position: relative;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }
 .card-collapse ul li {
    /* list-style: disc; */
    padding: 7px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 0px solid #e5bf00;
}
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
            margin-left: 0;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
	
	h2.resp-tab-active span.resp-arrow:before {
    content: '-';
    position: absolute;
    left: 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 36px!important;
    line-height: 15px;
    color: #fff!important;
}

h2.resp-accordion {
    font-size: 14px;
}

.brodd h1{font-size: 22px;}
	

}

#parentHorizontalTab #ChildVerticalTab_1 ul.resp-tabs-list li { 
    color: #878787;
    font-weight: normal;
    font-size: 14px;
    border-bottom: 1px solid #000 !important; width: 100%; }


  



#ChildVerticalTab_1.resp-vtabs { float: left;}
#ChildVerticalTab_1.resp-vtabs .resp-tab-active { background: #000; border-bottom: 0px; }
#ChildVerticalTab_1.resp-vtabs ul.resp-tabs-list { padding-bottom: 0px; border-right: 1px solid #ededed; }
#parentHorizontalTab .resp-tab-item.resp-tab-active {   color: #FFF; background: #c95227 !important; } 
#parentHorizontalTab .resp-tab-item i {    margin-right: 8px;}
#parentHorizontalTab .resp-tab-item {     background-color: #bdbdbe  !important;     margin-right: 3px;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;}
.resp-tab-content { padding-left: 0px; }

#ChildVerticalTab_1.resp-vtabs .resp-tabs-list li.active { background: url(../images/direction-right-steel-blue.png); width: 12px; height: 12px; }
.center { text-align: center; }



.services .course-details #ChildVerticalTab_1.resp-vtabs.resp-vtabs .resp-tab-content, .services .course-details #ChildVerticalTab_2.resp-vtabs.resp-vtabs .resp-tab-content, .services .course-details #ChildVerticalTab_3.resp-vtabs.resp-vtabs .resp-tab-content, .services .course-details #ChildVerticalTab_4.resp-vtabs.resp-vtabs .resp-tab-content { padding-top: 15px; }

.services .course-details #ChildVerticalTab_1.resp-vtabs .resp-tabs-list li.resp-tab-active, .services .course-details #ChildVerticalTab_2.resp-vtabs .resp-tabs-list li.resp-tab-active, .services .course-details #ChildVerticalTab_3.resp-vtabs .resp-tabs-list li.resp-tab-active, .services .course-details #ChildVerticalTab_4.resp-vtabs .resp-tabs-list li.resp-tab-active {
    border-bottom: 2px solid #21b6fd !important;
    color: #FFF !important;
    background: #21b6fd!important;
}