html,
body {
    scroll-behavior: smooth;
}

body,
div,
ul,
li,
a,
button,
td,
span {
    font-family: 'Poppins', 'Open Sans', sans-serif;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title {
    font-family: 'Rubik', 'Open Sans', sans-serif;
    font-weight: 500;
    color: #221f3d;
}

button,
.btn {
    cursor: pointer !important;
}

img {
    width: 100%;
    height: auto;
}

.primary-color {
    color: #e96320;
}

.transition-250ms {
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

.gradient-text {
    font-family: 'Rubik', 'Open Sans', sans-serif;
    background-image: linear-gradient(180deg, #ee7d2c, #ec5252);
    background-image: -webkit-linear-gradient(180deg, #ee7d2c, #ec5252);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free" !important;
}

.dark-bg {
    background-color: #26223f;
}

.btn-cta {
    background-color: #008000;
    color: white !important;
}

.btn-cta:hover {
    background-color: #005c00;
}

.primary-btn {
    background-color: #e96320;
    color: white !important;
}

.primary-btn:hover {
    background-color: #d94900;
}

.cta-txt {
    font-size: 14px;
}

a {
    text-decoration: none;
}

.text-right {
    text-align: end;
}

.strikethrough {
    text-decoration: line-through;
}

.opacity-40 {
    opacity: 0.4;
}

.navbar-brand {
    max-width: 160px;
}

.cropped-home-banner {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 0;
    border-left: 0px solid #f9f9f900;
    border-right: 70px solid #13d76203;
}


@media only screen and (max-width: 766px) {
    .cropped-home-banner {
        display: none;
    }

    .home-banner-area {
        background: none !important;
        padding: 80px 0 75px !important;
    }

    .home-banner-wrap {
        max-width: 100% !important;
        text-align: center;
    }
}

.bg-background {
    background: #f9f9f9;
}

.bg-transparent {
    background: #00000000 !important;
}

.light-bg {
    background-color: #f7faff;
}

.dark-text {
    color: #083f71;
}

.online-offline-tab,
.course-frame {
    margin-top: -90px;
}

.online-offline-tab .container {
    position: relative;
    z-index: 3;
}

.online-offline-tab .tab-row::after,
.course-frame .tab-row::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -18px;
    width: 100%;
    height: 40px;
    z-index: -1;
    opacity: 0.5;
    background-image: url(../../../../uploads/images/shadow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.online-offline-tab .tab-title span {
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    background-color: #26223f;
    padding: 4px 30px;
    display: inline-block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.online-offline-tab .tab-col,
.course-frame .tab-col {
    position: relative;
    padding: 26px 18px;
    background-color: #F5F9FF;
    cursor: pointer;
}

.course-frame .tab-col {
    background-color: #f2f7ff;
}

.online-offline-tab .tab-col::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #008000;
    opacity: 0;
    z-index: 0;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.online-offline-tab .tab-col.active__tab::after {
    opacity: 1;
}

.online-offline-tab .tab-col:nth-child(1),
.course-frame .tab-col:nth-child(1),
.uni-frame .tab-col:nth-child(1) {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.online-offline-tab .tab-col:nth-child(3) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.uni-frame .tab-col:nth-child(3),
.course-frame .tab-col:nth-child(3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.uni-frame .tab-col:nth-child(4),
.course-frame .tab-col:nth-child(4) {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.online-offline-tab .tab-col.active__tab * {
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.tab-col svg.uni-img,
.tab-col img.uni-img {
    max-width: 50px;
    max-height: 50px;
    margin-bottom: 0.75rem;
}

.tab-col svg.uni-img path {
    fill: #005c00;
}

.tab-col.active__tab svg.uni-img path {
    fill: #ffffff;
}

@media screen and (max-width: 992px) {

    .online-offline-tab {
        margin-top: -70px;
    }

    .online-offline-tab .tab-row::after {
        display: none;
    }

    .online-offline-tab .tab-row {
        box-shadow: 0 10px 15px -7px #0000003b;
    }
}

@media screen and (max-width: 768px) {

    .online-offline-tab {
        margin-top: -55px;
    }

    .online-offline-tab .tab-title span {
        font-size: 0.85rem;
    }

    .online-offline-tab .tab-col h5 {
        font-size: 1.15rem;
    }

    .tab-col svg.uni-img,
    .tab-col img.uni-img {
        max-width: 35px;
        max-height: 35px;
    }
}

@media screen and (max-width: 575px) {

    .online-offline-tab .tab-col,
    .course-frame .tab-col {
        padding: 16px 8px;
    }

    .online-offline-tab .tab-title span {
        font-size: 0.785rem;
    }

    .online-offline-tab .tab-col h5 {
        font-size: 0.8rem;
    }

    .tab-col svg.uni-img,
    .tab-col img.uni-img {
        max-width: 30px;
        max-height: 30px;
    }

    .online-offline-tab {
        margin-top: 0;
        padding: 1.25rem 0 0.5rem;
    }
}

.course-frame p {
    font-size: 0.875rem;
    letter-spacing: 0.05rem;
}

.course-frame .tab-col p:last-child {
    color: #a1a1a1;
}

.offline-education,
.foreign-education {
    display: none;
}

.top-categories {
    width: 100%;
    height: 100%;
    padding: 20px 35px;
    display: inline-flex;
    text-decoration: none;
    display: grid;
    /* align-content: center; */
    border: 1px solid #eeeeee;
    box-shadow: 0 0 14px -4px #e6e6e6;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.top-categories:hover,
.top-categories:focus {
    /*background-color: #ec5252;
    background-image: url('../img/category-bg.png');
    background-size: cover;
    background-position: 50%;
    */
    background-color: #26223f;
    box-shadow: 0 2px 14px -4px #dadada;
}

.category-icon {
    width: 60px;
    height: 60px;
    color: #26223f;
    font-size: 26px;
    line-height: 60px;
    text-align: center;
    margin: 8px 0px;
    background-color: #f5f9ff;
    box-shadow: 0 0 8px #e1e1e1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.top-categories:hover .category-icon,
.top-categories:focus .category-icon {
    color: #ee7d2c;
    box-shadow: 0 0 8px transparent;
}

.category-title {
    font-weight: 500;
}

.top-categories:hover .category-title h6 {
    color: #fff;
}

.category-title span {
    color: #26223fcc;
    font-size: 13px;
    font-weight: 500;
    margin-top: 2px;
    margin-bottom: 1px;
    padding: 3px 10px;
    background-color: #faebd7;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@media screen and (max-width: 420px) {
    .top-categories {
        padding: 16px 12px;
    }

    .top-categories h6 {
        font-size: 15px;
    }

    .category-icon {
        width: 60px;
        height: 60px;
        font-size: 26px;
        line-height: 60px;
    }
}

/* .top-categories:hover .category-title p,
.top-categories:focus .category-title p {
    color: #fdf9f9;
} */

.divider-1 {
    background-color: #b8c3c5;
    margin-left: -15px;
    margin-right: -10px;
    margin-top: 12px;
    margin-bottom: 6px;
}

/* .compare-row {
    margin-top: 25px;
    background-color: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 10px;
    padding: 28px 10px;
} */

.btn-compare-sm {
    color: #066ac9;
    background: #eff4ff;
    font-size: 11px;
    border-radius: 5px;
    text-align: center;
    height: 25px;
    border: none;
    line-height: 24px;
    margin-top: 3px;
}

.btn-compare-sm i {
    margin-right: 4px;
}

.btn-compare-sm:hover,
.btn-compare-sm:focus {
    color: #fff;
    background: #066ac9;
}

.badge-sub-warning {
    background-color: #eceb98 !important;
    color: #3c3c2d !important;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
}

.badge-primary {
    background-color: #066ac9 !important;
    color: #fff !important;
    padding: 6px 10px;
    font-weight: 500;
}

.floating-user img {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.floating-user span {
    font-size: 13px;
    font-weight: 500;
}

.become-user-label {
    padding: 30px 25px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: right;
}

.bg-sub-primary {
    background-color: #e6f0f9;
}

.bg-sub-danger {
    background-color: #fcebeb;
}

.text-sub-warning {
    color: #eceb98 !important;
}

.footer-area {
    color: #bfc8da;
}

.footer-area .footer-logo {
    max-width: 160px;
}

.footer-hover-link {
    text-decoration: none;
    font-size: 13px;
    color: #bfc8da;
    font-weight: 500;
}

.footer-hover-link:hover {
    color: #efefef !important;
}

.language_selector {
    border-radius: 5px;
    font-size: 14px;
    background: #066ac9;
    border-color: #066ac9;
    color: #bfc8da;
    padding: 6px 10px;
}

.footer-summary {
    color: #fff;
    padding: 29px 30px;
    background: linear-gradient(360deg, rgba(10, 28, 58, 1) 0%, rgba(35, 52, 81, 1) 100%);
}

.footer-summary h3,
.footer-summary h4,
.footer-summary h5 {
    line-height: 32px;
    font-size: 22px;
}

ul.footer-social-link {
    list-style: none;
    padding-left: 0px;
    height: 30px;
}

ul.footer-social-link li {
    float: left;
    background-color: #293e61;
    color: #fff;
    margin: 0px 8px 0px 0px;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    transition: all .3s;
}

.border-top-sub-blue {
    border-top: 1px solid #293e61;
}

ul.footer-social-link li {
    transition: all .3s;
}

ul.footer-social-link li.facebook:hover {
    background-color: #0055aa;
}

ul.footer-social-link li.instagram:hover {
    background-color: #E1306C;
}

ul.footer-social-link li.youtube:hover {
    background-color: #FF0000;
}

ul.footer-social-link li.linkedin:hover {
    background-color: #0072b1;
}

ul.footer-social-link li.twitter:hover {
    background-color: #1DA1F2;
}

ul.footer-social-link li a {
    display: block;
    color: #fff;
    font-size: 15px;
}

ul.footer-social-link li a:hover {
    color: #ddd;
}




section.featured-instructor {
    background: white;
    padding: 30px 0px 0px 0px;
}

.instructor-card a {
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 10px #f0f0f0;
    border-radius: 10px;
}

.instructor-card:hover a {
    box-shadow: 0 2px 15px #e9e9e9;
}

.instructor-card .user-img {
    min-width: 128px;
    min-height: 128px;
    max-width: 128px;
    max-height: 128px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 15px #ededed;
}

.instructor-card .user-img img {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    border-radius: 10px;
}

.top-instructor-img {
    max-width: 250px;
}

.top-instructor-img img {
    border-radius: 10px 0px 0px 10px;
}

@media only screen and (min-width: 1200px) {
    .top-instructor-details {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        max-width: 58%;
        padding: 0px 22px;
    }
}

.top-istructor-slick .slick-prev:before {
    color: #066ac9;
    font-size: 25px;
    margin-right: -25px;
}

.top-istructor-slick .slick-next:before {
    color: #066ac9;
    font-size: 25px;
    margin-left: -25px;
}

.slick-list.draggable {
    border-radius: 10px;
    margin: 0px 12px;
}




/*.instructor-summary .slick-prev:before{
    font-family: "Font Awesome 5 Free";
    content: f30a;
    color: #040404;
}
.instructor-summary .slick-next:before{
    font-family: "Font Awesome 5 Free";
    content: f30b;
    color: #040404;
}*/
.instructor-summary .slick-track {
    padding: 0px;
}

.instructor-summary .instructor-image {
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: -100px;
    z-index: -1;
}

.instructor-summary img {
    height: 200px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.instructor-summary .summary-box {
    border-radius: 8px;
    background-color: #066ac9;
    color: #fff;
    padding: 22px 25px;
    margin: 0px 40px;
}

.instructor-summary .summary-box .summary-body {
    font-size: 14px;
}

.instructor-summary .summary-box .summary-footer {
    width: 100%;
    display: flex;
    margin-top: 20px;
}

@media only screen and (max-width: 500px) {
    .instructor-summary .summary-box .summary-footer {
        display: inline-grid;
    }

    .instructor-summary .summary-box .summary-footer .name {
        margin-top: 10px;
    }
}

.instructor-summary .summary-box .summary-footer .badge {
    background-color: #3e95e8;
}

.instructor-summary .summary-box .summary-footer .name {
    width: auto;
    margin-left: auto;
    padding-left: 100px;
    white-space: nowrap;
}

.instructor-summary .summary-box .summary-footer .name>h6 {
    color: #fff;
    margin: 0px !important;
    font-size: 15px;
    font-weight: 700;
}

.instructor-summary .summary-box .summary-footer .name>h6::before {
    content: "";
    position: absolute;
    background-color: white;
    width: 80px;
    height: 1.5px;
    border-radius: 5px;
    margin-top: 9px;
    margin-left: -90px;
}

.instructor-summary .summary-box .summary-footer .name>span {
    font-size: 12px;
    color: #ffffff;
}







.hover-shadow-1:hover {
    box-shadow: 0px 0px 5px 0px #9090902e !important;
}

.image-placeholder-1 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 24%) 0%, rgba(0, 35, 51, 0) 100%) !important;
}

.image-placeholder-2 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 100%) !important;
}

.image-placeholder-3 {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: linear-gradient(91deg, rgb(0 0 0 / 42%) 0%, rgb(0 35 51 / 0%) 100%) !important
}

.compare-row {
    background-color: #fff;
    padding: 20px 10px;
    border: 1px solid #f0f5ff;
}

.compare-row .col-md-3:not(:first-child) {
    border-left: 1px solid #cfdbf3;
}

.compare-row-icon {
    height: 26px;
    width: 26px;
    line-height: 26px;
    background: #444;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.course-tab {
    background-color: #f1f7f8;
}

.course-tab .img-div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    max-height: 140px;
}

.course-tab .img-div img {
    max-width: fit-content;
    max-height: 120px;
}

.skill-level-icon {
    width: 24px;
    height: 24px;
    background-color: transparent;
}

.skill-level-icon span {
    background-color: #dcdee1;
    margin-left: 1.5px;
    margin-right: 1.5px;
    float: left;
}

.skill-level-icon .active {
    background-color: #ec5252;
}

.skill-level-icon span:first-of-type {
    width: 5px;
    height: 8px;
    margin-top: 16px;
}

.skill-level-icon span:nth-of-type(2n) {
    width: 5px;
    height: 16px;
    margin-top: 8px;
}

.skill-level-icon span:last-of-type {
    width: 5px;
    height: 24px;
}

.marge-input-box input {
    border-radius: 10px 0px 0px 10px;
    border-right: 0px;
    font-size: 13px;
}

.marge-input-box .input-group-append {
    border: 1px solid #cccfe7;
    border-radius: 0px 10px 10px 0px;
    border-left: none !important;
}

.marge-input-box button {
    background: #ec5252;
    color: #fff;
    font-weight: 500;
    margin: 5px;
    font-size: 13px;
    border-radius: 8px;
}

.marge-input-box button:hover {
    background: #cd4f4f;
    color: #fff;
}








/*Signup & sign in page login*/
.sign-up-form {
    background: #fff;
    padding: 35px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -1px #ebebeb;
}

.sign-up-form .form-group {
    margin-bottom: 15px;
}

.sign-up-form .form-group label {
    color: #5c5c5c;
    font-weight: 600;
}

.sign-up-form .form-group .input-group span {
    border-right: none;
    padding: 12px 8px 12px 15px;
    border-radius: 10px;
    color: #878787;
    font-size: 15px;
    font-weight: 500;
}

.sign-up-form .form-group .input-group input {
    border-left: none;
    padding: 12px 5px;
    border-radius: 10px;
    color: #878787;
    font-size: 13px;
    font-weight: 500;
}

.category-course-list-area .edubuild_contact {
    box-shadow: 0 10px 20px #b2c1d840;
}

/*End Signup & sign in page login*/




/*used on Home page*/
.animated-loader {
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding: 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.common-search-box {
    margin-right: 50px;
    padding: 0px 0;
}

.common-search-box input {
    background-color: hsl(192deg 33% 97%);
    border: 1px solid hsl(192deg 33% 97%);
    height: 40px;
    padding: 0 15px;
    border-radius: 5px 0 0 5px;
    font-size: 13px;
}

.common-search-box input:focus {
    background-color: #fff;
    border-color: #dedfe0;
    border-right-color: transparent;
}

.common-search-box input:focus+.input-group-button {
    background-color: #fff !important;
    border-top: 1px solid #dedfe0 !important;
    border-right: 1px solid #dedfe0 !important;
    border-bottom: 1px solid #dedfe0 !important;
    padding: 5px 9px 5px 10px !important;
}

.common-search-box button {
    background-color: #ec5252 !important;
    border-color: #ec5252;
    color: #fff;
    padding: 1px 6px;
    border-radius: 6px;
}

.common-search-box button:hover {
    color: #efefef;
}

.common-search-box .input-group-button {
    background-color: hsl(192deg 33% 97%);
    padding: 6px 10px 6px 10px;
    border-radius: 0px 5px 5px 0px;
}

/*Custom print content*/
@media print {
    .print-content {
        position: fixed !important;
        margin: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 3333 !important;
        width: 100% !important;
        background: #fff !important;
    }

    footer,
    nav,
    title {
        display: none !important;
    }

    body {
        overflow: hidden !important;
    }
}

/*End Custom print content*/





/*BLOG start*/
.card-blog {
    border-radius: 10px;
    overflow: hidden;
    order: 1px solid #e0e0e0;
    box-shadow: 0 0 10px #e3e3e3;
    height: 100%;
}

.card-blog>img {
    border-radius: 10px;
}

.card-blog .blog-thumbnail {
    width: 100%;
    height: 210px;
    overflow: hidden;
    border-radius: 10px;
    z-index: 2;
}

.card-blog .blog-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    border-radius: 10px;
}

.card-blog:hover .blog-thumbnail img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.card-blog:hover {
    box-shadow: 0 0 20px #d6d6d6;
}

.card-blog-body .blog-placeholder {
    z-index: 2;
}

.card-blog-body .cart-blog-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
}

.card-blog-body .blog-info {
    width: 33.3%;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 2px;
    color: #686868;
}

.blog-search-input {
    height: 42px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #cdcdcd;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.blog-search-button {
    display: none;
    padding: 0px 20px;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
}

.ellipsis-line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-line-5 {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

/*End Blog*/

.header-underline {
    position: relative;
}

.header-underline::before {
    content: "";
    position: absolute;
    background-color: #293e61;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    bottom: -7px;
}

.header-underline-2 {
    position: relative;
}

.header-underline-2::before {
    content: "";
    position: absolute;
    background-color: #ec5252;
    width: 50%;
    height: 2px;
    border-radius: 2px;
    left: 25%;
    bottom: -7px;
}

.banner-slider .carousel-item {
    /*height: 100vh;
  min-height: 350px;*/
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.menu-area {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: max-content;
    background-color: white;
    box-shadow: 0 0 15px -3px #26233e40;
}

.btn-primary:hover {
    background-color: #095299;
    border-color: #095299;
}

/*------------------- Contact Us Page ---------------------*/
.bg_aliceblue {
    background-color: aliceblue;
}

.secure-bgcolor {
    background-color: #d4fee8;
}

.edubuild_contact label {
    color: #5c5c5c;
}

.custom_support_badge {
    font-size: 10px;
    position: absolute;
    color: #fff;
}

.edubuild_contact .form-check-input:checked {
    background-color: #ec5252;
    border-color: #ec5252;
}

.edubuild_contact .tomato_red {
    background-color: #ec5252;
}

.text_offwhite {
    color: #989eb6;
}

.our_expert_main_box {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
    position: relative;
    max-width: 100%;
    margin-bottom: 10px;
}

.our_expert_second_box {
    box-sizing: border-box;
    display: block;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border:
        0px;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
}

.our_expert_second_box .img_box {
    display: block;
    max-width: 100%;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.main_img_box {
    position: absolute;
    inset: 0px;
    box-sizing:
        border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

.Footer_cta_footer___sIO_ p {
    font-size: 40px;
}

@media (max-width: 767px) {
    .Footer_cta_footer___sIO_ p {
        font-size: 30px;
    }
}

.fs-20 {
    font-size: 20px !important;
}

label.error {
    color: red;
}

/*google reviews section*/
.wrapper .wrap .icon1 {
    color: #fb961d;
    margin-right: 10px;
}

.main_icon_box {
    padding: 18px;
    min-height: 120px;
    background-color: #ffffff;
    box-shadow: 0 10px 20px #b2c1d840;
    display: flex;
    align-items: center;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.main_icon_box .injectable {
    width: 100%;
    height: auto;
    max-width: 64px;
    max-height: 64px;
    margin-right: 15px;
}

@media(max-width: 575px) {
    .wrapper .wrap .icon1 {
        margin-right: 0px;
    }
}

/*View More Universities Section*/
section.view-more-university {
    padding: 30px 0px 0px 0px;
}

.cols {
    width: 16.285714%;
    margin: 10px;
}

.university_logo_box {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 100%;
}

.university_logo_image {
    box-sizing: border-box;
    padding: 12px;
    border: none;
    margin: auto;
    width: 100%;
    height: 100%;
}

@media (max-width: 575px) {
    .university_logo_image {
        width: 110px;
    }

    .cols {
        width: 26.285714%;
    }
}

.main_banner h2.heading-title {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.4em;
}

/* .goals_highlight {
    position: relative;
    z-index: 1;
}

.goals_highlight::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 8px;
    background-image: url(../../../../uploads/what_we_offer/orange_line.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80%;
    height: 100%;
    z-index: -1;
    transform: rotate(5deg);
} */

.edubuild_contact input,
.edubuild_contact select {
    border-color: #d4dceb;
    line-height: 2;
    opacity: 0.55;
}

.contact-form input,
.contact-form select {
    border-color: #d4dceb;
    line-height: 2;
    opacity: 0.85;
}

.edubuild_contact textarea {
    border-color: #d4dceb;
    opacity: 0.55;
}

.contact-form textarea {
    border-color: #d4dceb;
    opacity: 0.85;
}

.edubuild_contact input:focus,
.edubuild_contact select:focus,
.edubuild_contact textarea:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #becbe4;
    opacity: 1;
}

p.sub-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7em;
}

ul.skills_list {
    padding: 0;
}

ul.skills_list li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
    list-style: none;
}

ul.skills_list li::before {
    content: '';
    display: inline-flex;
    height: 18px;
    width: 18px;
    background-image: url(../../../../uploads/what_we_offer/right_tick.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 3px;
    margin-right: 12px;
}

.why-choose-online .content img {
    max-width: 70px;
}

.why-choose-online .content,
.services-provided .content {
    height: 100%;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 10px #f5f5f5;
}

.why-choose-online .content:hover,
.services-provided .content:hover {
    box-shadow: 0 0 15px #e6e6e6;
}

.why-choose-online .content i,
.services-provided .content i {
    font-size: 45px;
    background-image: linear-gradient(180deg, #ff8e3d, #e23c3c);
    background-image: -webkit-linear-gradient(180deg, #ff8e3d, #e23c3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.what_we_offer .inner {
    display: flex;
    align-items: center;
}

.what_we_offer .inner .img {
    max-width: 64px;
    padding: 12px;
    background-color: #f5f9ff;
    box-shadow: 2px 4px 10px -2px #cbcad7;
}

.what_we_offer .col-lg-3 img {
    box-shadow: 3px 6px 12px -2px #cbcad7
}

.what_we_offer .col-lg-4,
.what_we_offer .col-lg-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.what_we_offer .left-col {
    align-items: flex-end;
}

.modal-header {
    border: none;
}

@media screen and (max-width: 991px) {
    .what_we_offer .col-lg-3 {
        display: none;
    }
}

@media screen and (min-width: 992px) {

    .what_we_offer .col-lg-3 {
        justify-content: center;
    }

    .what_we_offer .left-col .inner:first-child,
    .what_we_offer .left-col .inner:last-child {
        margin-right: -50px;
    }

    .what_we_offer .right-col .inner:first-child,
    .what_we_offer .right-col .inner:last-child {
        margin-left: -50px;
    }
}

.what_we_offer .robust-programs {
    justify-content: center;
    align-items: center
}

.what_we_offer .section-title {
    margin-top: 43px
}

.what_we_offer .rectangle {
    width: 168px;
    height: 233px;
    border-radius: 10px;
    background-color: #ec771d;
}

.what_we_offer .rectangle .image1 {
    margin: 15px 0 5px;
    padding: 0;
    text-align: center
}

.what_we_offer .rectangle .image1 img {
    width: 80px
}

.what_we_offer .rectangle .card-para {
    padding: 0 14px
}

.what_we_offer .rectangle .card-para p,
.what_we_offer .rectangle1 .card-para p,
.what_we_offer .rectangle3 .card-para p,
.what_we_offer .rectangle4 .card-para p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center
}

.what_we_offer .rectangle1 {
    width: 168px;
    height: 159px;
    border-radius: 10px;
    background-color: #354b96;
    padding: 20px 12px;
    margin-bottom: 20px
}

.what_we_offer .rectangle2 {
    width: 168px;
    height: 93px;
    border-radius: 10px;
    background-color: #f60;
    margin-bottom: 20px
}

.what_we_offer .rectangle2 .icon-img {
    padding: 14px 0
}

.what_we_offer .rectangle2 .icon-img img {
    width: 67.6px;
    height: 66px;
    margin: 0 auto;
    display: block
}

.what_we_offer .rectangle3 {
    width: 100%;
    min-width: 150px;
    height: 322px;
    border-radius: 10px;
    background-color: #354b96;
    margin-bottom: 20px;
    margin-right: -12px;
    float: right;
}

.what_we_offer .rectangle4 {
    width: 100%;
    min-width: 150px;
    height: 322px;
    border-radius: 10px;
    background-color: #ff6600;
    margin-bottom: 20px;
    float: left;
    margin-left: -13px;
}

.what_we_offer .rectangle3 .icon-img,
.what_we_offer .rectangle4 .icon-img {
    margin: 0;
    padding: 20px 0 20px;
    text-align: center
}

.what_we_offer .rectangle3 .icon-img img,
.what_we_offer .rectangle4 .icon-img img {
    width: 90px
}

.what_we_offer .rectangle3 .card-para,
.what_we_offer .rectangle4 .card-para {
    padding: 10px 25px
}

.what_we_offer-count {
    box-shadow: 0 3px 6px 0 #00000066;
    background-color: #354b96;
    width: 100%;
    height: 178px
}

.what_we_offer-hiring {
    padding-top: 30.5px;
    padding-bottom: 30.5px
}

.curriculum .slick-track,
.course-carousel-area .slick-track,
.university-carousel .slick-track,
.featured-instructor .slick-track {
    display: flex;
}

.clearfix {
    display: block
}

.block-content {
    width: 20%;
    float: left;
    border-right: 3px solid #fff;
    height: 117px
}

.block-content:last-child {
    border-right: none
}

.number-text {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #f60;
    padding-right: 13.2px
}

.content-text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 20px auto auto;
    max-width: 150px;
    height: 42px;
    text-transform: capitalize;
}

.hiring-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}

.partners-img1 {
    width: 45px;
}

body {
    overflow-x: hidden
}

@media only screen and (max-width: 1200px) {

    .secondary_img {
        left: -30px !important;
    }

}

@media only screen and (max-width: 991px) {

    .content-text {
        margin-top: 0
    }

    .number-text {
        min-height: 88px;
    }

    .partners-img1 {
        width: 40px;
    }

    .secondary_img {
        left: 20px !important;
    }

    .main_banner h1.heading-title {
        font-size: 42px;
        font-weight: 600;
        line-height: 1.2em;
    }

    /* .goals_highlight::after {
        bottom: -22px;
    } */

    ul.skills_list li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 768px) {
    .what_we_offer .rectangle {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {

    .slide.ipba-banner .ipba-new-home-banner,
    .jigsaw-unext-slide {
        aspect-ratio: 381/350 !important
    }

    .home-banner-container.container {
        align-items: start;
        justify-content: center
    }

    .main_banner h1.heading-title {
        font-size: 34px;
    }

    /* .goals_highlight::after {
        left: -4px;
        bottom: -17px;
    } */

    p.sub-title {
        font-size: 16px;
    }

    ul.skills_list li {
        font-size: 15px;
    }
}

@media only screen and (max-width: 992px) {

    .what_we_offer {
        padding: 37px 0 23px;
        background-image: none;
        background-repeat: no-repeat !important
    }

    .what_we_offer .section-title {
        margin: 0 0 13px
    }

    .robust-programs {
        margin-top: unset !important
    }

    .what_we_offer .rectangle {
        /* width: 247.5px; */
        width: 100%;
        height: 105px;
        float: unset !important;
        margin: 0 auto 21px;
        display: flex;
        padding: 16px
    }

    .what_we_offer .robust-programs .card-para p {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .what_we_offer .rectangle .card-para {
        display: inline-flex;
        align-items: center;
    }

    .what_we_offer .rectangle .image1 {
        width: 65.2px;
        margin: 0;
        padding: 0
    }

    .what_we_offer .rectangle1 {
        /* width: 163px; */
        width: 69%;
        height: 105px;
        padding: 15px 15px;
        margin-bottom: 9px;
        margin-right: 1%;
    }

    .what_we_offer .rectangle2 {
        /* width: 93px; */
        width: 29%;
        height: 105px;
        margin-right: 1%;
    }

    .what_we_offer .rectangle2 .icon-img {
        padding: 21px 0 18px
    }

    .education-proffessional {
        flex-direction: row;
        margin: 0 0px 0 0px;
    }

    .what_we_offer .rectangle3 {
        width: 100%;
        height: 130px;
        float: unset !important;
        margin: 0 auto 21px 0;
        display: flex;
        padding: 16px
    }

    .what_we_offer .rectangle3 .icon-img {
        margin: 0;
        padding: 15px 0 0
    }

    .what_we_offer .rectangle3 .icon-img img {
        width: 86px;
        height: 65.2px
    }

    .what_we_offer .rectangle3 .card-para {
        width: 205px;
        height: 68px;
        padding: 0 17px;
        /* margin-top: 12px */
    }

    .what_we_offer .rectangle3 .icon-img,
    .what_we_offer .rectangle4 .icon-img {
        padding: 10px;
    }

    .what_we_offer .rectangle4 {
        height: 130px;
        margin-left: auto;
    }

    .rectangle4 {
        display: inline-flex;
        padding: 12px 11px;
    }

    .domain-insights {
        margin: 0 auto 0 0px
    }

    .what_we_offer-count {
        height: 483px
    }

    .what_we_offer-hiring {
        padding-top: 30.5px
    }

    .blocks.clearfix .block-content:nth-child(2n) {
        border-right: 0
    }

    .block-content {
        width: 50%;
        border-bottom: 3px solid #fff;
        height: 155px;
        padding: 20px 15px
    }

    .block-content:last-child {
        border-bottom: none
    }

    .number-text {
        margin: 0;
        min-height: 0;
        line-height: 1;
        padding-right: 8px
    }

    .block-content.avg-salary .hiring-image {
        justify-content: center
    }

    .hiring-image {
        min-height: 50px;
        margin: 1px 0;
        align-items: start
    }

    .content-text {
        font-size: 14px;
        height: 41px;
        margin-top: 5.5px;
        max-width: 116px
    }

    .blocks.clearfix .block-content:last-child {
        width: 100%
    }
}

.secondary_img {
    position: absolute;
    top: 215px;
    left: -80px;
    width: 70%;
    height: 75%;
    background-image: url('../../../../uploads/what_we_offer/header_side_img.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.image_box img {
    height: 475px;
    object-fit: cover;
}

.main_banner .btn-primary {
    background-color: #39487f;
}

.what_we_offer .rect_orange_box,
.what_we_offer .rect_blue_box {
    transition: 0.1s box-shadow ease-in;
}

.what_we_offer .rect_orange_box:hover {
    border: 1px solid rgb(53, 75, 150);
    box-shadow: rgb(53, 75, 150) 5px 5px 11px -3px;
}


.what_we_offer .rect_blue_box:hover {
    border: 1px solid rgb(53, 75, 150);
    box-shadow: rgb(53, 75, 150) 5px 5px 11px -3px;
}

/* Font size media query */
@media screen and (min-width: 768px) {

    body,
    div,
    ul,
    li,
    a,
    button,
    td,
    input.form-control,
    select.form-select,
    .input-group-text {
        font-size: 0.925rem;
    }
}

@media screen and (min-width: 1440px) {

    body,
    div,
    ul,
    li,
    a,
    button,
    label,
    td,
    input.form-control,
    select.form-select,
    .input-group-text {
        font-size: 0.975rem;
    }
}

@media screen and (max-width: 767px) {

    body,
    div,
    ul,
    li,
    a,
    button,
    label,
    td,
    input.form-control,
    select.form-select,
    .input-group-text {
        font-size: 0.875rem;
    }
}

.filter__card {
    background-color: #F5F9FF;
}

.filter_title::after {
    position: absolute;
    content: '';
    z-index: 0;
    bottom: -8px;
    left: 0;
    width: 45px;
    height: 3px;
    background-color: #e96320;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.rounded-4 {
    border-radius: 0.5rem !important;
    -webkit-border-radius: 0.5rem !important;
    -moz-border-radius: 0.5rem !important;
    -ms-border-radius: 0.5rem !important;
    -o-border-radius: 0.5rem !important;
}

.rounded-5 {
    border-radius: 0.75rem !important;
    -webkit-border-radius: 0.75rem !important;
    -moz-border-radius: 0.75rem !important;
    -ms-border-radius: 0.75rem !important;
    -o-border-radius: 0.75rem !important;
}

.rounded-top-4 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}

.rounded-bottom-4 {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.rounded-left-4 {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
}

.rounded-right-4 {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.z-index-0 {
    z-index: 0;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

/* Inquiry Form */
.edubuild_contact .left-card {
    background-color: #ebf3ff;
}

.edubuild_contact .left-card img {
    max-width: 200px;
}

.edubuild_contact .left-card li img {
    position: absolute;
    left: 4px;
    top: 6px;
    width: 11px;
}


.bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.course-uni-header::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.925;
    background-color: #1d1f22;
}

.bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.course-uni-header .container {
    padding-bottom: 135px;
}

.course-uni-header .short_description {
    color: #dfdfdf;
}

.course-uni-header .course-rating {
    font-size: 13px;
    letter-spacing: 0.05rem;
}

.course-uni-header .course-rating i.filled {
    color: #e96320;
}

.course-uni-header .course-rating i:not(.filled) {
    color: #b3e1ff8a;
}

.course-uni-header .btn {
    font-size: 0.9rem;
}

.course-update a,
.course-update span {
    font-size: 13px;
    letter-spacing: 0.05rem;
    color: #d1d1d1;
}

.curriculum .collapse-heading span,
.curriculum .collapsible span {
    width: 100%;
}

.curriculum .listing {
    border-bottom: 1px solid #00000011;
    border-right: 1px solid #00000011;
}

.curriculum .code {
    max-width: 200px;
}

.curriculum .duration {
    max-width: 200px;
}

.curriculum .indicator {
    max-width: 40px;
}

.collapsible .collapse,
.collapsible .collapsing {
    background-color: #fcfcfc;
    border: 1px solid #dfecff;
}

.collapsible .collapse-title.collapsed {
    border-radius: 0.5rem !important;
    -webkit-border-radius: 0.5rem !important;
    -moz-border-radius: 0.5rem !important;
    -ms-border-radius: 0.5rem !important;
    -o-border-radius: 0.5rem !important;
}

.collapsible .collapse-title:not(.collapsed) .indicator i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.collapsible .collapse-title {
    cursor: pointer;
    background-color: #dfecff;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.icons .icon-link {
    display: inline-block;
    line-height: 1;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 8px;
    width: 35px;
    height: 35px;
    text-align: center;
}

.icons .icon-link:hover {
    color: #26233e;
    background-color: #ffffff;
}

.w-xl-80 {
    max-width: 980px;
}

.w-xl-80>* {
    text-align: justify;
}

.admission-process .process-card {
    max-width: 50%;
}

.admission-process .process-card img {
    max-width: 60px;
}

.fee-card {
    padding: 8px;
}

.fee-card .border-div {
    border: 1px solid #e96320;
}

.w-45 {
    width: 45%;
}

.w-55 {
    width: 55%;
}

@media screen and (min-width: 992px) {
    .w-lg-60 {
        max-width: 60%;
    }

    .w-lg-75 {
        max-width: 75%;
    }

    .admission-process .process-card {
        max-width: 33.3333336%;
    }
}

@media screen and (min-width: 1200px) {

    .admission-process .process-card {
        max-width: 20%;
    }
}

@media screen and (min-width: 1440px) {
    .w-xl-75 {
        max-width: 75%;
    }

    .admission-process .process-card img {
        max-width: 85px;
    }
}

/*
.course-uni-header .level-badge {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 12px 3px;
    letter-spacing: 0.075rem;
    background-color: #e96320;
}

.course-uni-header .course-meta span {
    font-size: 14px;
    letter-spacing: 0.05rem;
    color: #dfdfdf;
}

.course-uni-header .course-meta i {
    font-size: 15px;
    color: #a7dcff;
}

.course-uni-header .btn-light {
    background-color: #ebf3ff;
}

.course-uni-header .btn-light.wishlist-active {
    color: #ffffff;
    background-color: #e96320;
}
*/

.course-uni-header .biography,
.course-uni-header .biography * {
    color: #dfdfdf;
}

.course-uni-header .biography a,
.course-uni-header .biography b,
.course-uni-header .biography strong {
    color: white !important;
}

.accreditation-carousel .img-box,
.course-carousel .img-box,
.course-carousel .icon-box {
    border: 1px solid #f5f5f5;
    padding: 22px;
    background-color: #ffffff;
    box-shadow: 2px 4px 12px #f1f1f1;
}

.course-carousel .img-box img,
.accreditation-carousel .img-box img {
    max-width: 120px;
    max-height: 120px;
}

.course-carousel .icon-box i {
    font-size: 42px;
    background-image: linear-gradient(180deg, #ff8e3d, #e23c3c);
    background-image: -webkit-linear-gradient(180deg, #ff8e3d, #e23c3c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.course-carousel .uni-link {
    cursor: pointer;
    border: 1px solid #e3ebf8;
}

.course-carousel .uni-link img {
    width: 50px;
    height: 35px;
    padding: 2px;
    box-shadow: 1px 2px 5px #cbd0d9;
}

.university-carousel .university-box {
    border: 1px solid #E3EBF8;
    background-color: #ffffff;
    box-shadow: 2px 4px 12px #f1f1f1;
}

.university-carousel .university-box img {
    border: 1px solid #ffeae1;
}

.university-carousel .university-box p {
    font-size: 0.85rem;
    display: flex;
}

.university-carousel .university-box p i {
    font-size: 0.95rem;
    margin-top: 3px;
    color: #ff8e3d;
}

.university-carousel .university-box .left {
    border-right: 1px solid #E3EBF8;
}

.university-carousel .university-box .uni-title {
    border-bottom: 1px solid #E3EBF8;
}

.blog-card,
.blog-sidebar {
    box-shadow: 0 0 15px -3px #dddddd;
    border: none;
}

.blog-sidebar .blog-card {
    border: none;
    background-color: #e4ebf7;
    box-shadow: 0 0 10px 0 #e9e9e9;
}

.blog-card img {
    box-shadow: 0 0 10px -3px #ebebeb;
}

.blog-section .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 5px 12px;
    font-size: 0.875rem;
}

.blog-section .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

.blog-description table td {
    padding: 8px !important;
}

.blog-description table td p {
    margin-bottom: 5px !important;
}

/* Review */
.rating-box,
.review-box {
    box-shadow: 0 10px 20px #b2c1d840;
}

.write-review label {
    position: relative;
    cursor: pointer;
}

.write-review label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.write-review label i {
    cursor: pointer;
}

.write-review label i.checked {
    color: #f5c85b;
}

.sample-cert {
    max-width: 300px;
    margin: 0 auto;
}

.certificate-image {
    max-width: 500px;
    margin: 0 auto;
}

/* University Filter */
.filter_type h5 {
    font-size: 1.075rem;
}

.filter_type .coures-max {
    padding: 0 5px 1px 2px;
    max-height: 250px;
    overflow-y: auto;
}

.filter_type .coures-max::-webkit-scrollbar {
    width: 5px;
}

.filter_type .coures-max::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #cde1f0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.filter_type .coures-max::-webkit-scrollbar-thumb {
    background: #ee7d2c;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.filter_type .coures-max::-webkit-scrollbar-thumb:hover {
    background: #ec5252;
}


/* University Compare */
.uniiversity-compare .uni-logo {
    max-width: 140px;
    padding: 8px;
    border: 1px solid #eff7fd;
}

.webui-popover .webui-popover-content {
    padding: .5rem;
}

.webui-popover .webui-popover-content .course-popover-content {
    padding: 0.5rem 1rem;
    border: 1px solid #ee7d2c;
}

.blog-description a {
    color: #1200ff;
}

.uni-image {
    max-width: 540px;
    max-height: 540px;
}

.curriculum .lessons,
.curriculum .duration {
    min-width: 120px;
    max-width: 120px;
}

.curriculum .indicator {
    min-width: 40px;
    max-width: 40px;
}