﻿*,
:after,
:before {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
}

a {
    cursor: pointer
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

:root {
    /* class/id { var(--color); } */
    --blue: #0c65b1;
    --dark: #0b4977;
    --gray: #333333;
    --black: #000000;
    --white: #ffffff;
    --yellow: #FFBC32;
    --green: #658F2E;
    --red: #A33F44;
    --light: #CCCCCC;
    --shadowBlue: #4c92c9;
    --grey: #cecece;
}

.mt-98 {
    margin-top: 98px;
}

.space-20 {
    margin-top: 20px;
}

.space-25 {
    margin-top: 25px;
}

.space-50 {
    margin-top: 50px;
}

.space-100 {
    margin-top: 100px;
}

.space-250 {
    margin-top: 250px;
}

.max-h-50 {
    max-height: 50px;
}

.max-h-200 {
    max-height: 200px;
}

.no-padding {
    padding: 0 !important;
}

.btn-yellow {
    background-color: var(--yellow);
    border-color: var(--yellow);
    color: var(--black);
}

    .btn-yellow:hover,
    .btn-yellow:focus {
        background-color: #e3a72d;
        border-color: #e3a72d;
        color: var(--black);
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

.btn-blue {
    background-color: var(--blue);
    border-color: var(--blue);
    color: var(--white);
}

    .btn-blue:hover,
    .btn-blue:focus {
        background-color: var(--dark);
        border-color: var(--dark);
        color: var(--white);
    }

li {
    list-style: none;
}


/* navbar */

/*nav {
    z-index: 9999;
}

.nav-m-l {
    margin-left: 15px;
}

li.nav-item {
    font-weight: bolder;
}

    li.nav-item a.nav-link {
        color: var(--black) !important;
    }

        li.nav-item a.nav-link:hover,
        li.nav-item a.nav-link:focus {
            color: var(--dark) !important;
        }

    li.nav-item a.active {
        color: var(--dark) !important;
    }

.right-actions {
    display: inline-flex;
}

.top-nav-icon {
    font-size: 22px;
    color: var(--gray);
    margin-top: 7px;
}

    .top-nav-icon:hover {
        color: var(--black);
        transition: color 0.15s ease-in-out;
    }
*/

/* content */

.start-here {
    margin-top: 0px;
}

.category-box {
    text-align: center;
}

.padding-b-category {
    padding-left: 55px;
}

a.category-link {
    text-decoration: none;
    color: var(--black);
}

    a.category-link:hover {
        color: var(--dark);
        transition: color 0.15s ease-in-out;
    }

    a.category-link p {
        font-size: smaller;
        font-weight: bolder;
        margin-top: 12px;
    }

img.banner {
    width: 100%;
}

.filter-box {
    background-color: var(--blue);
    padding-left: 0;
    padding-right: 0;
    color: var(--white);
}

.search-box,
.sidebar-box {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}

.search-box {
    padding-top: 20%;
    /* height: 9%; */
    padding-bottom: 80px;
}

#searchButton {
    height: 100%;
}

.flex {
    display: inline-flex;
    padding-top: 30px !important;
}

.ml-auto {
    margin-left: 70px;
}

.sidebar-box .form-check-label {
    font-size: 17px;
    padding-left: 10px;
    padding-top: 7px;
    display: block;
}

.form-check {
    height: 37px;
}

.form-check-input {
    width: 1.7em;
    height: 1.7em;
}

.sidebar-box-bottom {
    margin-bottom: 30%;
}

.irs-to {
    left: 90%;
}

.filter-box-sm {
    display: none;
}

.left {
    left: 89%;
}

.navbar-md {
    display: none;
}

.navbar-expand-sm {
    display: none;
}

@media (min-width:1669px) {
    .flex {
        display: inline-flex;
    }

    .ml-auto {
        margin-left: 100px;
    }

    .left {
        left: 89%;
    }

    .navbar-md {
        display: none;
    }

    .navbar-expand-sm {
        display: none;
    }

    .searchBoxDiv {
        height: 5%;
    }

    .course-selector-result-container {
        max-width: 95%;
    }
}

@media (max-width:1025px) {
    .ml-auto {
        margin-left: 0;
    }

    .flex {
        display: block;
    }

    .sidebar-box .form-check-label {
        font-size: smaller;
        font-family: 'Poppins';
        font-weight: 400;
    }

    .form-check {
        width: 100%;    
        height: 30px;
    }

    .form-check-input {
        width: 1.5em;
        height: 1.5em;
    }

    .sidebar-box-bottom {
        margin-bottom: 60%;
    }
/*
    .course-selector-dropdown-menu {
        left: auto !important;
        top: auto !important;
    }*/

    .irs-to {
        left: 87%;
    }

    .left {
        left: 72%;
    }

    .padding-b-category {
        padding-left: 90px;
    }
    /*
    .navbar-expand-lg {
        display: none;
    }
    .navbar-md {
        display: block;
    }
    .navbar-right {
        display: flex;
        flex-direction: column;
        align-items:baseline;
    }
    .nav-link {
        padding: 0.5rem 1rem!important;
    }*/
    /*.navbar-nav{
        flex-direction:row;
        align-items:center;
    }*/
    .searchBoxDiv {
        height: 2%;
    }

    .search-box {
        padding-top: 19%;
        /* height: 9%; */
        padding-bottom: 0px;
    }
}

@media (max-width:737px) {
    .ml-auto {
        margin-left: 100px;
    }

    .flex {
        display: inline-flex;
    }

    .sidebar-box .form-check-label {
        font-size: 18px;
        padding-left: 10px;
        padding-top: 7px;
    }

    .form-check {
        height: 50px;
    }

    .form-check-input {
        width: 2em;
        height: 2em;
    }

    .sidebar-box-bottom {
        margin-bottom: 60%;
    }

    .left {
        left: 75%;
    }

    .padding-b-category {
        padding-left: 55px;
    }
    /* .navbar-expand-lg {
        display: none;
    }
    .navbar-expand-sm {
        display: block;
    }*/
    .searchBoxDiv {
        height: 0%;
    }
}

@media (max-width:575.98px) {
    .ml-auto {
        margin-left: 0;
    }

    .flex {
        display: block;
    }

    .filter-box-sm {
        display: block !important;
    }

    .filter-box {
        display: none;
    }

    .sidebar-box .form-check-label {
        font-size: smaller;
    }

    .form-check {
        height: 35px;
    }

    .form-check-input {
        width: 1.5em;
        height: 1.5em;
    }

    .searchBoxDiv {
        height: 0%;
    }

    .sidebar-box-bottom {
        margin-bottom: 5%;
    }
}

@media(max-width:375px) {
    .padding-b-category {
        padding-left: 8vw;
    }
}

/*@media(max-width:320px) {
    .padding-b-category {
        padding-left: 5vw;
    }
}*/

button.src-icon {
    padding: 10px 15px;
}

.sidebar-title {
    background-color: #204c7c;
    color: var(--white);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.filter-title {
    color: var(--white);
}

.dropdown-filter {
    background-color: white;
    padding: 0.7em;
    width: 100%;
    font-size: 1em;
    color: black;
    line-height: 0.8rem;
}

.dropdown-arrow-icon {
    width: 15px;
    height: 13px;
    float: right;
}

.arrow-open {
    transform: rotate(180deg);
}

.dropdown-checklist {
    display: block;
    width: 100%;
    color: var(--black) !important;
    padding-left: 0px;
}

.dropdown-header-filters {
    visibility: hidden;
}

 .dropdown-content-filters:after {
     display: none;
}

.dropdown-check-list .anchor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #ccc;
}

.course-selector-dropdown-menu {
    background-color: var(--blue);
}

.dropdown-content-inner {
    color: var(--white);
    width: 100% !important;
}

.dropdown-content-list {
    padding: 0;
}

.dropdown-filter-text {
    padding: 0.7em
}

.close-cross {
    width: 10%;
    float: right;
    margin-right: 2em;
    margin-top: 0.5em;
    cursor: pointer;
}

.result-box {
    justify-content: center;
    display: flex;
    height: 330px;
    margin-bottom: 6em;
    width: 100%;
}

.search-main-title {
    background-color: var(--black);
    color: var(--white);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.search-main-today-text {
    font-family: 'Sedgwick Ave', cursive;
    font-weight: 100;
}

.search-main-title > h3 {
    font-weight: 700;
}

.sidebar-title > h2 {
    font-family: 'Poppins';
    font-weight: 700;
}



a.facebook:hover {
    color: #1877f2;
    transition: color 0.15s ease-in-out;
}

a.instagram:hover {
    color: #833ab4;
    transition: color 0.15s ease-in-out;
}

a.youtube:hover {
    color: #ff0000;
    transition: color 0.15s ease-in-out;
}

a.twitter:hover {
    color: #1da1f2;
    transition: color 0.15s ease-in-out;
}

#social-icon {
    font-size: 28px;
}


/* view classification details */

.start-here .container-fluid {
    position: relative;
    width: 100%;
    padding: 0;
}

    .start-here .container-fluid img {
        width: 100%;
        height: auto;
    }

    .start-here .container-fluid .btn {
        color: white;
        background-color: #0064b2;
        font-size: 20px;
        font-family: 'Poppins', sans-serif;
        position: absolute;
        top: 0px;
        right: 0;
        font-weight: 300;
        padding: 20px 40px;
    }

    .start-here .container-fluid button.btn-blue {
        background-color: var(--blue);
        color: var(--white);
        border-color: var(--blue);
    }

        .start-here .container-fluid button.btn-blue:hover,
        .start-here .container-fluid button.btn-blue:focus {
            background-color: var(--dark);
            color: var(--white);
            border-color: var(--dark);
        }

.detail-box {
    border: 2px solid #999999;
    border-radius: 20px;
    padding-top: 25px;
    padding-left: 30px;
    padding-bottom: 25px;
    padding-right: 30px;
    margin-top: 50px;
}









@media (max-width:575.98px) {
    .detail-box {
        border: 1px solid #999999;
    }
}

h1.class-title {
    font-family: 'Poppins',sans-serif;
    font-weight: bolder;
    color: var(--shadowBlue);
    background-color: #fff;
    margin-top: -55px;
    padding-left: 15px;
    padding-right: 15px;
    width: 300px;
}

@media (max-width:1025px) {
    h1.class-title {
        width: 350px;
        margin-top: -48px;
        width: 160%;
    }
}

@media (max-width:750.98px) {
    .start-here .container-fluid .btn {
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 0;
        font-weight: 300;
        padding: 12px;
    }
}

@media (min-width:750.99px) and (max-width:991.98px) {
    .start-here .container-fluid .btn {
        font-size: 20px;
        position: absolute;
        top: 0;
        right: 0;
        font-weight: 300;
        padding: 12px 20px;
    }
}

@media (min-width:412px) and (max-width:500.98px) {
    .start-here .container-fluid .btn {
        font-size: 14px !important;
    }
}

@media (min-width:500.99px) and (max-width:575.98px) {
    .start-here .container-fluid .btn {
        font-size: 18px !important;
    }
}

@media (min-width:576px) and (max-width:762px) {
    .dropdown-filter {
        padding-right: 0;
    }

    a.nav-link {
        position: relative;
    }

    .img-arrow-container {
        position: absolute;
        right: 0px;        
        height: 100%;
        background-color: white;
        width: 15px;
    }

    .dropdown-arrow-icon {
        margin-right: 0 !important;
        float: none !important;
    }
}


.filters-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

#seeMoreOptions, #seeLessOptions {
    display: none;
}

