/* =================slick css ends here================= */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

    .slick-slide img { /* display: block; */
        width: 100%
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff center center no-repeat;
}

.slick-prev, .slick-next {
    z-index: 99;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    float: left;
    padding: 0;
    margin-top: -25px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #86BC42;
    border-radius: 4px;
    width: 44px;
    height: 44px;
    transition: all .3s ease-in;
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        color: transparent;
        outline: none;
        background: #75a834;
    }

        .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
        opacity: .3;
    }

    .slick-prev:before, .slick-next:before {
        font-family: 'FontAwesome';
        font-weight: 500;
        font-size: 16px;
        line-height: 1;
        opacity: 0.9;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: transparent;
        border-radius: 50%;
        display: inline-block;
        padding: 0;
    }

.slick-prev {
    left: 5px;
}

    .slick-prev:before {
        content: "\f053";
    }

.slick-next {
    right: 5px;
}

    .slick-next:before {
        content: "\f054";
    }

.slick-slider {
    margin-bottom: 0;
    padding-bottom: 32px;
}

.slick-dots {
    position: absolute;
    bottom: -5px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    vertical-align: top;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0 0px;
        padding: 0;
        text-align: center;
        cursor: pointer;
        vertical-align: top;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: inline-block;
            width: 9px;
            height: 9px;
            padding: 0;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: #B8E87C;
            opacity: 1;
            border-radius: 10px;
            vertical-align: top;
            margin: 5px 6px;
        }

        .slick-dots li.slick-active button {
            opacity: 1;
            background-color: #86BC42;
            width: 40px;
        }

.white-dots .slick-dots li button {
    border-color: #fff;
    background: #fff;
    opacity: 0.4;
}

.white-dots .slick-dots li.slick-active button, .white-dots .slick-dots li:hover button {
    background-color: #fff;
    opacity: 1;
}

.hero-img-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 0 !important;
}

    .hero-img-slider .slick-dots {
        bottom: 5px;
    }

    .hero-img-slider .slick-list, .hero-img-slider .slick-track {
        height: 100%;
    }

.hero-img-item {
    height: 100%;
    position: relative;
}

    .hero-img-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-img-item::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgb(29 44 58 / 70%) 14.11%, rgba(217, 217, 217, 0) 100%);
    }

.owl-theme .owl-dots .owl-dot span {
    background-color: #B8E87C;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #86BC42;
    width: 40px;
}

.hero-img-slider .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background-color: #86bc42;
}

.hero-img-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #fff;
}
/* =================slick css end here=================  */

/* =================nice select start here================= */
.select2-container {
    box-sizing: border-box;
    display: block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 37px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 40px;
            padding-right: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container .select2-search--inline {
        float: left
    }

        .select2-container .select2-search--inline .select2-search__field {
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none
            }

.select2-dropdown {
    background-color: white;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9999999;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 14px;
    color: #a0a0a0;
}

    .select2-results__option[aria-selected] {
        cursor: pointer
    }

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
        outline: none !important;
        font-size: 14px;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    outline: none !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 37px;
        font-weight: 500;
        font-size: 14px;
        color: #a0a0a0;
        outline: none !important;
        border-radius: 3px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 37px;
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            position: absolute;
            width: 24px;
            height: 13px;
            top: 13px;
            left: 3px;
            background-image: url(../images/down-arrow.png);
            background-size: 24px;
            background-repeat: no-repeat;
            background-position: center;
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none
        }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f3f3f3;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #86bc42d6;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: -o-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top,#eee 50%,#ccc 100%);
        background-image: -o-linear-gradient(top,#eee 50%,#ccc 100%);
        background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#fff 0%,#eee 50%);
    background-image: -o-linear-gradient(top,#fff 0%,#eee 50%);
    background-image: linear-gradient(to bottom,#fff 0%,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: -o-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-results__option + .select2-results__option border-top: 1px solid #f2f2f2;
}
/* =================nice select end here=================  */

.filter-area h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    color: #2D3E51;
}

.filter-area {
    color: #2D3E51;
}

.filter-head {
    position: relative;
    padding-bottom: 10px;
}

    .filter-head h5 {
        padding-right: 60px;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 0;
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 6px;
    }

    .filter-head #filter-reset, .filter-head span {
        position: absolute;
        right: 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        cursor: pointer;
        top: 0;
    }

.filter-body {
    padding-top: 12px;
}

    .filter-body .accordion-button, .filter-body .accordion-button:not(.collapsed) {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #2D3E51;
        padding: 10px 0;
        border: none;
        background-color: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .filter-body .accordion-item {
        border: none;
        border-bottom: 1px solid #D9D9D9;
        border-radius: 0 !important;
    }

    .filter-body .accordion-button::after {
        background-size: 1rem;
        background-position: center;
    }

    .filter-body .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

.filter-btn {
    background-color: #86bc42;
    color: #fff;
    padding: 9px 22px;
    border-radius: 8px;
    display: inline-flex;
    cursor: pointer;
    line-height: 20px;
    transition: all .4s ease-in;
    position: fixed;
    bottom: 60px;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    letter-spacing: .5px;
}

    .filter-btn img {
        width: 20px;
        margin-right: 8px;
        filter: brightness(0) invert(1);
    }

    .filter-btn:hover {
        background-color: #79ad37;
    }

.filter-area-close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 18px;
    top: 15px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .filter-area-close img {
        width: 12px;
        vertical-align: baseline;
        filter: brightness(0) invert(1);
    }

.filter-body .accordion-body {
    padding: 0;
}

.filter-body .filter-search {
    position: relative;
    margin-bottom: 12px;
}

    .filter-body .filter-search input {
        width: 100%;
        background-color: rgba(237, 242, 235, 0.7);
        border: none !important;
        padding: 8px 10px;
        color: #1d2c3a;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        box-shadow: none !IMPORTANT;
        outline: none !important;
        padding-left: 30px;
        background-image: url(../images/search-iocn.png);
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: 7px;
        background-size: 16px;
    }

        .filter-body .filter-search input::placeholder {
            color: #bfbfbf;
        }

.filter-search-option {
    padding: 12px;
    padding-top: 0;
}

nav .nav.nav-tabs {
    flex-wrap: nowrap;
    overflow: hidden;
    padding-bottom: 4px;
    width: calc(100% + 10px);
    margin-left: -5px;
    flex-wrap: nowrap;
    overflow: auto;
    overflow-y: hidden;
}

    nav .nav.nav-tabs::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    nav .nav.nav-tabs::-webkit-scrollbar {
        height: 5px;
        background-color: #F5F5F5;
    }

    nav .nav.nav-tabs::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #86bc42;
    }

nav .nav-tabs .nav-link {
    white-space: nowrap;
}

/* Custom scrollbar */
.custom-scroll {
    overflow-x: hidden;
    overflow-y: auto;
}

    .custom-scroll::-webkit-scrollbar-track {
        border-radius: 4px;
        background-color: #C1C1C1;
    }

    .custom-scroll::-webkit-scrollbar {
        width: 4px;
        background-color: #C1C1C1;
        border-radius: 4px;
    }

    .custom-scroll::-webkit-scrollbar-thumb {
        border-radius: 9px;
        background-color: #86BC42;
    }

