body,p,html{
    /* font-family: 'Noto Sans','Chakra Petch', 'sans-serif'!important;
    font-size: 0.963rem!important;
    line-height: 1.5;  */
    color: #000000;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 100px;
    /* bottom = footer height */
}
.topnav-right a {
    font-size: 0.8rem!important;
}
.cid-s6S2mmZd7b form.example input[type=text] {
    font-size: 1rem;
}
.table thead th{
    font-size: 1rem;
}
.navbar-dropdown .navbar-caption {
    font-weight: 600;
}
.card {
    border-radius: 0.5rem;
}
.footer3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.p-footer{
    font-size: 0.8rem !important;
    color: #fff;
}
i.fa-solid.fa-globe{
    line-height: 1.5; 
}
.mbr-arrow-up a{
    background-color: #e6581d;
}
.cid-scsb930Kek .mbr-section-title,.cid-scsV0d0NQ6 .card-title{
    color: #000000;
}
h1, h2, h3, h4, h5, h6{
    color: #000000;
}
h1{
    font-size: 1.8rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.15rem;
}
p, ol, ul, dl {
    font-size: 1rem !important;
    line-height: 1.5 !important;
}
p.lead{
    font-size: 1rem !important;
    line-height: 1.5 !important;
}
.text-box h4.card-title{
    font-size: 1.1rem;
    line-height: 1.7;
}
.card-box h3.card-title{
    font-size: 1.1rem;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled{
    color: #ffffff;
}
.text-muted{
    color: #232323!important;
}
.table .thead-light th{
    color: #232323;
    background-color: #e2e5e8;
    border-color: #e2e5e8;
}
.table{
    color: #232323;
}
.btn-secondary, .btn-secondary:active {
    background-color: #59595b !important;
}
.badge-warning{
    background-color: #e6581d;
    color: #ffffff!important;
    font-weight: 400;
}
a.badge-warning:hover, a.badge-warning:focus {
    color: #ffffff !important;
    background-color: #a7a8ac !important;
    border-color: transparent !important;
}
/* .jq-selectbox__dropdown{
    font-family: 'sutregular','Chakra Petch', 'sans-serif'!important;
}
.searchbtn{
    font-family: 'sutregular','Chakra Petch', 'sans-serif'!important;
} */
.searchbtn input[type=text], .searchbtn button[type=submit]{
    font-size: 1.4rem;
    min-height: 40px;
    max-height: 40px;
}
.carousel-item img{
    height: 100%;
}
.slider1{
    height: 100%;
    margin-top: 77px;
}
.category-block{
    padding-top: 30px;
    padding-bottom: 30px;
}
.showmore{
    display: block;
    width: 100%;
}
.showmore .mbr-section-title{
    text-align: center;
}
.btm-mascot{
    /* max-width: 150px; */
    max-width: 250px;
    position: absolute;
    bottom: -15px;
    right: 5%;
}
.category-header{
    /* background-color: #f79621; */
    padding: 20px 0;
    /* border-radius: 10px; */
    margin: 0 0.25rem;
}
.comingsoon{
    padding-top: 25%;
    padding-bottom: 20%;
}
label[for=course_category_slt]
{
    width: 100%;
    text-align: center;
}
.inactiveLink {
    pointer-events: none;
    cursor: default;
 }
 .inactiveLink h3 a {
    color: #a7a8ac !important;
 }
 .inactiveLink .card-img:before{
    pointer-events: none;
    background-color: #232323;
    opacity: 0.3;
    transform: perspective(100px) rotateY(0deg);
 }
 nav .rounded-pill a.nav-link{
    font-size: 1.1rem;
 }
 .btn-group-sm>.btn, .btn-sm{
     font-size: 1rem;
 }
 .cid-sct0O2fOyl{
     /* padding-top: 75px; */
    min-height: calc(100vh - 2.5em);
 }
.cid-sct0O2fOyl .form-control{
    background-color: #f8f9fa;
}
/* view.php */
.flex-column {
    flex-direction: column!important;
}

.program-stat {
    display: flex;
    font-size: 1.75rem;
    margin-bottom: 20px;
}
.program-stat .icon-circle {
    align-items: center;
    background: #e1dddb;
    border-radius: 50%;
    color: #00262b;
    display: flex;
    font-size: 1.5rem;
    height: 48px;
    justify-content: center;
    padding: 0 12px;
    width: 48px;
}
.program-stat .icon-circle:before {
    content: none;
}
.program-stat .details {
    margin-left: 20px;
}
.program-stat .main {
    font-weight: 700;
}
.program-stat .secondary {
    color: #454545;
    font-size: 1rem;
}
/*faq*/
#faq .faq-title {
    font-size: 2em;
    margin: 0.4em 0;
}