#mobileSearchBtn {
    display: none;
}

.seeMoreLess {
    color: var(--white);
    text-align: center;
    font-size: 1.2em;
    margin-top: 1em;
    cursor: pointer;
}

.hideCol {
    display: none !important;
}


.showCol {
    display: block !important;
}

#pageSearch::placeholder {
    font-size: 1.3em;
}

#pageSearchBackButton{
    display: flex;
}

#pageSearchBackButtonUser {
    display: flex;
}

@media (max-width:575.98px) {
    .start-here .container-fluid .btn {
        font-size: 7px;
        font-weight: 300;
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px;
    }
    .filters-header {
        flex-direction: column;
        gap: 12px;
    }
    .course-selector-dropdown-menu {
        width: 90%;
    }

    #seeMoreOptions {
        display: block;
    }
    /*
    #colSubjectFilter, #colLevelFilter {
        display: none;
    }
    */
    #desktopSearchBtn {
        display: none;
    }

    #pageSearchBackButtonUser {
        display: none;
    }


    #mobileSearchBtn {
        display: flex;
    }

    #mobileSearchBtn svg {
        padding-left: 0.3em;
    }

    #mobileSearchBtn button {
        font-size: 1.2em;
        padding-left: 0.3em;
    }

    .anchor {
        font-size: 1.4em;
    }

    .back-button {
        width: 90%;
    }
}