.form-check {
    padding: 0;
}

    .form-check input[type='checkbox'] {
        display: none;
    }

        .form-check input[type='checkbox'] + label {
            display: inline-block;
            position: relative;
            padding-left: 20px;
            font-size: 14px;
            line-height: 17px;
            letter-spacing: .5px;
            color: #2D3E51;
            margin-bottom: 0;
            cursor: pointer;
            font-family: "Source Sans Pro", sans-serif;
        }

            .form-check input[type='checkbox'] + label:before {
                content: '';
                display: block;
                width: 12px;
                height: 12px;
                background: transparent;
                border: 1px solid #86BC42;
                position: absolute;
                left: 0;
                top: 2px;
                border-radius: 2px;
            }

            .form-check input[type='checkbox'] + label:after {
                content: '';
                display: inline-block;
                font-weight: 900;
                font-size: 24px;
                width: 12px;
                height: 12px;
                line-height: 16px;
                background: #86BC42;
                text-align: center;
                position: absolute;
                left: 0px;
                top: 2px;
                border-radius: 2px;
                -ms-transform: scale(0);
                -webkit-transform: scale(0);
                transform: scale(0);
                -webkit-transition: all .12s ease-in;
                transition: all .12s ease-in;
            }

            .form-check input[type='checkbox'] + label a {
                color: #fff;
            }

        .form-check input[type='checkbox']:checked + label:after {
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .form-check input[type='radio'] {
        display: none;
    }

        .form-check input[type='radio'] + label {
            display: inline-block;
            position: relative;
            padding-left: 30px;
            font-size: 12px;
            line-height: 16px;
            color: #fff;
            margin-bottom: 0;
            cursor: pointer;
            font-family: "Source Sans Pro", sans-serif;
        }

            .form-check input[type='radio'] + label:before {
                content: '';
                display: block;
                width: 16px;
                height: 16px;
                background: transparent;
                border: 1px solid #86BC42;
                position: absolute;
                left: 0;
                top: 0;
                border-radius: 2px;
            }

            .form-check input[type='radio'] + label:after {
                content: '';
                display: inline-block;
                font-weight: 900;
                font-size: 24px;
                width: 8px;
                height: 8px;
                line-height: 16px;
                background: #86BC42;
                text-align: center;
                position: absolute;
                left: 4px;
                top: 4px;
                border-radius: 1px;
                -ms-transform: scale(0);
                -webkit-transform: scale(0);
                transform: scale(0);
                -webkit-transition: all .12s ease-in;
                transition: all .12s ease-in;
            }

            .form-check input[type='radio'] + label a {
                color: #fff;
            }

        .form-check input[type='radio']:checked + label:after {
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.form-switch {
    padding: 0;
    display: inline-flex;
}

    .form-switch input[type='checkbox'] {
        display: none;
    }

        .form-switch input[type='checkbox'] + label {
            display: inline-block;
            position: relative;
            width: 35px;
            height: 18px;
            line-height: 16px;
            color: #fff;
            margin-bottom: 0;
            cursor: pointer;
            font-family: "Source Sans Pro", sans-serif;
        }

            .form-switch input[type='checkbox'] + label:before {
                content: '';
                display: block;
                width: 100%;
                height: 100%;
                background: #fff;
                position: absolute;
                left: 0;
                top: 0;
                border-radius: 10px;
            }

            .form-switch input[type='checkbox'] + label:after {
                content: "";
                display: inline-block;
                width: 16px;
                height: 16px;
                background: #D9D9D9;
                position: absolute;
                left: 1px;
                top: 1px;
                border-radius: 8px;
                -ms-transform: scale(0);
                -webkit-transition: all .12s ease-in;
                transition: all .3s ease-in;
            }

            .form-switch input[type="checkbox"] + label a {
                color: #fff;
            }

        .form-switch input[type='checkbox']:checked + label:after {
            background-color: #86BC42;
            left: 18px;
        }

.filter-search-option .custom-scroll {
    max-height: 200px;
}

.btn {
    border-radius: 3px;
    font-weight: 400;
    padding: 10px 15px;
    min-width: 155px;
    font-size: 15px;
    line-height: 18px;
    box-shadow: none !important;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

    .btn.btn-block {
        min-width: 100%;
    }

    .btn img {
        width: 16px;
        vertical-align: top;
    }

.btn-default, .btn-default:focus {
    color: #2D3E53;
    background-color: transparent;
    border: solid 1px #86BC42;
}

    .btn-default:hover, .btn-default:active {
        color: #fff;
        background-color: #86BC42;
        border-color: #86BC42;
    }

.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #86BC42;
    border: solid 1px #86BC42;
    box-shadow: none !important;
	white-space: normal !important;
}

    .btn-primary:hover, .btn-primary:active {
        color: #fff;
        background-color: #6c9d2f;
        border-color: #6c9d2f;
        box-shadow: none !important;
    }


.btn-secondary, .btn-secondary:focus {
    color: #111;
    background-color: #ffd400;
    border: solid 1px #ffd400;
    box-shadow: none !important;
    font-weight: 500;
}

    .btn-secondary:hover, .btn-secondary:active {
        color: #fff;
        background-color: #6c9d2f;
        border-color: #6c9d2f;
        box-shadow: none !important;
    }

.sitebtn.two {
    background: #86bc42;
    border: 1px solid #86bc42 !important;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    padding: 5px 12px;
}

    .sitebtn.two:hover {
        background: #263238;
    }

.text-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: .5px;
    color: #86BC42;
    transition: all .3s ease-in;
}

    .text-btn:hover {
        color: #263238;
    }

.heading {
    margin-bottom: 18px;
    padding-top: 10px;
    position: relative;
}

    .heading h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        color: #1D2C3A;
        margin-bottom: 0;
    }

    .heading p {
        margin-top: 4px;
        margin-bottom: 0;
        line-height: 20px;
    }

    .heading.type-2 {
        padding-top: 0;
    }

        .heading.type-2::before {
            display: none;
        }

        .heading.type-2 h3 {
            font-size: 22px;
            line-height: 24px;
        }

    .heading::before {
        content: "";
        width: 179px;
        height: 4px;
        background-color: #86BC42;
        position: absolute;
        border-radius: 4px;
        top: 0;
        left: 0;
    }

    .heading.has-cta {
        padding-right: 100px;
    }

.heading-cta {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #272A33;
    position: absolute;
    right: 0;
    top: 12px;
    transition: all .3s ease-in;
}

.full-width-img {
    display: block;
}

    .full-width-img img {
        width: 100%;
    }

.heading-cta:hover {
    color: #86bc42;
}

.intro-banner {
    padding: 35px 0;
}

.breadcrumb {
    margin-bottom: 6px;
    flex-wrap: nowrap
}

.breadcrumb-item, .breadcrumb-item a {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #2D3E51;
    transition: all .3s ease-in;
    white-space: nowrap;
    display: block;
}

.breadcrumb .breadcrumb-item:last-child {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumb-item a .breadcrumb-item.active {
    color: #2D3E51;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 20px;
}

    .breadcrumb-item + .breadcrumb-item::before {
        position: absolute;
        left: 6px;
        content: '>';
        font-family: monospace;
        font-weight: 600;
        font-size: 14px;
    }

.breadcrumb-item {
    position: relative;
}

    .breadcrumb-item.active {
        color: #86BC42;
    }

    .breadcrumb-item a:hover {
        color: #86BC42;
    }

.intro-banner-heading h1 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #2D3E51;
    margin-bottom: 6px;
}

.intro-banner-heading h6 {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2D3E51;
}

.intro-banner-icon {
    margin-bottom: 10px;
}

    .intro-banner-icon li {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #000;
        margin-top: 4px;
        display: flex;
        align-items: center;
        margin-right: 10px;
    }

.intro-banner-side-btns .btn {
    margin-top: 5px;
}

.intro-banner-icon li img {
    margin-right: 6px;
    max-height: 18px;
}

.intro-banner-share span {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
    color: #2D3E51;
    margin-right: 12px;
}

.intro-banner-share {
    align-items: center;
}

.intro-banner-share-links {
    margin-bottom: 0;
}

.intro-banner-share-link {
    color: #2D3E51;
    font-size: 22px;
    transition: all .3s ease-in;
}

.intro-banner-share-links li + li {
    margin-left: 12px;
}

.intro-banner-share-link:hover {
    color: #86bc42;
}

.intro-banner-share-wrapper {
    border-bottom: 1px solid #C1C1C1;
    padding-bottom: 8px;
}

.intro-banner-with-logo .intro-banner-share-wrapper {
    padding-bottom: 0;
    border: 0;
    margin-top: auto;
}

.intro-banner-with-logo {
    position: relative;
    padding-left: 134px;
    margin-top: 16px;
    min-height: 133px;
    border-bottom: 1px solid #C1C1C1;
    padding-bottom: 12px;
    display: flex;
    flex-flow: column;
}

.intro-banner-logo {
    position: absolute;
    width: 120px;
    left: 0;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

    .intro-banner-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.top-colleges-list {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 0;
}

.top-colleges-item {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.top-colleges-img {
    position: relative;
    padding-bottom: 38.5%;
}

    .top-colleges-img > img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 0;
        left: 0;
    }

.top-colleges-img-text {
    position: absolute;
    padding: 10px 16px;
    padding-left: 60px;
    display: flex;
    flex-flow: column;
    justify-content: end;
    height: 100%;
    width: 100%;
    background: linear-gradient(179.6deg, rgba(255, 255, 255, 0) 43.01%, rgba(0, 0, 0, 0.81) 75.94%);
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
}

    .top-colleges-img-text img {
        position: absolute;
        width: 52px;
        height: 52px;
        left: 0;
        bottom: 0;
    }

    .top-colleges-img-text h4 {
        font-weight:700;
        font-size: 17px;
        line-height: 19px;
        color: #FBFBFB;
        margin-bottom: 5px;
        padding-bottom: 4px;
        position: relative;
    }

    .top-colleges-img-text p {
        margin-bottom: 0;
    }

    .top-colleges-img-text h4::before {
        content: "";
        position: absolute;
        width: 80px;
        height: 1px;
        background-color: #FFFFFF;
        border-radius: 1px;
        bottom: 0;
    }

.top-colleges-area .d-flex.fac_wrp {
    flex: 0 0 25% !important;
}

.top-colleges-content {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.top-colleges-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
    display: flex;
    flex-flow: column;
    height: 100%;
    transition: all .3s ease-in;
}

    .top-colleges-box:hover {
        box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
    }

.top-colleges-left {
    width: 100%;
}

.top-colleges-right {
    width: 100%;
}

.top-colleges-left .facility {
    padding: 0;
}

.top-colleges-right {
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    text-align: justify;
    letter-spacing: 0.03em;
    color: #545454;
}

    .top-colleges-right p {
        margin-bottom: 0;
    }

.top-colleges-cta {
    padding-bottom: 10px;
    margin-top: auto;
}

    .top-colleges-cta p {
        font-weight: 500;
        font-size: 12px;
        line-height: 123.4%;
        text-align: justify;
        letter-spacing: 0.045em;
        color: #1D2C3A;
        margin-bottom: 0;
        min-width: 190px;
    }

.sitebtn-group {
    width: calc(100% - 190px);
}

    .sitebtn-group .sitebtn {
        margin: 3px 0;
        margin-right: 10px;
        border: 0;
        border-radius: 4px;
    }

.desksrch a.header-search-btn {
    padding: 10px;
    border: 0 !important;
}

    .desksrch a.header-search-btn img {
        width: 30px !important;
    }

i.fa {
    font-family: 'FontAwesome';
}


.form-control:focus { box-shadow:none; }

.newstxt h6 a {
    color: #212529;
}

/********new page *************/
.t-course-list {
    width: calc(100% + 16px);
    margin-left: -8px;
}

.t-course-item {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 16px;
}

.t-course-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 13px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 10px 16px;
    display: flex;
    flex-flow: column;
    height: 100%;
    transition: all .3s ease-in;
}

    .t-course-box:hover {
        box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.1);
    }