#faq div.seperator {
    width: 7.5em;
    background-color: #e6581d;
    height: 0.07em;
    margin-left: 0em;
}

#faq .faq-list > div {
    border-bottom: 0.07em solid #ededed;
    padding: 1em 0em;
} 

#faq .faq-list > div:last-child {
    border: initial;
}

#faq details > summary {
    list-style: none;
}
#faq details > summary::-webkit-details-marker {
    display: none;
}

#faq summary {
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none;
    /* transition: all 0.3s ease; */
}

#faq summary:hover {
    color: #e6581d;
}

/* #faq details[open] summary ~ * {
    animation: sweep .5s ease-in-out;
} */

@keyframes sweep {
    0%    {opacity: 0; margin-left: -10px}
    100%  {opacity: 1; margin-left: 55px}
}

#faq details[open] summary {
    color: #e6581d;
}

#faq details[open] p {
    border-left: 2px solid #e6581d;
    margin-left: 55px;
    margin-top: 10px;
    padding-left: 25px;
    opacity: 100;
    /* transition: all 3s ease; */
}

#faq details[open] summary:after {
    content: "-";
    font-size: 3.2em;
    margin: -0.65em 0.14em 0 0;
    font-weight: 200;
}

#faq.faq-body {
    max-width: 70em;
    margin: 2em;
}

#faq .faq-list {
    max-width: 55em;
    margin: 1em auto;
    padding: 1em 0;
}

#faq summary::-webkit-details-marker {
    display: none;
}

#faq summary:after {
    background: transparent;
    border-radius: 0.3em;
    content: "+";
    color: #e6581d;
    float: left;
    font-size: 1.8em;
    font-weight: bold;
    margin: -0.4em 0.25em 0 0;
    padding: 0;
    text-align: center;
    width: 25px;
}
.btn-group a.btn,.btn-group button.btn  {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.list-group-item .btn-xs{
    /* font-size: 1.2rem; */
    line-height: 1;
}
.extСontent.cid-sct0O2fOyl .table-card .card-body .table td,.extСontent.cid-sct0O2fOyl .table-card .card-body .table th{
    padding: 0.75rem;
}
.extСontent.cid-sct0O2fOyl .row{
    margin-right: 0px;
    margin-left: 0px;
}
.modal#priceTable .modal-content .modal-body .table li label{
    margin-bottom: 0;
}
.navbar-toggler{
    color: #a7a8ac;
}
.nav-dropdown .link.dropdown-toggle::after{
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
.extСontent.cid-sct0O2fOyl .btn.btn-link.text-danger, .modal#priceTable .modal-content .modal-body .btn.btn-link.text-danger{
    margin-top: 0;
    margin-bottom: 0;
}
.list-group-flush .list-group-item:only-child {
    border-bottom-width: 0;
}
.extСontent.cid-sct0O2fOyl{
    padding-bottom: 200px;
}
.cid-scsV0d0NQ6{
    padding-top: 85px;
}
#content_profile {
    padding-bottom: 180px !important;
    width: 100%;
    padding: 0;
    min-height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
}
#menu_profile.wrapper{
    width: 100%;
}
#menu_profile #sidebar {
    min-width: 240px;
    max-width: 240px;
    background: #f8f9fa;
    color: #59595b;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
#menu_profile #sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#menu_profile #sidebar .custom-menu .btn.btn-primary {
    background-color: #59595b !important;
    border-color: #59595b !important; 
    color: #dee2e6!important;
}
#menu_profile #sidebar .custom-menu .btn.btn-primary:hover, #sidebar .custom-menu .btn.btn-primary:focus {
    background-color: #dee2e6 !important;
    border-color: #dee2e6!important;
    color: #000000!important;
}
#menu_profile #sidebar .custom-menu .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
#menu_profile #sidebar h1 .logo {
    color: #000000;
}
#menu_profile #sidebar .h6 {
    color: #000000; 
}
#menu_profile #sidebar.active {
    margin-left: -240px; 
}
#menu_profile #sidebar.active .custom-menu {
    margin-right: -50px; 
}
#menu_profile #sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700; 
}
#menu_profile #sidebar ul.components {
    padding: 0; 
}
#menu_profile #sidebar ul li {
    font-size: 16px; }
#menu_profile #sidebar ul li > ul {
    margin-left: 10px; }
