body {
    font-family: 'Encode Sans', sans-serif;
    background-color: #FFF5F3;
}

.pg-logo {
    height: 50px;
}

.pg-header {
    background-color: #FFF5F3;
}

.login-btn {
    background-color: #FE4A23;
    border-color: #FE4A23;
    border-radius: 5px;
    padding: 10px 39px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.login-btn:hover {
    background: #131135;
    border-color: #131135;
    color: #fff;
}

.nav-link {
    font-size: 15px;
    font-weight: 600;
    padding: 7px 15px !important;
    /* padding-bottom: 0px !important; */
    margin-left: 20px !important;
    margin-right: 20px !important;
    border-radius: 3px;
}

.active-nav {
    color: white !important;
    background-color: #FE4A23;
}

.nav-link:hover {
    color: #FE4A23;
}

.nav-item {
    border-right: 1px solid white;
    position: relative;
    padding: 0px !important;
}

.nav-item::after {
    position: absolute;
    content: ' ';
    bottom: -6px;
    left: 5px;
    right: 100%;
    height: 2px;
    /* width: 0px; */
    background-color: #FE4A23;
    transition: all .2s;
}

.nav-item:hover.nav-item::after {
    right: 5px;
}

/* tabs */


/* Style the tab content */
.tabcontent {
    display: none;
    border: 1px solid #ccc;
    border-top: none;
}

.filter-form {
    background-color: #DB675D;
    padding: 50px 0px;
}

.pg-heading {
    font-size: 22px;
    font-weight: 600;
    color: white;
}

.filter-inputs label {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.filter-inputs select:active,
.filter-inputs select:focus {
    outline: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
}

.filter-inputs select {
    outline: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
}

.query {
    position: absolute;
    top: -30px;
    width: auto;
    left: calc(100% - 100px);
    right: 0;
    background-color: #000000be;
    width: 200px;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    font-weight: 400;
    display: none;
}

.arrow-down {
    position: absolute;
    top: -3px;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000000be;
    display: none;
}

.filter-inputs label:hover .query {
    display: block;
}

.filter-inputs label:hover .arrow-down {
    display: block;
}

.appl-btn {
    background-color: #FEDE5A;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 3px;
    padding: 4px 7px;
    color: white;
}

.appl-btn:hover {
    background-color: #ceac26;
}

.clear-btn {
    background-color: gray;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 3px;
    padding: 4px 7px;
    color: white;
}

.clear-btn:hover {
    background-color: rgb(59, 58, 58);
}

.search-result-area {
    padding: 50px 0px;
}

.pg-main-headings {
    font-size: 18px;
    font-weight: 500;
}

.carousel-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.pg-sidebar {
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}

.modify-heading {
    font-size: 16px;
    font-weight: 600;
    color: #FE4A23;
    margin-bottom: 7px;
}

.search-btn {
    background-color: #FE4A23;
    border-color: #FE4A23;
    border-radius: 5px;
    padding: 7px 39px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.feature-card {
    background-color: #fafcff;
    border-radius: 5px;
    border: 1px solid #f6f6f7;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.feature-card img {
    height: 140px !important;
    width: 140px !important;
    border-radius: 100%;
    object-fit: cover;
    margin: 0px auto;
}

.feature-card h1 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}

.feature-card h3 {
    font-size: 12px;
    font-weight: 500;
    color: #FE4A23;
}

.date {
    background-color: #fe4b238c;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    padding: 3px 10px;
}

.featured-line {
    border-top: 1px solid rgb(230, 227, 227);
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}

.owl-nav {
    display: none !important;
}

.ad-block {
    height: auto;
    width: 100%;
}

.teacher-card {
    background-color: white;
    border-radius: 5px;
    padding: 20px 20px;
    margin-bottom: 15px !important;
}

.teacher-card p {
    font-size: 14px;
    color: #515151;
}

.teacher-card .image {
    height: 90px;
    width: 90px;
    padding: 10px;
    border-radius: 100%;
    border: 1px solid #FE4A23;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.teacher-card .online-pg::after {
    position: absolute;
    content: ' ';
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 100%;
    bottom: 10px;
    right: 4px;
}

.teacher-card .offline-pg::after {
    position: absolute;
    content: ' ';
    width: 10px;
    height: 10px;
    background-color: gray;
    border-radius: 100%;
    bottom: 10px;
    right: 4px;
}

.teacher-card img {
    height: 80px;
    width: 80px;
    border-radius: 100%;
    object-fit: cover;

}

.teacher-card h1 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    color: #FE4A23;
}

.teacher-card h3 {
    font-size: 14px;
    font-weight: 500;
}

.detail-btn {
    background-color: green;
    border-color: green;
    border-radius: 5px;
    padding: 4px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.stars {
    color: #ceac26;
}

.online {
    color: green;
    padding-left: 20px;
    position: relative;
}

.online::before {
    position: absolute;
    content: ' ';
    top: 3px;
    left: 0px;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: green;
    font-weight: 500;
}

.shortlist {
    background-color: #FFF5F3;
    padding: 2px 7px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 500;
    color: #DB675D;
}

.shortlist i {
    color: #DB675D;
    margin-left: 7px;
    font-size: 18px;
    margin-right: 0px !important;
    /* text-decoration: none !important; */
}

.subject-tag {
    background-color: #FFF5F3;
    padding: 3px 5px;
    border-radius: 4px;
    color: #DB675D;
    font-size: 14px;
    font-weight: 500;
}

.class-tag {
    background-color: #DAF1FF;
    padding: 3px 5px;
    border-radius: 4px;
    color: #117dc0;
    font-size: 14px;
    font-weight: 500;
}

.page-item {
    margin: 0px 5px;

}

.page-link {
    color: #DB675D !important;
    font-size: 14px;
    border: none !important;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
}

.page-link:hover {
    background-color: #DB675D !important;
    color: white !important;
}

.active-page {
    background-color: #DB675D !important;
    color: white !important;
}

.paginate_button {
    color: #DB675D !important;
    font-size: 14px !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-radius: 4px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background-color: white !important;
    margin: 0px 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #DB675D !important;
    box-shadow: none !important;

}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white !important;
}

/*-----------------
	37. Footer
-----------------------*/

.footer {
    background-image: url(../img/bg/bg-18.png);
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    overflow: hidden;
    background: #fdfdfd;
}

.footer-user {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    top: 75px;
}

.footer-top {
    padding: 60px 0;
}

.footer .footer-widget .footer-about-content p {
    color: #E5E5E5;
}

.footer-contact p {
    color: #E5E5E5;
}

.footer-title {
    color: #101828;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

h2.footer-title:after {
    content: "";
    width: 35px;
    height: 2px;
    background: #FE4A23;
    bottom: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    position: absolute;
    border-radius: 50px;
}

h2.footer-title:before {
    content: "";
    width: 62px;
    height: 2px;
    background: #D9D9D9;
    bottom: 0;
    left: 0px;
    right: 0;
    bottom: 0;
    position: absolute;
    border-radius: 50px;
}

.footer .footer-menu ul li {
    margin-bottom: 10px;
}

.footer .footer-menu ul li:last-child {
    margin-bottom: 0;
}

.footer .footer-menu ul li a {
    color: #353535;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    text-decoration: none;
}

.footer .footer-menu ul li a:hover {
    color: #FF3115;
}

.footer-menu p {
    color: #515151;
    font-weight: 500;
    font-size: 14px;
}

.footer .banner-content .form-inner {
    border-radius: 50px;
    border: 0;
    height: 50px;
    margin-bottom: 35px;
}

.footer .banner-content .form-control {
    background: #fff;
    border-radius: 50px;
    height: 50px;
    margin-right: 3px;
}

.footer .banner-content .form-control::placeholder {
    font-size: 14px;
    color: #9D9D9D;
}

.footer .banner-content .sub-btn {
    min-width: 72px;
    height: 38px;
    margin: 6px;
    background: #101828;
    border: 1px solid #101828;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.footer .banner-content .sub-btn:hover {
    background: #FE4A23;
    border: 1px solid #FE4A23;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.social-icon ul li a i {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

/*.social-icon ul li:hover {
	top: -5px;
	position: relative;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.footer .footer-menu .social-icon ul li {
	margin-bottom: 5px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}*/
.social-icon ul li a i {
    color: #fff;
}

.footer .social-icon ul li .fa-facebook-f:hover,
.footer .social-icon ul li .fa-instagram:hover,
.footer .social-icon ul li .fa-twitter:hover {
    opacity: .7;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.social-icon ul li .fa-facebook-f {
    background: #337FFF;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.social-icon ul li .fa-instagram {
    background: linear-gradient(315deg, #FBE18A 0.96%, #FCBB45 21.96%, #F75274 38.96%, #D53692 52.96%, #8F39CE 74.96%, #5B4FE9 100.96%);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.social-icon ul li .fa-twitter {
    background: #33CCFF;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.footer-three .social-icon ul li .fa-facebook-f,
.footer-three .social-icon ul li .fa-linkedin-in,
.footer-three .social-icon ul li .fa-twitter,
.footer-four .social-icon ul li .fa-facebook-f,
.footer-four .social-icon ul li .fa-instagram,
.footer-four .social-icon ul li .fa-twitter,
.footer-five .social-icon ul li .fa-facebook-f,
.footer-five .social-icon ul li .fa-linkedin-in,
.footer-five .social-icon ul li .fa-twitter {
    background: transparent;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.footer-three .social-icon ul li .fa-facebook-f:hover,
.footer-three .social-icon ul li .fa-linkedin-in:hover,
.footer-three .social-icon ul li .fa-twitter:hover {
    background: #5F5F5F;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.footer-five .social-icon ul li .fa-facebook-f:hover,
.footer-five .social-icon ul li .fa-linkedin-in:hover,
.footer-five .social-icon ul li .fa-twitter:hover {
    background: #fff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.social-icon span {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

.social-icon ul li+li {
    margin-left: 10px;
}

.social-icon ul li .icon {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.social-icon ul li a {
    font-weight: 900;
    font-size: 15px;
    color: #FE4A23;
}

.social-icon ul li .icon:hover,
.social-icon ul li .icon:focus {
    color: #fff;
}

.footer .footer-widget.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: none;
}

.footer-newsletter input {
    box-shadow: 0px 4px 4px rgb(194 194 194 / 25%);
    border-radius: 200px;
    height: 43px;
    width: 100%;
    padding: 6px 15px;
    border: 0;
}

.footer-newsletter input:focus {
    outline: none;
}

.btn-newsletter {
    background: #FF3115;
    border-radius: 200px;
    position: absolute;
    height: 43px;
    right: 0;
    width: 80px;
}

.btn-success {
    color: #fff;
    background-color: #FF3115;
    border-color: #FF3115;
}

.btn-success:hover {
    background-color: #FE4A23;
    border-color: #FE4A23;
}

.footer .form-control {
    line-height: 40px;
    border-right-color: transparent;
}

.footer .input-group .input-group-append {
    padding: 3px;
    background: #fff;
}

.footer .input-group .input-group-append .btn {
    border-radius: 0;
    padding: 10px 30px;
}

.footer-contact-info p {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.copyright {
    padding: 30px 0;
    border-top: 1px solid #EBEBEB;
}

.copyright-text p,
.copyright-text p a {
    color: #9D9D9D;
    font-size: 14px;
}

.footer-bottom-nav {
    justify-content: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    margin-bottom: 5px;
}

.footer-bottom-nav li a {
    color: #515151;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none !important;
}

.footer-bottom-nav li a:hover {
    color: #FE4A23 !important;
}

.footer-bottom-nav li+li {
    margin-left: 10px;
}

.footer-two .footer-bottom-nav li+li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #2B2B2B;
}

.center-text {
    text-align: center;
}

.copyright-text p a:hover {
    color: #FF3115;
}

.footer-contact-info .social-icon ul {
    padding: 0;
    margin-top: 10px;
}

.footer-contact-info .social-icon ul li .icon {
    width: 26px;
    height: 26px;
    font-size: 12px;
}

.footer-address .off-address+.off-address {
    margin-top: 20px;
}

.footer-address .off-address p {
    margin-bottom: 0;
}

.icon {
    text-decoration: none;
}

.area-input {
    display: none;
}

.select2-search__field {
    height: 23px !important;
    padding-left: 7px !important;
    border: none !important;
}

.select2-search__field:active {
    outline: none !important;
    /* border-color:#dee2e6 !important; */
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #dee2e6 !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dee2e6 !important;
}

.dataTables_length {
    width: 100%;
    display: flex;
    justify-content: end;

}

#card-table_wrapper {
    margin-top: -40px !important;
}

.dataTables_length {
    margin-bottom: -10px !important;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
    border-bottom: none !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

.dataTables_info {
    display: none !important;
}

.dataTables_paginate {
    width: 100%;
    /*display: flex;*/
    /*justify-content: center;*/

}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    background-color: rgb(197, 196, 196) !important;
}

.dataTables_paginate {
    margin-top: 20px !important;
}

.paginate_button.current {
    background-color: #DB675D !important;
    color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #DB675D !important;
    color: white !important;
}

table.dataTable.row-border>tbody>tr>th,
table.dataTable.row-border>tbody>tr>td,
table.dataTable.display>tbody>tr>th,
table.dataTable.display>tbody>tr>td {
    border-top: none !important;
}

table.dataTable.stripe>tbody>tr.odd>*,
table.dataTable.display>tbody>tr.odd>* {
    box-shadow: none !important;
}

.dataTables_length {
    font-size: 14px !important;
    font-weight: 500 !important;
}

.dataTables_length select {
    background-color: white !important;
    border: none !important;
    outline: none !important;
    font-size: 16px !important;
    padding: 5px 10px !important;
    border-radius: 4px !important;
}

.more-class,
.more-subj {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    padding-top: 5px;
    margin-left: 10px;
    text-decoration: underline;
}

.more-subj:hover {
    color: #DB675D;
    cursor: pointer;
}

.subject-tags .subject-tag {
    display: none;
}

.class-tags .class-tag {
    display: none;
}

/* 
.subject-tags .subject-tag.slice(0, 2) {
    display: block;
} */
.more-class,
.more-subj {
    cursor: pointer;
}


/* ticker */

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.ticker-wrap {
    /* position: fixed;
    bottom: 0; */
    width: 100%;
    overflow: hidden;
    background-color: #fdeae6;
    border-bottom: 1px solid #fcd4cc;
    box-sizing: content-box;
}

.ticker-wrap .ticker {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-name: ticker;
    animation-name: ticker;
    -webkit-animation-duration: 130s;
    animation-duration: 130s;
    padding: 15px 10px;
    color: #DB675D;
}

.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 14px;
    color: #DB675D;
}

@media only screen and (max-width:991px) {
    #card-table_wrapper {
        margin-top: 5px !important;
    }

    .headings {
        font-size: 18px;
    }

    .teacher-card h1 {
        font-size: 16px;
    }

    .login-btn,
    .nav-link {
        width: 100%;
        margin: 0px !important;
        margin-bottom: 5px !important;
        text-align: center !important;
    }
}