@media (max-width:813px) {
    h1.class-title {
        width: 170%;
    }
}

@media (max-width:668px) {
    h1.class-title {
        width: 300px;
    }
}

@media (max-width:415px) {
    h1.class-title {
        width: 280px;
    }
}

@media (max-width:376px) {
    h1.class-title {
        width: 260px;
        padding-left: 10px;
    }
}

img.class-icon {
    width: 44px;
}

h5.subtitle {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #5e93c9;
}

#play-icon {
    color: #4c92c9;
    font-size: 22px;
}

a.video-link {
    font-family: 'Poppins',sans-serif;
    color: var(--black);
    text-decoration: none;
    font-weight: 500;
}

    a.video-link:hover,
    a.video-link:focus {
        color: var(--dark);
        transition: color 0.15s ease-in-out;
    }

hr.video-divider {
    color: #838383;
    height: 1px;
    margin-top: 10px;
    opacity: unset;
}


/* wave for web */

.stretch-down {
    display: none;
}

.wave {
    position: relative;
    z-index: 99;
    margin-top: -140px;
}

@media (max-width:737px) {
    .stretch-down {
        margin-top: 200px;
        display: block;
    }

    .wave {
        margin-top: -100px;
    }
}

.wave .container-fluid {
    position: relative;
    width: 100%;
    padding: 0;
}

    .wave .container-fluid img {
        width: 100%;
        height: auto;
    }

    .wave .container-fluid .wave-icons {
        width: 100%;
        position: absolute;
        top: 100px;
        text-align: center;
    }

    .wave .container-fluid .cta-area {
        font-family: 'Poppins',sans-serif;
        width: 100%;
        position: absolute;
        top: 400px;
        text-align: center;
    }

        .wave .container-fluid .cta-area span {
            font-size: 38px;
            /*font-weight: bolder;*/
            color: var(--white);
        }

            .wave .container-fluid .cta-area span a {
                font-weight: 600;
                margin-left: 25px;
                border-radius: 0;
                padding: 18px 40px;
                font-size: 28px;
            }

