.no-touchevents .admission-content-section p > a:hover{
    text-decoration: underline;
}
.admission-content-section p > a{
    color: #e86404;
}
.admission-content-section h3{
    margin-bottom: 10px;
}
.admission-content-section .table-responsive{
    display: block;
    width: 100%;
    overflow-x: auto;
}
.bg-feel-listing li:first-child {
    border-radius: 3px 3px 0 0;
}
.bg-feel-listing li:last-child {
    border-radius: 0 0 3px 3px;
}
.bg-feel-listing{
    margin-bottom: 30px;
}
.bg-feel-listing li {
    color: #e86404;
    background-color: rgba(232,100,4,0.1);
    border: 1px solid rgba(232,100,4,0.1);
    margin-top: -1px;
    padding: 10px 15px;
    
}
.admission-content-section table td,
.admission-content-section table th{
    line-height: 1.4;
    padding: 8px;
    border: 1px solid rgba(232,100,4,0.1);
    /* made all the columns equal */
    width: 33.33%;
    word-wrap: break-word;
    min-width: 210px;
}
.admission-content-section table tr:first-child th{
    text-align: center;
    padding: 15px 10px;
}
.admission-content-section table th{
    background-color: rgba(232,100,4,0.1);
    color: #e86404;
    font-weight: 700;
    text-align: left;
}
.admission-content-section table{
    width: 100%;
    border: 1px solid rgba(232,100,4,0.1);
    margin-bottom: 30px;
    background-color: transparent;
}
.admission-content-section h4{
    font-size: 20px;
    margin-bottom: 15px;
}
.admission-content-section ul:not(.bg-feel-listing){
    margin-bottom: 30px;
}
.admission-content-section h2{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 80px;
    color: #333 !important;
}
.admission-content-section ul:not(.bg-feel-listing) li:last-child{
    margin-bottom: 0;
}
.no-touchevents .admission-content-section ul:not(.bg-feel-listing) li a:hover{
    color: #e86404;
}
.admission-content-section ul:not(.bg-feel-listing) li a{
    color: inherit;
}
.admission-content-section ul:not(.bg-feel-listing) li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 9px;
    
}
.admission-content-section ul:not(.bg-feel-listing) li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    height: 5px;
    width: 5px;
    background-color: #e86404;
    border-radius: 50%;
}
.admission-cms-page .admission-content-section {
    padding: 50px 0 20px;
}
.admission-content-section p{
    margin-bottom: 30px;
    line-height: 1.8;
    color: #555;
    
}
.admission-content-section img{
    display: block;
    margin: 0 auto;
}
.admission-content-section p a{
    color: #e86404;
    text-decoration: underline;
}
.no-touchevents .admission-content-section p a:hover{
    text-decoration: none;
}
.admission-content-section p.subtitle{
    font-size: 20px;
    color: #777777;
    text-align: center;                 
    margin-bottom: 25px;  
    line-height: 1.5;
}
.admission-content-section .btn-wrapper{
    text-align: center;
}
.admission-content-section .admission-content-wrapper{
    display: flex;
    margin: 35px -15px 0 -15px;
}
.admission-content-section .admission-content-wrapper .inner-content-wrapper{
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0 15px;
}
.admission-content-section .admission-content-wrapper .inner-content-wrapper .process-content-wrapper{
    display: flex;
    align-items: flex-start;
}
.admission-content-section .admission-content-wrapper .inner-content-wrapper .process-content-wrapper span{
    font-size: 48px;    
    color: #e86404;    
    line-height: 1;
}
.admission-content-section .admission-content-wrapper .inner-content-wrapper .process-content-wrapper .content{
    padding: 2px 0 0 20px;
}
.admission-content-section .admission-content-wrapper .inner-content-wrapper .process-content-wrapper h3{
    font-size: 16px;
    color: #333333;    
    font-family: 'Raleway', sans-serif;
    font-weight: 700;    
}
.admission-content-section .admission-content-wrapper .inner-content-wrapper .process-content-wrapper p{
    line-height: 1.8;
    color: #555;
    font-size: 14px;
}
.admission-cms-page .admission-content-section.thank-you-cms-content {
    padding: 90px;
}
.thank-you-cms-content h1{
    color: #444;
    font-weight: 600;
    line-height: 1.5;
}
.thank-you-cms-content h3{
    color: #444;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}

@media(max-width: 1199px){
    .admission-content-section h2{
        margin-top: 60px;
    }
    .admission-content-section p{
        margin-bottom: 20px;
    }
    .admission-content-section .admission-content-wrapper .inner-content-wrapper .process-content-wrapper .content{
        padding: 2px 0 0 15px;
    }
    .admission-cms-page .admission-content-section.thank-you-cms-content {
        padding: 60px;
    }
}
@media (max-width: 991px) {
    .admission-content-section p{
        margin-bottom: 15px;
    }
    .admission-content-section .admission-content-wrapper .inner-content-wrapper .process-content-wrapper p{
        margin-bottom: 0;
    }
    .admission-content-section .admission-content-wrapper{
        flex-wrap: wrap;
        margin: 30px auto 0;
        justify-content: center;
        max-width: 500px;
    }
    .admission-content-section .admission-content-wrapper .inner-content-wrapper{
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;        
    }  
    .admission-content-section .admission-content-wrapper .inner-content-wrapper + .inner-content-wrapper{
        margin-top: 20px;
    }
    .admission-content-section .admission-content-wrapper .inner-content-wrapper .process-content-wrapper{
        margin:0;
    }
    .admission-content-section .admission-content-wrapper .inner-content-wrapper .process-content-wrapper span{
        padding: 0 13px 0 0;
    }
}
@media (max-width: 767px){
    .admission-content-section .admission-content-wrapper .inner-content-wrapper .process-content-wrapper span{
        font-size: 45px;        
    }
    .admission-content-section h3 {
        margin-bottom: 0px;
    }
    .admission-cms-page .admission-content-section.thank-you-cms-content {
        padding: 60px 25px;
    }
}
/*01-12-2021 css start*/
.admission-content-section .admission-content-wrapper .inner-content-wrapper .process-content-wrapper h3{
    font-family: "Lato", sans-serif;
}
/*01-12-2021 css end*/