

a:focus,
a:active,
a {
    outline: 0 !important;
    border: 0;
}

.bnhuop img {
    margin-top: 0px;
}


section h1 {
    font-size: 30px;
    color: #000;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    margin-top: 0px;
    position: relative;
    padding-bottom: 0px;
}


section h2 {
    font-size: 26px;
    color: #000;
    text-transform: none;
    font-style: normal;
    margin-top: 20px;
    position: relative;
}

section p {
    text-align: justify;
}

section table p {
    text-align: center;
}

.d-none {
    display: none;
}
.d-flex {
    display: flex;
}
/* margin css start*/
.m-0 {
    margin: 0px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-40 {
    margin: 40px !important;
}

.m-50 {
    margin: 50px !important;
}

/* margin css end*/

/* margin top css start*/
.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

/* margin top css end*/

/* margin bottom css start*/

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

/* margin bottom css end*/

/* padding css start*/
.p-0 {
    padding: 0px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-40 {
    padding: 40px !important;
}

.p-50 {
    padding: 50px !important;
}

/* padding css end*/

/* padding top css start*/
.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

/* padding top css end*/

/* padding bottom css start*/

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

/* padding bottom css end*/


/* .baner-region {
    position: relative;
    background-color: #e9eaff;
    padding: 40px 0;
} */

/* .baner-region h1 {
    font-size: 30px;
    line-height: 1.18;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
} */


.baner-region h3 {
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-region {
    padding: 0;
}
.form-region .row {
    padding: 15px;
}

.form-box h4 {
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    background: #c54771;
    border-radius: 9px 9px 0 0;
}

.form-box h4 span {
    margin: 0;
    color: #ffe16d;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 0px;
    padding: 3px 0px 0;
    font-weight: 700;
    display: block;
    width: 100%;
}



p#msg {
    text-align: center;
    margin-bottom: 0;
}

p#msg1 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

#showHide strong {
    font-size: 12px;
}


.strip {
    background: #606ecd;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 13px;
}


a.btn.btn-warning.smothscroll.strip-btn {
    background: #06ab90;
    border: none;
}

.tickers b .strip-btn {
    color: #ffffff;
    font-weight: bold;
    padding: 0x 8px;
    background: #06ab90;
    border: none;
}

.pad-t {
    padding-top: 0px;
}



.slide-program {
    display: none;
    margin-top: 10px;
    border-top: 1px #bbb solid;
    padding-top: 10px;
}

.slide-program a {
    color: #000;
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);
    padding: 10px 20px;
}

.btn-click h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.btn-click {
    color: #000;
    display: block;
    font-size: 15px;
    padding: 11px 15px;
    width: 100%;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    line-height: 22px;
    background-color: #fff5ee;
    box-shadow: 0 5px 15px 0 rgb(68 68 68 / 10%);
}

.product-grid.full-grid {
    width: 100%;
}

.btn-click h4 i {
    position: absolute;
    right: 0;
    top: 5px;
}

.btn-click h4 .fa-angle-up {
    display: none;
}

.btn-click h4.arrowup .fa-angle-down {
    display: none;
}

.btn-click h4.arrowup .fa-angle-up {
    display: inline-block;
}

.ms li::before {
    color: #FF692E !important;
    content: "\f0a4" !important;

}


/* faq block start */

.faq-section h2 {
    margin-top: 0 ;
    margin-bottom: 20px;
}

.accordion-panel {
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 0;
}

.accordion-panel .panel {
    width: 100%;
    margin-bottom: 10px !important;
    box-shadow: inherit;
    padding: 0;
    border: none;
}

.accordion-panel .panel-default>.panel-heading {
    color: #000;
    background-color: #fff;
    border-color: #ffff;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordion-panel .panel+.panel {
    margin-top: 15px;
}

.accordion-panel .panel-default>.panel-heading a {
    display: block;
    padding: 20px 0px 20px 55px;
    color: #000;
    outline: none;
    box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
    position: relative;
}

.accordion-panel .panel-default>.panel-heading a:after {
    content: "";
    position: absolute;
    top: 18px;
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    border: 1px solid #222;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    left: 22px;
}

.accordion-panel .panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #c1b4f9;
}

.accordion-panel .panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion-panel .panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-panel h4.panel-title {
    font-weight: 500;
}

.accordion-panel h4.panel-title a {
    text-decoration: none !important;
}

.accordion-panel .arrow-list {
    padding-left: 0;
}

.accordion-panel .arrow-list li i {
    margin-right: 4px;
}

.accordion-panel .panel .panel-body {
    background-color: #fff;
    border: 0;
    padding: 25px 25px 25px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
    box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1);
}

/* faq block close */

.programitem {
    padding: 15px;
    box-shadow: 0 10px 30px 0 rgba(54,56,110,.15);
    background-color: #fff;
    text-align: center;
}
.programitem .imagefld {
    margin-bottom: 15px;
}
.programitem h3 {
    margin-top: 0;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    background: #fae12e;
    padding: 5px 5px;
}
.programitem p {
    letter-spacing: .5px;
    line-height: 1.7;min-height: 105px;
    margin: 0;
    text-align: center;
}
.programitem .btnfld {
    margin-top: 15px;
    text-align: left;
}


.globalbtn {
    background-color:#f15a22;
    color: #fff;
    font-size: 15px;
    padding: 5px 8px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: 1px solid #f15a22;
    font-size: 13px;
}
.outlinebtn {
    color: #f15a22;
    background-color: #fff;
    border: 1px solid #f15a22;
    float: right;
    font-size: 13px;
}

.twobtns>* {
    width: 48%;
}
.globalbtn:hover {
    background-color:#39bb08;
    color: #fff;
    text-decoration: none;
    border-color:#39bb08;
}

.achievers-testmonials h2 {
    margin-top: 0 ;
    margin-bottom: 20px;
}

.student-testmonials  h2 {
    margin-top: 0 ;
    margin-bottom: 20px;
}


.shadow {
    box-shadow: 0 7px 8px -1px rgb(160 160 160 / 10%);
}

ol {

    padding-left: 40px !important;
}
ol li {
    list-style-type:  decimal !important;
    padding-left: 0px !important;
}

ol li::before {display: none;}

@media only screen and (max-width: 767px) {

    .baner-region h1 {
        font-size: 26px;
        text-align: center;
    }

    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: inherit;
    }

    .permotional-banner-section {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }

    .permotional-banner {
        display: flex;
        gap: 15px;
    }

    .programitem {
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width : 991px) {

    .programitem {
        margin-bottom: 30px;
    }

}

@media only screen and (min-width: 992px) and (max-width : 1199px) {

    .programitem {
        display: inline-block;
    }
    

    .programitem h3 {
        min-height: 50px;
    }

.twobtns>* {
    width: 100%;
}

.twobtns a:first-child {
    margin-bottom: 20px;
}

}