@media (min-width:1025px) and (max-width:1367px) {
    .wave .container-fluid .wave-icons {
        top: 5vw;
    }

        .wave .container-fluid .wave-icons img {
            width: 9vw !important;
        }

    .wave .container-fluid .cta-area {
        top: 75%;
    }

        .wave .container-fluid .cta-area span {
            font-size: 30px;
        }

            .wave .container-fluid .cta-area span a {
                margin-left: 22px;
                border-radius: 0;
                padding: 18px 40px;
                font-size: 24px;
            }
}

@media (min-width:1367px) and (max-width:1530px) {
    .wave .container-fluid .wave-icons {
        top: 6vw;
    }

        .wave .container-fluid .wave-icons img {
            width: 9vw !important;
        }

    .wave .container-fluid .cta-area {
        top: 9vw;
    }

        .wave .container-fluid .cta-area span {
            font-size: 43px;
        }

            .wave .container-fluid .cta-area span a {
                margin-left: 22px;
                border-radius: 0;
                padding: 18px 40px;
                font-size: 30px;
            }
}

@media (min-width:1530px) and (max-width:1920px) {
    .wave .container-fluid .wave-icons {
        top: 6vw;
    }

        .wave .container-fluid .wave-icons img {
            width: 8vw !important;
        }

    .wave .container-fluid .cta-area {
        top: 80%;
    }

        .wave .container-fluid .cta-area span {
            font-size: 40px;
        }

            .wave .container-fluid .cta-area span a {
                margin-left: 22px;
                border-radius: 0;
                padding: 18px 40px;
                font-size: 35px;
            }
}

@media (min-width:1920px) and (max-width:2250px) {
    .wave .container-fluid .wave-icons {
        top: 7vw;
    }

        .wave .container-fluid .wave-icons img {
            width: 8vw !important;
        }

    .wave .container-fluid .cta-area {
        top: 80%;
    }

        .wave .container-fluid .cta-area span {
            font-size: 60px;
        }

            .wave .container-fluid .cta-area span a {
                margin-left: 22px;
                border-radius: 0;
                padding: 18px 40px;
                font-size: 35px;
            }
}