.t-course-top h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #1D2C3A;
    max-width: 300px;
    padding-bottom: 5px;
    margin-bottom: 8px;
    position: relative;
}

    .t-course-top h3::before {
        background-color: #86BC42;
        content: "";
        width: 86px;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 1px;
    }

.t-course-icons {
    font-size: 13px;
    margin-top: 12px;
    padding-bottom: 0px;
}

    .t-course-icons li + li {
        margin-left: 10px;
    }

    .t-course-icons li {
        display: flex;
        align-items: center;
        font-weight: 500;
        color: #545454;
    }

        .t-course-icons li img {
            margin-right: 4px;
            max-width: 12px;
        }

.t-course-top {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.045em;
    color: #1D2C3A;
    margin-bottom: 10px;
}

    .t-course-top p {
        text-align: justify;
        margin-bottom: 0;
    }

.t-course-bottom {
    padding-top: 4px;
    margin-top: auto;
}

    .t-course-bottom p {
        font-weight: 600;
        font-size: 12px;
        line-height: 123.4%;
        letter-spacing: 0.045em;
        color: #86BC42;
        margin-bottom: 8px;
    }

.t-course-cta {
    text-align: start;
	    display: flex;
    gap: 14px;
}

    .t-course-cta .sitebtn {
        text-align: center;
        font-size: 11px;
        padding: 6px 12px;
    }

.latest-news-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-bottom: 20px;
}

.latest-news-item {
    width: 33.33%;
    padding: 10px;
}

.latest-news-box {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.latest-news-thumb {
    width: 140px;
}

    .latest-news-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .3s ease-in;
    }

    .latest-news-thumb a {
        display: block;
        border-radius: 8px;
        overflow: hidden;
        height: 100%;
    }

        .latest-news-thumb a:hover img {
            transform: scale(1.05);
        }

.latest-news-content {
    width: calc(100% - 140px);
    display: flex;
    flex-flow: column;
    padding-left: 11px;
}

    .latest-news-content h4 {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.13em;
        color: #272A33;
        margin-bottom: 6px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .latest-news-content p {
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        text-align: justify;
        letter-spacing: .2px;
        color: #272A33;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.latest-news-bottom span {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.025em;
    color: #263238;
}

.latest-news-bottom {
    margin-top: auto;
}

    .latest-news-bottom .text-btn {
        font-size: 14px;
        line-height: 14px;
    }

.latest-news-sm .latest-news-thumb {
    width: 110px;
}

.latest-news-sm .latest-news-content {
    width: calc(100% - 110px);
}

.course-single-text {
    font-size: 14px;
    line-height: 18px;
    color: #2D3E51;
}

    .course-single-text h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .course-single-text ol {
        padding-left: 18px;
    }

    .course-single-text p {
        text-align: justify;
    }

    .course-single-text p:last-child {
           margin-bottom:10px;
    }

.side-univ-head {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.06em;
    color: #FFFFFF;
    background-color: #86BC42;
    padding: 14px 16px;
    text-align: center;
    border-radius: 2px 2px 0 0;
}

.side-univ {
    border: 1px solid #86bc42;
    border-radius: 4px;
	display:none;
}

.side-univ-list {
    margin-bottom: 0;
}

.side-univ-item + .side-univ-item {
    border-top: 1px solid #86bc42;
}

.side-univ-box {
    position: relative;
    padding: 9px;
    display: block;
    padding-left: 82px;
    min-height: 76px;
}

.side-univ-thumb {
    position: absolute;
    width: 66px;
    left: 6px;
    top: 8px;
    height: 60px;
}

    .side-univ-thumb img {
        width: auto;
        height: 100%;
        max-width: 96%;
        object-fit: contain;
    }

.side-univ-content h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.06em;
    color: #1D2C3A;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .3s ease-in;
}

.side-univ-content h6 {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.06em;
    color: #263238;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.side-univ-box:hover .side-univ-content h5 {
    color: #86bc42;
}

.college-detail-slide-list {
    padding: 0 54px;
}

.college-detail-slide-img {
    position: relative;
    display: block;
    padding-bottom: 45%;
}

    .college-detail-slide-img img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }

.college-detail-slide-item {
    padding: 5px;
}

.s-stream-box {
    display: block;
    background-color: #fff;
    border: 1px solid #2D3E51;
}

    .s-stream-box:hover .s-stream-head {
        background-color: #86BC42;
    }

.s-stream-head {
    padding: 10px 10px 8px;
    background-color: #263238;
    color: #fff;
    transition: all .3s ease-in;
}

    .s-stream-head h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 2px;
    }

    .s-stream-head h4 {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
    }

.s-stream-body {
    padding: 8px 10px;
    position: relative;
    padding-right: 160px;
    color: #263238;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.s-stream-body .btn {
    border-radius: 8.018px;
    background: #ffd400;
    color: #000;
    border-color: #ffd400;
    font-weight: 500;
    font-size: 14px !important;
}

    .s-stream-body .btn {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .s-stream-body h6 {
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .s-stream-body p {
        margin-bottom: 0;
        max-width: 320px;
    }

.s-stream-list {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-bottom: 0;
}

.s-stream-item {
    padding: 5px;
    width: 50%;
}

.f-facilities-icon-item {
    width: auto;
    margin-right: 40px;
    text-align: center;
    margin-bottom: 20px;
}

    .f-facilities-icon-item h5 {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #2D3E51;
        margin-bottom: 0;
    }

.f-facilities-icon-list {
    justify-content: start;
    margin-bottom: -20px;
}

.f-facilities-icon img {
    height: 90px;
    width: auto;
    object-fit: contain;
    padding: 16px;
}

.f-facilities-icon img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.p-placements-icon-item {
    margin-right: 15px;
    margin-bottom: 20px;
}

.p-placements-icon {
    width: 124px;
}

    .p-placements-icon img {
        width: 100%;
        object-fit: contain;
    }

.p-placements-icon-list {
    margin-bottom: -20px;
}

.College-loc-map iframe {
    width: 100%;
    height: 100%;
}

.College-loc-map {
    height: 270px;
}

.articles-tabs {
    margin-bottom: 14px;
    border-bottom: 1px solid #E1E1E1;
}

.articles-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #707070;
    padding: 6px 12px;
    display: inline-block;
    transition: all .3s ease-in;
    position: relative;
    margin: 0 2px;
}

    .articles-link.active, .articles-link:hover {
        color: #86BC42;
    }

    .articles-link::before {
        content: "";
        position: absolute;
        width: 0;
        height: 3px;
        background-color: #86BC42;
        right: 0;
        bottom: -1px;
        transition: all .3s ease-in;
        left: auto;
    }

    .articles-link.active::before, .articles-link:hover::before {
        width: 100%;
        right: auto;
        left: 0;
    }

.articles-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-bottom: 0;
    padding-bottom: 14px;
}

.articles-item {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 33.33%;
}

.grid-four .articles-item {
    width: 25%;
}

.grid-four .articles-thumb {
    padding-bottom: 50%;
}

.grid-four .articles-title h3 {
    line-height: 15px;
    font-size: 12px;
    -webkit-line-clamp: 2;
}

.grid-four .articles-post-date {
    font-size: 12px;
}

.grid-four .articles-title, .articles-cta {
    padding-bottom: 6px;
}

.articles-box {
    background: #FFFFFF;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 5%);
    border-radius: 7px;
    display: flex;
    flex-flow: column;
    height: 100%;
    transition: all .3s ease-in;
}

.articles-thumb {
    width: 100%;
    position: relative;
    display: block;
    padding-bottom: 60%;
    overflow: hidden;
    border-radius: 7px 7px 0 0;
}

.articles-box:hover {
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .25);
}

.articles-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease-in;
}

.articles-thumb:hover img {
    filter: grayscale(1);
}