#menu_profile #sidebar ul li > ul li {
    font-size: 14px; }
#menu_profile #sidebar ul li a {
    padding: 10px 0;
    display: block;
    color: #000000;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1);  */
}
#menu_profile #sidebar ul li a:hover {
    color: #dee2e6;}
#menu_profile #sidebar ul li.active > a {
    background: transparent;
    color: #fff; }
@media (prefers-reduced-motion: reduce) {
    #menu_profile #sidebar .custom-menu {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; } }
#menu_profile #sidebar .custom-menu .btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;     
    padding: 0;
    margin: 0;
}
#menu_profile #sidebar a[data-toggle="collapse"] {
    position: relative; }
#menu_profile #sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
#menu_profile #sidebar ul li a{
    font-weight: 500;
}
#menu_profile #sidebar ul li a span.fa {
    font-size: 1rem;
}
#content_profile .category-block{
    padding-top: 0;
}
/* #menu_profile #content_profile .cid-scscHIRThh.category-block .card-footer input.form-control {
    min-height: fit-content;
} */
.extTeams.cid-scscHIRThh.category-block#extTeams7-d{
    padding-bottom: 200px;
    min-height: 70vh;
}
.pr-block .close {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 10px;
    height: 25px;
    opacity: .3;
}
.pr-block .close:before, .pr-block .close:after {
    position: absolute;
    left: 15px;
    content: " ";
    height: 22px;
    width: 2px;
    background-color: #333;
}
.pr-block .close:before {
    transform: rotate(45deg);
}
.pr-block .close:after {
    transform: rotate(-45deg);
}
.pr-block .pr-sec{
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.pr-block .pr-sec p{
    line-height: 1.2!important;
    font-size: 1rem!important;
    margin-bottom: 0;
}
.banner-block{
    padding-top: 75px;
}
.menu-top{
    background-color: #ffffff;
    height: 30px;
}
.menu-top i{
    font-size: 0.8rem!important;
}
.shadow{
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.10) !important; 
}
.cid-sct0O2fOyl .bg-white .card-header,.cid-sct0O2fOyl .bg-white .card-body,.cid-sct0O2fOyl .bg-white .card-footer{
    background-color: rgba(0,0,0,.03);
}
#menu_profile img.img-user{
    width: 100px;
    height: 100px;
}
.badge-category{
    font-size: 0.8rem !important;
    padding: 0.4em 0.6em;
    background-color: #e1e1e1;
}
@media (min-width: 1440px) {
    .searchbtn{
        width: 22%;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1400px;
    }
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 90%;
    }
}
@media (min-width: 768px){
    #content_profile .card-footer .flex-md-row{
        flex-direction: row !important;
    }
    #content_profile .card-footer .flex-md-row-reverse{
        flex-direction: row-reverse !important;
    }
}
@media (max-width: 1456px) {
    .cid-scsU5mtZPH{
        padding-top: 10rem;
    }
    .cid-s6S2mmZd7b .nav-dropdown .link{
        margin: 0.667em !important;
    }
}
@media (max-width: 1440px) {
    /* .searchbtn{
        width: 22%;
    } */
    /* .banner-block{
        padding-top: 4.8rem;
    } */
}
@media (max-width: 1439px) {
    .cid-scsU5mtZPH{
        padding-top: 8rem;
    }
    .cid-scsV0d0NQ6 {
        padding-top: 85px;
    }
    .cid-sct23znpFp {
        padding-top: 100px;
    }
}
@media (max-width: 1399px) {
    /* .banner-block{
        padding-top: 4.7rem;
    } */

}
@media (max-width: 1330px) {
    .searchbtn {
        width: 22%;
    }
    .cid-s6S2mmZd7b .nav-dropdown .link {
        margin: 0.667em 0.2em !important;
    }
}
@media (max-width: 1024px) { 
    .navbar-caption {
        padding-right: 1rem !important;
    }
    .cid-s6S2mmZd7b .nav-dropdown .link{
        margin: .667em 0.2em !important;
    }
    .navbar-buttons {
        min-width: 150px !important;
    }
    .btm-mascot{
        /* max-width: 120px; 
        right: 5%;*/
        max-width: 200px;
        right: 3%;
    }
    .extСontent.cid-sct0O2fOyl .list-group-item, .modal#priceTable .modal-content .modal-body .list-group-item{
        padding: 0.25rem;
    }
    #menu_profile #sidebar .custom-menu {
        top: 40px !important; 
    }
    .slider1{
        margin-top: 111px;
    }
    /* .banner-block{
        padding-top: 4.8rem;
    } */
    .cid-sct23znpFp{
        padding-top: 115px;
    }
    .pr-block .pr-sec{
        /* padding-top: 4.5rem; */
    }
    .pr-block .close{
        /* top: 40px; */
        top: 25px;
    }
}
@media (max-width: 996px) {
    .cid-sct23znpFp {
        padding-top: 145px;
    }
}
@media (max-width: 991px) {
    .extСontent.cid-sct0O2fOyl .table-card .card-body .table tr td:first-child, .table-card .card-body .table tr th:first-child{
        padding-left: 0.75rem;
    }
    .extСontent.cid-sct0O2fOyl .table-card .card-body .table td,.table-card .card-body .table th, .modal#priceTable .modal-content .modal-body .table td{
        padding: 0.25rem;
    }
    .header15.cid-scspnJoc7v .container .row{
        margin: 0;
    }
    .cid-scsmstvd6d#extContent2-p .article{
        padding-right: 1rem;
        padding-left: 1rem;
    }
    #menu_profile #sidebar {
        margin-left: -240px; 
    }
    #menu_profile #sidebar.active {
        margin-left: 0; 
    }
    #menu_profile #sidebar .custom-menu {
        margin-right: -60px !important;
    }
    #menu_profile #sidebar.active .custom-menu{
        margin-right: -25px !important;
    }
    #sidebarCollapse span {
        display: none; 
    } 
    #menu_profile #sidebar .custom-menu .btn{
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    .searchbtn{
        width: 65%;
    }
    .cid-sct23znpFp {
        padding-top: 115px;
    }
    #faq div.seperator{
        margin-left: -0.8em;
    }
    .container-fluid{
        padding: 0 15px!important;
    }
}
@media (max-width: 768px) {
    .cid-scsaUIeL2V .carousel-control{
        width: 40px;
        height: 40px;
        font-size: 15px;
        bottom: 3rem;
    }
    .cid-scsaUIeL2V .carousel-caption {
        bottom: -10px;
    }
    .cid-scsjx7kNCX .media-container-row .row-copirayt p{
        width: 90%;
    }
    .btm-mascot {
        /* max-width: 100px;
        right: 2%; */
        max-width: 180px;
        right: 1%;
    }
    .mbr-arrow-up a{
        height: 45px;
        width: 45px;
    }
    .cid-s6S2mmZd7b .nav-dropdown .link {
        margin: .3em 0.3em !important;
    }
    .category-header{
        margin: 0 1rem;
    }
    .extСontent.cid-sct0O2fOyl .table-card .card-body .table tr td:first-child, .extСontent.cid-sct0O2fOyl .table-card .card-body .table tr th:first-child, .modal#priceTable .modal-content .modal-body table.table tr td:first-child, #content_profile .card .card-body  table.table tr td:first-child{
        display: none;
    }
    #menu_profile #sidebar .custom-menu {
        top: 30px !important; 
    }
    #content_profile {
        padding-bottom: 100px!important;
    }
    .pagination-block .btn-sm{
        padding: 0.25rem!important;
    }
    .pagination-block .col-sm-6,.pagination-block .col-12{
        padding-right: 0px;
        padding-left: 0px;
    }
    .pagination-block{
        padding-bottom: 3rem;
    }
    .pagination-block .angle{
        margin: 0 auto;
    }
    .pr-block .pr-sec{
        padding-top: 2rem;
    }
    .pr-block .close {
        top: 10px;
    }
}