@media(min-width:2250px) {
    .wave .container-fluid .wave-icons {
        top: 8vw;
    }

    .wave .container-fluid .cta-area {
        top: 85%;
    }

        .wave .container-fluid .cta-area span {
            font-size: 60px;
        }

            .wave .container-fluid .cta-area span a {
                margin-left: 22px;
                border-radius: 0;
                padding: 18px 40px;
                font-size: 40px;
            }
}

@media (min-width:575px) and (max-width:635px) {
    .wave .container-fluid .wave-icons {
        top: 1vw !important;
    }
}


@media (max-width:992px) {
    .wave .container-fluid .wave-icons {
        top: 3vw;
    }

    .wave .container-fluid .cta-area {
        top: 80%;
    }

    .wave .container-fluid .wave-icons img {
        width: 10vw !important;
    }

    .wave .container-fluid .cta-area span a {
        margin-left: 22px;
        border-radius: 0;
        padding: 7px 12px;
        font-size: 14px;
    }

    .dropdown-arrow-icon {
        width: 1.3vw;
        height: 1.3vw;
         float: right; 
         margin-right:-2vw;
    }
}

@media (min-width:992px) and (max-width:1024.98px) {
    .wave .container-fluid .wave-icons {
        top: 4vw;
    }

        .wave .container-fluid .wave-icons img {
            width: 85px !important;
        }
}




/* wave for mobile */

@media (max-width:575.98px) {
    .wave {
        display: none;
    }

    .mobile-wave {
        display: block !important;
    }
}

.mobile-wave {
    display: none;
    position: relative;
    z-index: 99;
    margin-top: -200px;
}

    .mobile-wave .container-fluid .wave-icons img {
        width: 60px;
    }

@media(max-width:374.98px) {
    .mobile-wave .container-fluid .wave-icons img {
        width: 50px !important;
    }

    .mobile-wave .container-fluid .cta-area span {
        font-size: 10vw !important;
    }
}

@media (min-width:375px) and (max-width:427.98px) {
    .mobile-wave .container-fluid .wave-icons img {
        width: 58px !important;
    }
}

@media (min-width:425.99px) and (max-width:500.98px) {
    .mobile-wave .container-fluid .wave-icons img {
        width: 70px !important;
    }
}

@media(min-width:465.99px) and (max-width:500.98px) {
    .mobile-wave .container-fluid .cta-area {
        top: 60% !important;
    }

    .mobile-wave .container-fluid .wave-icons img {
        width: 70px !important;
    }
}

@media (min-width:500.99px) and (max-width:575.98px) {
    .mobile-wave .container-fluid .wave-icons img {
        width: 80px !important;
    }

    .mobile-wave .container-fluid .wave-icons {
        top: 3vw !important;
    }

    .mobile-wave .container-fluid .cta-area {
        top: 60% !important;
    }
}

@media (max-width:737px) {
    .mobile-wave {
        margin-top: -100px;
    }
}

.mobile-wave .container-fluid {
    position: relative;
    width: 100%;
    padding: 0;
}

    .mobile-wave .container-fluid img {
        width: 100%;
        height: auto;
    }

    .mobile-wave .container-fluid .wave-icons {
        width: 100%;
        position: absolute;
        top: 18px;
        text-align: center;
    }

    .mobile-wave .container-fluid .cta-area {
        width: 100%;
        position: absolute;
        top: 350px;
        text-align: center;
    }

        .mobile-wave .container-fluid .cta-area span {
            font-size: 40px;
            /*font-weight: bolder;*/
            color: var(--white);
        }

            .mobile-wave .container-fluid .cta-area span a {
                margin-top: 15px;
                border-radius: 0;
                padding: 15px 28px;
                font-size: 26px;
            }



.pull-up {
    margin-top: 0 !important;
}

.range-slider {
    position: relative;
    height: 80px;
}

label.slider-right {
    float: right;
    margin-right: -30px;
}

label.slider-right,
label.slider-left {
    font-size: 15px;
    font-family: 'Poppins';
    color: #a6d8ff;
    font-weight: 400;
    margin-left: -10px;
}