.articles-title {
    padding: 10px;
}

    .articles-title h3 {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #272A33;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.articles-cta {
    padding: 10px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.articles-post-date {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #263238;
}

.side-query-form-area {
    background-color: #86BC42;
    color: #fff;
    border-radius: 2px;
    position: sticky;
    top: 110px;
}

    .side-query-form-area h4 {
        padding: 13px 20px;
        margin-bottom: 0;
        text-align: center;
        font-weight: 600;
        font-size: 22px;
        line-height: 27px;
    }

.form-group .form-control {
    font-weight: 500;
    font-size: 14px;
    color: #a0a0a0;
    padding: 8px 16px;
    padding-left: 40px;
    background-color: #FFFFFF !important;
    border-radius: 3px;
    box-shadow: none !important;
    border: none !important;
}

.side-query-form-box {
    padding: 2px 10px 12px;
}

.form-group {
    position: relative;
}

    .form-group .form-control + img, .form-group .form-icon {
        position: absolute;
        width: 18px;
        top: 10px;
        left: 11px;
    }

    .form-group + .form-group {
        margin-top: 8px;
    }

    .form-group .form-control::placeholder {
        color: #a0a0a0;
    }

    .form-group select.form-control {
        background-image: url(../images/down-arrow.png) !important;
        background-size: 24px;
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: calc(100% - 10px);
    }

    .form-group.form-switch-box {
        padding: 0 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .form-group.form-switch-box span {
            font-weight: 500;
            font-size: 12px;
        }

    .form-group textarea.form-control {
        height: 75px;
        padding: 10px 16px;
        resize: none;
    }

.submit-btn {
    background: #263238;
    border-radius: 1px;
    color: #fff;
    width: 100%;
    border: none;
    padding: 15px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    transition: all .3s ease-in;
}

    .submit-btn:hover {
        background: #1f272c;
    }

.side-top-course-list { 
    margin-bottom: 0;
}

.side-top-course-item + .side-top-course-item {
    border-top: 1px solid #86bc42;
}

.side-top-course-box {
    padding: 8px 11px;
    display: block;
    padding-right: 40px;
    position: relative;
}

    .side-top-course-box h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #545454;
        margin-bottom: 0;
        transition: all .2s ease-in;
    }

.side-top-course-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    right: 6px;
}

    .side-top-course-arrow img {
        width: 100%;
        filter: brightness(0) opacity(0.6);
        transition: all .2s ease-in;
    }

.side-top-course-box:hover h3 {
    color: #86bc42;
}

.side-top-course-box:hover .side-top-course-arrow img {
    filter: none;
}

.articles-signle-img {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

    .articles-signle-img img {
		max-width: 100%;
		min-height: 1px;
		min-width: 1px;
		background: #fff;
		display: block;
		height: auto;
    }

.articles-signle-wrapper {
    padding-right: 20px;
}

.articles-single-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #2D3E51;
}

    .articles-single-text p {
        text-align: justify;
    }

    .articles-single-text ul {
        line-height: 24px;
    }

    .articles-single-text ol {
        padding-left: 20px;
        line-height: 24px;
    }

        .articles-single-text ol li::marker {
            font-weight: 500;
        }

    .articles-single-text a {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        display: block;
        margin-bottom: 6px;
        color: #205F08;
        transition: .2s;
    }

        .articles-single-text a:hover {
            color: #32b700;
        }

#introTextWrap {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.show-more#introTextWrap {
    -webkit-line-clamp: inherit;
    padding-bottom: 14px;
}

#introTextBtn {
    position: relative;
	display:block;
}

    #introTextBtn::before {
        content: '';
        position: absolute;
        height: 20px;
        width: calc(100% + 6px);
        background: linear-gradient(0deg, white 20%, transparent);
        bottom: calc(100% + 1px);
        left: -3px;
    }

.articles-single-text h1, .term-text h1, .intro-banner-text h1, .articles-single-text h2, .term-text h2, .intro-banner-text h2, .articles-single-text h3, .term-text h3, .intro-banner-text h3, .articles-single-text h4, .term-text h4, .intro-banner-text h4, .articles-single-text h5, .term-text h5, .intro-banner-text h5, .articles-single-text h6, .term-text h6, .intro-banner-text h6 {
    font-weight: 600;
}

.articles-single-text h1, .term-text h1, .intro-banner-text h1 {
    font-size: 30px;
}

.articles-single-text h2, .term-text h2, .intro-banner-text h2 {
    font-size: 27px;
}

.articles-single-text h3, .term-text h3, .intro-banner-text h3 {
    font-size: 24px;
}

.articles-single-text h4, .term-text h4, .intro-banner-text h4 {
    font-size: 22px;
}

.articles-single-text h5, .term-text h5, .intro-banner-text h5 {
    font-size: 18px;
}

.articles-single-text h6, .term-text h6, .intro-banner-text h6 {
    font-size: 16px;
}

.side-news-list {
    margin-bottom: 0;
}

.side-news-item + .side-news-item {
    border-top: 1px solid #86bc42;
}

.side-news-box {
    position: relative;
    padding: 9px;
    display: grid;
    padding-left: 82px;
    min-height: 76px;
    flex-flow: column;
}

.side-news-thumb {
    position: absolute;
    width: 70px;
    left: 6px;
    top: 8px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
}

    .side-news-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.side-news-content h5 {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.06em;
    color: #1D2C3A;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .3s ease-in;
}

.side-news-date {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    display: flex;
    align-items: center;
    margin-top: auto;
}

    .side-news-date img {
        width: 16px;
        margin-top: -1px;
        margin-right: 6px;
    }

.side-news-content {
    display: flex;
    flex-flow: column;
}

.side-news-box:hover .side-news-content h5 {
    color: #86bc42;
}

.e-exam-list {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-bottom: -16px;
    padding-bottom: 20px;
}

.e-exam-item {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 16px;
}

.e-exam-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 13px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: relative;
    padding-left: 120px;
    display: flex;
    flex-flow: column;
    height: 100%;
}

.e-exam-logo {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 10px;
    top: 10px;
}

    .e-exam-logo img {
        width: 100%;
    }

.e-exam-head h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #1D2C3A;
    margin-bottom: 6px;
    position: relative;
}

.e-exam-head {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #F3F3F3;
}

   

    .e-exam-head h6 {
        font-weight: 500;
        font-size: 12px;
        line-height: 12px;
        color: #545454;
        margin-bottom: 0;
    }

