
.main-herader.sticky{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 10px 10px 16px -7px rgba(163,163,163,1);
    -moz-box-shadow: 10px 10px 16px -7px rgba(163,163,163,1);
    box-shadow: 10px 10px 16px -7px rgba(163,163,163,1);
}

.slick-dots li, .slick-dots li button {
    background-color: #869791;
    border-radius: 100%;
}

.slick-dots li,
.slick-dots li button {
    width: 10px;
    height: 10px;
}
#text_verification{
    top: 20px;
}
#change_verification{
    position: absolute;
    font-size: 17px;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '' !important;
    text-align: center;
    opacity: .25;
    color: #ffb606;
    background-color: #ffb606;
    border-radius: 100%;
}

.social-link-group a{
    color: #ffffff;
}

.requestCourse{
    position: fixed;
    top: 165px;
    left: 0px;
    background-color: #ffb606;
    z-index: 999;
    text-align: center;

}
.requestCourse i{
    padding: 10px 15px;
    font-size: 25px;
    cursor: pointer;
}
.requestCourse:hover{
    opacity: 0.6;
}
.modal-backdrop {
    z-index: 9999;
}
.modal-open .modal {
    z-index: 99999;
}

/* The customcheck */
.customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #6b6b6b;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-body label{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #555555;
    margin-bottom: 3px;
}
.modal-body .form-group{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.modal-body .form-group .form-control{
    margin-bottom: 0px;
}
.alert{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.alert-dismissible .close {
    top: -3px;
    padding: 0px 10px;
}
.btn.disabled, .btn:disabled {
    cursor: not-allowed !important;
}
.modal-header {
    display: block;
}
button.close, .modal-title{
    color: #ffffff;
}

#ajax-search .form-group{
    float: left;
    width: 20%;
}
select.form-control:not([size]):not([multiple]) {
    height: 45px;
}


/* The container must be positioned relative: */
.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none; /*hide original SELECT element: */
}

.select-selected {
    background-color: #ffffff;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #747d86 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #747d86 transparent;
    top: 12px;
}

/* style the items (options), including the selected item: */

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
    overflow-y: scroll;
    max-height: 250px;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
.custom-select{
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    height: 45px;
    z-index: 9999;
}
.separator-col .custom-select{
    padding: .375rem 1.75rem .375rem .75rem;    
}
.select-items div, .select-selected {
    color: #747d86;
    padding: 14px 16px;
    border: 0px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    z-index: 999999;
}
.select-items div {
    border-top: 1px solid #cccccc;
}
.select-arrow-active{
    border-bottom: 1px solid #cccccc;
    z-index: 999999;
    position: relative;
}
.searchBtn{
    width: 100%;
    height: 45px;
    margin-top: 0 !important;
}
.slick-slide a{
    position: relative;
    float: left;
    width: 100%;
}
.input-group-addon {
    cursor: pointer;
    opacity: 0.8;
}
.input-group-addon:hover{
    opacity: 1;
}

.about-item i{
    width: 30px;
    height: 30px;
}
.about-item i:before{
    content: '';
}
.programCategories .course-col h4{
    text-align: center !important;
    transition: all 0.5s;
}
.programCategories .course-col:hover{
    opacity: 0.6;
    transition: all 0.5s;
}
.counter img{
    width: 70px;
}
.center{
    text-align: center;
}

/*-- datarable --*/
#dataTable{
    width: 100% !important;
}

.theDataTable{
    float: left;
    width: 100%;
    padding: 0px;
}
.theDataTable .row{
    display: contents !important;
}

