/* breadcrum start */
.syllabus-bg-common{
padding: 0px 30px;
background-color: #f7c32e26;
box-shadow: 0 0 5px #0000001a, 0 0 1px #0000001a;
}
.breadcrumb{
margin-left: 0px;
padding-top: 20px;
padding-bottom: 0px;
margin-bottom: 0px;
}
.breadcrumb.white li.active{
color: #FC9928;
font-weight: 600;
}
.breadcrumb>li>svg{
margin-left: 5px;
margin-right: 5px;
font-size: 12px;
}
.double-line-bottom-theme-colored-2 {
margin-bottom: 20px;
margin-top: 8px;
padding-bottom: 5px;
position: relative;
}
.double-line-bottom-theme-colored-2:before {
border-radius: 8px;
bottom: -1px;
content: "";
height: 6px;
left: 10px;
position: absolute;
width: 24px;
background: #FC9928;
}
.double-line-bottom-theme-colored-2:after {
border-radius: 8px;
bottom: 1px;
content: "";
height: 2px;
left: 0;
position: absolute;
width: 64px;
background: #FC9928;
}
/* breadcrum end */
.spheron{
color: #FC9928;    
}
.courses-top-btan-section{
display: flex;
flex-wrap: wrap;
white-space: nowrap;
justify-content: center;
}
.courses-top-button{
font-weight: 700;
color: #fff;
padding: 8px 15px;
margin-right: 10px;
font-size: 15px;
box-shadow: 0 10px 36px #00000029, 0 0 0 1px #0000000f;
border-radius: 30px;
border: 1px solid #d60000;
background: #d60000;
text-align: center;
}
.try-free-mock-test{
font-weight: 700;
color: #d60000;
padding: 8px 15px;
margin-right: 10px;
font-size: 15px;
box-shadow: 0 10px 36px #00000029, 0 0 0 1px #0000000f;
border-radius: 30px;
border: 1px solid #d60000;
background: #fff;
text-align: center;
}
.table-responsive{
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;    
}
.table{
margin-bottom: 0px;    
}
.table-head-bg>tr>th{
background-color: #E25111; 
color: #ffffff;   
}
.table-bordered>tbody>tr>td{
color: #212529;
padding: 3px 8px;
}
/* responsive */
@media only screen and (max-width: 767px){
.courses-top-btan-section{
flex-wrap: nowrap;
justify-content: start;
overflow-x: auto;
scrollbar-width: none;
flex-wrap: nowrap;
padding-bottom: 5px;
}
.courses-top-button, .try-free-mock-test{
margin: 3px 3px; 
padding: 5px 15px 5px 15px;  
}}
@media only screen and (max-width: 575px){
.mobile-font-20{
font-size: 20px;    
}
.mobile-font-18{
font-size: 18px;    
}
.mobile-font-16{
font-size: 16px;    
}
.mobile-font-13{
font-size: 13px;  
}
.mobile-font-14{
font-size: 14px;    
}
.mobile-font-12, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>td>p{
font-size: 12px;    
}
.table-head-bg > tr > th{
  font-size: 14px;  
  padding-top: 3px;
  padding-bottom: 3px;
}
.courses-top-button, .try-free-mock-test{
    padding: 5px 15px;
    font-size: 12px;
}
.table-responsive{
  scrollbar-width: none;
}
.mpl-15{
  padding-left: 15px;
}
}