.e-exam-body {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    padding: 8px 10px 10px 0;
}

    .e-exam-body p {
        margin-bottom: 8px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.reammore-btn {
    color: #86BC42;
    font-size: 12px;
    font-weight: 600;
}

    .reammore-btn:hover {
        color: #86BC42;
        text-decoration: underline;
    }

.e-exam-footer {
    padding: 8px 12px 12px 0;
    font-weight: 500;
    font-size: 12px;
    margin-top: auto;
    border-top: 1px solid #F3F3F3;
}

.e-exam-form-time {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

    .e-exam-form-time > span {
        margin-right: 10px;
    }

    .e-exam-form-time ul {
        letter-spacing: .5px;
    }

        .e-exam-form-time ul li span {
            margin-left: 5px;
        }

        .e-exam-form-time ul li + li {
            margin-top: 10px;
        }

.e-exam-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .e-exam-time ul li span {
        margin-left: 10px;
        letter-spacing: .5px;
    }

.header-search-btn {
    font-size: 16px;
    font-weight: 600;
    color: #263238 !important;
    display: flex;
    align-items: center;
    border: 1px solid #86BC42;
    padding: 4px 12px;
    border-radius: 15px;
    margin-bottom: -2px;
}

    .header-search-btn img {
        width: 18px;
        object-fit: contain;
        margin-right: 5px;
    }

.fixed-bottom-navs {
    position: sticky;
    bottom: -1px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.149);
    z-index: 99999;
    height: 61px;
}

    .fixed-bottom-navs .nav-pills {
        margin: 0;
        display: flex;
        border: none !important;
    }

        .fixed-bottom-navs .nav-pills .nav-item {
            flex: 1;
        }

           

            .fixed-bottom-navs .nav-pills .nav-item .nav-link {
                position: relative;
                padding: 10px;
                display: flex;
                flex-flow: column;
                align-items: center;
                font-size: 16px;
                font-weight: 500;
                color: #212529 !important;
                width: 100%;
                border-radius: 0;
                border: none;
                box-shadow: none !important;
                background-color: #fff !important;
            }

            .fixed-bottom-navs .nav-pills .nav-item .nav-link img {
                    width: 24px;
                    height: 22px;
                    object-fit: contain;
                    margin-bottom: 2px;
             }

         


.fixed-bottom-navs .nav-pills .nav-item .transftrbtn {
    border: 2px solid #84bd3e !important;
    min-width: 230px;
	width:auto;
    margin: 5px auto 0;
    color: #84bd3e !important;
}

.fixed-bottom-navs .nav-pills .nav-item .filledbtn_ftr {
    background: #ffd400 !important;
	min-width: 230px;
    border: 2px solid #ffd400 !important;
    width: auto !important;
    margin: 5px auto 0;
}		 

.fixed-bottom-content .tab-pane {
    display: none;
    position: fixed;
    height: calc(100vh - 60px);
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

    .fixed-bottom-content .tab-pane.active {
        display: block;
    }

.fixed-bottom-head {
    padding: 5px 20px;
    height: 45px;
    cursor: pointer;
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #86BC42;
    display: flex;
    align-items: center;
}

    .fixed-bottom-head img {
        width: 50px;
        margin-right: 14px;
    }

.fixed-bottom-body {
    height: calc(100% - 60px);
    padding: 0px 8px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .fixed-bottom-body .fixed-bottom-link {
        padding: 20px;
        padding-right: 34px;
        padding-left: 0;
        display: flex;
        align-items: center;
        position: relative;
        border-bottom: 1px solid #e7e7e7;
    }

        .fixed-bottom-body .fixed-bottom-link h6 {
            margin-bottom: 0;
            font-size: 16px;
            font-weight: 600;
            color: #212529;
        }

    .fixed-bottom-body .fbl-icon {
        width: 44px;
        display: block;
        height: 44px;
        margin-right: 16px;
    }

    .fixed-bottom-body .fbl-arrow {
        position: absolute;
        width: 24px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .fixed-bottom-body .side-univ {
        margin-top: 10px;
    }

.search-box-wrapper {
    position: fixed;
    height: 71px;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 3px rgba(0, 0, 0, .25);
    top: -80px;
    transition: all .3s ease-in;
}

    .search-box-wrapper.visible {
        top: 0px;
    }

.search-box img {
    width: 18px;
}

.search-box {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-close {
    width: 30px;
    height: 30px;
    background-color: transparent !important;
    border: none !important;
    padding: 5px;
}

.search-box .search-input {
    width: calc(100% - 60px);
    border: none;
    box-shadow: none !important;
    font-size: 16px;
    outline: none !important;
}

.search-close img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: baseline;
    width: 17px;
}

.bottom-container {
    background-color: #FAFFF3;
}

    .bottom-container h3 {
        font-weight: 600;
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 14px;
    }

    .bottom-container .bottom-block + .bottom-block {
        margin-top: 20px;
    }

    .bottom-container .bottom-block h4 {
        font-weight: 600;
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 12px;
    }

.bottom-link li {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.bottom-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1D2C3A;
    transition: all .3s ease-in;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .bottom-link li::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 5px;
        background-color: #1D2C3A;
        border-radius: 50%;
        top: 7px;
        left: 0;
    }

    .bottom-link:hover {
        color: #86BC42;
    }

.faqs .accordion-item {
    border: none !important;
    background-color: #F9FFF1;
    border-radius: 0 !important;
}

.faqs .accordion-button {
    box-shadow: none !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff !important;
    background-color: #86BC42 !important;
    padding: 13px 24px;
    border-radius: 3px 3px 0 0 !important;
}

.faqs .accordion-item + .accordion-item {
    margin-top: 12px;
}

.faqs .accordion-body {
    padding: 12px 24px;
}

    .faqs .accordion-body p {
        max-width: 750px;
    }

        .faqs .accordion-body p:last-child {
            margin-bottom: 0;
        }

.faqs .accordion-button::after {
    filter: brightness(0) invert(1);
}

.tabs_slider .slick-list {
    padding: 0 30px;
}

.tabs_slider .slick-prev, .tabs_slider .slick-next {
    width: 32px;
    height: 32px;
}

.tabs_slider .slick-prev {
    left: 0;
}

.tabs_slider .slick-next {
    right: 0;
}

    .tabs_slider .slick-prev:before, .tabs_slider .slick-next:before {
        font-size: 14px;
    }

.term-text p {
    text-align: justify;
}

.mobile-slider .slick-slide {
    padding: 0 5px;
}

.mobile-slider {
    width: calc(100% + 10px);
    margin-left: -5px;
    padding-bottom: 30px !important;
}

.apply-btn {
    position: fixed;
    bottom: 20px;
    right: 3%;
    z-index: 9999;
    padding: 11px 16px;
    border: none !important;
    border-radius: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    background-color: #ffd400;
    color: #111;
    padding-left: 50px;
    width: 170px;
    transition: all .3s ease-in;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    -webkit-animation: bounce2 2s ease infinite;
    animation: bounce2 2s ease infinite;
}

    .apply-btn img {
        position: absolute;
        width: 39px;
        left: 3px;
        top: 50%;
        transform: translateY(-50%);
        transition: all .3s ease-in;
    }

    .apply-btn:hover img {
        left: 129px;
    }

    .apply-btn:hover {
        padding: 11px 16px;
        padding-right: 50px;
        animation-play-state: paused;
    }

.movebounce {
    -webkit-animation: movebounce-up 3s infinite linear;
    animation: movebounce-up 3s infinite linear;
}

.bounce2 {
    animation: bounce2 2s ease infinite;
}

.modal {
    z-index: 999999;
	overflow:hidden !important;
}

.modal-content {
    border: none;
}

.modal-backdrop {
    z-index: 99999;
}

.apply-form-modal .modal-body {
    padding: 23px 16px;
}

.apply-form-modal .side-query-form-area h4 {
    padding: 15px 14px;
    font-size: 24px;
    text-align: left;
}

.apply-form-modal .form-group .form-control {
    padding: 10px 16px;
    padding-left: 40px;
    border: 1px solid #86bc4257 !important;
}

.apply-form-modal .form-group + .form-group {
    margin-top: 14px;
}

.apply-form-modal .form-group.form-switch-box span {
    font-size: 14px;
}

.apply-form-modal .form-group textarea.form-control {
    height: 80px;
    padding: 10px 16px;
}

.apply-form-modal .btn-close {
    box-shadow: none !important;
    background: no-repeat;
    opacity: 1;
    position: absolute;
    top: 32px;
    right: 26px;
    padding: 0;
    width: 18px;
    height: 18px;
}

    .apply-form-modal .btn-close img {
        width: 100%;
        vertical-align: baseline;
        filter: brightness(0) invert(1);
    }

.apply-form-modal .modal-header {
    background-color: #86BC42;
    justify-content: flex-start;
    padding: 10px 16px;
    position: relative;
    border-bottom: none;
}

    .apply-form-modal .modal-header h3 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 0;
        letter-spacing: .3px;
    }

    .apply-form-modal .modal-header .mdl_logo_hdng > img {
        width: 44px;
        background-color: #fff;
        padding: 5px;
        border-radius: 50%;
        margin-right: 12px;
    }

.topheadbar_modal {
    background-color: #FFD400;
}

    .topheadbar_modal ul {
        display: block;
        text-align: center;
        padding: 0 12px;
        font-size: 12px;
        margin: 0;
        align-items: self-start;
        flex-wrap: wrap;
    }

        .topheadbar_modal ul li {
            position: relative;
            padding-left: 8px;
            line-height: 26px;
            font-weight: 500;
            color: #000;
            display: inline-block;
            margin: 0 10px;
        }

            .topheadbar_modal ul li::before {
                content: '';
                width: 4px;
                height: 4px;
                border-radius: 50%;
                background-color: #111;
                position: absolute;
                left: 0;
                top: 11px;
            }

.apply-form-modal .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
    border: 1px solid #86bc4257 !important;
}

.apply-form-modal .select2-container .select2-selection--single {
    height: 42px;
}

.apply-form-modal .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
}

    .apply-form-modal .select2-container--default .select2-selection--single .select2-selection__arrow b {
        top: 16px;
    }

.apply-form-modal .form-group .form-control + img, .apply-form-modal .form-group .form-icon {
    top: 12px;
}

.apply-form-modal .form-group.form-switch-box {
    min-height: 43px;
}

.apply-form-modal .form-switch input[type='checkbox'] + label:before {
    border: 1px solid #f2f2f2;
}

.apply-form-modal .modal-footer p {
    font-size: 14px;
}

.progress-wrap {
    z-index: 999;
    position: fixed;
    bottom: 100px;
    width: 50px;
    right: 40px;
    cursor: pointer;
}

    .progress-wrap::before {
        background-image: url(../images/down-arrow.png) !important;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background-size: 30px;
        border-radius: 50%;
        background-position: center;
        transform: rotate(180deg);
        background-repeat: no-repeat;
        box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    }

#nav-coursetabContent .slick-track {
    margin-left: 0;
}


@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes movebounce-up {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes movebounce-up {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}


.flex_vw_btns {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
    align-items: center;
}

a.viewall_link {
    color: #00419B;
    font-weight: 600;
    font-size: 14px;
    position: relative;
}

    a.viewall_link:after {
        content: '\f105';
        font-family: 'FontAwesome';
        font-size: 16px;
        position: absolute;
        right: -15px;
        top: -2px;
    }

.flex_vw_btns .sitebtn-group {
    width: auto;
}

.collg_bx .clg_img {
    position: relative;
}

.collg_bx .top-colleges-img-text img {
    width: 52px;
    height: 52px;
}

.collg_bx .top-colleges-img-text {
    bottom: 0;
}

.collg_bx h5:after {
    content: "";
    position: absolute;
    width: 80px;
    left: 0;
    height: 1px;
    background-color: #FFFFFF;
    border-radius: 1px;
    bottom: 0;
}


.top-colleges-item .top-colleges-cta {
    padding: 0 12px 10px;
}

.top-colleges-content .top-colleges-right p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.viewall_link:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    right: -15px;
    top: -2px;
}