.irs-min {
    visibility: visible !important;
    margin-top: 25px;
    background-color: transparent !important;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url(../../media/img/toggle-icon.png) !important;
    margin-left: -10px;
}


.irs-max {
    visibility: visible !important;
    margin-top: 25px;
    background-color: transparent !important;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url(../../media/img/toggle-icon.png) !important;
    margin-right: -14px;
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
    .irs-min {
        visibility: visible !important;
        margin-top: 25px;
        background-color: transparent !important;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-image: url(../../media/img/toggle-icon.png) !important;
        margin-left: -16px;
    }

    .irs-max {
        visibility: visible !important;
        margin-top: 25px;
        background-color: transparent !important;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-image: url(../../media/img/toggle-icon.png) !important;
        margin-right: -16px;
    }
}

.userIcon {
    color: black !important;
    font-size: 21px;
    padding-left: 0 !important;
}

.adjustMargin {
    margin-left: -22px;
}

@media (max-width:991.98px) {
    .adjustMargin {
        margin-left: 0px !important;
    }
}

a.subs-btn {
    max-height: 40px !important;
}

.footer-line {
    display: none;
}

.search-box {
    font-family: 'Poppins';
    font-size: 1.1rem;
}

.search-box,
input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 3;
}

@media(max-width:768px) {
    .levelRange {
        padding-left: 20px;
        padding-right: 20px;
    }

    label.slider-left {
        margin-left: -10px;
    }

    label.slider-right {
        margin-right: -15px;
    }

    .irs-from {
        margin-left: -15px;
    }
}

@media(min-width:576px) and (max-width:767px) {
    .course-selector-dropdown-menu {
        width: 28vw;
    }

    .dropdown-content {
        font-size: 11px;
    }

    .form-check{
        height: 30px;
    }

    .dropdown-filter-text {
        padding: 3px;
        font-size: 10px;
    }
}

@media(min-width:1400px){
    .course-selector-dropdown-menu {
        width: 359px;
    }
}