div.dataTables_filter {
    text-align: right;
    float: right;
}
div.dataTables_filter .form-control{
    height: 35px;
    margin-bottom: 10px;
}
.dataTables_length{
    float: left;
}
.dataTables_length .form-control{
    height: 35px !important;
    margin: 0px 5px;
    margin-bottom: 10px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

tbody tr td a{
    color: #000000;
    float: left;
    width: 100%;
    height: auto;
}
tbody tr td a img{
    width: 75%;
}
tbody tr td a:hover{
    opacity: 0.6;
    color: #000000;
}
table.table-bordered.dataTable {
    padding: 0px;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 15px;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom: 2px solid #ffffff;
}
.table-bordered {
    border: 1px solid #fff;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #fff;
    font-weight: normal;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #cacaca;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #e8e8e8;
}
.table-bordered>thead{
    background-color: #a5a5a5;
    color: #ffffff;
    font-size: 14px;
}
.table-bordered>thead b{
    font-weight: normal;
    font-size: 15px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #000000;
    border-color: #000000;
}
.planRequest{
    text-align: center;
    border-radius: 4px;
}

/*-- datatable --*/


/*-- Loading --*/

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    margin-top: 20%;
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0; 
    } 25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1; 
    } 90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0; 
    } 
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0; 
    } 25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1; 
    } 90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0; 
    }
}

/*-- Loading --*/

.big-logo {
    width: 100px;
    margin-bottom:15px
}
h1.heading {
    color: #fff;
    font-size: 1.15em;
    font-weight: 900;
    margin: 0 0 0.5em;
    color: #505050;
}
@media (min-width: 450px) {
    h1.heading {
        font-size: 3.55em;
    }
}
@media (min-width: 760px) {
    h1.heading {
        font-size: 3.05em;
    }
}
@media (min-width: 900px) {
    h1.heading {
        font-size: 3.25em;
        margin: 0 0 0.3em;
    }
} 
.carbox {
    display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}