.flex_vw_btns .sitebtn-group {
    width: auto;
}

.collg_bx .clg_img {
    position: relative;
}

.collg_bx .top-colleges-img-text img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.collg_bx .top-colleges-img-text {
    bottom: 0;
}

.collg_bx h5:after {
    content: "";
    position: absolute;
    width: 80px;
    left: 0;
    height: 1px;
    background-color: #FFFFFF;
    border-radius: 1px;
    bottom: 0;
}

.collg_bx h5 {
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    color: #FBFBFB;
    margin-bottom: 5px;
    padding-bottom: 4px;
    position: relative;
}
.collg_bx h5 a {
    color: #1d2c3a;
}
.top-colleges-item .top-colleges-cta {
    padding: 0 12px 10px;
}

.top-colleges-content .top-colleges-right p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



#exampleModalCommon .modal-content {
    padding: 0;
}

#nav-coursetabContent .bx_txt h6 {
    max-width: 96%;
}

#formRegisterPopupAdmission .form-control {
    border: 1px solid #ced4da !important;
}

#formRegisterPopupAdmission .form-switch input[type='checkbox'] + label:before {
    background-color: #4b4b4b;
}








.mdl_logo_hdng {
    display: flex;
    align-items: center;
}

.mdlflex_hdr { 
    justify-content: space-between !important;
	flex-direction: column;
    align-items: flex-start;
}

body.modal-open {
    overflow: hidden;
}

.desktop_hide {
    display: none;
}
.innexm_listdate {
		flex-direction: column;
	}
	
	
	li.mbnew_line img {
		width: 110px !important;
		max-height: 40px !important;
		object-fit: contain;
	}
	
	
	
@media(max-width:1399.98px) {
    .hero-section {
        min-height: 320px;
    }

    .side-univ-head {
        font-size: 17px;
        line-height: 20px;
    }

    .hero-section .enq h2 {
        font-size: 30px;
        margin: 0 auto;
        margin-bottom: 14px;
        max-width: 800px;
    }

    .navbar-nav .nav-item {
        padding: 0 5px;
    }

    .nav-link.counceling-btn {
        font-size: 14px;
    }

        .nav-link.counceling-btn img {
            width: 20px;
        }

    .header-desk-search-input {
        width: 220px;
        height: 38px;
        font-size: 15px;
    }

    .header-desk-search-btn {
        height: 38px;
        width: 44px;
    }

    .header-desk-search {
        padding-right: 10px;
    }

    .colleges_bx_wrppr .d-flex.fac_wrp {
        flex: 0 0 33%;
    }

    .colleges_bx_wrppr .facility {
        min-height: 130px;
    }
}

@media(max-width:1300.98px) {
    a.viewall_link {
        font-size: 12px;
    }

    .sitebtn-group .sitebtn {
        margin: 5px 0;
    }
}

@media(max-width:1199.98px) {
    .sitebtn-group .sitebtn {
        margin-left: 5px;
    }

    .side-univ-thumb {
        width: 66px;
    }

    .side-univ-box {
        padding-left: 76px;
    }

    .side-univ-head {
        font-size: 18px;
    }

    .side-query-form-area h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .grid-four .articles-item {
        width: 33.33%;
    }

    .e-exam-logo {
        width: 75px;
        height: 75px;
        left: 8px;
    }

    .e-exam-box {
        padding-left: 90px;
    }

    .e-exam-head h3 {
        font-size: 20px;
        line-height: 22px;
    }

    .e-exam-footer {
        font-size: 10px;
    }

    .hero-section .enq h2 {
        font-size: 27px;
    }
}

@media(max-width:1199.98px) {
    body {
        padding-top: 47px;
    }

    .navbar {
        height: 69px;
    }

    section.header {
        border: none;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }

    .t-course-top h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .side-bar {
        margin-top: 30px;
    }

    .intro-banner-heading h1 {
        font-size: 20px;
        line-height: 25px;
    }

    .navbar-collapse, .navbar-collapse.collapsing {
        position: fixed;
        top: 70px;
        left: 0;
        background: transparent;
        padding: 0;
        z-index: 99;
        margin: 0;
        border: 0;
        overflow-y: auto;
        bottom: 0;
        width: 100%;
        height: 0;
        display: block !important;
        transition: all .3s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    .navbar .collapse.show {
        height: calc(100vh - 69px);
        padding-bottom: 60px;
    }

    .navbar-inside {
        height: auto;
        padding: 10px 15px;
        display: flex;
        flex-flow: column;
        background-color: #fff;
        border-bottom: 1px solid #cdcdcd;
        border-top: 1px solid #86BC42;
    }

    .navbar-toggler {
        width: 54px;
        height: 40px;
        height: 60px;
        border-radius: 0;
        cursor: pointer;
        text-decoration: none;
        padding: 0;
        border: 0;
        background: transparent;
        margin: 0;
        position: absolute;
        left: 8px;
        top: 50%;
        z-index: 999;
        transform: translateY(-50%);
    }

    .navbar-default .navbar-toggler:hover, .navbar-default .navbar-toggler:focus {
        background: transparent;
    }

    .navbar-toggler:not([class='']), .navbar-toggler:not([class=""]):focus, .navbar-toggler:not([class='checkbox']):hover {
        background: transparent;
        box-shadow: none !important;
    }

    .navbar-toggler.collapsed, .navbar-toggler.collapsed:focus, .navbar-toggler.collapsed:hover {
        background: transparent;
        box-shadow: none !important;
    }

    .home .navbar-toggler.collapsed, .home .navbar-toggler.collapsed:focus, .home .navbar-toggler.collapsed:hover {
        background: transparent;
    }

    .navbar-toggler .navbar-toggler-icon {
        position: relative;
        display: inline-block;
        width: 26px;
        height: 3px;
        color: #243238;
        text-indent: -55px;
        margin-top: 0;
        background: transparent !important;
        transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -ms-transition: all .2s ease-out;
        vertical-align: middle;
    }

        .navbar-toggler .navbar-toggler-icon:before, .navbar-toggler .navbar-toggler-icon:after {
            content: "";
            width: 26px;
            height: 3px;
            background: #243238;
            position: absolute;
            left: 0;
            transition: all .2s ease-out;
        }

    .navbar-toggler.collapsed .navbar-toggler-icon {
        background: #2D3E51 !important;
    }

        .navbar-toggler.collapsed .navbar-toggler-icon:before, .navbar-toggler.collapsed .navbar-toggler-icon:after {
            background: #2D3E51;
        }

        .navbar-toggler.collapsed .navbar-toggler-icon:before {
            top: -8px;
            -webkit-transform: rotateZ(0deg);
            -moz-transform: rotateZ(0deg);
            -ms-transform: rotateZ(0deg);
            -o-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
        }

    .navbar-toggler .navbar-toggler-icon:before {
        top: 0;
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    .navbar-toggler.collapsed .navbar-toggler-icon:after {
        bottom: -8px;
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }

    .navbar-toggler .navbar-toggler-icon:after {
        bottom: 0;
        -webkit-transform: rotateZ(-45deg);
        -moz-transform: rotateZ(-45deg);
        -ms-transform: rotateZ(-45deg);
        -o-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }

    .header .container {
        max-width: 100%;
        width: calc(100% - 16px);
    }

    .navbar-brand {
        width: 200px;
        padding-left: 42px;
        margin-top: -5px;
    }

    .hero-section {
        min-height: 300px;
    }

        .hero-section .enq {
            padding: 50px 0;
            width: 100%;
        }

    .apply-btn {
        width: 140px;
        bottom: 70px;
        font-size: 14px;
        padding: 7px 8px;
        padding-left: 34px;
    }

        .apply-btn img {
            width: 30px;
        }

        .apply-btn:hover {
            padding: 7px 9px;
            padding-right: 34px;
        }

            .apply-btn:hover img {
                left: 107px;
            }

    .apply-form-modal .side-query-form-area h4 {
        font-size: 20px;
    }

    .apply-form-modal .btn-close {
        top: 26px;
    }

    .side-univ {
        margin-top: 20px;
    }

    .progress-wrap {
        width: 40px;
        right: 20px;
        bottom: 80px;
    }

        .progress-wrap::before {
            background-size: 24px;
        }
}

@media(min-width:1080px) and (max-width:1440px) {
    .header-desk-search-bar {
        max-width: 287px;
    }
}

@media(max-width:991.98px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .filter-area {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 320px;
        left: 0;
        z-index: 999999;
        background-color: #fff;
        padding: 20px;
        height: 100vh;
        transform: translateX(-100%);
        transition: all .3s ease-in;
        box-shadow: 5px 0px 20px rgb(0 0 0 / 5%);
    }

    .filter-area.show {
         transform: translateX(0px);
    }

    .filter-body {
        overflow-x: hidden;
        overflow-y: scroll;
        width: calc(100% + 40px);
        height: calc(100vh - 74px);
        padding: 0 20px 20px;
        margin-left: -20px;
    }

    .header-transparent .header-btn-wrap {
        display: none;
    }

    .topheadbar_modal ul {
        padding: 4px 8px;
        font-size: 10px;
    }

        .topheadbar_modal ul li {
            line-height: 20px;
            margin: 0 3px;
        }

    .apply-form-modal .modal-header .mdl_logo_hdng > img {
        width: 36px;
    }

    .apply-form-modal .modal-header h3 {
        font-size: 18px;
        width: 100%;
    }

    .apply-form-modal .modal-footer p {
        font-size: 11px;
        margin-left: -10px;
    }

    .topheadbar_modal ul li::before {
        top: 8px;
    }
	
	#exampleModalCommon .modal-footer .row {
		flex-direction: column;
		align-items: flex-start !important;
		gap: 10px;
	}

	#exampleModalCommon .modal-footer .col-7 {
		padding-left: 8px;
		width: 100%;
	}

	#exampleModalCommon .modal-footer .col-5 {
		padding-left: 0 !important;
		text-align: left!important;
}
}