@media (max-width: 391px){
    h3 {
        font-size: 15px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .course-selector-dropdown-menu {
        width: 28vw;
    }

    .dropdown-content {
        font-size: 11px;
    }

    .form-check {
        height: 30px;
    }
}


@media (min-width:575px) and (max-width:650.98px) {
    .searchBoxDiv {
        width: 140%;
        height: 2%;
        margin-left: -25px;
    }

    .resultBoxDiv {
        width: 140%;
        margin-left: -25px;
    }

    button.src-icon {
        padding: 5px 15px;
    }
}

@media(min-width:575px) and (max-width:600px) {
    .search-box {
        padding-bottom: 0px !important;
    }
}

@media(min-width:750px) and (max-width:810.98px) {
    .search-box {
        padding-bottom: 4% !important;
    }
}

@media(min-width:811px) and (max-width:900.98px) {
    .search-box {
        padding-bottom: 5% !important;
    }
}

@media(min-width:901.99px) and (max-width:1024.98px) {
    .search-box {
        padding-bottom: 8% !important;
    }
}

@media(min-width:1024.99px) and (max-width:1360.98px) {
    .search-box {
        padding-bottom: 9% !important;
    }
}

@media(min-width:1360.99px) and (max-width:1530.98px) {
    .search-box {
        padding-bottom: 10% !important;
    }
}

@media(min-width:1530.99px) and (max-width:1920.98px) {
    .search-box {
        padding-bottom: 11% !important;
    }
}

@media(min-width:1920.99px) and (max-width:2250.98px) {
    .search-box {
        padding-bottom: 12% !important;
    }
}

@media (min-width:651px) and (max-width:850.98px) {
    .searchBoxDiv {
        width: 130%;
        height: 2.5%;
        margin-left: -25px;
    }

    .resultBoxDiv {
        width: 130%;
        margin-left: -25px;
    }

    button.src-icon {
        padding: 5px 15px;
    }
}

@media (min-width:851px) and (max-width:991.98px) {
    .searchBoxDiv {
        width: 125%;
        height: 2.5%;
        margin-left: -25px;
    }

    .resultBoxDiv {
        width: 125%;
        margin-left: -25px;
    }

    button.src-icon {
        padding: 5px 15px;
    }
}

@media (min-width: 575px) and (max-width: 991.98px) {
    .form-control {
        font-size: 0.75em;
    }

}

@media (min-width:992px) and (max-width:1024.98px) {
    .searchBoxDiv {
        width: 120%;
        height: 3%;
        margin-left: -25px;
    }

    .resultBoxDiv {
        width: 120%;
        margin-left: -25px;
    }

    button.src-icon {
        padding: 5px 15px;
    }

    .dropdown-content {
        font-size: 0.8em;
    }
}

.search-btn {
    width: 30% !important;
}

@media(max-width:412px) {
    .search-btn {
        width: 23% !important;
    }
}

.form-check-input:checked[type=checkbox], .form-check-input[checked][type=checkbox] {
    background-image: url(../images/course-selector-checkbox.png);
    background-size: 18px;
    background-color: #60baff !important;
    border-color: #60baff !important;
}

.form-check-input {
    background-color: #bfd8ec !important;
    border-color: #bfd8ec !important;
}

.marginLeft {
    margin-left: 16px !important;
}

.ml-n14 {
    margin-left: -14px !important;
}

.ml-n3 {
    margin-left: -3% !important;
}

@media only screen and (max-width: 290px) {
    .text-truncate-maxw290 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width:575.98px) {
    .mobile-wave .container-fluid .wave-icons {
        top: 0vw;
    }
}

@media (max-width:321px) {
    .mobile-wave .container-fluid .wave-icons {
        top: -3vw;
    }


    .mobile-wave .container-fluid .cta-area {
        top: 55%;
    }

        .mobile-wave .container-fluid .cta-area span a {
            margin-top: 15px;
            border-radius: 0;
            padding: 12px 19px;
        }
}

@media (max-width:338.98px) {
    .mobile-wave .container-fluid .wave-icons img {
        width: 40px !important;
    }
}


@media (min-width:480.99px) and (max-width:525.99px) {
    .mobile-wave .container-fluid .cta-area {
        padding-left: 40px !important;
    }

        .mobile-wave .container-fluid .cta-area span {
            font-size: xxx-large;
            line-height: 45px;
        }
}

@media(min-width:992px) and (max-width:1530px) {
    .search-box, input::-webkit-input-placeholder {
        font-size: 11px;
    }
}

@media (min-width:575.98px) and (max-width:991.98px) {
    .tablet-content-center {
        margin: 0px;
    }

    .padding-b-category {
        padding-right: 2vw;
    }

    .sidebar-title > h2 {
        margin: 0px;
    }
}


@media (min-width:691px) and (max-width:991.98px) {
    /*.padding-b-category {
        margin: 0px !important;
    }*/
}

@media (min-width:575.98px) and (max-width:755px) {
    .padding-b-category {
        transform: scale(0.8);
        padding-left: 0vw;
    }

    a.category-link p {
        margin-left: 2vw;
    }
}

@media (min-width:700.98px) and (max-width:991.98px) {
    .padding-b-category {
        transform: scale(1.0);
        padding-left: 2vw;
    }
}

.classification-title {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4c92c9;
    font-size: 33px;
}

@media (max-width:321px) {
    .padding-b-category {
        padding-left: 2vw;
        transform: scale(0.8);
    }
}

@media (max-width: 575px) {
    .padding-b-category {
        padding-left: 4vw;
    }
}

@media (max-width:320.98px) {
    .class-title-width {
        max-width: 140px !important;
    }
}

@media (min-width:321px) and (max-width:349.98px) {
    .class-title-width {
        max-width: 150px !important;
    }
}

@media (min-width:350px) and (max-width:379.98px) {
    .class-title-width {
        max-width: 170px !important;
    }
}

@media (min-width:380px) and (max-width:411.98px) {
    .class-title-width {
        max-width: 210px !important;
    }
}

@media (min-width:412px) and (max-width:499.98px) {
    .class-title-width {
        max-width: 240px !important;
    }
}

@media (min-width:500px) and (max-width:575.98px) {
    .class-title-width {
        max-width: 350px !important;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {
    .classification-title {
        font-size: 40px;
    }

    .class-title-width {
        max-width: 360px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .classification-title {
        font-size: 40px;
    }

    .class-title-width {
        max-width: 555px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .classification-title {
        font-size: 40px;
    }

    .dropdown-content {
        font-size: 0.8em;
    }

    .class-title-width {
        max-width: 785px !important;
    }
}

@media (min-width: 1200px) {
    .classification-title {
        font-size: 40px;
    }

    .class-title-width {
        max-width: unset;
    }
}


@media only screen and (min-width: 321px) and (max-width: 375px) {
    .irs-min {
        visibility: visible !important;
        margin-top: 25px;
        background-color: transparent !important;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-image: url(../../media/img/toggle-icon.png) !important;
        margin-left: -16px;
    }

    .irs-max {
        visibility: visible !important;
        margin-top: 25px;
        background-color: transparent !important;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-image: url(../../media/img/toggle-icon.png) !important;
        margin-right: -16px;
    }
}

.results {
    background: white;
    position: absolute;
    z-index: 99;
}

    .results > li {
        color: black;
        cursor: pointer;
        line-height: 1vw;
        margin: 1vw;
        list-style: unset;
    }

        .results > li:hover {
            text-shadow: 1px 0px;
        }

@media (min-width: 1366px) {
    .top-nav-icon {
        font-size: 1.8vw !important;
    }
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.pagination ul li {
    color: #5e93c9;
    list-style: none;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

    .pagination ul li.numb {
        list-style: none;
        height: 45px;
        width: 45px;
        margin: 0 3px;
        line-height: 45px;
        border-radius: 50%;
    }

        .pagination ul li.numb.first {
            margin: 0px 3px 0 -5px;
        }

        .pagination ul li.numb.last {
            margin: 0px -5px 0 3px;
        }

    .pagination ul li.dots {
        font-size: 22px;
        cursor: default;
    }

    .pagination ul li.btn {
        padding: 0 18px;
        border-radius: 50px;
    }

    .pagination li.active,
    .pagination ul li.numb:hover,
    .pagination ul li:first-child:hover,
    .pagination ul li:last-child:hover {
        color: #fff;
        background: #5e93c9;
    }

.paginate_button {
    margin-top: 0.9vw;
}

@media (max-width: 991.98px) {
    .paginate_button {
        margin-top: 1.5vw;
    }

    .results > li {
        line-height: 2vw;
    }
}

@media (max-width: 575.98px) {
    .paginate_button {
        margin-top: 2.5vw;
    }

    .results > li {
        line-height: 5.5vw;
        margin: 2.5vw;
    }
}

.see-result-btn {
    font-family: 'Poppins', sans-serif;
    font-size: 5.3vw;
    margin-top: 9vw;
    padding: 6px 20px !important;
    background-color: var(--yellow);
    border-color: var(--yellow);
    color: var(--black);
    border-radius: 0;
    font-weight: bold;
}

.remove-border.focus, .remove-border:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}

@media print {
    html, body {
        display: none;
    }
}
@media(min-width:576px) and (max-width:991px) {
    .course-selector-result-container{
        max-width:none;
    }
}
@media(min-width:575.98px) and (max-width:595px) {
   .filters-header>* {
    padding-right: 0;
}
}
.dropdown-filter-text {
    margin-left: 1vw !important;
    cursor: pointer;
}
.form-check-input {
    margin-left: 1vw !important;
    cursor: pointer;
}
.dropdown-line:hover {
    background: #00335c;
}
@media(min-width:575.98px) and (max-width:768px) {
    .filters-header > .col-md-4 {
        flex: 0 0 33%;
        max-width: 33%;
    }
}
@media(max-width:575.98px){
    .dropdown-arrow-icon {
        width: 15px;
        height: 13px;
        float: right;
    }
}
.form-check-input:disabled {
  opacity:1!important;
}

.search-group {
    display: flex;
    width: 100%;
    padding: 0.3em;
    color: white;
    background-color: white;
}

.search-input {
    border-radius: 0; /* Köşeleri tamamen düz yapar */
    padding: 10px 12px;
    font-size: 14px;
    flex: 1;
    border:0;
}

.search-button {
    border-radius: 0; /* Köşeleri tamamen düz yapar */
    border-left: none; /* Arama kutusu ile düğme arasındaki çizgiyi kaldırır */
    background-color: #ffffff;
    color: #333;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.search-button:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}