@media (max-width: 767px) {
    .partner-block {
        padding-top: 20px;
        padding-bottom: 90px;
    }
    .searchcate-block{
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .category-block{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .searchcate-block .text-box,.cid-scscHIRThh .text-box,.cid-scsPCNqzwm .text-box,.cid-scsPVusYlz .text-box,.cid-scsPW7XhUr .text-box,.cid-scsPW7XhUr .text-box,.cid-scsPWGhQs6 .text-box {
        padding: 1rem 1rem;
    }
    .comingsoon{
        padding-top: 50%;
    }
    .cid-scsjx7kNCX{
        bottom: -1%;
    }
    .cid-sct0O2fOyl{
        padding-bottom: 160px; 
    }
    .extСontent.cid-sct0O2fOyl form[name="checkOut"] .btn,.extСontent.cid-sct0O2fOyl li a.btn, .extСontent.cid-sct0O2fOyl .btn.btn-outline-info, .extСontent.cid-sct0O2fOyl .btn.btn-outline-secondary, .extСontent.cid-sct0O2fOyl .btn.btn-link{
        min-width: fit-content!important;
        padding: inherit!important;
    }
    .extСontent.cid-sct0O2fOyl li a.btn.btn-xs{
        padding: 0.1rem 0.5rem!important;
    }
    .extСontent.cid-sct0O2fOyl .btn-group-sm .btn{
        padding: 0.25rem 0.5rem !important;
    }
    .modal-body{
        padding: 0.5rem;
    }
    .extСontent.cid-sct0O2fOyl .card.table-card .card-header{
        padding: 20px;
    }
    .cid-scspnJoc7v{
        padding-top: 8rem;
    }
    #menu_profile #sidebar .custom-menu {
        top: 20px !important;
    }
    .extTeams.cid-scscHIRThh.category-block#extTeams7-d{
        padding-bottom: 120px;
    }
    /* .banner-block{
        padding-top: 5.9rem;
    } */
    .cid-sct23znpFp {
        padding-top: 100px;
    }
    .btm-mascot {
        max-width: 140px;
    }
}