@media(max-width:767.98px) {
	
	
	.predictor_bgsection h1 {
		font-size: 25px;
	}

	.predctr_contentrow h2 {
		font-size: 20px;
	}

	.maxwd90 {
		width: 100%;
	}
	
	
	.testmode {
		margin-top: 7px;
		display: inline-block;
	}
	.table_contents ol {
		padding-left: 18px;
	}

	.table_contents ol li {
		font-size: 14px;
	}
	
	
	
	
	.home-page-class .navbar .container {
		justify-content: center;
	}

	.home-page-class a.navbar-brand {
		padding: 0;
		width: 170px;
	}
	.e-exam-head {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 4px 0 5px  6px !important;
	}

	.e-exam-logo {
		position: relative;
		left: 0;
		top: 0;
		height: auto !important;
        width: auto !important;
	}

	.e-exam-logo img {
		max-width: 80px;
		max-height: 70px;
		object-fit: contain;
	}

	.e-exam-head h3 {
		margin-bottom: 0;
	}
	.e-exam-time {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		margin-top: 10px;
	}

	.e-exam-time a.sitebtn.two {
		width: 100%;
	}
	
	
	.innrtabs_wrp {
		justify-content: center;
		display: grid;
	}

	.innrtabs_wrp ul {
		margin: 0;
	}


	.top-colleges-cta .flex_vw_btns {
		flex-direction: column-reverse;
	}

	.top-colleges-cta .sitebtn-group {
			margin-bottom: 5px;
			margin-top: 0;
			margin-left: 0;
	}

	.clgtxt_brf {
		padding-bottom: 10px !important;
	}
	
	
	
	
	
	
	
	
	
	
	.desktop_hide {
		display: block;
        margin-top: 18px;
	}
	.mobile_hide {
		display: none;
	}
	.articles-signle-wrapper h2 span, .articles-signle-wrapper h2, .course-single-text h2 span, .course-single-text h2, .course-signle-wrapper h2 {
       font-weight: 600;
       font-size: 16px;
	}
	.intro-banner-side-btns .btn {
		min-width: auto;
		width: 48%;
	}

	.intro-banner-side-btns {
		justify-content: space-between;
		display: flex;
	}
	
	.breadcrumb-item, .breadcrumb-item a { font-size:10px; }
	
	.t-course-cta {
		text-align: center;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.t-course-cta .sitebtn {
		text-align: center;
		font-size: 11px;
		padding: 6px 12px;
		width: 47%;
		border-radius: 5px;		
        margin-top: 0 !important;
	}
	
	
	.s-stream-body .btn {
		position: relative;
		margin-top: 10px;
		right: 0;
		width: 100%;
		bottom: 0;
	}
	.cdcms_section1 {
		overflow-y: auto;
	}
	.fixed-bottom-navs .nav-pills .nav-item .nav-link {
       font-size: 12px;
	   min-width: 135px;
       padding: 7px;
	}	
	
	
	.breadcrumb-item, .breadcrumb-item a {
		white-space: wrap;
		max-width:220px;
	}
	
	
	
	
	
	
	
	#exampleModalCommon form#formRegisterPopup {
		height: 100vh;
	}

	div#exampleModalCommon {
		overflow: hidden;
	}

	#exampleModalCommon .modal-dialog {
		transform: translate(0px, -32px);
	}
	
	.lead-hdr-info {
		width: 100%;
		padding-top: 11px;
		padding-left: 6px;
	}
	.mdlflex_hdr {
		flex-direction: column;
		align-items: flex-start;
	}
	.top-colleges-area .heading  h2 {
		font-size: 18px;
		font-weight: 600;
		line-height: 24px;
		color: #2D3E51;
	}

	.top-colleges-area .heading.has-cta {
		padding-right: 0;
	}

    
    .top-colleges-area .d-flex.fac_wrp {
        flex: 0 0 32% !important;
        margin-right: 3px;
    }

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
        width: calc(100% - 16px);
    }

    .intro-banner-share {
        margin-bottom: 6px;
    }

    .btn {
        min-width: 126px;
        font-size: 13px;
        padding: 7px 14px;
    }

    .heading h3, .heading.type-2 h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .heading-cta {
        font-size: 14px;
        top: 9px;
    }

    .heading::before {
        width: 140px;
        height: 3px;
    }

    .intro-banner-text p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .top-colleges-item {
        width: 100%;
    }

    
    .top-colleges-img-text p {
        font-size: 9px;
    }

    .top-colleges-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .top-colleges-right {
        width: 100%;
        padding: 0;
    }

    .top-colleges-cta p {
        width: 100%;
    }

    .sitebtn-group {
        width: 100%;
        margin-top: 10px;
        margin-left: -5px;
    }

    .intro-banner-heading h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .intro-banner-heading h6 {
        font-size: 12px;
        line-height: 14px;
    }

    .intro-banner-share span {
        font-size: 14px;
    }

    .intro-banner-share-links li + li {
        margin-left: 8px;
    }

    .intro-banner-share-link {
        font-size: 18px;
    }

    .t-course-item {
        width: 100%;
    }

    .t-course-top h3 {
        font-size: 17px;
        line-height: 22px;
    }

    .t-course-icons {
        font-size: 12px;
    }

        .t-course-icons li {
            margin-top: 4px;
        }

    .slick-dots li.slick-active button {
        width: 30px;
    }

    .slick-dots li button {
        width: 8px;
        height: 8px;
        margin: 3px;
    }

    .college-detail-slide-list {
        padding: 0 0 24px !important;
    }

    .college-detail-slide-list {
        width: calc(100% + 10px);
        margin-left: -5px;
    }

    .s-stream-item {
        width: 100%;
    }

    .s-stream-head h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .s-stream-head h4 {
        font-size: 14px;
        line-height: 18px;
    }

    .s-stream-body {
        padding-right: 10px;
        font-size: 13px;
    }

        .s-stream-body .btn {
            min-width: 100px;
            padding: 5px;
            font-size: 13px;
            letter-spacing: .5px;
        }

        .s-stream-body h6 {
            font-size: 14px;
            line-height: 16px;
        }

    .f-facilities-icon-item {
        margin-right: 0;
        width: 33.33%;
        padding: 0 10px;
    }

    .f-facilities-icon {
        height: 80px;
    }

    .f-facilities-icon-item h5 {
        font-size: 14px;
        line-height: 17px;
    }

    .p-placements-icon-item {
        width: 33.33%;
        margin-right: 0;
        padding: 0 10px;
    }

    .p-placements-icon {
        width: 100%;
    }

    .articles-item {
        width: 50%;
    }

    .articles-signle-wrapper {
        padding-right: 0;
    }

    .articles-single-text p {
        margin-bottom: 10px;
    }

    .articles-single-text h1, .term-text h1, .intro-banner-text h1 {
        font-size: 25px;
    }

    .articles-single-text h2, .term-text h2, .intro-banner-text h2 {
        font-size: 22px;
    }

    .articles-single-text h3, .term-text h3, .intro-banner-text h3 {
        font-size: 20px;
    }

    .articles-single-text h4, .term-text h4, .intro-banner-text h4 {
        font-size: 18px;
    }

    .articles-single-text h5, .term-text h5, .intro-banner-text h5 {
        font-size: 16px;
    }

    .articles-single-text h6, .term-text h6, .intro-banner-text h6 {
        font-size: 14px;
    }

    .grid-four .articles-item {
        width: 50%;
    }

    .e-exam-item {
        width: 100%;
    }

    .e-exam-box {
        padding-left: 0;
    }

    .e-exam-head {
        padding: 18px 0 12px;
        padding-left: 90px;
        position: relative;
        min-height: 84px;
    }

    .e-exam-logo {
        width: 70px;
        height: 70px;
    }

    .e-exam-body {
        padding: 10px;
    }

    .e-exam-footer {
        padding: 10px;
    }

    .filter-area {
        width: 100%;
        height: calc(100vh - 60px);
        bottom: 0;
        top: auto;
        box-shadow: 5px 0px 20px rgb(0 0 0 / 25%);
        border-radius: 20px 20px 0 0;
        transform: translateY(100%);
    }

        .filter-area.show {
            transform: translateY(0px);
        }

    .filter-body {
        height: calc(100vh - 147px);
    }

    .filter-btn {
        font-size: 16px;
        padding: 8px 20px;
    }

        .filter-btn img {
            width: 18px;
        }

    .bottom-container h3 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .bottom-container .bottom-block h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .bottom-link {
        font-size: 15px;
        line-height: 18px;
    }

    .ftr-list {
        flex: auto;
        padding-left: initial;
        padding-right: 15px;
        width: 50%;
    }

    p.copyright {
        margin-bottom: 12px;
    }

    .ucbox-link {
        margin-bottom: 12px;
    }

    .faqs .accordion-button {
        font-size: 16px;
        padding: 12px 18px;
    }

    .faqs .accordion-body {
        padding: 10px 18px;
        font-size: 14px;
    }

    .states_wrpr {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .navbar-brand {
        width: 200px;
        margin: 0;
        padding-left: 34px;
    }

    .header .container {
        width: calc(100% - 10px);
    }

    .navbar-toggler {
        left: 3px;
    }

    .enq h2, .hero-section .enq h2 {
        font-size: 22px;
    }

    .hero-section .enq {
        padding: 30px 0;
    }

    .hero-section {
        min-height: 260px;
    }

    .adslider {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    nav .nav.nav-tabs {
        width: calc(100% + 24px);
    }

    nav .nav-tabs .nav-link, nav .nav-tabs .nav-link:hover {
        font-size: 14px;
    }

    .header-transparent.header-fixed .header-desk-search-bar {
        display: none !important;
    }

    .header-transparent.header-fixed .header-btn-wrap {
        display: block;
    }

    .articles-single-text {
        font-size: 14px;
        line-height: 20px;
    }
	
	
	
	
	
	.top_enq_img {
		flex-wrap: wrap;
	}

	.hero-section .enq {
		padding: 0 !important;
		margin-top: 5px !important;
	}

	.hero-section .enq h2 br {
		display: none;
	}


	.hero-section .enq h2 {
		line-height: 35px;
	}

	.hero_poplr_row ul {
		gap: 6px 20px;
	}
	
	
	li.mbnew_line {
		width: 100%;
	}

	ul.intro-banner-icon {
		gap: 6px 0;
	}

	.intro-banner-heading .listcrd_review {
		padding-left: 0;
		padding-right: 0;
	}
	
	
	
	.intro-banner-logo {
		position: relative;
		text-align: center;
		width: 100% !important;
		margin-bottom: 10px;
	}
	
	
	
}

@media(max-width:575.98px) {
    .intro-banner-with-logo {
        padding-left: 0px;
    }

       
    .intro-banner-logo {
        width: 82px;
        height: 82px;
    }

    .articles-link {
        padding: 6px;
    }

    .articles-item {
        width: 100%;
    }

    .grid-four .articles-item {
        width: 100%;
    }



    .apply-btn {
        width: 110px;
        bottom: 70px;
        font-size: 10px;
        padding: 4px 7px;
        padding-left: 28px;
    }

        .apply-btn img {
            width: 22px;
        }

        .apply-btn:hover {
            padding: 4px 7px;
            padding-right: 28px;
        }

            .apply-btn:hover img {
                left: 80px;
            }
}

@media(max-width:389.98px) {
    .navbar-toggler {
        left: 0;
    }

    .navbar-brand {
        padding-left: 30px;
        width: 180px;
    }

    .header-search-btn {
        font-size: 12px;
        padding: 4px 10px;
    }

        .header-search-btn img {
            width: 12px;
        }

    .intro-banner-heading h1 {
        font-size: 16px;
        line-height: 22px;
    }
	.top-colleges-area .heading  h2 {
		font-size: 16px;
	    line-height: 22px;
	}

    .intro-banner-icon li {
        font-size: 12px;
        line-height: 15px;
    }

    .intro-banner-icon li img { 
       max-width: 15px; 
    }

     
    .intro-banner-logo {
		position: relative;
		margin: 0 auto 7px;
	}

	.intro-banner-with-logo {
		padding-left: 0;
	}

	.intro-banner-with-logo .intro-banner-share-wrapper {
		margin-left: 0;
		width: 100%;
	}
	
	.intro-banner-logo {
        width: 100%;
        height: 100px;
    }
}
.homechange .top-colleges-img-text {
    position: relative;
    background: transparent;
    color: #000;
}

.homechange .top-colleges-img-text h5 {
    color: #000;
}
.homechange .intro-banner-icon span {
    font-size: 12px;
    font-weight: 700; 
}
.homechange span.location {font-weight: 700; }

.articalchanges .articles-box .articles-thumb {
    display: none;
}


.mobile-slider button.slick-next {
    border-radius: 50%;
    right: 35%;
    width: 28px;
    height:28px;
    top:unset;
    bottom:-5px;
}

.mobile-slider button.slick-prev {
    border-radius: 50%;
    left: 35%;
    width: 28px;
    height: 28px;
    top:unset;
    bottom:-5px;
}

.slick-prev:before, .slick-next:before {font-size: 11px !important;}

.slick-arrow.slick-disabled {
    background: #bfdb9c;
} 

#nav-course-tab .slick-arrow, #nav-course-tab .slick-arrow {
    padding: 0 !important;
    width: 20px;
    height: 20px;
}