.carbox:hover {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-carbox {
    width: 100%;
    height:200px;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
    display:block;
    overflow: hidden;
}
.img-carbox img{
    width: 100%;
    height: 200px;
    object-fit:cover; 
    transition: all .25s ease;
} 
.carbox-content {
    padding:15px;
    text-align:left;
}
.carbox-title {
    margin-top:0px;
    font-weight: 700;
    font-size: 1.65em;
    text-align: center;
    min-height: 55px;
}
.carbox-title a {
    color: #000;
    text-decoration: none !important;
}
.carbox-read-more {
    border-top: 1px solid #D4D4D4;
}
.carbox-read-more a {
    text-decoration: none !important;
    padding:10px;
    font-weight:600;
    text-transform: uppercase
}

/* Team Members */
.team-members {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.team-members .team-avatar {
    position: relative;
}

.team-members .team-avatar:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(129, 129, 129, 0.1);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members .team-avatar img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.team-members .team-desc {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.team-members .team-desc h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
}

.team-members .team-desc span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.team-members:hover .team-avatar:after {
    background: rgba(47, 60, 72, 0.5);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members:hover .team-desc {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.team-members:hover .team-desc {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}


.card-content {
    background: #ffffff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    margin-bottom: 30px;
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}

.card-img img {
    width: 100%;
    height: auto;
    display: block;
}

.card-img span {
    position: absolute;
    top: 15%;
    left: 12%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.card-img span h4{
    font-size: 12px;
    margin:0;
    padding:10px 5px;
    line-height: 0;
}
.card-desc {
    padding: 1.25rem;
}

.card-desc h3 {
    color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
    color: #747373;
    font-size: 14px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0;
}
.btn-card{
    background-color: #1ABC9C;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}
a.btn-card:hover{
    opacity: 0.6;
}
/* End card section */




.aboutus-section {
    float: left;
    width: 100%;
    padding: 90px 0;
}
.aboutus-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}
.aboutus-title::after {
    background: #fdb801 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 54px;
}
.aboutus-text {
    color: #606060;
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 35px;
}

a:hover, a:active {
    color: #ffb901;
    text-decoration: none;
    outline: 0;
}
.aboutus-more {
    border: 1px solid #fdb801;
    border-radius: 25px;
    color: #fdb801;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 20px;
    text-transform: uppercase;
}
.feature .feature-box .iconset {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 18%;
    text-align: center;
    font-size: 25px;
}
.newAbout{
    margin-top: 30px;
}
.newAbout .feature .feature-box .iconset{
    width: 6%;
}
.newAbout .feature .feature-box .feature-content{
    width: 94%;
}

.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}


.feature .feature-box .feature-content {
    float: left;
    padding-left: 28px;
    width: 78%;
}
.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}
.feature .feature-box .feature-content p {
    color: #606060;
    font-size: 17px;
    line-height: 22px;
}
.icon {
    color : #f4b841;
    padding:0px;
    font-size:40px;
    border: 1px solid #fdb801;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}




a.whatsappFixed{
    position: fixed;
    left: 15px;
    bottom: 20px;
    width: auto;
    height: auto;
    border-radius: 20px;
    background-color: rgba(155,155,155,0.3);
    color: #01e677;
    text-align: center;
    z-index: 9999999;
    display: block;
    cursor: pointer;
    padding: 5px 15px;
    transition: all 0.5s;
}
a.whatsappFixed i{
    float: left;
    font-size: 35px;
}
a.whatsappFixed p{
    font-size: 20px;
    float: left;
    margin-top: 2px;
    color: #636363;
    padding-left: 10px;
}
a.whatsappFixed:hover{
    transition: all 0.5s;
    background-color: #1ebea5;
}
a.whatsappFixed:hover p{
    color: #ffffff;
}
.course-item p {
    margin-bottom: 5px;
}
.course-item ul{
    margin-bottom: 5px;
}

.search-area{
    text-align: center;
}
.loadingimg {
    float: left !important;
    width: 100%;
    height: 100%;
    background-image: url(/public/img/Loading_icon.gif);
    background-size: 5% !important;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    display: block;
    z-index: 999999;
}

.visible-xs{
    display: none;
}

.copyright-bar {
    z-index: 9999999;
    position: relative;
}

.poweredBy{
    color: #ffffff !important;
}


.tab-content>.active {
    display: block;
    opacity: 1;
}
.tab{
    width: 100%;
}

.tab a:hover,.tab a:focus{
    text-decoration: none;
    outline: none;
}
.tab .nav-tabs{
    border: none;
    margin: 0;
}
.tab .nav-tabs li{
    width: 33.3333%;
    margin-top: 20px;
}
.tab .nav-tabs li a{
    padding: 10px;
    margin-right: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #293241;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: transparent;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{ border: none; }
.tab .nav-tabs li a:before{
    content: "";
    width: 100%;
    height: 4px;
    background: #f6f6f6;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tab .nav-tabs li a:after{
    content: "";
    width: 0;
    height: 4px;
    background: #727cb6;
    border: 1px solid #727cb6;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 1s ease 0s;
}
.tab .nav-tabs li:hover a:after,
.tab .nav-tabs li a.active:after,
.tab .nav-tabs li.active a:after{
    width: 100%;
    opacity: 1;
}
.tab .tab-content{
    padding: 15px 20px;
    margin-top: 20px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
    background: #727cb6;
    position: relative;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 50%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab .tab-content{ margin-top: 0; }
    .hiddening{display: none;}
}


@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
        display: block; 
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .hiddening{display: none;}

    tr { border: 1px solid #ccc; }

    td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }

    td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }
    tbody tr td a{
        display: block;
        float: initial;
    }
}






@media (max-width: 767px) {
    .header-topbar-col ul li:nth-child(1),
    .header-topbar-col ul li:nth-child(2){
        float: left;
        margin-right: 15px;
    }
    .header-topbar-col ul li:nth-child(3){
        float: right;
    }
    .filtr-item {
        width: 50%;
    }
    #ajax-search .form-group {
        width: 100%;
    }
    #ajax-search .form-control{
        margin-bottom: 0px;
    }
    .custom-select {
        z-index: auto;
    }
    .visible-xs{
        display: block;
    }
    .hidden-xs{
        display: none;
    }
    .course-item h4 {
        min-height: inherit;
    }
    .hiddening{display: none;}

}

@media (max-width: 480px) {
    .hiddening{display: none;}

    .filtr-item {
        width: 100%;
    }

}