@media (max-width: 425px) {
    #content_profile {
        padding-bottom: 170px!important;
    }
    .partner-block ul.list-inline img{
        max-width: 4.5rem;
    }
    .cid-scsaUIeL2V .carousel-control{
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .mbr-arrow-up a{
        height: 40px;
        width: 40px;
    }
    .btm-mascot {
        display: none;
    }
    .cid-scsjx7kNCX .media-container-row .row-copirayt p{
        width: 100%;
    }
    .cid-scsjx7kNCX{
        bottom: -2.5%;
    }
    .program-stat .icon-circle {
        width: 38px;
        height: 38px;
        /* font-size: 1.2rem; */
    }
    .extСontent.cid-sct0O2fOyl .container{
        padding-right: 5px;
        padding-left: 5px;
    }
    .cid-s6S2mmZd7b .navbar .navbar-logo img{
        height: 2.4rem !important;
    }
    .nav-link{
        padding: 0.25rem 0.5rem;
    }
    .cid-sct0O2fOyl{
        padding-top: 95px;
    }
    .extСontent.cid-sct0O2fOyl .card.table-card h2, .modal#priceTable .modal-header h2.modal-title{
        font-size: 1.5rem;
    }
    .extСontent.cid-sct0O2fOyl .card.table-card h3, .extСontent.cid-sct0O2fOyl form[name="checkOut"] h3{
        font-size: 1.5rem;
    }
    .extСontent.cid-sct0O2fOyl .card.table-card .btn-group a.btn, .extСontent.cid-sct0O2fOyl .card.table-card .btn-group button.btn, .modal#priceTable .modal-body .btn-group a.btn, .modal#priceTable .modal-body .btn-group button.btn{
        font-size: 1rem;
    }
    .extСontent.cid-sct0O2fOyl .card.table-card h4, .modal#priceTable .modal-body h4{
        font-size: 1.3rem;
    }
    .extСontent.cid-sct0O2fOyl .card.table-card .card-header, .extСontent.cid-sct0O2fOyl form[name="checkOut"] .card-header, .extСontent.cid-sct0O2fOyl form[name="checkOut"] .card-body, .modal#priceTable .modal-header {
        padding: 10px;
    }
    .cid-scspnJoc7v {
        padding-top: 6rem;
    }
    .cid-scsV0d0NQ6{
        padding-top: 76px;
    }
    #content_profile .card .card-header{
        padding: 10px;
    }
    #content_profile .card .card-header .card-title{
        margin-bottom: 0;
    }
    .display-1{
        font-size: 1.4rem!important;
    }
    .cid-scsU5mtZPH {
        padding-top: 6rem;
    }
    .slider1{
        margin-top: 77px;
    }
    .banner-block{
        padding-top: 4.8rem;
    }
    .cid-sct23znpFp {
        padding-top: 75px;
    }
    #faq.faq-body{
        margin: 2em 1em;
    }
    #faq details[open] p{
        margin-left: 33px;
    }
    @keyframes sweep {
        0%    {opacity: 0; margin-left: -10px}
        100%  {opacity: 1; margin-left: 33px}
    }
    .searchbtn input[type=text], .searchbtn button[type=submit]{
        min-height: 30px;
        max-height: 30px;
    }
    .menu-top{
        padding: 0 5px!important;
    }
}
@media (max-width: 320px) {
    #content_profile {
        padding-bottom: 205px!important;
    }
    .cid-sct0O2fOyl{
        padding-bottom: 190px; 
    }
    .pagination-block {
        padding-bottom: 5rem;
    }
}