#nav-course-tab button.slick-prev.slick-arrow:before, #nav-course-tab button.slick-next.slick-arrow:before {
    font-size: 8px !important;
}
div#nav-course-tab {
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
}

#nav-TopExam-tab1 .slick-arrow, #nav-TopExam-tab1 .slick-arrow {
    padding: 0 !important;
    width: 20px;
    height: 20px;
}

#nav-TopExam-tab1 button.slick-prev.slick-arrow:before, #nav-TopExam-tab1 button.slick-next.slick-arrow:before {
    font-size: 8px !important;
}

div#nav-TopExam-tab1 {
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
}

.side-ad.adborder {
    border-bottom: 4px solid #86bc42;
    padding-bottom: 10px;
}

.customarrow-set button.slick-prev {
    border-radius: 50% !important;
    left: 35% !important;
    width: 28px !important;
    height: 28px !important;
    top: unset !important;
    bottom: -15px !important;
}

.customarrow-set button.slick-next {
    border-radius: 50% !important;
    right: 35% !important;
    width: 28px !important;
    height: 28px !important;
    top: unset !important;
    bottom: -15px !important;
}

.predictor_bgsection {
    position:relative;
}

.predictor_bgsection  h1 {
    color: #FFF;
    font-size: 45px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 40px;
	margin-top: 50px;	
	
}
.predictor_bgsection:after {
    content: '';
    background-image: url(../images/bg_uni.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 450px;
}

.predictor_form  label.form-check-label {
    color: #000 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    padding-left: 25px !important;
}

.predictor_form label.form-check-label a {
    color: #0d6efd !important;
}
.predictor_form  .form-floating.mb-3 {
    margin-bottom: 22px !important;
}

.predictor_form  h4 {
    margin-bottom: 15px;
}
.claimform .form-floating .form-control:focus, .claimform .form-select:focus { box-shadow:none; }

.predctr_contentrow h2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
}

.predctr_contentrow #introTextWrap {
    -webkit-line-clamp: 3;
}

.maxwd90 {
    width: 90%;
    margin: 0 auto;
}

.bglist_prdct {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(134, 188, 66, 0.20) 100%);
}



@media(max-width:640px){
	
	.predictor_bgsection h1 {
		font-size: 25px;
	}

	.predctr_contentrow h2 {
		font-size: 20px;
	}

	.maxwd90 {
		width: 100%;
	}
	
	.customarrow-set button.slick-prev {
		left: 20% !important;
		bottom: -15px !important;
	}

	.customarrow-set button.slick-next {
		right: 20% !important;
		bottom: -15px !important;
	}

	.e-exam-slider .slick-prev, .e-exam-slider .slick-next, .sm_boxswrpr-slider .slick-prev, .sm_boxswrpr-slider .slick-next, .articles-slider .slick-prev, .articles-slider .slick-next {
		top: unset;
		bottom: -20px;
		width: 30px;
		height: 30px;
	} 

	.articles-title {
		min-height: 70px;
	}

	.colleges_bx_wrppr.slick-slider {
		padding-bottom: 50px !important;
	}
	
	
	.mobile-slider button.slick-prev {
		left: 15%;
		width: 24px;
		height: 24px;
		bottom: 0px;
	}
	.mobile-slider button.slick-next {
		right: 15%;
		width: 24px;
		height: 24px;
		bottom: 0px;
	}
	
	.breadcrumb {
		flex-wrap: wrap!important;
	}

	.breadcrumb-item+.breadcrumb-item {
		padding-left: 15px!important;
	}

	.breadcrumb-item+.breadcrumb-item::before { left:4px!important; }
	
	#nav-TopExam-tab1 {
     padding: 0 10px !important;
	}
}